<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/calendar/cal-client, branch archive-integration</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<entry>
<title>Various changes to merge in evolution-data-server reliance.</title>
<updated>2003-11-07T05:52:24+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@src.gnome.org</email>
</author>
<published>2003-11-07T05:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=200606f92810d3de322e5ee96f8326e1a656f8bb'/>
<id>200606f92810d3de322e5ee96f8326e1a656f8bb</id>
<content type='text'>
svn path=/trunk/; revision=23206
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/; revision=23206
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove type arg</title>
<updated>2003-10-24T15:00:11+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2003-10-24T15:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=56d094b8c063fa7edf5a91f8ca14afec59bdb12c'/>
<id>56d094b8c063fa7edf5a91f8ca14afec59bdb12c</id>
<content type='text'>
	* cal-client/cal-client.c (cal_client_get_changes): Remove type arg

	* conduits/calendar/calendar-conduit.c (pre_sync, post_sync):
	Update for that

	* conduits/todo/todo-conduit.c (pre_sync, post_sync): Likewise

	* idl/evolution-calendar.idl (getChanges): Remove type arg.

	* pcs/cal.c (impl_Cal_getChanges): Likewise

	* pcs/cal-backend.c (cal_backend_get_changes): Likewise

	* pcs/cal-backend-sync.c (cal_backend_sync_get_changes): Likewise

	* pcs/cal-backend-file.c (cal_backend_file_get_changes): Update
	for that

svn path=/trunk/; revision=23059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* cal-client/cal-client.c (cal_client_get_changes): Remove type arg

	* conduits/calendar/calendar-conduit.c (pre_sync, post_sync):
	Update for that

	* conduits/todo/todo-conduit.c (pre_sync, post_sync): Likewise

	* idl/evolution-calendar.idl (getChanges): Remove type arg.

	* pcs/cal.c (impl_Cal_getChanges): Likewise

	* pcs/cal-backend.c (cal_backend_get_changes): Likewise

	* pcs/cal-backend-sync.c (cal_backend_sync_get_changes): Likewise

	* pcs/cal-backend-file.c (cal_backend_file_get_changes): Update
	for that

svn path=/trunk/; revision=23059
</pre>
</div>
</content>
</entry>
<entry>
<title>remove and free op before return.</title>
<updated>2003-10-23T16:10:09+00:00</updated>
<author>
<name>Harry Lu</name>
<email>harry.lu@sun.com</email>
</author>
<published>2003-10-23T16:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=eca844b013c8de01e2b6dcdecffdf50e1ecab7b6'/>
<id>eca844b013c8de01e2b6dcdecffdf50e1ecab7b6</id>
<content type='text'>
2003-10-23  Harry Lu  &lt;harry.lu@sun.com&gt;

	* cal-client/cal-client.c: (cal_client_get_timezone): remove and free
	op before return.

	* gui/e-cal-view.c (e_cal_view_add_event): modified from
	selection_received_add_event() so that it call be called out of
	e-cal-view.c.
	(selection_received): modified to call e_cal_view_add_event().

	* gui/e-cal-view.h: add declaration for e_cal_view_add_event().

	* gui/e-day-view.c (e_day_view_on_drag_data_get): Provide a
	icalcomponent for both TARGET_CALENDAR_EVENT and TARGET_VCALENDAR.
	(e_day_view_on_top_canvas_drag_data_received): If dragging between
	different windows, make it works like a copy and paste.
	(e_day_view_on_main_canvas_drag_data_received): ditto.

svn path=/trunk/; revision=23041
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2003-10-23  Harry Lu  &lt;harry.lu@sun.com&gt;

	* cal-client/cal-client.c: (cal_client_get_timezone): remove and free
	op before return.

	* gui/e-cal-view.c (e_cal_view_add_event): modified from
	selection_received_add_event() so that it call be called out of
	e-cal-view.c.
	(selection_received): modified to call e_cal_view_add_event().

	* gui/e-cal-view.h: add declaration for e_cal_view_add_event().

	* gui/e-day-view.c (e_day_view_on_drag_data_get): Provide a
	icalcomponent for both TARGET_CALENDAR_EVENT and TARGET_VCALENDAR.
	(e_day_view_on_top_canvas_drag_data_received): If dragging between
	different windows, make it works like a copy and paste.
	(e_day_view_on_main_canvas_drag_data_received): ditto.

