summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dconf: increase minimum glib versiondconf-0.8Robert Schwebel2011-07-271-1/+1
| | | | | | | | | | G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE was introduced only in glib-2.27.3, so this is the minimum required glib version now. 34b297bd6ab4110978709d7cf49b60d7aa1ea90d changes the minimal version to 2.27.2, but the symbol was really only introduced in 2.27.3. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* dconf 0.8.00.8.0Ryan Lortie2011-07-262-1/+6
|
* Don't compare VariantType by pointer valueRyan Lortie2011-07-261-1/+1
|
* Remove unused 'error' variableRyan Lortie2011-07-241-3/+2
| | | | | | | | | We never consumed the value, and then we reused it, causing warnings about uninitialised error variables. Just remove it altogether. Caught by Matthias. https://bugzilla.gnome.org/show_bug.cgi?id=655193
* post-release bumpRyan Lortie2011-05-091-1/+1
|
* 0.7.5 release0.7.5Ryan Lortie2011-05-092-1/+14
|
* editor: Load schemas from GSETTINGS_SCHEMA_DIR if setRui Matos2011-05-091-1/+10
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=622292
* editor: Don't crash on empty schema descriptionsMatthias Clasen2011-05-091-2/+2
| | | | Based on a patch from Fabian Deutsch <fabian.deutsch@gmx.de>
* 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
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=641293
* editor: Remember window sizeRobert Ancell2011-05-085-2/+62
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=641293
* Fix crash when user database is not presentRyan Lortie2011-05-081-1/+5
| | | | | | | If we fail to open the database in the user's home directory then the variable will be NULL. The refactor of the read function for lockdown support missed this check, resulting in a rather dramatic crash on fresh accounts.
* update the NEWSRyan Lortie2011-05-061-0/+21
|
* dist .tar.xzRyan Lortie2011-05-061-1/+1
|
* bump versionRyan Lortie2011-05-061-1/+1
|
* Optimise is_writable() for the common caseRyan Lortie2011-05-061-14/+17
| | | | ...of no system defaults database.
* Remove accidental debugging spewRyan Lortie2011-05-061-2/+0
|
* client-side lockdown supportRyan Lortie2011-05-063-36/+114
| | | | | | | | | Support lockdown on the client side for GSettings. For performance reasons only lockdown of specific keys (not entire subpaths) is supported at the moment. This may change in the future if we can find a way to make large numbers of related GVDB lookups sufficiently performant.
* dconf update: more lockdown fixesRyan Lortie2011-05-061-3/+9
| | | | | | | | | - regenerate the file when the lock dir timestamp changes - send the proper dbus message - write an actual value for the lock in the GVDB (otherwise the reader won't see it)
* dconf update: support lockdownRyan Lortie2011-05-051-0/+39
|
* Change locking in the engineRyan Lortie2011-05-051-7/+28
| | | | | | | | | | Switch from code locking to data locking and hold the data lock quite a lot more often. We could try to be more clever about finding ways to hold locks less often but I think it's not really worth it. Closes #648949
* dconf update: don't attempt to open non-filesRyan Lortie2011-05-051-0/+6
|
* dconf update: vala deprecation fixupsRyan Lortie2011-05-051-4/+4
|
* dconf cli: insert space after key completionRyan Lortie2011-05-051-1/+1
|
* dconf cli: filter non-dirs for completion on listRyan Lortie2011-05-052-3/+7
|
* dconf cli: commandline completionRyan Lortie2011-05-053-8/+75
|
* dconf cli: more cleanupsRyan Lortie2011-05-052-70/+92
|
* path checking: check for NULLRyan Lortie2011-05-051-6/+14
| | | | Check for NULL dconf key/dir/path and report it as an error.
* dconf cli: make it a bit more friendlyRyan Lortie2011-05-051-1/+122
| | | | | Make the dconf command-line tool slightly more friendly by adding a help command and invoking that on an unknown command instead of aborting.
* editor: Load *.enums.xml as well as *.gschema.xml. This was stopping some ↵Robert Ancell2011-03-291-1/+1
| | | | | | enums from being loaded. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=636880
* Release 0.7.30.7.3Ryan Lortie2011-03-221-0/+7
|
* bump the versionRyan Lortie2011-03-221-1/+1
|
* build: Increase glib dependency to 2.27.2Rob Bradford2011-03-221-1/+1
| | | | | | | dconf requires G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE which only came into glib at 2.27.2 Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=642448
* editor: Trivial fix for 'flags'Ryan Lortie2011-03-221-2/+5
| | | | | The code will fail badly if it encounters a 'flags' key in a schema, so add a very minimal workaround to deal with that.
* desktop file: rename to "dconf Editor"Ryan Lortie2011-03-221-1/+1
| | | | | | The name "Configuration Editor" is too confusingly generic. Fixes #643894.
* Bump vala depend to 0.11.7Ryan Lortie2011-03-221-1/+1
| | | | As per bug #645154
* editor: Remove stray debugging lineRobert Ancell2011-03-151-1/+0
|
* editor: Allow complex values to be edited. Note that tuples are broken in ↵Robert Ancell2011-03-151-2/+20
| | | | glib < 2.27.4, see bug #644786
* editor: Fix bug where enumerations without value set weren't recognised as ↵Robert Ancell2011-03-151-3/+3
| | | | enumerations
* 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
|
* release 0.7.20.7.2Ryan Lortie2011-02-052-1/+15
|
* Add a README to the gvdb/ directoryRyan Lortie2011-02-031-0/+7
|
* Merge remote branch 'gvdb/master'Ryan Lortie2011-02-031-2/+0
|\