summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* GSettings migration: add --file argumentmigration-changesRyan 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.
* Updated Indonesian translationAndika Triwidada2011-08-121-584/+357
|
* Updated Esperanto translationKristjan SCHMIDT2011-08-121-208/+268
|
* Updated Bulgarian translationAlexander Shopov2011-08-111-139/+203
|
* gsettings-data-convert: Attempt conversion to unsigned intKalev Lember2011-08-081-0/+17
| | | | | When we find an integer in GConf, and the gsettings key has unsigned int type, try to do the right thing.
* Updated French translationClaude Paroz2011-08-041-144/+209
|
* Updated Russian translationYuri Kozlov2011-08-011-435/+766
|
* Bump version to 3.1.43.1.4Ross Burton2011-07-251-1/+1
|
* Update NEWSRoss Burton2011-07-251-0/+10
|
* Updated Swedish translationDaniel Nylander2011-07-181-149/+222
|
* gsettings-data-convert: Call g_type_init()Martin Pitt2011-07-181-0/+2
| | | | | | | | Adhere our own advice in gconf_client_get_default() and call g_type_init() at program start. Otherwise we get a "You forgot to call g_type_init()" critical at startup and a crash in gconf_client_get_default(). Bug-Ubuntu: https://launchpad.net/bugs/810795
* Updated Lithuanian translation.Aurimas Černius2011-07-161-619/+488
|
* Updated Czech translationMarek Černocký2011-07-151-141/+210
|
* ensure_database: don't free the reply til we've finished with its argsSimon McVittie2011-07-131-3/+3
| | | | | | | Bug: https://bugzilla.gnome.org/show_bug.cgi?id=654497 Bug-NB: NB#261472 Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> Reviewed-by: Ross Burton <ross@burtonini.com>
* Updated Latvian translation.Rudolfs Mazurs2011-07-121-150/+215
|
* build: Filter out generated corba code when building .girColin Walters2011-07-051-1/+1
| | | | These source files won't have annotations.
* Updated Galician translationsFran Dieguez2011-07-051-146/+217
|
* Updated Turkish translationMuhammet Kara2011-07-031-148/+209
|
* Updated Slovenian translationMatej Urbančič2011-07-021-150/+220
|
* Updated Hebrew translation.Yaron Shahrabani2011-07-021-147/+212
|
* Updated Norwegian bokmål translationKjartan Maraas2011-07-021-139/+203
|
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2011-07-011-142/+203
|
* [l10n]Updated Catalan translationGil Forcada2011-07-011-154/+212
|
* Update NEWS3.1.3Ross Burton2011-07-011-2/+7
|
* Correctly bump version up to 3.1.3Ross Burton2011-07-011-1/+1
|
* Update NEWS2.32.5Ross Burton2011-07-011-0/+8
|
* Bump versionRoss Burton2011-07-011-1/+1
|
* Updated Spanish translationDaniel Mustieles2011-07-011-175/+240
|
* Subsitute the correct private requirements in the pkgconfig fileport-to-dbusRoss Burton2011-07-012-5/+6
|
* gconf-client: Use the cache for keys we know we don't have locallyZhenqiang Chen2011-06-282-12/+38
| | | | | | | | | | Say the application recursively preloads /foo which contains /foo/a/a and /foo/b/b, which are fetched and cached. The application then asks for /foo/c/c. Because we recursively preloaded we should know that this key doesn't exist, but because it isn't stored in the caches we have to make a DBus call. This change lets the caching layer know that we recursively loaded /foo and therefore if the key isn't in the cache, it doesn't exist.
* Update POTFILESRoss Burton2011-06-281-0/+3
|
* Distcheck with DBusRoss Burton2011-06-281-1/+1
|
* Fix make distRoss Burton2011-06-281-4/+8
|
* Be more verbose when picking ORBit or DBusRoss Burton2011-06-281-0/+6
|
* gconfd: Add conditional DBUS codeRob Bradford2011-06-281-0/+26
|
* gconf-database: Add conditional DBUS codeRob Bradford2011-06-282-0/+67
|
* gconfd: Add ifdef blocks around the CORBA codeRob Bradford2011-06-282-5/+52
|
* gconf: Surround CORBA code with ifdefsRob Bradford2011-06-281-1/+12
|
* gconf-database: Surround CORBA code with ifdefsRob Bradford2011-06-282-2/+52
|
* build: Conditionally compile in the DBUS implementation filesRob Bradford2011-06-289-0/+5165
|
* gconf-internals: Surround CORBA functionality with #ifdef guardsRob Bradford2011-06-282-4/+23
|
* gconf-database: import locale header fileRob Bradford2011-06-281-0/+3
| | | | This is needed to get GConfLocaleList
* build: Export ORBIT CFLAGS/LIBSRob Bradford2011-06-283-2/+8
|
* backend: Surround locking by HAVE_CORBA ifdef blocksRob Bradford2011-06-282-4/+16
|