syncevolution/src
2008-07-10 19:17:42 +00:00
..
boost added more Boost header files (required by algorithm::string) 2008-03-30 11:08:15 +00:00
libical fixed spelling mistake 2008-05-04 15:40:34 +00:00
vocl adapted to new C++ client library posixadapter.h 2008-06-29 16:17:07 +00:00
.cvsignore test for copying via server now transmits testVCard.vcf and also compares against it 2006-03-18 13:35:23 +00:00
AddressBookConstants.cpp - implemented value aliases for the configuration 2008-03-10 22:45:36 +00:00
AddressBookSource.cpp cleaned up EvolutionSyncSource interface+implementation 2008-07-10 19:17:42 +00:00
AddressBookSource.h cleaned up EvolutionSyncSource interface+implementation 2008-07-10 19:17:42 +00:00
AddressBookSourceRegister.cpp cleaned up test registration 2008-03-25 21:54:05 +00:00
async.patch patch switches to async version of the Evolution API 2007-02-22 19:33:21 +00:00
client-test-app.cpp fixed typo (evolution-todo -> evolution-tasks) 2008-06-25 18:51:07 +00:00
ConfigNode.h avoid expensive copying of property map 2008-04-10 19:54:02 +00:00
ConfigTree.h cleaned up change tracking node handling, added copying of it during migration 2008-03-20 22:05:10 +00:00
e-cal-check-timezones.c addressed Chenthill's code review comments #49 and #50 2008-06-12 19:52:45 +00:00
e-cal-check-timezones.h addressed Chenthill's code review comments #49 and #50 2008-06-12 19:52:45 +00:00
EvolutionCalendarSource.cpp cleaned up EvolutionSyncSource interface+implementation 2008-07-10 19:17:42 +00:00
EvolutionCalendarSource.h cleaned up EvolutionSyncSource interface+implementation 2008-07-10 19:17:42 +00:00
EvolutionCalendarSourceRegister.cpp avoid timezone collisions by renaming the new VTIMEZONE before importing 2008-04-17 21:27:59 +00:00
EvolutionContactSource.cpp cleaned up EvolutionSyncSource interface+implementation 2008-07-10 19:17:42 +00:00
EvolutionContactSource.h cleaned up EvolutionSyncSource interface+implementation 2008-07-10 19:17:42 +00:00
EvolutionContactSourceRegister.cpp cleaned up test registration 2008-03-25 21:54:05 +00:00
EvolutionMemoSource.cpp added synchronization of Evolution memo summary 2008-06-25 19:54:55 +00:00
EvolutionMemoSource.h the useless clone() method is no longer needed because SyncSource no longer inherits from ArrayElement 2008-04-10 18:16:39 +00:00
EvolutionSmartPtr.h must define HANDLE_LIBICAL_MEMORY to avoid compiler warning 2008-05-04 15:40:12 +00:00
EvolutionSyncClient.cpp regression in 0.8 alpha 1: setting sync mode during status query or sync affected *all* sources, even the disabled ones 2008-06-15 21:31:36 +00:00
EvolutionSyncClient.h regression in 0.8 alpha 1: setting sync mode during status query or sync affected *all* sources, even the disabled ones 2008-06-15 21:31:36 +00:00
EvolutionSyncSource.cpp cleaned up EvolutionSyncSource interface+implementation 2008-07-10 19:17:42 +00:00
EvolutionSyncSource.h cleaned up EvolutionSyncSource interface+implementation 2008-07-10 19:17:42 +00:00
FileConfigNode.cpp avoid expensive copying of property map 2008-04-10 19:54:02 +00:00
FileConfigNode.h avoid expensive copying of property map 2008-04-10 19:54:02 +00:00
FileConfigTree.cpp moved utility code into separate file: directory iteration, rm -r, mkdir -p 2008-03-28 22:31:21 +00:00
FileConfigTree.h cleaned up change tracking node handling, added copying of it during migration 2008-03-20 22:05:10 +00:00
FilterConfigNode.cpp simplified ConfigFilter: now uses keys as they are, but with case-insensitive compare 2008-07-06 20:26:23 +00:00
FilterConfigNode.h code cleanup (boost::join, list sort) 2008-07-06 20:49:19 +00:00
Makefile.am fixed problem with loading calendar backend dynamically on Maemo (depends on TrackingSyncSource being in the main binary) 2008-07-02 19:32:05 +00:00
normalize_vcard.pl Algorithm::Diff: check whether files really have changed 2007-03-25 18:05:51 +00:00
PrefixConfigNode.cpp code cleanup (map access) 2008-07-06 20:36:29 +00:00
PrefixConfigNode.h added prefix to change tracking node: that way have multiple name spaces in the same config node, in case we need it later on 2008-04-10 20:09:32 +00:00
SafeConfigNode.cpp code cleanup (map access) 2008-07-06 20:36:29 +00:00
SafeConfigNode.h avoid expensive copying of property map 2008-04-10 19:54:02 +00:00
shlibs.local reverted to 0.7 packaging 2008-07-03 19:56:15 +00:00
SQLiteContactSource.cpp cleaned up EvolutionSyncSource interface+implementation 2008-07-10 19:17:42 +00:00
SQLiteContactSource.h cleaned up EvolutionSyncSource interface+implementation 2008-07-10 19:17:42 +00:00
SQLiteContactSourceRegister.cpp cleaned up test registration 2008-03-25 21:54:05 +00:00
SQLiteUtil.cpp fixed compiler warnings and unit test of EvolutionContactSource 2008-03-24 21:42:47 +00:00
SQLiteUtil.h fixed some memory leaks for results of e_book_get_contacts/changes and e_cal_get_object_list_as_comp/e_cal_get_changes 2008-03-18 13:36:59 +00:00
sync4j-client-api-sdkcpp_3_0_6a.diff fix for #304805: testing return code of SyncClient::beginSync() 2006-03-26 17:17:06 +00:00
syncevolution.cpp adapted to the extended printLine() method 2008-04-07 17:51:17 +00:00
SyncEvolutionCmdline.cpp cleaned up EvolutionSyncSource interface+implementation 2008-07-10 19:17:42 +00:00
SyncEvolutionCmdline.h added testing of --sync property storing 2008-03-30 09:02:07 +00:00
SyncEvolutionConfig.cpp added memotoo to expected list of templates, fixed Funambol syncURL 2008-06-28 21:32:16 +00:00
SyncEvolutionConfig.h code cleanup 2008-07-06 20:31:20 +00:00
SyncEvolutionUtil.cpp added missing header file 2008-07-08 08:46:09 +00:00
SyncEvolutionUtil.h code cleanup (boost::join, list sort) 2008-07-06 20:49:19 +00:00
Test.h avoid filenames with colons in the name 2006-05-28 16:24:37 +00:00
testCalendar.ics added test case with BYSETPOS=-1 2006-06-17 16:17:11 +00:00
TestMain.cpp copyright transfer to Funambol 2006-12-10 17:35:20 +00:00
testMemo.ics added testing of memos 2007-01-04 22:13:09 +00:00
testTask.ics relax comparison of RRULE BYDAY, modified task test case to always use its own VTIMEZONE 2006-06-15 16:15:37 +00:00
testVCard.vcf workaround for Funambol 3.0 trailing = parser bug 2007-03-24 17:14:53 +00:00
TrackingSyncSource.cpp avoid redundant conversion to C string 2008-06-07 19:46:28 +00:00
TrackingSyncSource.h cleaned up EvolutionSyncSource interface+implementation 2008-07-10 19:17:42 +00:00
valgrind.supp first working version of SyncSource for Evolution contacts (requires Sync4j C++ API 2.0, not currently available) 2005-11-05 22:04:33 +00:00
VolatileConfigNode.h next step in the configuration rewrite 2008-03-19 11:29:14 +00:00
VolatileConfigTree.h allow temporary configuration in memory which is not tied to a persistent configuration 2008-04-05 12:08:30 +00:00