summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Port gconf-defaults-mechanism to GDBusgdbusChristian Persch2010-08-186-455/+411
| | | | Bug #618039.
* Port gconfd-2 to GDBusChristian Persch2010-08-181-158/+170
| | | | Bug #618039.
* Port libgconf-2 to GDBusChristian Persch2010-08-184-42/+41
| | | | | | | This makes libgconf-2 not link to libdbus anymore, which means libgconf-2 is LGPL2+ again! Bug #618039.
* [gsettings] Handle empty lists on migrationTomas Bzatek2010-08-051-10/+20
| | | | | g_variant_new() doesn't like empty array-typed GVariantBuilder instances. See bug 625663 for details.
* [gsettings] Sink references of newly created variant objectsTomas Bzatek2010-08-051-0/+2
| | | | See bug 625591 for details.
* [release] post-release bump to 2.31.90Vincent Untz2010-08-041-1/+1
|
* [release] 2.31.72.31.7Vincent Untz2010-08-041-0/+13
|
* Adapt to gsettings API changes (glib, d5bd53)Frédéric Péters2010-07-241-17/+2
|
* Fixed headers in galician translation fileFran Diéguez2010-07-181-52/+51
|
* configure: disable the defaults service if PolicyKit is not availableThomas Wood2010-07-141-0/+2
| | | | | The enable_defaults_service is set to "auto" by default, but needs to be set to "no" if PolicyKit is not found.
* Realloc the correct amount of memoryMatthew Garrett2010-07-121-1/+1
| | | | | | | Pointers are more than a byte long - make sure that we realloc enough space to fit another one. https://bugzilla.redhat.com/show_bug.cgi?id=609187
* Bump versionMatthias Clasen2010-07-121-1/+1
|
* Updates2.31.6Matthias Clasen2010-07-121-0/+15
|
* [gsettings] Convert to xml schema format by defaultVincent Untz2010-07-072-6/+5
|
* [gsettings] Fix error in gsettings-schema-convert --helpVincent Untz2010-07-071-1/+1
| | | | The simple format can always be chosen.
* [gsettings] Accept gconf schemas without default valuesVincent Untz2010-07-071-6/+34
| | | | | | We use a 'neutral' default value in this case (0, empty string, false). Also, check that int and float default values are valid.
* [gsettings] Replace underscores with dashes when converting from gconfVincent Untz2010-07-072-2/+24
| | | | | | A --keep-underscores option is introduced to disable this behavior. https://bugzilla.gnome.org/show_bug.cgi?id=616310
* [gsettings] Do not crash when converting a schema with unknown typesVincent Untz2010-07-071-2/+10
|
* [gsettings] Convert 0/1 gconf booleans to false/trueVincent Untz2010-07-071-12/+34
| | | | | | | | Also fix a bug where ' was not properly escaped in default string values, and make sure that the values in list use the same code path to get the same result as default values. https://bugzilla.gnome.org/show_bug.cgi?id=617824
* [gsettings] Always add specified gettext-domain via command-line optionVincent Untz2010-07-021-2/+4
| | | | | | | It's useful to get the summary/description translations, not just for localized defaults. https://bugzilla.gnome.org/show_bug.cgi?id=616309
* [gsettings] Fix gsettings-schema-convert crash when lxml is unavailableVincent Untz2010-07-021-3/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=616647
* Bump versionMatthias Clasen2010-06-291-1/+1
|
* Update NEWS for 2.31.52.31.5Matthias Clasen2010-06-291-0/+12
|
* Make :path in groups optional againMatthias Clasen2010-06-291-1/+5
| | | | | It appears gsettings_new_from_path became stricter and doesn't allow a NULL path anymore. Oh well...
* [l10n] Updated Estonian translationIvar Smolin2010-06-271-10/+15
|
* Drop gsettings-schema-convert hereRyan Lortie2010-06-214-2/+1195
| | | | glib expat
* Updated Latvian translation.Rudolfs Mazurs2010-06-201-260/+214
|
* 2.31.4Matthias Clasen2010-06-181-1/+1
|
* Updates2.31.4Matthias Clasen2010-06-181-0/+15
|
* Bump gio requirementMatthias Clasen2010-06-181-1/+1
|
* Fix building with GSettings 2.25.9Milan Bouchet-Valat2010-06-181-7/+0
| | | | | New API has removed 'supports_context' field from GSettingsBackendsClass. Remove it.
* Make backend_write consume the variantMatthias Clasen2010-06-141-0/+2
| | | | This is the expected behaviour. See bug #621319.
* Updated Galician translationsFran Diéguez2010-06-121-99/+99
|
* Implement replacement fsync() on windows, where it is not presentFridrich Štrba2010-05-282-0/+67
|
* Allow external orbit-idl-2 compiler for cross-compiling for instanceFridrich Štrba2010-05-281-1/+1
|
* Bump versionMatthias Clasen2010-05-241-1/+1
|
* Updates2.31.3Matthias Clasen2010-05-241-0/+20
|
* Install an autostart file for gsettings-data-convertMatthias Clasen2010-05-242-1/+13
| | | | | | The intended use for this tool is to run at login time and do any outstanding conversions. Therefore, we want to autostart the tool early.
* Updated Norwegian bokmål translationKjartan Maraas2010-05-241-73/+73
|
* Do not print an error on the first ever run of gsettings-data-convertRichard Hughes2010-05-201-0/+4
| | | | It's normal for ~/.local/share/gsettings-data-convert not to exist if the tool has never been run
* Updated Shavian translationThomas Thurman2010-05-141-141/+145
|
* More updating of the Shavian translationThomas Thurman2010-05-131-278/+213
|
* Updated Shavian transliterationThomas Thurman2010-05-121-270/+1464
|
* Add gconf_defaultpath to the pkg-config file to expose the location of theBrian Cameron2010-05-112-1/+3
| | | | | default path file. This allows GDM to workaround bug #617017, so that GDM bug #594818 can be fixed.
* Updated Albanian translationLaurent Dhima2010-05-111-340/+380
|
* Support silent build (disabled by default)Christian Persch2010-05-101-0/+2
|
* Fix annotations for gconf_client_notify_add()Owen W. Taylor2010-05-072-3/+12
| | | | | | | | | | | Since gconf_client_notify_add() weirdly uses GFreeFunc rather than the identical GDestroyNotify we need to explicit annotate which parameter is the destroy callback. Scan the C files for annotations so that we pick up this annotation addition. https://bugzilla.gnome.org/show_bug.cgi?id=617973
* Look in datadir instead of hardcoding /usr/shareMatthias Clasen2010-05-032-1/+2
|
* Update GSettings backend to follow API changesRyan Lortie2010-04-281-1/+2
|
* bump versionMatthias Clasen2010-04-231-1/+1
|