summaryrefslogtreecommitdiffstats
path: root/sync/src/sync_evo2_item.c
AgeCommit message (Collapse)Author
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
2006-08-01- Don't incorrectly free groups/engines (fixes segfaults on errors)Chris Lord
- Hook up signals in glade instead of program code - Add callbacks for conflict resolution and synchronisation cancelling - Add support for SyncML (client) - Various minor fixes/tweaks
2006-07-27- Minor tweaks to UIChris Lord
- Refactor into an OpenSync convenience library and the application - Fix various bugs, add progress indicator