Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-05 | remove latest mateconf stuff | Stefano Karapetsas | 9 | -33/+2 | |
2012-09-05 | convert last eel_preference users to raw mateconf | Stefano Karapetsas | 3 | -15/+32 | |
from nautilus patch: This is moslty the lockdown stuff, but we also access the background setting. This should be converted to use the new gsettings when they land. | |||||
2012-09-05 | initialize gsettings in nautilus-connect-server | Stefano Karapetsas | 1 | -0/+1 | |
2012-09-05 | remove old file-limit preference | Stefano Karapetsas | 2 | -56/+0 | |
2012-09-05 | fix conversion of enable-delete | Stefano Karapetsas | 1 | -4/+5 | |
2012-09-05 | move desktop-font preference to desktop settings | Stefano Karapetsas | 1 | -2/+2 | |
2012-09-05 | convert list-view preferences to gsettings | Stefano Karapetsas | 3 | -116/+98 | |
also move the sort order prefs from view-specific to common prefs we already only have one UI setting that controls both, so it makes no sense to have two settings. (from nautilus 3.0) | |||||
2012-09-05 | convert compact view prefs to gsettings | Stefano Karapetsas | 2 | -17/+26 | |
2012-09-05 | convert tree sidebar prefs to gsettings | Stefano Karapetsas | 2 | -7/+11 | |
2012-09-05 | convert desktop preferences to gsettings | Stefano Karapetsas | 2 | -1/+14 | |
2012-09-05 | fix desktop-font gsettings conversion | Stefano Karapetsas | 1 | -3/+8 | |
2012-09-05 | convert icon-view preferences to gsettings | Stefano Karapetsas | 5 | -62/+104 | |
2012-09-05 | convert preview settings to gsettings | Stefano Karapetsas | 3 | -20/+80 | |
2012-09-05 | convert show-directory-item-counts to gsettings | Stefano Karapetsas | 2 | -8/+11 | |
2012-09-05 | convert show-text-in-icons to gsettings | Stefano Karapetsas | 1 | -5/+5 | |
2012-09-05 | convert default-folder-view to gsettings | Stefano Karapetsas | 1 | -7/+7 | |
2012-09-05 | convert sort-directories-first to gsettings | Stefano Karapetsas | 2 | -9/+11 | |
2012-09-05 | convert window-state to gsettings | Stefano Karapetsas | 3 | -77/+49 | |
2012-09-05 | convert exit with last window to gsettings | Stefano Karapetsas | 1 | -1/+1 | |
2012-09-05 | convert new tab position to gsettings | Stefano Karapetsas | 2 | -2/+2 | |
2012-09-05 | convert always-use-browser to gsettings | Stefano Karapetsas | 8 | -19/+55 | |
2012-09-05 | convert click-policy to gsettings | Stefano Karapetsas | 5 | -18/+22 | |
2012-09-05 | convert executable-text-activation to gsettings | Stefano Karapetsas | 1 | -4/+81 | |
2012-09-05 | convert mouse preferences to gsettings | Stefano Karapetsas | 1 | -13/+15 | |
2012-09-05 | convert date-format to gsettings | Stefano Karapetsas | 1 | -4/+49 | |
add eel_g_settings_add_auto_enum in eel/eel-glib-extensions.c | |||||
2012-09-05 | convert show-advanced-persmissions to gsettings | Stefano Karapetsas | 1 | -1/+1 | |
2012-09-05 | start migration to gsettings | Stefano Karapetsas | 21 | -177/+152 | |
2012-08-12 | Fixed incorrect fsf addresses. Closes #28. | Steve Zesch | 114 | -172/+172 | |
2012-06-16 | use engrampa instead of file-roller | Stefano Karapetsas | 1 | -3/+3 | |
2012-06-13 | remove extra bracket | haxar | 1 | -1/+1 | |
2012-06-13 | fix autocompletion for remote locations | Stefano Karapetsas | 1 | -3/+7 | |
patch from http://git.gnome.org/browse/nautilus/commit/src/nautilus-location-entry.c?id=82fb99a34a6c27f6881e0a049d9882756b615f42 | |||||
2012-06-08 | Applied a patch that makes the filename column expand to its maximum instead ↵ | Steve Zesch | 1 | -2/+9 | |
of shrinking to a hardcoded value. | |||||
2012-05-28 | Bookmarks can now be opened via the enter or space key. | Steve Zesch | 1 | -0/+22 | |
2012-05-07 | fix issues in location bar | Stefano Karapetsas | 1 | -2/+2 | |
2012-04-27 | restore location toggle button | Stefano Karapetsas | 2 | -0/+76 | |
patch from http://git.gnome.org/browse/nautilus/commit/?id=4b49aab5aa6a9ef9ab288ff2ce463affca1eacf2 | |||||
2012-01-30 | adding empty tab page on preferences | Perberos | 1 | -0/+26 | |
2012-01-15 | list-view: make sure not to select the extension on rename | Benjamin Valentin | 1 | -4/+10 | |
Delay calling gtk_editable_select_region() until after gtk_tree_view_set_cursor() https://bugzilla.gnome.org/show_bug.cgi?id=627110 (cherry picked from commit 5e2edee2e8dc6b4eababdff993176d591cc2a6e6) taken from http://git.gnome.org/browse/nautilus/commit/?h=gnome-2-32&id=0fa8f53c89b84a47fac33eb923a5fb196ca564ee | |||||
2012-01-05 | pathbar: remove buttons only if the gone file is below the current | Stefano Karapetsas | 1 | -4/+7 | |
This should fix once and for all the crashers when ejecting devices Patch by Cosimo Cecchi <[email protected]> http://git.gnome.org/browse/nautilus/commit/?h=gnome-2-32&id=c3b54e662b52ca15d1dcbe68386b8fa82b12adc5 | |||||
2012-01-05 | pathbar: fix crasher when unmounting volumes | Stefano Karapetsas | 1 | -8/+14 | |
https://bugzilla.gnome.org/show_bug.cgi?id=627901 http://git.gnome.org/browse/nautilus/commit/?h=gnome-2-32&id=1dc416887bf1e88c4b49bd1ac2101e0fb8460af8 | |||||
2012-01-05 | location-entry: don't treat '~' as a relative path | Stefano Karapetsas | 1 | -2/+2 | |
Based on a patch by Reed Lipman <[email protected]> https://bugzilla.gnome.org/show_bug.cgi?id=628802 http://git.gnome.org/browse/nautilus/commit/?h=gnome-2-32&id=5e91bd11bea315b258839890a4ccf4d4b1c49a17 | |||||
2011-12-27 | fixed about for MATE, use theme icon instead of old nautilus onecaja-1.1.1 | Stefano Karapetsas | 1 | -6/+8 | |
2011-12-26 | ported nautilus-elementary UNDO-REDO (bzr rev 60) | Stefano Karapetsas | 5 | -1/+184 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 130 | -0/+81295 | |