summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add morphologybaserock/morphSam Thursfield2012-07-231-0/+9
|
* Updated Spanish translationDaniel Mustieles2012-05-311-121/+115
|
* Updated Greek translationTom Tryfonidis2012-05-021-489/+557
|
* Enable silent build by defaultWilliam Jon McCann2012-04-251-1/+1
|
* Try to use XDG config directory for settings storageWilliam Jon McCann2012-04-255-13/+54
| | | | | | And fallback to the original locations if it isn't found. https://bugzilla.gnome.org/show_bug.cgi?id=674803
* Make directories with parents in case they don't existWilliam Jon McCann2012-04-251-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=646663
* Remove unused gconf_get_lock_dir functionWilliam Jon McCann2012-04-252-14/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=646663
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2012-04-101-119/+118
|
* [l10n] Fixes on Catalan translationJordi Serratosa2012-04-101-140/+139
|
* Updated Esperanto translationKristjan SCHMIDT2012-04-031-121/+122
|
* hindi translation by Chandan KumarRajesh Ranjan2012-03-261-337/+527
|
* Add initial Khmer translationMorn Met2012-03-202-0/+2763
|
* dbus: fix shutdownRay Strode2012-03-181-1/+7
| | | | | | | | | | gconftool-2 wasn't properly shutting down gconfd, because it was trying to do it before connecting to the daemon. This commit makes sure that we always first try to connect to the daemon before asking it to shutdown. https://bugzilla.gnome.org/show_bug.cgi?id=671490
* gsettings-schema-convert: Don't fail to convert lists without default elementGuido Günther2012-03-151-5/+4
|
* another day, another bumpRyan Lortie2012-03-101-1/+1
|
* GConf 3.2.53.2.5Ryan Lortie2012-03-101-0/+8
|
* gsettings-data-convert: fix memory errorRyan Lortie2012-03-101-1/+1
| | | | | | | | This fixes an extremely obvious memory error in the changes introduced by commit d28bd006832bd136c58d42003bf1b0f25f74128e. The upshot of this is reports from malloc() of memory corruption when running gsettings conversions (particularly observed on 32 bit).
* bump version after releaseRyan Lortie2012-03-081-1/+1
|
* GConf 3.2.43.2.4Ryan Lortie2012-03-082-1/+18
|
* build: add uninstall hook for GSettings backendRyan Lortie2012-03-081-0/+5
| | | | | New automake is more strict about having the install directory clean after 'make uninstall' during 'make distcheck'.
* fix build failure with ORBit enabledRyan Lortie2012-03-081-0/+1
| | | | | | With ORBit enabled, the internal gconf headers (that we are now using from gsettings-data-convert) depend on ORBit headers. Add the proper search path to the CFLAGS for gsettings-data-convert to fix that.
* gsettings-data-convert: convert only user settingsRyan Lortie2012-03-082-2/+64
| | | | | | | We only want to migrate settings that were in writable databases (in order to avoid 'lifting' system defaults into the user's database). https://bugzilla.gnome.org/show_bug.cgi?id=671581
* sources: remove a harmless warning messageRyan Lortie2012-03-071-7/+0
| | | | | | | GConf warns if there are no writable databases in use. Stop it from doing that. https://bugzilla.gnome.org/show_bug.cgi?id=671581
* Uploaded UkranianDaniel Korostil2012-03-021-164/+225
|
* Updated Belarusian translation.Kasia Bondarava2012-02-261-1585/+1334
|
* daemon: tie saved_state file to sessionRay Strode2012-02-211-3/+79
| | | | | | | | The code isn't really designed to work well with multiple gconfd's writing to the same saved_state file, so we should make it per-session. https://bugzilla.gnome.org/show_bug.cgi?id=652289
* daemon: store daemon data in XDG_RUNTIME_DIRRay Strode2012-02-211-7/+12
| | | | | | | | If XDG_RUNTIME_DIR is available it's a much better directory than /tmp since it ensures there's no DoS possibilities https://bugzilla.gnome.org/show_bug.cgi?id=652289
* daemon: store saved_state in daemon dir not ~/.gconfdRay Strode2012-02-211-7/+1
| | | | | | | The daemon dir isn't always ~/.gconfd so we shouldn't hard code it. https://bugzilla.gnome.org/show_bug.cgi?id=652289
* gconf-dbus: don't crash during sync if gconfd shutting downRay Strode2012-02-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The gconfd shuts down after a bit of inactivity. When that happens there's a window where it refuses requests from the client library with an error. The library is resposible for gracefully handling this condition and reacting appropriately. There are many places in the code where the client library has this idiom: db = gconf_engine_get_database (conf, TRUE, err); if (db == NULL) { g_return_if_fail(err == NULL || *err != NULL); return; } In the event gconfd is shutting down, db will be NULL, and the code will return early from whatever (non-critical) operation it was doing. gconf_engine_suggest_sync has a similiar chunk of code, but it neglected the "return;" and then promptly crashed since it wasn't expecting db to be NULL. This commit adds the return; https://bugzilla.gnome.org/show_bug.cgi?id=670033
* Updated Dutch translationHannie Dumoleyn2012-02-041-160/+224
|
* Updated Norwegian bokmål translationKjartan Maraas2012-01-241-126/+94
|
* Put back gthread-2.0Matthias Clasen2012-01-191-1/+1
| | | | Turns out g_thread_init is used in gconftool
* Back down gio requirementsMatthias Clasen2012-01-191-1/+1
| | | | 2.32 doesn't actually exist yet...
* Bump GIO dep to 2.32Matthias Clasen2012-01-191-1/+1
| | | | This is needed for the settings schema API.
* Skip nonexisting schemasMatthias Clasen2012-01-191-0/+17
| | | | | | This can happen in practice, due to e.g. schemas being packaged in subpackages, while all the conversions are kept in a single file.
* Cosmetics: Consistenly capitalize messagesMatthias Clasen2012-01-191-7/+7
|
* build: Add --disable-documentation configure optionColin Walters2012-01-142-1/+10
| | | | | | Documentation is the source of many cyclical build loops. Allow operating system builders to manually cut these cycles initially by disabling documentation for a first pass.
* Allow the backend directory to be specified from the environment.Richard Purdie2011-11-281-1/+7
| | | | | | | This is required in Yoctor so we can relocate gconf-native to different paths and still allow it to work. https://bugzilla.gnome.org/show_bug.cgi?id=664650
* D-Bus backend: Add GCONF_DEFAULT_SOURCE_PATH support (#664031)Sascha Silbe2011-11-281-11/+19
| | | | | | | Forward-port 7baf4c6b33a6dd0697a8bdb81bd86c72d58ebdc6 ("Allow overriding the default config via $GCONF_DEFAULT_SOURCE_PATH") from the ORBit to the D-Bus backend to fix (sugar-)jhbuild breakage when building with --disable-orbit.
* Version 3.2.33.2.3Ross Burton2011-10-311-1/+1
|
* Update NEWSRoss Burton2011-10-311-0/+7
|
* Revert d7917514549f48297bc0032a7e2b54bfb17f7495 and clarify commentVincent Untz2011-10-311-5/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662991
* Bump version to 3.2.23.2.2Rob Bradford2011-10-262-1/+9
|
* gconf-dbus: Clean up ORBit vs DBus logic (thanks, Jasper St. Pierre)Ross Burton2011-10-261-4/+4
|
* gconf-dbus: Don't crash when reply is NULL in gconf_engine_notify_remove()Jiří Klimeš2011-10-261-1/+2
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=661372
* Update NEWS3.2.1Ross Burton2011-10-261-0/+1
|
* build: Fix for -Werror=format-securityRico Tzschichholz2011-10-251-1/+1
|
* Update NEWSRoss Burton2011-10-241-0/+13
|
* Bump version to 3.2.1Ross Burton2011-10-241-1/+1
|
* gconf-dbus: Fix leaksVincent Untz2011-10-231-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=659835