summaryrefslogtreecommitdiff
path: root/libedataserver
Commit message (Expand)AuthorAgeFilesLines
* disconnet the signal handler registered on source object for CHANGEDSivaiah Nallagatla2004-07-161-0/+6
* made this function public.Rodrigo Moya2004-07-092-3/+5
* [ fixes #60691 ]Chris Toshok2004-07-023-7/+7
* abort and fail if we get an xml error setting up the new_source entries.Not Zed2004-06-161-0/+5
* permit NULL absolute_uri, so we can clear it.Chris Toshok2004-06-011-2/+2
* back out the change that causes this function to always add anChris Toshok2004-06-011-8/+3
* new function.Rodrigo Moya2004-05-272-0/+38
* e-source with absoulute uri changesSushma Rai2004-05-272-7/+62
* Make the ORBit >= 2.9.8 requirement more obvious to work around a problemRodney Dawes2004-05-261-1/+1
* Add $(E_DATA_SERVER_LIBS) to link all the right dependencies for the monoRodney Dawes2004-05-181-0/+1
* include glib.h for G_BEGIN_DECLSJP Rosevear2004-05-035-8/+9
* Add missing G_BEGIN_DECLS and G_END_DECLSWilliam Jon McCann2004-05-0317-7/+61
* Revert yesterday's changes. The data is useless for what I needed it forJeffrey Stedfast2004-04-272-2/+2
* Call func with 3 arguments (key, data, user_data).Jeffrey Stedfast2004-04-262-2/+2
* Make sure that 'key' always points to a malloc'd block of memory that weJeffrey Stedfast2004-04-221-4/+19
* set encoding on XML document.Rodrigo Moya2004-03-182-1/+12
* Add LIBBONOBO_REQUIRED, and AC_SUBST() itRodney Dawes2004-03-151-1/+1
* don't leak uid.Chris Toshok2004-02-251-0/+3
* use libdb-4.1.la instead of libdb.a.Chris Toshok2004-02-131-1/+1
* tolerate NULL book views.Michael Meeks2004-02-092-2/+7
* add libxml-2.0 as the e-source* stuff needs it.Chris Toshok2004-02-031-1/+1
* Fix leak.Thomas Cataldo2004-01-231-2/+9
* new function to remove the file cache from disk.Rodrigo Moya2004-01-212-0/+59
* Fixes nasty crash in e-d-sRodrigo Moya2004-01-213-4/+4
* make sure we don't derefence a NULL pointerJP Rosevear2004-01-151-1/+1
* Fix leak.Mark McLoughlin2004-01-152-7/+22
* use the GList ** correctly when calling g_slist_prepend.Rodrigo Moya2004-01-141-1/+1
* fixed memory leak.Rodrigo Moya2004-01-101-1/+4
* New calendar backend to show birthdays & anniversaries from the contact listÉRDI Gergo2004-01-094-4/+108
* new function.Rodrigo Moya2004-01-092-0/+21
* don't remove the gconf listenerJP Rosevear2004-01-081-6/+0
* remove DISABLE_DEPRECATED flagsJP Rosevear2004-01-071-2/+1
* new function to get all objects in the cache.Rodrigo Moya2004-01-052-0/+27
* find a source if there is oneJP Rosevear2003-12-212-1/+19
* Implement based on factored-out code. (e_source_set_group): Generate andHans Petter Jansson2003-12-181-17/+30
* Implement. Compares two sources based on UID and full URI.Hans Petter Jansson2003-12-172-0/+28
* renamed from e-cache.[ch] to avoid conflicts with GAL's ECache class,Rodrigo Moya2003-12-084-123/+123
* added this function from GAL, needed for the cache objects.Rodrigo Moya2003-12-083-0/+46
* uses the default gconf client for getting the source listJP Rosevear2003-12-042-0/+23
* new class for a cache implementation, to be shared between calendar andRodrigo Moya2003-12-013-0/+366
* Allow creating XML from already standalone source. (e_source_copy): ReturnHans Petter Jansson2003-12-011-2/+2
* Emit changed signal. (copy_property): Implement. (e_source_copy):Hans Petter Jansson2003-12-012-0/+36
* Destroy properties table. (init): Create properties table.Hans Petter Jansson2003-11-273-1/+182
* Support absolute URI. (e_source_update_from_xml_node): Ditto.Hans Petter Jansson2003-11-272-8/+96
* switch the order of AC_DISABLE_SHARED and AC_PROG_LIBTOOL.Chris Toshok2003-11-251-1/+1
* AC_DISABLE_SHARED.Chris Toshok2003-11-252-27/+4
* use the embedded db4. (libedataserver_la_LIBADD): explicitly list the db4Chris Toshok2003-11-251-2/+2
* add test-source-listDan Winship2003-11-171-1/+2
* use only libgnome stuff (no ui bits)JP Rosevear2003-11-145-45/+98
* config accessor (calendar_config_set_calendars_selected): dittoJP Rosevear2003-11-143-51/+48