summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* gconf-dbus: Emit a Bye dbus signal when dropping a databaseVincent Untz2011-10-235-0/+62
| | | | | | | | This enables clients to know the database got dropped, and to stop referencing the object path of this database. The clients will eventually cause the re-creation of this database when they'll need it. https://bugzilla.gnome.org/show_bug.cgi?id=659835
* gconf-dbus: Do not drop old databases that have clients listening to itVincent Untz2011-10-231-0/+4
| | | | | | | This would be bad as clients would get lost when the object path of this dropped database disappears. https://bugzilla.gnome.org/show_bug.cgi?id=659835
* gconf-dbus: On SIGHUP, do not recreate databases but reload the sourcesVincent Untz2011-10-233-14/+98
| | | | | | | | | | | | | | | | When we destroy and recreate a database, the object path associated to it on dbus changes. This is bad as clients do not know about the object path change, and therefore fail. Instead of destroying and recreating the databases, we simply reload the sources for this database. This achieves the same result, without changing the object path. Note that for the corba backend, we still use the old way as simply reloading the sources might not work -- the sources are used in corba-specific code. https://bugzilla.gnome.org/show_bug.cgi?id=659835
* po/vi: import from Damned LiesNguyễn Thái Ngọc Duy2011-10-191-194/+259
|
* Updated Japanese translationOKANO Takayoshi2011-10-181-6/+6
|
* Updated Finnish translationTommi Vainikainen2011-10-051-140/+62
|
* Release 3.2.03.2.0Rob Bradford2011-09-262-1/+10
|
* Updated Assamese Translations:bugzilla#659595Nilamdyuti Goswami2011-09-241-151/+212
|
* Updated Danish translationFlemming Christensen2011-09-221-144/+207
|
* Updated Basque languageInaki Larranaga Murgoitio2011-09-211-183/+274
|
* Updated Hungarian translationGabor Kelemen2011-09-211-176/+283
|
* [l10n] Updated German translationMario Blättermann2011-09-191-240/+313
|
* Release 3.1.923.1.92Rob Bradford2011-09-192-1/+16
|
* Updated Japanese translationJiro Matsuzawa2011-09-171-53/+53
|
* Updated Serbian translationМирослав Николић2011-09-172-736/+876
|
* Updated Brazilian Portuguese translation.Antonio Fernandes C. Neto2011-09-161-144/+208
|
* Updated asturian translationXandru Armesto2011-09-141-434/+713
|
* Updated Tamil TranslationsI Felix2011-09-131-322/+536
|
* update Simplified Chinese (zh_CN) translationYinghua Wang2011-09-131-144/+205
|
* Updated Korean translationChangwoo Ryu2011-09-131-160/+261
|
* Updated Punjabi TranslationA S Alam2011-09-111-150/+215
|
* configure.ac: Use maintainer mode by defaultJavier Jardón2011-09-111-1/+1
| | | | | See https://mail.gnome.org/archives/desktop-devel-list/2011-September/msg00064.html
* Updated Oriya TranslationManoj Kumar Giri2011-09-091-274/+496
|
* l10n: Updated Italian translationLuca Ferretti2011-09-081-142/+208
|
* Updated Polish translationPiotr Drąg2011-09-081-139/+205
|
* Updated British English translationBruce Cowan2011-09-081-145/+206
|
* Updated Gujarati TranslationsSweta Kothari2011-09-081-152/+223
|
* gconf-database-dbus: Allow setting the gconf values to the schema defaultJoey Zheng2011-09-071-2/+1
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=655954
* Updated Portuguese translationDuarte Loreto2011-09-071-143/+204
|
* Release 3.1.903.1.90Rob Bradford2011-08-292-1/+15
|
* Updated Telugu Translationkrishnababu k2011-08-291-368/+592
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-08-292-688/+959
|
* Updated Japanese translationTakayoshi OKANO2011-08-281-153/+217
|
* Added UG translationAbduxukur Abdurixit2011-08-191-2705/+2769
|
* GSettings migration: add --file argumentRyan Lortie2011-08-151-0/+27
| | | | | Add a --file commandline argument to request running conversions from an extra file (in addition to the normal conversions).
* GSettings migration: consult XDG_DATA_DIRSRyan Lortie2011-08-151-4/+14
| | | | | | | Instead of using the hardcoded compile-time DATADIR, consult XDG_DATA_DIRS. https://bugzilla.gnome.org/show_bug.cgi?id=656262
* GSettings migration: print better keyfile errorsRyan Lortie2011-08-151-2/+3
| | | | | GKeyFile error messages don't have very good context. Add some when we print the message to stderr.
* GSettings migration: factor out dir handlingRyan Lortie2011-08-151-56/+68
| | | | | Move the code that handles iterating over all the files in the conversion directory out of the main function and into its own.
* GSettings migration: use GHashTable, not strvRyan Lortie2011-08-151-30/+68
| | | | | Use a GHashTable to keep the list of already-converted keyfiles instead of a strv.
* GSettings migration: only write database on actual changesRyan Lortie2011-08-151-1/+4
| | | | | | | | The database was being rewritten in all cases of timestamp changes on the migration scripts directory -- possibly even if a script had been removed since last run (or other reasons). Only rewrite the file if a new migration has actually been run.
* GSettings migration: use time() as the timestampRyan Lortie2011-08-151-4/+3
| | | | | | Store the current system time as the timestamp in the database instead of the timestamp that we read from the directory containing the migration scripts.
* gconf-database-dbus: Fix notify listeners to also use an object path3.1.6Christian Persch2011-08-151-1/+1
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=655656
* Release 3.1.6Rob Bradford2011-08-152-1/+15
|
* gconf-dbus: Support older daemon returning string for object pathRob Bradford2011-08-151-4/+17
| | | | Enhances: https://bugzilla.gnome.org/show_bug.cgi?id=655656
* gconf(d)-dbus: Use correct type, 'o', for object pathsChristian Persch2011-08-152-2/+2
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=655656