summaryrefslogtreecommitdiff
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* editor: Load schemas from GSETTINGS_SCHEMA_DIR if setRui Matos2011-05-091-1/+10
* editor: Don't crash on empty schema descriptionsMatthias Clasen2011-05-091-2/+2
* editor: Change default sizeRobert Ancell2011-05-081-2/+2
* editor: Fix gsettings pathRobert Ancell2011-05-081-1/+1
* editor: Set shadow type for on scrolled windows to "in"Jean-François Fortin Tam2011-05-081-0/+2
* editor: Remember window sizeRobert Ancell2011-05-084-2/+59
* editor: Load *.enums.xml as well as *.gschema.xml. This was stopping some en...Robert Ancell2011-03-291-1/+1
* editor: Trivial fix for 'flags'Ryan Lortie2011-03-221-2/+5
* desktop file: rename to "dconf Editor"Ryan Lortie2011-03-221-1/+1
* editor: Remove stray debugging lineRobert Ancell2011-03-151-1/+0
* editor: Allow complex values to be edited. Note that tuples are broken in gli...Robert Ancell2011-03-151-2/+20
* editor: Fix bug where enumerations without value set weren't recognised as en...Robert Ancell2011-03-151-3/+3
* editor: Support changing of choicesRobert Ancell2011-03-152-5/+49
* Fix crash viewing integer keys with no schema (Bug #644170)Robert Ancell2011-03-111-1/+1
* Fix description word wrap (Bug #641292)Robert Ancell2011-03-102-4/+5
* editor: Use int.parse() and double.parse() instead of to_int() and to_double()Robert Ancell2011-03-102-9/+9
* editor: Decode choices and aliasesRobert Ancell2011-03-101-11/+84
* editor: Fix SettingsModel.get_path (Bug #640089)Robert Ancell2011-03-101-2/+3
* editor: Show key range in key descriptionRobert Ancell2011-03-104-70/+139
* Improve .gitignoreRyan Lortie2011-01-181-0/+1
* dist fix: add the .ui file to EXTRA_DISTRyan Lortie2011-01-171-0/+1
* Add set to default buttonRobert Ancell2011-01-154-34/+96
* Add missing UI fileRobert Ancell2011-01-141-0/+265
* Use GtkBuilderRobert Ancell2011-01-143-70/+40
* Install a .desktop fileRobert Ancell2011-01-142-0/+18
* Sort keysRobert Ancell2011-01-141-12/+28
* Use a switch insead of if-elsesRobert Ancell2011-01-141-13/+15
* Read range values from schemaRobert Ancell2011-01-142-67/+73
* Use implicit types for variables, print warnings for unknown things in schemasRobert Ancell2011-01-144-41/+81
* Implement the new GtkCellRenderer preferred layout methods, this fixes the cr...Robert Ancell2011-01-141-7/+34
* Remove non-required construct methodsRobert Ancell2011-01-141-6/+0
* Fix some bugs with key label layoutRobert Ancell2011-01-141-12/+14
* Remove GTK2 support for the editorRyan Lortie2010-12-182-14/+1
* Editor: optionally support gtk3 from gitRyan Lortie2010-10-042-2/+15
* editor: don't add no-path schemasRyan Lortie2010-10-041-1/+1
* Drop libgee requirement for dconf-editorRobert Ancell2010-09-034-64/+66
* Get rid of libtoolRyan Lortie2010-07-241-1/+1
* port client library to ValaRyan Lortie2010-07-191-2/+2
* assorted client API cleanups, vala port of 'dconf'Ryan Lortie2010-07-183-46/+3
* Show non-defaults in boldRobert Ancell2010-07-072-5/+21
* Always show schema values, even if not in dconfRobert Ancell2010-07-074-143/+174
* editor: Support enumerations, fix bug where editing one value modifies anotherRobert Ancell2010-07-074-155/+417
* Make dconf-editor understand and display schemasRobert Ancell2010-06-156-107/+916
* Bring dconf-editor in-treeRyan Lortie2010-06-114-0/+210