Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-22 | update licences files: | Nelson Marques | 3 | -36/+29 | |
- COPYING-DOCS, http://www.gnu.org/licenses/fdl-1.1.txt - COPYING, http://www.gnu.org/licenses/gpl-2.0.txt - COPYING.LIB, http://www.gnu.org/licenses/lgpl-2.0.txt | |||||
2012-10-18 | remove MATE from Categories in .desktop files | Nelson Marques | 4 | -4/+4 | |
2012-10-17 | add missing include | Stefano Karapetsas | 1 | -0/+1 | |
2012-10-15 | add missing includes | Stefano Karapetsas | 1 | -0/+2 | |
2012-10-10 | refactor thumbnails codemate-file-manager-1.5.0 | Stefano Karapetsas | 6 | -533/+85 | |
2012-09-06 | replace mate-open with gvfs-open | Stefano Karapetsas | 1 | -1/+1 | |
2012-09-06 | remove old undo code | Stefano Karapetsas | 24 | -1635/+19 | |
2012-09-06 | remove latest mateconf usage | Stefano Karapetsas | 15 | -416/+395 | |
metadata saved in files instead of migrate to gsettings (caja-desktop-metadata.c is from nautilus) | |||||
2012-09-05 | bump minimum mate-desktop version (for gsettings schemas) | Stefano Karapetsas | 1 | -1/+1 | |
2012-09-05 | remove lockdown from monitored MateConf paths | Stefano Karapetsas | 1 | -1/+0 | |
2012-09-05 | convert disable-command-line lockdown to gsettings | Stefano Karapetsas | 4 | -46/+19 | |
2012-09-05 | removed eel_mateconf_monitor_add occurrence | Stefano Karapetsas | 1 | -2/+3 | |
2012-09-05 | remove unused gsettings schema keys | Stefano Karapetsas | 1 | -13/+0 | |
2012-09-05 | delete mateconf schema | Stefano Karapetsas | 2 | -1206/+1 | |
2012-09-05 | remove latest mateconf stuff | Stefano Karapetsas | 27 | -4080/+26 | |
2012-09-05 | convert last eel_preference users to raw mateconf | Stefano Karapetsas | 6 | -261/+47 | |
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 | 5 | -86/+1 | |
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 | 3 | -8/+8 | |
2012-09-05 | convert list-view preferences to gsettings | Stefano Karapetsas | 6 | -218/+119 | |
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 | add eel_g_settings_add_auto_strv | Stefano Karapetsas | 2 | -0/+29 | |
2012-09-05 | remove unused news side pane preferences | Stefano Karapetsas | 1 | -4/+0 | |
2012-09-05 | convert compact view prefs to gsettings | Stefano Karapetsas | 4 | -28/+30 | |
2012-09-05 | convert tree sidebar prefs to gsettings | Stefano Karapetsas | 4 | -14/+14 | |
2012-09-05 | fix typo | Stefano Karapetsas | 1 | -1/+1 | |
2012-09-05 | convert desktop preferences to gsettings | Stefano Karapetsas | 8 | -185/+119 | |
2012-09-05 | fix desktop-is-home-dir gsettings conversion | Stefano Karapetsas | 1 | -3/+3 | |
2012-09-05 | fix desktop-font gsettings conversion | Stefano Karapetsas | 1 | -3/+8 | |
2012-09-05 | convert icon-view preferences to gsettings | Stefano Karapetsas | 10 | -147/+147 | |
2012-09-05 | add some more g_settings auto helpers to eel-glib-extensions | Stefano Karapetsas | 3 | -0/+95 | |
2012-09-05 | convert preview settings to gsettings | Stefano Karapetsas | 6 | -65/+97 | |
2012-09-05 | convert show-directory-item-counts to gsettings | Stefano Karapetsas | 6 | -28/+21 | |
2012-09-05 | convert show-text-in-icons to gsettings | Stefano Karapetsas | 5 | -20/+15 | |
2012-09-05 | remove unused search-bar-type setting | Stefano Karapetsas | 2 | -27/+0 | |
2012-09-05 | convert default-folder-view to gsettings | Stefano Karapetsas | 3 | -26/+9 | |
2012-09-05 | fix media gsettings keys names | Stefano Karapetsas | 1 | -6/+6 | |
2012-09-05 | convert sort-directories-first to gsettings | Stefano Karapetsas | 4 | -15/+12 | |
2012-09-05 | convert window-state to gsettings | Stefano Karapetsas | 5 | -123/+60 | |
2012-09-05 | convert install-mime-activation to gsettings | Stefano Karapetsas | 3 | -7/+2 | |
2012-09-05 | convert exit with last window to gsettings | Stefano Karapetsas | 3 | -7/+2 | |
2012-09-05 | convert new tab position to gsettings | Stefano Karapetsas | 5 | -21/+4 | |
2012-09-05 | convert always-use-browser to gsettings | Stefano Karapetsas | 10 | -25/+56 | |
2012-09-05 | convert click-policy to gsettings | Stefano Karapetsas | 8 | -46/+27 | |
2012-09-05 | convert executable-text-activation to gsettings | Stefano Karapetsas | 4 | -38/+86 | |
2012-09-05 | convert mouse preferences to gsettings | Stefano Karapetsas | 3 | -31/+18 | |
2012-09-05 | convert date-format to gsettings | Stefano Karapetsas | 7 | -28/+85 | |
add eel_g_settings_add_auto_enum in eel/eel-glib-extensions.c | |||||
2012-09-05 | convert show-advanced-persmissions to gsettings | Stefano Karapetsas | 3 | -7/+2 | |
2012-09-05 | start migration to gsettings | Stefano Karapetsas | 49 | -511/+833 | |
2012-08-14 | Update configure.in | Perberos | 1 | -1/+1 | |
set libcaja-extension to 1.4.0 |