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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
|
2007-02-20 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #238093 (bnc)
* publish-format-ical.c: (insert_tz_comps), (append_tz_to_comp),
(write_calendar): Add the timezone information while
publishing the calendars.
2007-02-19 Sankar P <psankar@novell.com>
* url-editor-dialog.c: (set_from_uri):
Fixes some string to int conversion.
2006-08-02 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #343991
* publish-calendar.c: (publish_uris_set_timeout): Iterate
the list when the uri is NULL.
2006-07-31 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #329740
* publish-format-fb.c: (write_calendar): Pass the email id
of the user for getting the free busy information.
2006-07-31 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #347973
* url-editor-dialog.c: (set_from_uri): Parse the uri
using EUri.
2006-02-09 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
Fixes #328389
* publish-calendar.c: Disabled Enabled button for Enabled Url.
2006-02-12 Karsten Bräckelmann <guenther@rudersport.de>
* publish-calendar.glade: Change mnemonic for Port.
Fixes bug #329757.
2006-01-30 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #328413
* publish-calendar.glade: Set the text invisible for the
password field.
2006-01-27 Kjartan Maraas <kmaraas@gnome.org>
* publish-format-fb.c: Add missing include.
2006-01-27 Andre Klapper <a9016009@gmx.de>
* publish-calendar.glade:
removed string "dialog1" from translation. Fixes bug 306118.
2006-01-23 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #328224, 328408, 328389
* publish-calendar.c: (publish_uri_async), (url_add_clicked),
(url_edit_clicked), ,
(publish_uris_set_timeout), (e_plugin_lib_enable): Publish
the calendar in a seperate thread so that the gui remains
responsive.
(publish_calendar_locations): Clear the items gtk store.
* publish-location.c: (migrateURI), (e_publish_uri_from_xml):
If the uri is NULL return back.
2006-01-11 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #325926
* org-gnome-publish-calendar.eplug.xml: Use the target and hook id
of calendar instead of shell.
2006-01-04 Tor Lillqvist <tml@novell.com>
* Makefile.am: Use EVOLUTION_PLUGINDIR as the macro name for the
plugindir, to match what is redefined for Win32 in
e-util/e-util-private.h
* publish-calendar.c (publish_calendar_locations)
* url-editor-dialog.c (url_editor_dialog_construct): Construct
glade file pathname at run-time.
2005-12-25 Funda Wang <fundawang@linux.net.cn>
* Makefile.am: Mark this plugin as translatable (bug#301149).
2005-12-22 Tor Lillqvist <tml@novell.com>
* Makefile.am: Use -no-undefined on Windows. Link with used
libraries.
* org-gnome-publish-calendar.eplug.in: Use SOEXT.
2005-12-20 Chenthill Palanisamy <pchenthill@novell.com>
* Makefile.am: Added the org-gnome-publish-calendar.xml
file to extra dist.
2005-12-19 Chenthill Palanisamy <pchenthill@novell.com>
Committing for: David Trowbridge <trowbrds cs colorado edu>
* Makefile.am:
* org-gnome-publish-calendar.eplug.in:
* org-gnome-publish-calendar.xml:
* publish-calendar.c: (publish), (add_timeout), (update_timestamp),
(add_offset_timeout), (url_list_changed),
(url_list_enable_toggled), (selection_changed), (url_add_clicked),
(url_edit_clicked), (url_list_double_click), (url_remove_clicked),
(url_enable_clicked), (online_state_changed),
(publish_calendar_locations), (publish_urls), (action_publish),
(e_plugin_lib_enable):
* publish-calendar.glade:
* publish-format-fb.c: (write_calendar), (publish_calendar_as_fb):
* publish-format-fb.h:
* publish-format-ical.c: (write_calendar),
(publish_calendar_as_ical):
* publish-format-ical.h:
* publish-location.c: (migrateURI), (e_publish_uri_from_xml),
(e_publish_uri_to_xml):
* publish-location.h:
* url-editor-dialog.c: (create_uri), (check_input),
(source_selection_changed), (publish_service_changed),
(type_selector_changed), (server_entry_changed),
(file_entry_changed), (port_entry_changed),
(username_entry_changed), (password_entry_changed),
(remember_pw_toggled), (set_from_uri),
(url_editor_dialog_construct), (url_editor_dialog_new),
(url_editor_dialog_dispose), (url_editor_dialog_class_init),
(url_editor_dialog_init), (url_editor_dialog_get_type),
(url_editor_dialog_run):
* url-editor-dialog.h: Committing the intial patch.
|