<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/calendar/conduits/todo, branch V0_11</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=V0_11</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=V0_11'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2001-10-02T19:19:44+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'V0_11'.</title>
<updated>2001-10-02T19:19:44+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2001-10-02T19:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=fa6120de34598543969a8fc89a0e3fc587c52e54'/>
<id>urn:sha1:fa6120de34598543969a8fc89a0e3fc587c52e54</id>
<content type='text'>
svn path=/tags/V0_11/; revision=13336
</content>
</entry>
<entry>
<title>Handle the fields and category we don't sync by making sure we don't</title>
<updated>2001-09-28T21:22:43+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@ximian.com</email>
</author>
<published>2001-09-28T21:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=564c06f69d3de76e62687137306316de4ee09a87'/>
<id>urn:sha1:564c06f69d3de76e62687137306316de4ee09a87</id>
<content type='text'>
2001-09-28  JP Rosevear  &lt;jpr@ximian.com&gt;

	* conduits/calendar/calendar-conduit.c (local_record_from_comp):
	Handle the fields and category we don't sync by making sure we
	don't overwrite them
	(local_record_to_pilot_record): use local record category
	(pre_sync): track db info

	* conduits/calendar/calendar-conduit.h: db info field

	* conduits/todo/todo-conduit.[hc]: same as above

svn path=/trunk/; revision=13235
</content>
</entry>
<entry>
<title>fix pre-processor macros</title>
<updated>2001-08-08T16:26:23+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@ximian.com</email>
</author>
<published>2001-08-08T16:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9c1323a11f1298d5b1ecb93aba85637b30924f84'/>
<id>urn:sha1:9c1323a11f1298d5b1ecb93aba85637b30924f84</id>
<content type='text'>
2001-08-08  JP Rosevear  &lt;jpr@ximian.com&gt;

	* conduits/calendar/calendar-conduit-config.h: fix pre-processor
	macros

	* conduits/calendar/calendar-conduit.h: ditto

	* conduits/todo/todo-conduit-config.h: fix pre-processor macros

	* conduits/todo/todo-conduit.h: ditto

svn path=/trunk/; revision=11793
</content>
</entry>
<entry>
<title>started some code to show the currently displayed dates in the folder</title>
<updated>2001-07-30T22:21:13+00:00</updated>
<author>
<name>Damon Chaplin</name>
<email>damon@ximian.com</email>
</author>
<published>2001-07-30T22:21:13+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b7e0730aab5e67535dd8bcd70e400869fa55601b'/>
<id>urn:sha1:b7e0730aab5e67535dd8bcd70e400869fa55601b</id>
<content type='text'>
2001-07-30  Damon Chaplin  &lt;damon@ximian.com&gt;

	* gui/gnome-cal.c:
	* gui/calendar-commands.c (clear_folder_bar_label): started some code
	to show the currently displayed dates in the folder title bar.
	Unfinished.

	* gui/e-itip-control.c (set_date_label):
	* conduits/todo/todo-conduit.c (local_record_from_comp):
	* conduits/calendar/calendar-conduit.c (local_record_from_comp): free
	the CalComponentDateTimes. (Note the iTIP control needs updating for
	timezone support.)

	* cal-util/cal-component.c: Changed CalComponentDateTime so that the
	TZID is malloc'ed and freed rather than being a pointer to a static
	string. This was causing problems as sometimes we were freeing the
	string that was being pointed to, so we got corrupted TZIDs.

	* gui/comp-util.c (cal_comp_util_add_exdate): set TZID to NULL.
	DATE values do not have timezones.

	* gui/e-week-view.c:
	* gui/e-day-view.c: Moved 'Paste' after the New Appointment commands,
	since I think they are more commonly-used. Also added underlined
	accelerator keys.

	* gui/e-calendar-table.c: changed 'Edit this task' to 'Open' in the
	popup menu to be consistent with other folders, and separated from the
	clipboard commands. Also changed to use EPopupMenu so the accelerators
	work, and the masks may be useful at some point.

	* gui/dialogs/recurrence-page.c: use DATE values for UNTIL, since
	that makes it simpler. Fixes bug #5034.

	* gui/calendar-config.c (calendar_config_set_timezone): strdup the
	location string. Fixes bug #4990.

	* gui/tag-calendar.c (tag_calendar_cb): take 1 off iend as the times
	don't include the end time.

	* gui/e-week-view-layout.c (e_week_view_layout_event): fixed
	days_shown. Fixes bug #5709.

	* cal-client/cal-client.c (cal_client_get_timezone): took out some
	debugging messages.

