nautilus/data
Carlos Soriano 4cafccd828 general: add uncrustify script
The current style of nautilus is rather poor and mixes at least 3
different code styles.

Specific issues that affect the most common contributors to Nautilus
performance are:
- tabs for multiline alignment.
- mix of tabs and spaces.
- errors on no braced one liners conditionals.
- errors on non braced case statements with variable declarations.

So I would say requirements for the style is to address the previous
issues and also be a well known style. I don't want new contributors
to see a new style completely different from C books authors.

So far, I found Allman (aka BSD) style which seems the choice of most C
books authors as far as I can see on internet, and it address the
previous mentioned issues.

Since uncrustify doesn't support the aligment of parameters we do for
multiple stars "**", we also added a script made by Sebastian Wilmet
to align those.

As a matter of practicity I'm going to convert all Nautilus style to
this one, and if the next person who contributes most on Nautilus has
a different choice, please feel free to change it to whatever makes your
performance and your contributors performance the best.

https://bugzilla.gnome.org/show_bug.cgi?id=770564
2016-08-29 18:37:10 +02:00
..
icons data/icons/Makefile.am: include 256x256 icon 2016-08-19 20:48:06 +03:00
dbus-interfaces.xml Updated FSF's address 2014-01-31 14:13:48 +01:00
freedesktop-dbus-interfaces.xml Updated FSF's address 2014-01-31 14:13:48 +01:00
lineup-parameters.c general: add uncrustify script 2016-08-29 18:37:10 +02:00
Makefile.am general: add uncrustify script 2016-08-29 18:37:10 +02:00
nautilus-autorun-software.desktop.in Add translator comments to .desktop files 2016-08-03 12:35:46 +02:00
nautilus-autostart.desktop.in desktop: move to a different binary 2016-04-14 10:35:14 +02:00
nautilus-classic.desktop.in desktop: add command line options for override gsettings 2016-04-22 15:50:35 +02:00
nautilus-search-provider.ini search-provider: don't own a separate bus name 2014-04-30 11:08:26 +02:00
org.freedesktop.FileManager1.service.in application: make DBusActivatable 2014-04-30 11:08:26 +02:00
org.gnome.Nautilus.appdata.xml.in Port from intltool 2016-08-03 10:42:40 +03:00
org.gnome.Nautilus.desktop.in general: move the Nautilus icon to the source tree 2016-08-19 00:08:46 +02:00
org.gnome.nautilus.gschema.xml general: add a setting for the default compression format 2016-08-23 00:37:17 +03:00
org.gnome.Nautilus.SearchProvider.service.in search-provider: don't own a separate bus name 2014-04-30 11:08:26 +02:00
org.gnome.Nautilus.service.in application: make DBusActivatable 2014-04-30 11:08:26 +02:00
run-uncrustify.sh general: add uncrustify script 2016-08-29 18:37:10 +02:00
shell-search-provider-dbus-interfaces.xml Updated FSF's address 2014-01-31 14:13:48 +01:00
uncrustify.cfg general: add uncrustify script 2016-08-29 18:37:10 +02:00