summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* post-release bump to 2.6.5.gnome-2-6Mark McLoughlin2004-08-253-1/+9
| | | | | | 2004-08-25 Mark McLoughlin <mark@skynet.ie> * configure.in: post-release bump to 2.6.5.
* Version 2.6.4.GCONF_2_6_4Mark McLoughlin2004-08-2559-10032/+10052
| | | | | | 2004-08-25 Mark McLoughlin <mark@skynet.ie> * configure.in: Version 2.6.4.
* don't abort if we find no local schema to match any locales - there mayMark McLoughlin2004-08-252-6/+11
| | | | | | | | | 2004-08-25 Mark McLoughlin <mark@skynet.ie> * backends/markup-tree.c: (markup_entry_get_value): don't abort if we find no local schema to match any locales - there may not be a "C" local schema at all. See bug #147522 for a test case from Caio Begotti <caio1982@gmail.com >
* Backport from HEAD: Add FAQ and DTD to distributionJ.H.M. Dassen (Ray)2004-08-192-1/+7
|
* set the umask for --makefile-install-mode so we always install the schemasMark McLoughlin2004-08-102-2/+16
| | | | | | | | 2004-08-10 Mark McLoughlin <mark@skynet.ie> * gconf/gconftool.c: (main): set the umask for --makefile-install-mode so we always install the schemas with the correct permissions. bug #145041.
* Patch from Kai Willadsen <kaiw@itee.uq.edu.au> in bug #120349.Mark McLoughlin2004-07-097-19/+27
| | | | | | | | | | | | | | | | 2004-07-09 Mark McLoughlin <mark@skynet.ie> Patch from Kai Willadsen <kaiw@itee.uq.edu.au> in bug #120349. * doc/gconf/gconf.sgml, doc/gconf/tmpl/gconf-client.sgml, doc/gconf/tmpl/gconf.sgml, doc/intro-article.sgml, gconf/gconf-client.h, gconf/gconf-listeners.h: bring the docs up to date with the patch that we're using GObject instead of GtkObject.
* Removed outdated comment.Fernando Herrera de las Heras2004-07-072-1/+4
| | | | * gconf/default.path.in: Removed outdated comment.
* Updated German translation: fixed typo.Christian Neumair2004-07-032-4/+8
|
* Fixup some bugs with the merge files support which was causing unsetMark McLoughlin2004-07-022-25/+90
| | | | | | | | | | | | | | | | | | | | | 2004-07-02 Mark McLoughlin <mark@skynet.ie> Fixup some bugs with the merge files support which was causing unset entries not to be completely wiped out. * backends/markup-tree.c: (clean_old_local_schemas): rename. (clean_old_local_schemas_recurse): if we're saving as a subtree, recurse down the tree. (delete_useless_subdirs): ignore the some_subdir_needs_sync and entries_need_save flags on the subdir - they're irrelevant if there's no entries or subdirs. Also, check whether the subdir is in a subtree file rather than current dir. (delete_useless_subdirs_recurse): correctly recurse over subdirs. (delete_useless_entries_recurse): implement recursively deleting entries too. (markup_dir_sync): recusively clean schemas and delete entries if we're saving as a subtree.
* post release bump to 2.6.4.Mark McLoughlin2004-07-022-1/+5
| | | | | | 2004-07-02 Mark McLoughlin <mark@skynet.ie> * configure.in: post release bump to 2.6.4.
* version markersMark McLoughlin2004-07-022-0/+4
|
* Version 2.6.3.GCONF_2_6_3Mark McLoughlin2004-07-022-0/+13
| | | | | | 2004-07-02 Mark McLoughlin <mark@skynet.ie> * configure.in: Version 2.6.3.
* Fix for bug #145141.Mark McLoughlin2004-07-022-2/+14
| | | | | | | | | | 2004-07-02 Mark McLoughlin <mark@skynet.ie> Fix for bug #145141. * backends/markup-tree.c: (load_subdirs): recognise subdirs which don't contain a %gconf.xml file but do contain a %gconf-tree.xml file.
* Patch from Leonardo Quijano Vincenzi <lquijano@hotpop.com> in bug #144502.Mark McLoughlin2004-06-212-0/+12
| | | | | | | | | | 2004-06-21 Mark McLoughlin <mark@skynet.ie> Patch from Leonardo Quijano Vincenzi <lquijano@hotpop.com> in bug #144502. * doc/gconf/tmpl/gconf-client.sgml: warn the g_type_init() must be called before using GConfClient.
* post release bump to 2.6.3Mark McLoughlin2004-06-142-1/+5
| | | | | | 2004-06-14 Mark McLoughlin <mark@skynet.ie> * configure.in: post release bump to 2.6.3
* version markersMark McLoughlin2004-06-142-0/+4
|
* Version 2.6.2.GCONF_2_6_2Mark McLoughlin2004-06-1459-875/+897
| | | | | | 2004-06-14 Mark McLoughlin <mark@skynet.ie> * configure.in: Version 2.6.2.
* Patch from Daniel Elstner <daniel.elstner@gmx.net> in bug #143679.Mark McLoughlin2004-06-123-6/+11
| | | | | | | | | | | 2004-06-12 Mark McLoughlin <mark@skynet.ie> Patch from Daniel Elstner <daniel.elstner@gmx.net> in bug #143679. * gconf.m4.in (AM_GCONF_SOURCE_2): Use $(sysconfdir)/gconf/schemas as the default value of GCONF_SCHEMA_FILE_DIR, without the trailing slash. Also get rid of the pointless else branch.
* Patch from Julio M. Merino Vidal <jmmv@menta.net> in bug #134247.Mark McLoughlin2004-06-122-3/+11
| | | | | | | | | | 2004-06-12 Mark McLoughlin <mark@skynet.ie> Patch from Julio M. Merino Vidal <jmmv@menta.net> in bug #134247. * doc/gconf/Makefile.am: don't create a directory if its not needed.
* 64-bit fix from Joe Marcus Clarke <marcus@freebsd.org>Mark McLoughlin2004-06-122-1/+9
| | | | | | | | | | 2004-06-12 Mark McLoughlin <mark@skynet.ie> 64-bit fix from Joe Marcus Clarke <marcus@freebsd.org> * backends/markup-tree.c: (parse_tree): the length returned from g_file_get_contents() is a gsize not an int.
* Merge fix for bug #143941 from HEAD. And remove a stray semicolon in theKjartan Maraas2004-06-092-1/+7
| | | | | | | | 2004-06-09 Kjartan Maraas <kmaraas@gnome.org> * gconf/gconf-internals.c: (gconf_activate_server): Merge fix for bug #143941 from HEAD. And remove a stray semicolon in the process.
* Updated Simplified Chinese translationFunda Wang2004-05-162-551/+371
|
* Updated Simplified Chinese translationFunda Wang2004-05-161-367/+551
|
* Updated German translation (fixed typo).Christian Neumair2004-05-142-16/+20
|
* Updated Catalan translation.Jordi Mallach2004-04-272-8/+19
|
* Updated French translation.Christophe Merlet2004-04-242-526/+22
|
* return NULL and the last error if we failed to resolve any of theMark McLoughlin2004-04-232-23/+50
| | | | | | | 2004-04-23 Mark McLoughlin <mark@skynet.ie> * gconf/gconf-sources.c: (gconf_sources_new_from_addresses): return NULL and the last error if we failed to resolve any of the addresses.
* post-release bump to 2.6.2Mark McLoughlin2004-04-192-1/+5
| | | | | | 2004-04-19 Mark McLoughlin <mark@skynet.ie> * configure.in: post-release bump to 2.6.2
* Version 2.6.1.GCONF_2_6_1Mark McLoughlin2004-04-1959-5098/+5276
| | | | | | 2004-04-19 Mark McLoughlin <mark@skynet.ie> * configure.in: Version 2.6.1.
* revert intentional typo which was for testingMark McLoughlin2004-04-191-3/+2
|
* Based on a patch from Julio Merino <jmmv@hispabsd.org> in bug #102825Mark McLoughlin2004-04-192-5/+27
| | | | | | | | | 2004-04-19 Mark McLoughlin <mark@skynet.ie> Based on a patch from Julio Merino <jmmv@hispabsd.org> in bug #102825 * configure.in: add a --enable-gtk=yes/no/auto (defaults to auto)
* Patch Elijah Newren <bugsqueesher@yahoo.com> in bug #138009Mark McLoughlin2004-04-192-2/+11
| | | | | | | | | 2004-04-19 Mark McLoughlin <mark@skynet.ie> Patch Elijah Newren <bugsqueesher@yahoo.com> in bug #138009 * examples/basic-gconf-app.c: (config_entry_commit): return a boolean so we don't crash.
* Based on a patch from Ryan Lovett <ryan@ocf.berkeley.edu> in bug #95198.Mark McLoughlin2004-04-193-40/+42
| | | | | | | | | | | | 2004-04-19 Mark McLoughlin <mark@skynet.ie> Based on a patch from Ryan Lovett <ryan@ocf.berkeley.edu> in bug #95198. * backends/markup-backend.c: (resolve_address): backends/xml-backend.c: (resolve_address): check to see if the dir exists before trying to create it rather than relying on EEXIST from mkdir.
* Move temporary directory creation into daemon code, so that we play betterColin Walters2004-04-162-30/+47
| | | | | | | | | 2004-04-16 Colin Walters <walters@redhat.com> * gconf/gconf-internals.c (gconf_activate_server): Move temporary directory creation into daemon code, so that we play better with SELinux. Patch reviewed by (and several improvements suggested by) Mark McLoughlin <mark@skynet.ie>.
* Fixed a typo in Italian translation.Alessio Frusciante2004-04-142-2/+6
|
* Fix pointed out by Frédéric L. W. Meunier <1@pervalidus.net>.Mark McLoughlin2004-04-133-2/+9
| | | | | | | | | 2004-04-13 Mark McLoughlin <mark@skynet.ie> Fix pointed out by Frédéric L. W. Meunier <1@pervalidus.net>. * gconf.m4.in: add quotes around AM_GCONF_SOURCE_2 to quell autoconf's rudeness.
* Added en_CA to ALL_LINGUAS. Added Canadian English translation.Adam Weinberger2004-04-084-1/+2208
| | | | | * configure.in: Added en_CA to ALL_LINGUAS. * po/en_CA.po: Added Canadian English translation.
* added gujarati translationsGuntupalli Karunakar2004-04-064-1/+2210
|
* Revert the --dump behaviour change (not dumping schema defaults). TheMark McLoughlin2004-04-052-2/+10
| | | | | | | | | | | 2004-04-05 Mark McLoughlin <mark@skynet.ie> Revert the --dump behaviour change (not dumping schema defaults). The --ignore-schema-defaults argument on HEAD must be used to get that effect now. * gconf/gconftool.c: (dump_entries_in_dir): always dump the value even if it is the schema default.
* Updated Icelandic translation.Samúel Jón Gunnarsson2004-04-032-228/+242
| | | | | | 2004-04-03 Samúel Jón Gunnarsson <sammi@techattack.nu> * is.po: Updated Icelandic translation.
* handle an <entry> with only a <schema_name> correctly.Mark McLoughlin2004-04-022-14/+20
| | | | | | | 2004-04-02 Mark McLoughlin <mark@skynet.ie> * gconf/gconftool.c: (set_values), (process_entry): handle an <entry> with only a <schema_name> correctly.
* don't dump the value if its the schema default.Mark McLoughlin2004-04-012-1/+7
| | | | | | | 2004-04-01 Mark McLoughlin <mark@skynet.ie> * gconf/gconftool.c: (dump_entries_in_dir): don't dump the value if its the schema default.
* fix the position of the local-defaults.path include. Bug #137578.Mark McLoughlin2004-04-012-10/+8
| | | | | | | 2004-04-01 Mark McLoughlin <mark@skynet.ie> * gconf/default.path.in: fix the position of the local-defaults.path include. Bug #137578.
* remove - no hash table here.Mark McLoughlin2004-03-302-22/+5
| | | | | | | 2004-03-29 Mark McLoughlin <mark@skynet.ie> * gconf/gconf-database.c: (safe_g_hash_table_insert): remove - no hash table here.
* don't convert the value into a string and then do nothing with it.Mark McLoughlin2004-03-302-8/+13
| | | | | | | 2004-03-24 Mark McLoughlin <mark@skynet.ie> * gconf/gconf-database.c: (impl_ConfigDatabase_set): don't convert the value into a string and then do nothing with it.
* *** empty log message ***GNOME_2_6_BRANCHPOINTDenis Lackovic2004-03-292-2/+6
|
* *** empty log message ***Denis Lackovic2004-03-281-2/+2
|
* kill the message-of-doom.Mark McLoughlin2004-03-242-5/+4
| | | | | | 2004-03-24 Mark McLoughlin <mark@skynet.ie> * configure.in: kill the message-of-doom.
* 2004-03-23 Fixed wrong translation for gconftool-2. T.Aihana ↵Fixed wrong translation for gconftool-2. T.Aihana2004-03-232-59/+65
| | | | <aihana@gnome.gr.jp>
* *** empty log message ***Denis Lackovic2004-03-221-201/+96
|