summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added Occitan translationdconf-0-18Cédric Valmary2016-04-182-0/+187
|
* Updated Portuguese translationPedro Albuquerque2015-10-061-19/+25
|
* service: Don't hang during shutdownMarek Kasik2014-04-041-1/+6
| | | | | | | Remember whether a signal was signalled to dconf-service so we don't call g_application_release() more than once. https://bugzilla.gnome.org/show_bug.cgi?id=727549
* Fix a mistake in Chinese simplified translation that may block compilingWylmer Wang2014-01-181-2/+2
|
* Updated Greek translationEfstathios Iosifidis2013-10-221-23/+25
|
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2013-10-131-15/+15
|
* update Simplified Chinese (zh_CN) translation甘露(Lu Gan)2013-10-131-17/+26
|
* L10N: Updated Persian translationsArash Mousavi2013-10-111-40/+25
|
* dconf 0.18.00.18.0Ryan Lortie2013-09-232-1/+12
|
* Updated Basque languageInaki Larranaga Murgoitio2013-09-221-18/+20
|
* Updated Portuguese translationDuarte Loreto2013-09-221-16/+16
|
* l10n: Update Japanese translationJiro Matsuzawa2013-09-221-46/+43
|
* Punjabi Translation updated by AmanA S Alam2013-09-181-16/+16
|
* Updated Danish translationAsk H. Larsen2013-09-171-15/+15
|
* Updated Korean translationChangwoo Ryu2013-09-171-7/+7
|
* dconf 0.17.10.17.1Ryan Lortie2013-09-162-1/+27
|
* Updated German translationBenjamin Steinwender2013-09-161-20/+20
|
* Initial Dutch translation by Tico (imported from Launchpad)Reinout van Schouwen2013-09-152-0/+180
|
* Updated Korean translationChangwoo Ryu2013-09-141-15/+15
|
* [l10n] Update Catalan translationGil Forcada2013-09-141-15/+15
|
* Assamese Translation UpdatedNilamdyuti Goswami2013-09-121-16/+16
|
* [l10n] Updated Estonian translationMattias Põldaru2013-09-121-4/+5
|
* Updated Indonesian translationAndika Triwidada2013-09-121-16/+16
|
* Updated Latvian translationRūdolfs Mazurs2013-09-111-17/+17
|
* Updated Belarusian translation.Ihar Hrachyshka2013-09-101-15/+15
|
* Clarify statements about not using schemasRyan Lortie2013-09-101-4/+4
| | | | | | | | Reword the note in the documentation about not using GSettings schemas so that it cannot be taken to mean that the commandline tool doesn't use D-Bus. https://bugzilla.gnome.org/show_bug.cgi?id=707783
* Updated Russian translationYuri Myasoedov2013-09-091-45/+29
|
* Finnish translation update by Jiri GrönroosVille-Pekka Vainio2013-09-071-20/+20
|
* Updated Serbian translationМирослав Николић2013-09-052-36/+38
|
* Updated Polish translationPiotr Drąg2013-08-241-20/+20
|
* Update French translationAlexandre Franke2013-08-221-15/+15
|
* Updated Hungarian translationBalázs Úr2013-08-211-17/+17
|
* Updated Thai translation.Theppitak Karoonboonyanan2013-08-141-15/+15
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-08-072-32/+32
|
* Tajik translation updatedVictor Ibragimov2013-07-301-17/+32
|
* dconf tool docs: Small tweakMatthias Clasen2013-07-161-2/+2
| | | | | Add a reference to the profile documentation in the overview.
* Expand the docsMatthias Clasen2013-07-161-7/+107
| | | | | This commit adds sections about profiles, keyfiles and locks to the overview documentation.
* dconf tool docs: mention dbusMatthias Clasen2013-07-161-0/+4
| | | | | | It is a common trap to use this tool in a VT without a session bus. Mention that a session bus is needed to write changes to the database.
* docs: Mention DCONF_PROFILE env varMatthias Clasen2013-07-161-0/+14
| | | | | Its good form to list environment variables affecting a tool in its man page.
* docs: mention nfs in the overview docsMatthias Clasen2013-07-161-0/+15
| | | | | The keyfile backend was not mentioned at all in the shipped docs so far.
* [l10n] Updated Italian translation.Milo Casagrande2013-07-151-15/+16
|
* dconf 0.17.00.17.0Ryan Lortie2013-07-122-1/+31
|
* ignore .intltool-merge-cacheRyan Lortie2013-07-121-0/+1
|
* docs: add missing symbol dconf_changeset_sealRyan Lortie2013-07-121-0/+1
|
* service: rewrite a line to avoid a gcc warningRyan Lortie2013-07-121-1/+2
| | | | gcc doesn't like 'a && b;' so use 'if (a) b;'.
* don't use INCLUDESRyan Lortie2013-07-123-3/+3
| | | | | automake seems to prefer AM_CPPFLAGS these days (and warns about use of INCLUDES as being an "old name").
* update .gitignore for new automake filesRyan Lortie2013-07-121-0/+2
| | | | Tests seem to generate .trs and .log files now. gitignore those.
* Update Esperanto translationRyan Lortie2013-07-121-15/+23
|
* clean up dconf-editor gresource useRyan Lortie2013-07-121-6/+12
| | | | Fixing some distcheck issues...
* service: fix some harmless compile warningsRyan Lortie2013-07-124-7/+8
| | | | Mostly missing 'static'.