summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* misc: Add a DOAP fileRob Bradford2011-08-151-0/+42
|
* build: Correctly ensure that generated CORBA files are deleted when distingRob Bradford2011-08-151-1/+1
| | | | | | | | Otherwise if you have build with ORBIT and then do a dist (which uses D-BUS) then you get the CORBA generated files inside your D-BUS tarball. The previous attempt at this fix caused a FTBFS when you didn't have ORBIT headers.
* Revert "build: Ensure that generated CORBA files are deleted when disting"Rob Bradford2011-08-151-2/+4
| | | | | | This reverts commit 3385287b5e8566e9a7107410348592571db6440c. Results in a build error if you don't have ORBIT available on your system.
* Release 3.1.53.1.5Rob Bradford2011-08-142-1/+23
|
* build: Add exported pkg-config file and C include information to GIREvan Nemerson2011-08-141-1/+2
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=654801
* gconfd-dbus: Handle messages that don't have an interface setRob Bradford2011-08-141-2/+2
| | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=656248 Inspired by proposed solution from Joey Zheng.
* misc: Update .gitignore to include files from gtk-doc and dist tarballRob Bradford2011-08-141-0/+17
|
* build: Ensure that generated CORBA files are deleted when distingRob Bradford2011-08-141-4/+2
| | | | | Otherwise if you have build with ORBIT and then do a dist (which uses D-BUS) then you get the CORBA generated files inside your D-BUS tarball.
* misc: Update .gitignore file to hide gsettings converter .desktop fileRob Bradford2011-08-141-0/+1
|
* build: Switch to autogenerated ChangeLog fileRob Bradford2011-08-143-7566/+7585
|
* Updated Thai translation.Theppitak Karoonboonyanan2011-08-131-144/+205
|