svn path=/trunk/; revision=23041
</pre>
</div>
</content>
</entry>
<entry>
<title>update g_date calls to non-deprecated calls</title>
<updated>2003-10-23T13:55:00+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@ximian.com</email>
</author>
<published>2003-10-23T13:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=5fa4b831a798a0aabfdbd46903dbed9b1bde7262'/>
<id>5fa4b831a798a0aabfdbd46903dbed9b1bde7262</id>
<content type='text'>
2003-10-23  JP Rosevear &lt;jpr@ximian.com&gt;

	* cal-util/cal-recur.c: update g_date calls to non-deprecated
	calls

	* cal-util/Makefile.am: turn off deprecated funcs

	* cal-client/Makefile.am: turn off deprecated funcs

	* cal-client/cal-client.c (cal_client_get_error_message): add OK
	message

	* pcs/cal-backend.[hc]: remove dead funcs

	* pcs/query.c: tidy headers

svn path=/trunk/; revision=23035
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2003-10-23  JP Rosevear &lt;jpr@ximian.com&gt;

	* cal-util/cal-recur.c: update g_date calls to non-deprecated
	calls

	* cal-util/Makefile.am: turn off deprecated funcs

	* cal-client/Makefile.am: turn off deprecated funcs

	* cal-client/cal-client.c (cal_client_get_error_message): add OK
	message

	* pcs/cal-backend.[hc]: remove dead funcs

	* pcs/query.c: tidy headers

svn path=/trunk/; revision=23035
</pre>
</div>
</content>
</entry>
<entry>
<title>guard against irrelevant args (ie if there was an error)</title>
<updated>2003-10-23T12:54:43+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@ximian.com</email>
</author>
<published>2003-10-23T12:54:43+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=bdaae91bfed75939e5fc0d406bd3372a24b49d8a'/>
<id>bdaae91bfed75939e5fc0d406bd3372a24b49d8a</id>
<content type='text'>
2003-10-23  JP Rosevear &lt;jpr@ximian.com&gt;

 	* pcs/cal.c (cal_notify_object_modified): guard against irrelevant
 	args (ie if there was an error)
 	(cal_notify_object_removed): ditto
 	(cal_notify_timezone_added): ditto

 	* pcs/cal-backend-sync.c (_cal_backend_is_read_only): init value
 	to something known
 	(_cal_backend_get_cal_address): ditto
 	(_cal_backend_get_alarm_email_address): ditto
 	(_cal_backend_get_ldap_attribute): ditto
 	(_cal_backend_get_static_capabilities): ditto
 	(_cal_backend_modify_object): ditto
 	(_cal_backend_remove_object): ditto
 	(_cal_backend_get_object_list): ditto

2003-10-22  JP Rosevear &lt;jpr@ximian.com&gt;

 	* gui/e-cal-list-view.c (e_cal_list_view_new): create a model and
 	pass it as an arg during creation

 	* gui/e-day-view.c (e_day_view_new): unref the model

 	* gui/e-week-view.c (e_week_view_new): ditto

2003-10-22  JP Rosevear &lt;jpr@ximian.com&gt;

 	* cal-client/cal-client.c (cal_client_get_object): only change to
 	invalid object error code if we got the object but couldn't parse
 	it, and only check for timezones if we had success

 	* gui/comp-util.c (cal_comp_is_on_server): don't throw a warning
 	if the object simply does not exist

svn path=/trunk/; revision=23032
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2003-10-23  JP Rosevear &lt;jpr@ximian.com&gt;

 	* pcs/cal.c (cal_notify_object_modified): guard against irrelevant
 	args (ie if there was an error)
 	(cal_notify_object_removed): ditto
 	(cal_notify_timezone_added): ditto

 	* pcs/cal-backend-sync.c (_cal_backend_is_read_only): init value
 	to something known
 	(_cal_backend_get_cal_address): ditto
 	(_cal_backend_get_alarm_email_address): ditto
 	(_cal_backend_get_ldap_attribute): ditto
 	(_cal_backend_get_static_capabilities): ditto
 	(_cal_backend_modify_object): ditto
 	(_cal_backend_remove_object): ditto
 	(_cal_backend_get_object_list): ditto

