From e13142565949e577ae589c0e93527b6698614281 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 5 Sep 2012 20:43:59 +0200 Subject: convert list-view preferences to gsettings 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) --- libcaja-private/org.mate.caja.gschema.xml.in | 44 ++++++++-------------------- 1 file changed, 13 insertions(+), 31 deletions(-) (limited to 'libcaja-private/org.mate.caja.gschema.xml.in') diff --git a/libcaja-private/org.mate.caja.gschema.xml.in b/libcaja-private/org.mate.caja.gschema.xml.in index a7f608e5..f0357242 100644 --- a/libcaja-private/org.mate.caja.gschema.xml.in +++ b/libcaja-private/org.mate.caja.gschema.xml.in @@ -168,6 +168,19 @@ <_summary>Show folders first in windows <_description>If set to true, then Caja shows folders prior to showing files in the icon and list views. + + + + + 'name' + <_summary>Default sort order + <_description>The default sort-order for items in the icon view. Possible values are "name", "size", "type", "mtime", and "emblems". + + + false + <_summary>Reverse sort order in new windows + <_description>If true, files in new windows will be sorted in reverse order. ie, if sorted by name, then instead of sorting the files from "a" to "z", they will be sorted from "z" to "a"; if sorted by size, instead of being incrementally they will be sorted decrementally. + true <_summary>Caja handles drawing the desktop @@ -245,19 +258,6 @@ "size", "type", "date_modified", "date_changed", "date_accessed", "owner", "group", "permissions", "octal_permissions" and "mime_type". - - - - - 'name' - <_summary>Default sort order - <_description>The default sort-order for items in the icon view. Possible values are "name", "size", "type", "mtime", and "emblems". - - - false - <_summary>Reverse sort order in new windows - <_description>If true, files in new windows will be sorted in reverse order. ie, if sorted by name, then instead of sorting the files from "a" to "z", they will be sorted from "z" to "a"; if sorted by size, instead of being incrementally they will be sorted decrementally. - false <_summary>Use tighter layout in new windows @@ -268,11 +268,6 @@ <_summary>Put labels beside icons <_description>If true, labels will be placed beside icons rather than underneath them. - - false - <_summary>Use manual layout in new windows - <_description>If true, new windows will use manual layout by default. - 'standard' <_summary>Default icon zoom level @@ -322,19 +317,6 @@ - - - - - 'name' - <_summary>Default sort order - <_description>The default sort-order for the items in the list view. Possible values are "name", "size", "type", and "mtime". - - - false - <_summary>Reverse sort order in new windows - <_description>If true, files in new windows will be sorted in reverse order. ie, if sorted by name, then instead of sorting the files from "a" to "z", they will be sorted from "z" to "a". - 'smaller' <_summary>Default list zoom level -- cgit v1.2.1