summaryrefslogtreecommitdiff
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* clean up C compiler warningsRyan Lortie2012-07-081-1/+2
* massive Makefile reorganisationRyan Lortie2012-07-081-7/+25
* add gtester supportRyan Lortie2012-07-061-0/+2
* Massively reorganise the client-sideRyan Lortie2012-07-021-11/+5
* editor: set 'wrap' property on default value labelRyan Lortie2012-03-171-0/+1
* editor: clean up some Vala warningsRyan Lortie2012-02-061-21/+5
* editor: drop Vala 0.12 compatibility codeRyan Lortie2012-02-061-12/+0
* editor: do not install non-standard icon sizesRyan Lortie2012-02-053-2/+0
* make sure the icons end up in the tarballRyan Lortie2012-01-271-2/+4
* editor: install an iconJulie Tolomelli2012-01-037-0/+15
* Silence some harmless warnings from vala codeRyan Lortie2011-11-211-1/+1
* editor: Drop debuggingRobert Ancell2011-10-281-1/+0
* editor: Drop obsolete GtkTable propertiesRobert Ancell2011-10-281-2/+0
* editor: Use GtkPaned to separate directories and keysRobert Ancell2011-10-282-12/+10
* editor: Use GtkGrid instead of GtkTableRobert Ancell2011-10-281-40/+30
* editor: Fix compile warningsRobert Ancell2011-10-281-29/+40
* gitignore stuffRyan Lortie2011-07-261-0/+1
* Don't hide dconf-editorRyan Lortie2011-07-261-1/+0
* Deal with incompatible changes in ValaRyan Lortie2011-07-031-0/+12
* Add change watching to dconf-editorRyan Lortie2011-06-221-1/+22
* Handle flagsRobert Ancell2011-05-092-11/+68
* 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