summaryrefslogtreecommitdiff
path: root/backends
Commit message (Expand)AuthorAgeFilesLines
* Spelling and capitalization fixes (closes bug #301133)Adam Weinberger2005-08-101-2/+2
* Require GLib 2.6.0 so we can use the "gstdio wrappers".Tor Lillqvist2005-06-095-110/+95
* another minor tweakMark McLoughlin2005-05-171-1/+1
* update.Mark McLoughlin2005-05-171-32/+36
* Re-work a bit so it now supports putting the addressbook, calendar andMark McLoughlin2005-05-173-95/+363
* Update to use GNOME OIDs as assigned by Jochen Friedrich <jochen@scram.de>Mark McLoughlin2005-05-091-7/+8
* link the evoldap backend with libxml.Mark McLoughlin2005-04-271-1/+5
* Add Evolution mail account LDAP backend.Mark McLoughlin2005-04-185-1/+1144
* Port to Windows:Tor Lillqvist2005-03-184-7/+62
* Read the schema file until a matching locale is found and the C one. ThisFernando Herrera de las Heras2004-11-021-1/+1
* GConf part of fix for gconf-editor spewing warnings on startup. See bugMark McLoughlin2004-10-041-0/+2
* Version 2.8.0.1.GCONF_2_8_0_1Mark McLoughlin2004-09-141-2/+5
* don't abort if we find no local schema to match any locales - there mayMark McLoughlin2004-08-251-6/+4
* Revert the patch to make use of the merge-subtree feature at specificMark McLoughlin2004-08-194-122/+25
* Use NULL in place of 0. Added nb to ALL_LINGUAS. ANSI parameter listKjartan Maraas2004-08-111-1/+1
* Fixes bug #149518.Danilo Ĺ egan2004-08-071-1/+1
* Fixup some bugs with the merge files support which was causing unsetMark McLoughlin2004-07-021-27/+74
* Fix for bug #145141.Mark McLoughlin2004-07-021-2/+6
* fix tiny typo which was causing /schemas/apps to be saved as one giganticMark McLoughlin2004-06-221-1/+1
* Fix for bug #138498 - turn on "subtree-in-a-file" for the subdirectoriesMark McLoughlin2004-06-224-40/+162
* 64-bit fix from Joe Marcus Clarke <marcus@freebsd.org>Mark McLoughlin2004-06-121-1/+1
* Based on a patch from Ryan Lovett <ryan@ocf.berkeley.edu> in bug #95198.Mark McLoughlin2004-04-192-40/+32
* remove last remenants of the BDB backend.Mark McLoughlin2004-04-194-737/+0
* initialize the set_notify_func vtable member.Mark McLoughlin2004-03-302-4/+6
* Allow backends to notify the daemon of changes to entries. Based on aMark McLoughlin2004-03-302-2/+6
* add a vtable_size member to the vtable.Mark McLoughlin2004-03-302-0/+2
* ascii-ize various people's names; Emacs can't handle UTF-8, sadlyHavoc Pennington2003-11-031-8/+8
* include locale.h - patch from Damien Carbery <damien.carbery@sun.com> inMark McLoughlin2003-10-281-0/+3
* hush puppiesMark McLoughlin2003-10-271-0/+2
* Patch to allow a single XML file to represent an arbitrary GConf treeMark McLoughlin2003-10-274-336/+758
* use g_string_new (NULL) rather than g_string_new ("") #106974 MortenHavoc Pennington2003-10-223-9/+9
* don't mark "%s" as translatable. Fix bug #84893.Vincent Untz2003-10-221-1/+1
* Fixes bug #108574Jeffrey Stedfast2003-07-281-1/+45
* include <stdio.h>Michael Meeks2003-05-311-0/+1
* call AC_LIBTOOL_WIN32_DLL.Masahiro Sakai2003-04-261-4/+4
* bump to 2.3.1Havoc Pennington2003-03-272-40/+208
* Basically the same patch as the previous one .. but for the markupMark McLoughlin2003-03-133-34/+61
* Use the same cache for multiple sources with the same root directory.Mark McLoughlin2003-03-134-38/+42
* remove BDB backendHavoc Pennington2003-03-065-2026/+2
* Fixes weird bug where a directory appears to not exist when you createMark McLoughlin2003-03-041-7/+29
* set the schema name even when the key is set.Mark McLoughlin2003-02-121-2/+1
* fix a logic error causing us to deref a null pointer, reported by BrianHavoc Pennington2002-12-041-1/+1
* add FIXME about GCONF_LOCAL_LOCKSHavoc Pennington2002-09-191-0/+5
* Merge gconf-markup-hacking branchHavoc Pennington2002-09-196-362/+1629
* add --version argument, #79555, involves a help string but it should be OKHavoc Pennington2002-06-031-1/+2
* avoid zombie directory cruft by aggressively redoing the resync anytime weHavoc Pennington2002-06-021-1/+15
* don't leave a dir marked nonexistent after creating itHavoc Pennington2002-06-022-6/+11
* implement all the tree reading stuff, need to implementHavoc Pennington2002-05-273-239/+1631
* sync some initial noncompiling hackingHavoc Pennington2002-05-263-0/+1774
* ensure we don't print a NULL.Michael Meeks2002-05-091-1/+1