<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/calendar/AUTHORS, branch archive-integration</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<entry>
<title>new files to contain utility functions for calendar backends</title>
<updated>2001-08-21T13:21:23+00:00</updated>
<author>
<name>Rodrigo Moya</name>
<email>rodrigo@ximian.com</email>
</author>
<published>2001-08-21T13:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=cc1b730fe46aa2324a203e7af8b6f9a71cb121b9'/>
<id>cc1b730fe46aa2324a203e7af8b6f9a71cb121b9</id>
<content type='text'>
2001-08-21  Rodrigo Moya &lt;rodrigo@ximian.com&gt;

	* pcs/cal-backend-util.[ch]: new files to contain utility functions
	for calendar backends

	* pcs/cal-backend.c (cal_backend_add_cal): implement it here, and not in
	the calendar backends. Add a "cal_added" signal, so that backends are
	notified when a new Cal is added, if they need to
	(cal_backend_get_type_by_uid): implement it here

	* pcs/cal-backend-file.c (fill_alarm_instances_seq): moved to
	cal-backend-util.c
	(cal_backend_file_add_cal): removed
	(cal_backend_file_init): connect to the "cal_added" signal in the
	CalBackend class so that we can update categories when a new Cal is
	added
	(cal_backend_file_get_type_by_uid): removed

	* pcs/cal-backend-db.c (fill_alarm_instances_seq): moved to
	cal-backend-util.c
	(cal_backend_db_add_cal): removed
	(cal_backend_db_get_type_by_uid): removed

	* AUTHORS: added JP and Damon to list of authors

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

	* pcs/cal-backend-util.[ch]: new files to contain utility functions
	for calendar backends

	* pcs/cal-backend.c (cal_backend_add_cal): implement it here, and not in
	the calendar backends. Add a "cal_added" signal, so that backends are
	notified when a new Cal is added, if they need to
	(cal_backend_get_type_by_uid): implement it here

	* pcs/cal-backend-file.c (fill_alarm_instances_seq): moved to
	cal-backend-util.c
	(cal_backend_file_add_cal): removed
	(cal_backend_file_init): connect to the "cal_added" signal in the
	CalBackend class so that we can update categories when a new Cal is
	added
	(cal_backend_file_get_type_by_uid): removed

	* pcs/cal-backend-db.c (fill_alarm_instances_seq): moved to
	cal-backend-util.c
	(cal_backend_db_add_cal): removed
	(cal_backend_db_get_type_by_uid): removed

	* AUTHORS: added JP and Damon to list of authors

svn path=/trunk/; revision=12339
</pre>
</div>
</content>
</entry>
<entry>
<title>added the new DB3-based backend. This is just the beginning, there are</title>
<updated>2001-02-12T18:35:27+00:00</updated>
<author>
<name>Rodrigo Moya</name>
<email>rodrigo@ximian.com</email>
</author>
<published>2001-02-12T18:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=71a1d2e707a2b5dc68c00ae4d69747c3a2f6385e'/>
<id>71a1d2e707a2b5dc68c00ae4d69747c3a2f6385e</id>
<content type='text'>
2001-02-11  Rodrigo Moya &lt;rodrigo@ximian.com&gt;

	* pcs/cal-backend-db.[ch]: added the new DB3-based backend. This is just
	the beginning, there are some missing things still.

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

	* pcs/cal-backend-db.[ch]: added the new DB3-based backend. This is just
	the beginning, there are some missing things still.

svn path=/trunk/; revision=8182
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the CORBA listener methods, adjusted for the new IDL.</title>
<updated>2000-01-12T04:13:36+00:00</updated>
<author>
<name>Federico Mena Quintero</name>
<email>federico@helixcode.com</email>
</author>
<published>2000-01-12T04:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=f3c94fc0f415a4025add6debe451ca3e9e449d83'/>
<id>f3c94fc0f415a4025add6debe451ca3e9e449d83</id>
<content type='text'>
2000-01-11  Federico Mena Quintero  &lt;federico@helixcode.com&gt;

	* cal.c: Removed the CORBA listener methods, adjusted for the new
	IDL.

	* cal-listener.c (cal_listener_init): Create the private
	structure.  In it we hold a reference to the calendar the listener
	is watching.
	(cal_listener_destroy): Destroy the private structure and unref
	the calendar.
	(Listener_cal_loaded): Stuff the calendar into our private data.
	(Listener_obj_added): Adjusted for new IDL.
	(Listener_obj_removed): Likewise.

svn path=/trunk/; revision=1560
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-01-11  Federico Mena Quintero  &lt;federico@helixcode.com&gt;

	* cal.c: Removed the CORBA listener methods, adjusted for the new
	IDL.

	* cal-listener.c (cal_listener_init): Create the private
	structure.  In it we hold a reference to the calendar the listener
	is watching.
	(cal_listener_destroy): Destroy the private structure and unref
	the calendar.
	(Listener_cal_loaded): Stuff the calendar into our private data.
	(Listener_obj_added): Adjusted for new IDL.
	(Listener_obj_removed): Likewise.

svn path=/trunk/; revision=1560
</pre>
</div>
</content>
</entry>
<entry>
<title>&lt;self_serving&gt; Add myself to AUTHORS, about box &lt;/self_serving&gt;</title>
<updated>1999-11-22T22:43:40+00:00</updated>
<author>
<name>Russell Steinthal</name>
<email>steintr@src.gnome.org</email>
</author>
<published>1999-11-22T22:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d42f191dd5ae3e2f5392cd2f9cf857ce82637f2a'/>
<id>d42f191dd5ae3e2f5392cd2f9cf857ce82637f2a</id>
<content type='text'>
&lt;self_serving&gt;
Add myself to AUTHORS, about box
&lt;/self_serving&gt;

svn path=/trunk/; revision=1430
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;self_serving&gt;
Add myself to AUTHORS, about box
&lt;/self_serving&gt;

svn path=/trunk/; revision=1430
</pre>
</div>
</content>
</entry>
<entry>
<title>Added this required file...</title>
<updated>1998-07-10T19:15:57+00:00</updated>
<author>
<name>Michael Fulbright</name>
<email>drmike@src.gnome.org</email>
</author>
<published>1998-07-10T19:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=6fcf8c3a8fb864c5ddcf8950ea5e8a2f896b1396'/>
<id>6fcf8c3a8fb864c5ddcf8950ea5e8a2f896b1396</id>
<content type='text'>
Dr Mike &lt;msf@redhat.com&gt;

svn path=/trunk/; revision=279
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dr Mike &lt;msf@redhat.com&gt;

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