syncevolution/src
Patrick Ohly 6626c02d67 adapted to the extended printLine() method
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@573 15ad00c4-1369-45f4-8270-35d70d36bdcd
2008-04-07 17:51:17 +00:00
..
boost added more Boost header files (required by algorithm::string) 2008-03-30 11:08:15 +00:00
vocl fixed compiler warnings and unit test of EvolutionContactSource 2008-03-24 21:42:47 +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 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
AddressBookSource.h - implemented value aliases for the configuration 2008-03-10 22:45:36 +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 added testing of config creation, fixed setting of default values 2008-03-29 14:16:34 +00:00
ConfigNode.h default values are commmented out in .ini files; some important ones are always set normally 2008-03-30 21:50:51 +00:00
ConfigTree.h cleaned up change tracking node handling, added copying of it during migration 2008-03-20 22:05:10 +00:00
EvolutionCalendarSource.cpp - all passwords can be specified as env variables (${foo}) or read from stdin (-) 2008-04-03 20:01:56 +00:00
EvolutionCalendarSource.h - introduced new SyncEvolution config handling 2008-03-06 22:23:13 +00:00
EvolutionCalendarSourceRegister.cpp cleaned up test registration 2008-03-25 21:54:05 +00:00
EvolutionContactSource.cpp - all passwords can be specified as env variables (${foo}) or read from stdin (-) 2008-04-03 20:01:56 +00:00
EvolutionContactSource.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
EvolutionContactSourceRegister.cpp cleaned up test registration 2008-03-25 21:54:05 +00:00
EvolutionMemoSource.cpp removed SyncState parameter out of all createItem() implementations into the caller; requires smartptr release() 2008-01-13 01:41:21 +00:00
EvolutionMemoSource.h adapted to new prototype of virtual mime type functions 2008-03-09 14:20:01 +00:00
EvolutionSmartPtr.h added template class for calling free() on arbitrary pointer 2008-04-07 17:50:16 +00:00
EvolutionSyncClient.cpp check config before open() and beginSync() to detect errors when it is still safe (change tracking not modified yet; exceptions handled gracefully 2008-04-05 12:09:44 +00:00
EvolutionSyncClient.h - all passwords can be specified as env variables (${foo}) or read from stdin (-) 2008-04-03 20:01:56 +00:00
EvolutionSyncSource.cpp simplified configuration 2008-03-30 19:08:19 +00:00
EvolutionSyncSource.h - all passwords can be specified as env variables (${foo}) or read from stdin (-) 2008-04-03 20:01:56 +00:00
FileConfigNode.cpp default values are commmented out in .ini files; some important ones are always set normally 2008-03-30 21:50:51 +00:00
FileConfigNode.h default values are commmented out in .ini files; some important ones are always set normally 2008-03-30 21:50:51 +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 default values are commmented out in .ini files; some important ones are always set normally 2008-03-30 21:50:51 +00:00
FilterConfigNode.h default values are commmented out in .ini files; some important ones are always set normally 2008-03-30 21:50:51 +00:00
Makefile.am added wrapper around config node: accepts arbitrary key/value strings 2008-04-07 17:49:17 +00:00
normalize_vcard.pl Algorithm::Diff: check whether files really have changed 2007-03-25 18:05:51 +00:00
SafeConfigNode.cpp added wrapper around config node: accepts arbitrary key/value strings 2008-04-07 17:49:17 +00:00
SafeConfigNode.h added wrapper around config node: accepts arbitrary key/value strings 2008-04-07 17:49:17 +00:00
shlibs.local added package release number and dependency calculation for local Evolution libs without installed .debs 2007-10-25 21:10:48 +00:00
SQLiteContactSource.cpp simplified configuration 2008-03-30 19:08:19 +00:00
SQLiteContactSource.h SQLiteContactSource now mentions the file:/// access to databases 2008-03-19 10:08:16 +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 return code of sync got lost 2008-04-05 12:04:53 +00:00
SyncEvolutionCmdline.h added testing of --sync property storing 2008-03-30 09:02:07 +00:00
SyncEvolutionConfig.cpp allow temporary configuration in memory which is not tied to a persistent configuration 2008-04-05 12:08:30 +00:00
SyncEvolutionConfig.h allow temporary configuration in memory which is not tied to a persistent configuration 2008-04-05 12:08:30 +00:00
SyncEvolutionUtil.cpp deviceId is now a pseudo UUID in new configurations 2008-03-30 18:02:32 +00:00
SyncEvolutionUtil.h deviceId is now a pseudo UUID in new configurations 2008-03-30 18:02:32 +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 fixed compiler warnings and unit test of EvolutionContactSource 2008-03-24 21:42:47 +00:00
TrackingSyncSource.h - introduced new SyncEvolution config handling 2008-03-06 22:23:13 +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