2003-10-22  JP Rosevear &lt;jpr@ximian.com&gt;

 	* gui/e-cal-list-view.c (e_cal_list_view_new): create a model and
 	pass it as an arg during creation

 	* gui/e-day-view.c (e_day_view_new): unref the model

 	* gui/e-week-view.c (e_week_view_new): ditto

2003-10-22  JP Rosevear &lt;jpr@ximian.com&gt;

 	* cal-client/cal-client.c (cal_client_get_object): only change to
 	invalid object error code if we got the object but couldn't parse
 	it, and only check for timezones if we had success

 	* gui/comp-util.c (cal_comp_is_on_server): don't throw a warning
 	if the object simply does not exist

svn path=/trunk/; revision=23032
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in libcal_client_la_SOURCES</title>
<updated>2003-10-21T22:31:00+00:00</updated>
<author>
<name>Rodney Dawes</name>
<email>dobey@ximian.com</email>
</author>
<published>2003-10-21T22:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8a5bdee67abcaed88fc75296763b89e339c8da35'/>
<id>8a5bdee67abcaed88fc75296763b89e339c8da35</id>
<content type='text'>
2003-10-21  Rodney Dawes  &lt;dobey@ximian.com&gt;

	* cal-client/Makefile.am: Fix typo in libcal_client_la_SOURCES

svn path=/trunk/; revision=22972
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2003-10-21  Rodney Dawes  &lt;dobey@ximian.com&gt;

	* cal-client/Makefile.am: Fix typo in libcal_client_la_SOURCES

