summaryrefslogtreecommitdiffstats
path: root/sync/ChangeLog
blob: f4c7e7bfa039f5481ce50254bda7594e9f15bd37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
2006-08-02  Chris Lord,,,  <chris@openedhand.com>

	* data/sync.glade:
	* src/sync_group.c: (sync_group_class_init),
	(OSyncChangeType2String), (sync_enginestatus_cb),
	(sync_memberstatus_cb):
	* src/sync_group.h:
	* src/sync_main.c: (sync_finished_cb):
	Add error reporting to SyncGroup in the 'failed' signal
	
	* src/sync_syncml_item.c: (sync_syncml_item_get_member),
	(sync_syncml_item_new):
	Append the type to the name of the SyncML item, but not to its gconf
	settings, to avoid massive amounts of gconf data for the same
	SyncML server syncing with different types

2006-08-01  Chris Lord,,,  <chris@openedhand.com>

	* data/sync.glade:
	Hook up signals
	
	* src/Makefile.am:
	Add sync_syncml_item.[ch]
	
	* src/sync_evo2_item.c:
	* src/sync_evo2_item.h:
	* src/sync_file_item.c:
	* src/sync_file_item.h:
	Fix includes (include sync_group.h instead of sync.h)
	
	* src/sync_group.c: (sync_group_start),
	(sync_group_resolve_conflict):
	Don't incorrectly free groups/engines (fixes segfaults on errors)
	
	* src/sync_main.c: (sync_failed_cb), (sync_item_activated_cb),
	(sync_sync_button_cb), (dates_autoconnect), (main):
	Hook up signals in glade instead of program code, add callbacks for
	conflict resolution and synchronisation cancelling
	
	* src/sync_syncml_item.c:
	* src/sync_syncml_item.h:
	Add support for SyncML (client)

2006-07-27  Chris Lord,,,  <chris@openedhand.com>

	* data/sync.glade:
	- Minor tweaks to UI
	
	* src/Makefile.am:
	* src/sync.h:
	* src/sync_evo2_item.c:
	* src/sync_evo2_item.h:
	* src/sync_file_item.c:
	* src/sync_file_item.h:
	* src/sync_group.c:
	* src/sync_group.h:
	* src/sync_item.c:
	* src/sync_item.h:
	* src/sync_main.c: (sync_get_backup_group):
	* src/sync_main.h:
	- Refactor into an OpenSync convenience library and the application
	- Fix various bugs, add progress indicator

2006-07-24  Chris Lord,,,  <chris@openedhand.com>

	* configure.ac:
	* data/Makefile.am:
	* data/pokysync.glade:
	* src/Makefile.am:
	* src/pokysync.h:
	* src/pokysync_main.c:
	* src/sync.h:
	* src/sync_main.c: (sync_clean_backup), (sync_get_backup_group),
	(sync_animate), (OSyncChangeType2String), (sync_conflict_cb),
	(sync_changestatus_cb), (sync_mappingstatus_cb),
	(sync_enginestatus_cb), (sync_memberstatus_cb), (sync_backup),
	(sync_activate_cursor_item_cb), (sync_item_activated_cb),
	(sync_sync_button_cb), (sync_chooser_cb), (main):
	- Rename pokysync->sync
	- Clean backup data before backing up

2006-06-16  Chris Lord,,,  <chris@openedhand.com>

	* src/pokysync_main.c: (pokysync_mappingstatus_cb),
	(pokysync_enginestatus_cb):
	Finalize/free engine in an idle function, rather than in the callback

2006-06-16  Chris Lord,,,  <chris@openedhand.com>

	* COPYING:
	* INSTALL:
	* Makefile.am:
	* autogen.sh:
	* configure.ac:
	* data/Makefile.am:
	* data/pokysync.glade:
	* mkinstalldirs:
	* src/Makefile.am:
	* src/pokysync.h:
	* src/pokysync_main.c:
	Initial check-in