summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* introspection: Update to new g-iColin Walters2010-09-072-2/+3
| | | | | | Add --warn-all. Also we need explicit --identifier-prefix and --symbol-prefix right now, because the scanner defaults the symbol prefix to g_conf.
* Updated Basque languageInaki Larranaga Murgoitio2010-09-071-95/+90
|
* Updated Polish translationPiotr Drąg2010-09-041-93/+88
|
* Updated German translationChristian.Kirbach2010-09-011-111/+112
|
* Updated Indonesian translationAndika Triwidada2010-08-311-514/+743
|
* Updated Czech translation2.31.91Marek Černocký2010-08-301-100/+92
|
* [l10n] Updated Italian translationMilo Casagrande2010-08-291-114/+105
|
* update translation for PunjabiA S Alam2010-08-291-146/+148
|
* NEWS update for 2.31.91Christian Persch2010-08-282-1/+8
|
* Update British English translationPhilip Withnall2010-08-271-101/+103
|
* Translated 1 more stringnoch2010-08-271-553/+295
|
* Added Armenian translation - po file. Modified LINGUAS.noch2010-08-272-0/+2706
|
* Updated French translationBruno Brouard2010-08-261-97/+91
|
* Updated Swedish translationDaniel Nylander2010-08-251-121/+120
|
* Updated galician translationsFran Diéguez2010-08-231-23/+25
|
* Updated Bulgarian translationAlexander Shopov2010-08-221-3/+3
|
* Updated Bulgarian translationAlexander Shopov2010-08-221-107/+104
|
* Updated Catalan translationDavid Planella2010-08-221-119/+124
|
* Updated Portuguese translationDuarte Loreto2010-08-211-96/+97
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-08-212-188/+190
|
* Updated Norwegian bokmål translationKjartan Maraas2010-08-211-111/+111
|
* Updated Hungarian translationGabor Kelemen2010-08-211-144/+171
|
* Updated Serbian translationМилош Поповић2010-08-202-276/+256
|
* Updated Spanish translationJorge González2010-08-191-110/+112
|
* Updated Slovenian translationMatej Urbančič2010-08-191-106/+106
|
* Updated Slovenian translationMatej Urbančič2010-08-181-3/+3
|
* Updated Slovenian translationMatej Urbančič2010-08-181-336/+311
|
* Updated Hebrew translation.Yaron Shahrabani2010-08-181-382/+515
|
* 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...