svn path=/trunk/; revision=22972
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge new-ui-branch to the trunk.</title>
<updated>2003-10-21T18:49:34+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2003-10-21T18:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=653cfffc0e00dfb59b36813c1b45c53d3f773c65'/>
<id>653cfffc0e00dfb59b36813c1b45c53d3f773c65</id>
<content type='text'>
svn path=/trunk/; revision=22965
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/; revision=22965
</pre>
</div>
</content>
</entry>
<entry>
<title>INCLUDE path fixes for changes made to libical build.</title>
<updated>2003-10-09T21:08:00+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2003-10-09T21:08:00+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=6cccb0c60fca242f9c34f161abede3515986e23e'/>
<id>6cccb0c60fca242f9c34f161abede3515986e23e</id>
<content type='text'>
2003-10-09  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* cal-client/Makefile.am: INCLUDE path fixes for changes made to
	libical build.

	* cal-util/Makefile.am: INCLUDE path fixes for changes made to
	libical build.

	* cal-util/*.[c,h]: #include &lt;libical/ical.h&gt; instead of &lt;ical.h&gt;

	* gui/Makefile.am: INCLUDE path fixes for changes made to libical
	build.

	* gui/*.[c,h]: #include &lt;libical/ical.h&gt; instead of &lt;ical.h&gt;

	* gui/alarm-notify/Makefile.am: INCLUDE path fixes for changes
	made to libical build.

	* gui/alarm-notify/config-data.h: #include &lt;libical/ical.h&gt;
	instead of &lt;ical.h&gt;

	* gui/dialogs/Makefile.am: INCLUDE path fixes for changes made to
	libical build.

	* gui/dialogs/comp-editor-util.c: #include &lt;libical/ical.h&gt;
	instead of &lt;ical.h&gt;

	* gui/dialogs/e-delegate-dialog.c: #include &lt;libical/ical.h&gt;
	instead of &lt;ical.h&gt;

	* importers/Makefile.am: INCLUDE path fixes for changes made to
	libical build.

	* pcs/Makefile.am: INCLUDE path fixes for changes made to libical
	build.

	* pcs/cal.c: #include &lt;libical/ical.h&gt; instead of &lt;ical.h&gt;

svn path=/trunk/; revision=22845
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2003-10-09  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* cal-client/Makefile.am: INCLUDE path fixes for changes made to
	libical build.

	* cal-util/Makefile.am: INCLUDE path fixes for changes made to
	libical build.

	* cal-util/*.[c,h]: #include &lt;libical/ical.h&gt; instead of &lt;ical.h&gt;

	* gui/Makefile.am: INCLUDE path fixes for changes made to libical
	build.

	* gui/*.[c,h]: #include &lt;libical/ical.h&gt; instead of &lt;ical.h&gt;

	* gui/alarm-notify/Makefile.am: INCLUDE path fixes for changes
	made to libical build.

	* gui/alarm-notify/config-data.h: #include &lt;libical/ical.h&gt;
	instead of &lt;ical.h&gt;

	* gui/dialogs/Makefile.am: INCLUDE path fixes for changes made to
	libical build.

	* gui/dialogs/comp-editor-util.c: #include &lt;libical/ical.h&gt;
	instead of &lt;ical.h&gt;

	* gui/dialogs/e-delegate-dialog.c: #include &lt;libical/ical.h&gt;
	instead of &lt;ical.h&gt;

	* importers/Makefile.am: INCLUDE path fixes for changes made to
	libical build.

	* pcs/Makefile.am: INCLUDE path fixes for changes made to libical
	build.

	* pcs/cal.c: #include &lt;libical/ical.h&gt; instead of &lt;ical.h&gt;

svn path=/trunk/; revision=22845
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove libcal-util-static.la</title>
<updated>2003-09-01T06:15:35+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2003-09-01T06:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9a763746ccd9f51e37fba2ee8e68eec17622534d'/>
<id>9a763746ccd9f51e37fba2ee8e68eec17622534d</id>
<content type='text'>
        * cal-util/Makefile.am (privlib_LTLIBRARIES): Remove
        libcal-util-static.la

        * cal-client/Makefile.am (noinst_LTLIBRARIES): Remove
        libcal-client-static.la

        * conduits/calendar/Makefile.am (libecalendar_conduit_la_LIBADD):
        use non-static libraries. The static ones were only needed for
        libtool 1.3.

        * conduits/todo/Makefile.am (libetodo_conduit_la_LIBADD): Likewise

        * gui/Makefile.am (IDL_GENERATED): Don't compile the calendar idl
        here. It's already in libcal-client.

svn path=/trunk/; revision=22430
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * cal-util/Makefile.am (privlib_LTLIBRARIES): Remove
        libcal-util-static.la

        * cal-client/Makefile.am (noinst_LTLIBRARIES): Remove
        libcal-client-static.la

        * conduits/calendar/Makefile.am (libecalendar_conduit_la_LIBADD):
        use non-static libraries. The static ones were only needed for
        libtool 1.3.

        * conduits/todo/Makefile.am (libetodo_conduit_la_LIBADD): Likewise

        * gui/Makefile.am (IDL_GENERATED): Don't compile the calendar idl
        here. It's already in libcal-client.

svn path=/trunk/; revision=22430
</pre>
</div>
</content>
</entry>
<entry>
<title>use a 'char **' for the 'error_msg' argument, instead of a fixed size</title>
<updated>2003-08-21T16:33:42+00:00</updated>
<author>
<name>Rodrigo Moya</name>
<email>rodrigo@ximian.com</email>
</author>
<published>2003-08-21T16:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8536a2be55812f0042b1a440767e209c88ce092a'/>
<id>8536a2be55812f0042b1a440767e209c88ce092a</id>
<content type='text'>
2003-08-21  Rodrigo Moya &lt;rodrigo@ximian.com&gt;

	* cal-client/cal-client.[ch] (cal_client_send_object): use a 'char **'
	for the 'error_msg' argument, instead of a fixed size string.

	* gui/itip-utils.c (comp_server_send): pass the correct parameter to
	cal_client_send_object.

svn path=/trunk/; revision=22326
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2003-08-21  Rodrigo Moya &lt;rodrigo@ximian.com&gt;

	* cal-client/cal-client.[ch] (cal_client_send_object): use a 'char **'
	for the 'error_msg' argument, instead of a fixed size string.

	* gui/itip-utils.c (comp_server_send): pass the correct parameter to
	cal_client_send_object.

svn path=/trunk/; revision=22326
</pre>
</div>
</content>
</entry>
</feed>
