summaryrefslogtreecommitdiff
path: root/src/nautilus-special-location-bar.c
Commit message (Collapse)AuthorAgeFilesLines
* special-location-bar: ported declaration to G_DECLARE*Vyas Giridharan2017-08-231-20/+17
| | | | | | | This patch ports declaration of NautilusSpecialLocationBar to the G_DECLARE* format. https://bugzilla.gnome.org/show_bug.cgi?id=771777
* general: run uncrustifyCarlos Soriano2016-08-291-102/+125
| | | | | | | | And make the style of Nautilus the same for all files. Hopefully we can fix all the style issues we can find in the next days, so expect a little of movement on this. https://bugzilla.gnome.org/show_bug.cgi?id=770564
* special-location-bar: fix missing castingCarlos Soriano2016-04-191-1/+2
| | | | | Having so many deprecation warnings obscure the real warnings... :/ Should run more frequently with those disabled.
* special-location-bar: add a "learn more" label to templatesCarlos Soriano2016-04-141-14/+20
| | | | | | And rework the text shown to be more clear. https://bugzilla.gnome.org/show_bug.cgi?id=763335
* general: remove vim modelinesCarlos Soriano2016-04-041-2/+1
| | | | | | | | | | | | | Vim and emacs modelines are used to specify some of the code style in the code. However, this is misleading and poorly supported since nautilus had a mix of code style for some time. Also, the mode lines doesn't specify the whole code style, so we will need to use a different tool as well to specify the whole code style. For that, we can just use a different tool for everything. So remove the mode lines, and in a short future we will reestyle the nautilus code to have a single code style, and use a tool like editorconfig to specify the whole code style.
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
|
* special-location-bar: use the correct label for the New Document menuCosimo Cecchi2012-11-061-1/+1
| | | | | | The menu is called New Document, not Create Document. https://bugzilla.gnome.org/show_bug.cgi?id=687710
* Add a clue bar to special locations like Templates and scriptsWilliam Jon McCann2012-08-141-0/+169
https://bugzilla.gnome.org/show_bug.cgi?id=84463