summaryrefslogtreecommitdiff
path: root/gtk/org.gtk.Settings.FileChooser.gschema.xml
Commit message (Collapse)AuthorAgeFilesLines
* file chooser: Improve time and date formattingMatthias Clasen2015-07-041-0/+12
| | | | | Use the same formats as nautilus, and put date and time in separate cells, so they are neatly aligned.
* Add some documentation to the filechooser schemaMatthias Clasen2014-05-131-11/+22
|
* Respect 12/24-hour clock setting in the file chooserMatthias Clasen2014-01-241-0/+11
| | | | Based on a patch by Garrett Regier in bug 699224.
* filechooser: Document the settings XMLFederico Mena Quintero2014-01-061-1/+36
|
* file-chooser: add a sort-directories-first gsettingWilliam Jon McCann2013-12-031-0/+5
| | | | | Add an option to sort folders before files in order to be more constistent with the file manager.
* Merge branch 'master' into places-sidebarFederico Mena Quintero2013-02-131-1/+6
|\ | | | | | | | | | | | | Conflicts: docs/reference/gtk/gtk-docs.sgml gtk/gtkfilechooserdefault.c gtk/org.gtk.Settings.FileChooser.gschema.xml
| * file chooser: give GSettings schema a pathRyan Lortie2013-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | The code is always instantiating this schema at a fixed location, so why is it relocatable? Add a path so that it shows up properly in dconf-editor, and from the gsettings commandline tool. https://bugzilla.gnome.org/show_bug.cgi?id=692163
| * Fix build by un-translating org.gtk.Settings.FileChooserColin Walters2012-12-071-2/+2
| | | | | | | | | | | | | | | | At the moment, gtk+ doesn't depend on intltool, which is the program that knows how to translate schemas. Attempting to translate them causes a build failure, so for now, let's leave them in en_US. https://bugzilla.gnome.org/show_bug.cgi?id=689584
| * Add summary and description to "show-hidden" keyTimothy Arceri2012-12-071-0/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=689584
| * filechooser: remember sidebar widthJonny Lamb2012-11-141-0/+3
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=524295 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | Add a new org.gtk.SettingsFileChooser startup-mode settings keyFederico Mena Quintero2012-11-211-0/+8
|/ | | | | | | | It has two possible values, 'recent' and 'cwd'. We will use these to determine whether to set the default starting mode, if a folder has not been pre-set, to showing the Recent Files list or the current working directory. Signed-off-by: Federico Mena Quintero <federico@gnome.org>
* Change FSF AddressJavier Jardón2012-02-271-5/+4
|
* bgo#655822 - Put back the expand-folders schema in gsettingsFederico Mena Quintero2011-08-021-0/+3
| | | | | | | Apparently schemas are part of the ABI contract; running apps crash if a schema disapppears and they happen to access it. Signed-off-by: Federico Mena Quintero <federico@gnome.org>
* Remove the expander in Save mode, and the configuration keyFederico Mena Quintero2011-07-011-3/+0
| | | | | | | This effectively makes the file chooser always be in 'expanded' mode. Later, we'll move the pathbar to the 'Save in folder:' line. Signed-off-by: Federico Mena Quintero <federico@gnome.org>
* Make GtkFileChoser remember the last directory openedStéphane Maniaci2011-04-151-0/+3
| | | | | | | | | | | | | | | | Introduces a 'last-folder-uri' GSettings key, where we remember the last-opened folder from the previous instance of the file chooser. The idea is that this works globally, across all applications, so it will be easy to do things like 1. Save an attachment from a mail (or some other file) 2. Open another program 3. Do File/Open and automatically get sent to the folder where (1) happened. Signed-off-by: Federico Mena Quintero <federico@gnome.org> https://bugzilla.gnome.org/show_bug.cgi?id=644426
* Use GSettings for the filechooser settingsChristian Persch2010-10-131-0/+64
Bug #630850.