summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-global-preferences.h
AgeCommit message (Collapse)AuthorFilesLines
2019-07-27use show icons option in views tabWu Xiaotian1-1/+1
2019-07-27Add preference option to hide icons in list view.Wu Xiaotian1-0/+1
2018-12-27Add independent show/hide backup filesSargastic1-0/+1
2017-02-07Add an option for asking confirmation before moving files to the trashColomban Wendling1-0/+1
Add an option to show a confirmation dialog when moving files to the trash, like there is for deleting files directly or emptying the trash. Closes #632.
2016-10-23Add gsettings preference to enable/disable notificationslukefromdc1-0/+1
Defaults to TRUE
2014-10-27implementation of extension interface and status management (gsoc2014)Alexander van der Meij1-3/+2
2014-01-27Add option to show file sizes with IEC units instead of SI unitsStefano Karapetsas1-0/+1
Contains also a typo fix for the previous commit Closes #203 https://github.com/mate-desktop/caja/issues/203
2012-12-03[global-prefs|application] use MATE global 'show-desktop-icons' settingJasmine Hassan1-54/+52
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-09-06remove latest mateconf usageStefano Karapetsas1-3/+1
metadata saved in files instead of migrate to gsettings (caja-desktop-metadata.c is from nautilus)
2012-09-05convert disable-command-line lockdown to gsettingsStefano Karapetsas1-2/+3
2012-09-05remove latest mateconf stuffStefano Karapetsas1-1/+1
2012-09-05convert last eel_preference users to raw mateconfStefano Karapetsas1-0/+4
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-05move desktop-font preference to desktop settingsStefano Karapetsas1-1/+1
2012-09-05convert list-view preferences to gsettingsStefano Karapetsas1-17/+7
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-05remove unused news side pane preferencesStefano Karapetsas1-4/+0
2012-09-05convert compact view prefs to gsettingsStefano Karapetsas1-2/+3
2012-09-05convert tree sidebar prefs to gsettingsStefano Karapetsas1-1/+2
2012-09-05convert desktop preferences to gsettingsStefano Karapetsas1-10/+11
2012-09-05convert icon-view preferences to gsettingsStefano Karapetsas1-10/+11
2012-09-05convert preview settings to gsettingsStefano Karapetsas1-4/+4
2012-09-05convert show-directory-item-counts to gsettingsStefano Karapetsas1-1/+1
2012-09-05convert show-text-in-icons to gsettingsStefano Karapetsas1-1/+1
2012-09-05remove unused search-bar-type settingStefano Karapetsas1-3/+0
2012-09-05convert default-folder-view to gsettingsStefano Karapetsas1-1/+1
2012-09-05fix media gsettings keys namesStefano Karapetsas1-6/+6
2012-09-05convert sort-directories-first to gsettingsStefano Karapetsas1-1/+1
2012-09-05convert window-state to gsettingsStefano Karapetsas1-11/+10
2012-09-05convert install-mime-activation to gsettingsStefano Karapetsas1-1/+1
2012-09-05convert exit with last window to gsettingsStefano Karapetsas1-1/+1
2012-09-05convert new tab position to gsettingsStefano Karapetsas1-1/+1
2012-09-05convert always-use-browser to gsettingsStefano Karapetsas1-1/+1
2012-09-05convert click-policy to gsettingsStefano Karapetsas1-1/+1
2012-09-05convert executable-text-activation to gsettingsStefano Karapetsas1-1/+1
2012-09-05convert mouse preferences to gsettingsStefano Karapetsas1-3/+3
2012-09-05convert date-format to gsettingsStefano Karapetsas1-1/+1
add eel_g_settings_add_auto_enum in eel/eel-glib-extensions.c
2012-09-05convert show-advanced-persmissions to gsettingsStefano Karapetsas1-1/+1
2012-09-05start migration to gsettingsStefano Karapetsas1-31/+28
2012-08-12Fixed incorrect fsf addresses. Closes #28.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+242