svn path=/trunk/; revision=11494
</content>
</entry>
<entry>
<title>handle timezones everywhere (get_timezone): new function to get a timezone</title>
<updated>2001-07-27T22:12:29+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@ximian.com</email>
</author>
<published>2001-07-27T22:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b5599101cc489814899bccd7bc3fff0052b878dd'/>
<id>urn:sha1:b5599101cc489814899bccd7bc3fff0052b878dd</id>
<content type='text'>
2001-07-27  JP Rosevear  &lt;jpr@ximian.com&gt;

	* conduits/calendar/calendar-conduit.c: handle timezones
	everywhere
	(get_timezone): new function to get a timezone based
	on a tzid
	(get_default_timezone): get default timezone

	* conduits/calendar/calendar-conduit.h: time zone field for the
	context

	* conduits/calendar/Makefile.am: link to bonobo conf

	* conduits/todo/todo-conduit.c: handle timezones
	everywhere
	(get_timezone): new function to get a timezone based
	on a tzid
	(get_default_timezone): get default timezone

	* conduits/todo/todo-conduit.h: time zone field for the
	context

	* conduits/todo/Makefile.am: link to bonobo conf

svn path=/trunk/; revision=11461
</content>
</entry>
<entry>
<title>Bump required gal version for new accessors in ETree.</title>
<updated>2001-06-27T21:22:37+00:00</updated>
<author>
<name>Peter Williams</name>
<email>peterw@ximian.com</email>
</author>
<published>2001-06-27T21:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=4cbcd49a8bed07221be190b80e84e23f0ad7d449'/>
<id>urn:sha1:4cbcd49a8bed07221be190b80e84e23f0ad7d449</id>
<content type='text'>
2001-06-27  Peter Williams  &lt;peterw@ximian.com&gt;

        * configure.in (gal): Bump required gal version for new accessors
        in ETree.

mail:

2001-06-27  Peter Williams  &lt;peterw@ximian.com&gt;

        * folder-browser-ui.c: Uncomment EditSelectThread. Yaay!

        * mail-callbacks.c (select_thread): New function. Self-explanatory
        name. Implementation is a little hairy.

        * mail-callbacks.h: Prototype it here.

        * mail-callbacks.c (invert_selection): Here too.
        (select_all): Here too.

        * subscribe-dialog.c (subscribe_select_all): Update to use new
        ETree accessors.
        (subscribe_invert_selection): Here too.

calendar:

2001-06-27  Peter Williams  &lt;peterw@ximian.com&gt;

        * conduits/*/Makefile.am (INCLUDES): More srcdir != builddir
        fixes.

svn path=/trunk/; revision=10544
</content>
</entry>
<entry>
<title>Rest of previous commit (got messed up somehow).</title>
<updated>2001-06-26T22:34:05+00:00</updated>
<author>
<name>Peter Williams</name>
<email>peterw@src.gnome.org</email>
</author>
<published>2001-06-26T22:34:05+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=00a0bcfe5a6cfdd405ff0b69c5c69c4c65833474'/>
<id>urn:sha1:00a0bcfe5a6cfdd405ff0b69c5c69c4c65833474</id>
<content type='text'>
svn path=/trunk/; revision=10512
</content>
</entry>
<entry>
<title>Update the copyrights, replacing Helix Code with Ximian and</title>
<updated>2001-06-23T08:52:02+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2001-06-23T08:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=91cc026904ed4cef8baf2e376940a850d02865ae'/>
<id>urn:sha1:91cc026904ed4cef8baf2e376940a850d02865ae</id>
<content type='text'>
helixcode.com with ximian.com all over the place.

svn path=/trunk/; revision=10440
</content>
</entry>
<entry>
<title>tweaked for some gnome-pilot api changes</title>
<updated>2001-06-19T02:14:34+00:00</updated>
<author>
<name>Eskil Heyn Olsen</name>
<email>eskil@src.gnome.org</email>
</author>
<published>2001-06-19T02:14:34+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=15d3afd9d6efcc62264d8de14f2272b41c1f6891'/>
<id>urn:sha1:15d3afd9d6efcc62264d8de14f2272b41c1f6891</id>
<content type='text'>
svn path=/trunk/; revision=10284
</content>
</entry>
<entry>
<title>Remove UNICODE_LIBS</title>
<updated>2001-04-26T18:32:01+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2001-04-26T18:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=27692f25806e38ab3b8ea2f1becceba29a3b4f1c'/>
<id>urn:sha1:27692f25806e38ab3b8ea2f1becceba29a3b4f1c</id>
<content type='text'>
	* conduits/todo/Makefile.am (libetodo_conduit_la_LIBADD): Remove
	UNICODE_LIBS

	* cal-client/Makefile.am (client_test_LDADD): Remove -lunicode

svn path=/trunk/; revision=9588
</content>
</entry>
</feed>
