summaryrefslogtreecommitdiff
path: root/src/nautilus-file-management-properties.h
Commit message (Collapse)AuthorAgeFilesLines
* preferences: rename from file_managementCarlos Soriano2015-12-171-36/+0
| | | | | | I always spend some time searching for the files that are the preferences dialog. Just rename it as it makes more sense to name it preferences.
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
|
* file-management-properties: open only one preferences window (#442263)Cosimo Cecchi2010-12-041-1/+1
|
* Move all of Nautilus to single Gtk+ includes, because Mitch says so.A. Walton2008-05-211-1/+1
| | | | | | | | | | | 2008-05-21 A. Walton <awalton@gnome.org> * */*.[ch]: Move all of Nautilus to single Gtk+ includes, because Mitch says so. Closes Bug #530315. svn path=/trunk/; revision=14182
* Multi-head stuff done for the preferences dialog.Arvind Samptur2003-02-171-1/+2
| | | | | | | | | | | | | | | | | | 2003-02-17 Arvind Samptur <arvind.samptur@wipro.com> * src/nautilus-file-management-properties.[ch]: (nautilus_file_management_properties_dialog_setup): (nautilus_file_management_properties_dialog_show): * src/nautilus-window-menus.c: (preferences_callback): * src/nautilus-file-management-properties-main.c: (main): Multi-head stuff done for the preferences dialog. * libnautilus-private/nautilus-icon-dnd.c: (confirm_switch_to_manual_layout) Get the transient parent for the "Switch to Manual Layout ?" right. Patches approved by Dave Camp. #100343 and #106086.
* New preferences dialog. Use the new prefs dialog. As things are toggled,Dave Camp2002-10-311-0/+36
2002-10-31 Dave Camp <dave@ximian.com> * Makefile.am: * nautilus-file-management-properties.desktop.in: * src/Makefile.am: * src/nautilus-file-management-properties-main.c: * src/nautilus-file-management-properties.c: * src/nautilus-file-management-properties.h: New preferences dialog. * src/nautilus-window-menus.c: (preferences_respond_callback), (preferences_callback): Use the new prefs dialog. * src/nautilus-window.c: (nautilus_window_hide_location_bar), (nautilus_window_show_location_bar), (nautilus_window_hide_toolbar), (nautilus_window_show_toolbar), (nautilus_window_hide_sidebar), (nautilus_window_show_sidebar), (nautilus_window_hide_status_bar), (nautilus_window_show_status_bar): As things are toggled, save them as the default for new windows. Patch from Jan Arne Petersen <jpetersen@uni-bonn.de>.