summaryrefslogtreecommitdiff
path: root/editor/dconf-schema.vala
Commit message (Expand)AuthorAgeFilesLines
* editor: Decode schema overridesRobert Ancell2012-10-011-10/+70
* editor: Correctly get XML text from schema descriptionsRobert Ancell2012-10-011-3/+3
* editor: Don't warn about comments in the schemasRobert Ancell2012-05-041-0/+3
* editor: clean up some Vala warningsRyan Lortie2012-02-061-21/+5
* editor: Drop debuggingRobert Ancell2011-10-281-1/+0
* Handle flagsRobert Ancell2011-05-091-8/+65
* editor: Don't crash on empty schema descriptionsMatthias Clasen2011-05-091-2/+2
* 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
* editor: Support changing of choicesRobert Ancell2011-03-151-4/+29
* editor: Use int.parse() and double.parse() instead of to_int() and to_double()Robert Ancell2011-03-101-1/+1
* editor: Decode choices and aliasesRobert Ancell2011-03-101-11/+84
* editor: Show key range in key descriptionRobert Ancell2011-03-101-29/+30
* Read range values from schemaRobert Ancell2011-01-141-0/+3
* Use implicit types for variables, print warnings for unknown things in schemasRobert Ancell2011-01-141-28/+68
* editor: don't add no-path schemasRyan Lortie2010-10-041-1/+1
* Drop libgee requirement for dconf-editorRobert Ancell2010-09-031-16/+14
* Always show schema values, even if not in dconfRobert Ancell2010-07-071-3/+12
* editor: Support enumerations, fix bug where editing one value modifies anotherRobert Ancell2010-07-071-12/+95
* Make dconf-editor understand and display schemasRobert Ancell2010-06-151-0/+147