Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-03 | [global-prefs|application] use MATE global 'show-desktop-icons' setting | Jasmine Hassan | 1 | -5/+0 | |
instead of a local-to-caja setting 'show-desktop' This key would indicate that file managers (by default Caja, but applies to others like Thunar or ROX) should handle desktop, i.e. draw a background and place icons there. Otherwise (when false), mate-settings-daemon will take over drawing desktop background. This is different from 'draw-background', which is a separate option used only for drawing background without icons (by mate-settings-daemon). To Caja, 'show-desktop-icons' implies 'draw-background', and so if set to false, Caja won't (needlessly) draw the desktop. However, if the user uses the "Background & Emblems dialog" to drop an image-pattern/color/reset on the desktop, Caja will again draw the desktop. For reference: https://bugzilla.gnome.org/show_bug.cgi?id=632225 | |||||
2012-12-01 | fix caja/nautilus rename | Stefano Karapetsas | 1 | -1/+1 | |
close https://github.com/mate-desktop/mate-file-manager/issues/58 | |||||
2012-10-23 | set default font in gsettings schema | Stefano Karapetsas | 1 | -1/+1 | |
2012-09-05 | remove unused gsettings schema keys | Stefano Karapetsas | 1 | -13/+0 | |
2012-09-05 | convert last eel_preference users to raw mateconf | Stefano Karapetsas | 1 | -1/+1 | |
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 | move desktop-font preference to desktop settings | Stefano Karapetsas | 1 | -5/+5 | |
2012-09-05 | convert list-view preferences to gsettings | Stefano Karapetsas | 1 | -31/+13 | |
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 desktop preferences to gsettings | Stefano Karapetsas | 1 | -3/+3 | |
2012-09-05 | start migration to gsettings | Stefano Karapetsas | 1 | -0/+491 | |