summaryrefslogtreecommitdiffstats
path: root/sync/src/sync_collection.c
AgeCommit message (Collapse)Author
2006-12-19 * data/sync.glade:Chris Lord
Replace the error label with an error text-view * src/sync_collection.c: (sync_collection_conflict_cb), (sync_collection_finished_cb), (sync_collection_failed_cb), (sync_collection_get_groups), (sync_collection_start): Make SyncCollection work serially * src/sync_main.c: (sync_item_activated_cb), (main): Enable all three SyncML sync-types, now that they execute serially
2006-12-19Fix SyncCollection conflict signal (hopefully), reinstate evolution2 Chris Lord
syncing (still probably mostly broken, but works with google calendar)
2006-12-19 * src/sync_gcal_item.[ch], src/Makefile.am:Chris Lord
Add a Google Calendar sync item * src/sync_group.[ch], src/sync_collection.[ch]: Add extra debugging, add a failure condition for *_start functions * src/sync_main.[ch]: Fix some crashers, add a Google Calendar target, change SyncML target to use the file plug-in instead of evolution
2006-08-03- Write a class that allows simultaneous synchronisation of multiple SyncGroup'sChris Lord
- Don't extend GInitiallyUnknown in SyncItem, change methods slightly to allow SyncItem's to be placed in multiple SyncGroup's - Use SyncCollection instead of SyncGroup for synchronisation, synchronise contacts, events and tasks simultaneously when doing a SyncML synchronisation