<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/calendar/idl, 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>Finish killing Bonobo.</title>
<updated>2009-09-08T18:53:45+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2009-09-06T23:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=fa9051e04051156a9e11e2af72a0d7342f4ea2e4'/>
<id>fa9051e04051156a9e11e2af72a0d7342f4ea2e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Behdad's brilliant git.mk to generate .gitignore files.</title>
<updated>2009-05-02T15:37:10+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2009-05-02T15:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d523f10dfe2a6ba53c068189f10055d46e71e10f'/>
<id>d523f10dfe2a6ba53c068189f10055d46e71e10f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>** Fix for bug #455799</title>
<updated>2007-08-03T23:52:01+00:00</updated>
<author>
<name>Hiroyuki Ikezoe</name>
<email>poincare@ikezoe.net</email>
</author>
<published>2007-08-03T23:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e0b92a2aaab18f525de41a2bcb9782e60a4ec285'/>
<id>e0b92a2aaab18f525de41a2bcb9782e60a4ec285</id>
<content type='text'>
2007-08-04  Hiroyuki Ikezoe  &lt;poincare@ikezoe.net&gt;

	** Fix for bug #455799

	Remove all .cvsignore and update svn:ignore porperty in whole
	directories.


svn path=/trunk/; revision=33945
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2007-08-04  Hiroyuki Ikezoe  &lt;poincare@ikezoe.net&gt;

	** Fix for bug #455799

	Remove all .cvsignore and update svn:ignore porperty in whole
	directories.


svn path=/trunk/; revision=33945
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove definition of CalObjUID and include that from</title>
<updated>2005-01-31T22:04:34+00:00</updated>
<author>
<name>Hans Petter Jansson</name>
<email>hpj@novell.com</email>
</author>
<published>2005-01-31T22:04:34+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8564ecae4892d2c8ebe5207cba869560a1f2d858'/>
<id>8564ecae4892d2c8ebe5207cba869560a1f2d858</id>
<content type='text'>
2005-01-31  Hans Petter Jansson  &lt;hpj@novell.com&gt;

	* idl/evolution-calendar.idl: Remove definition of CalObjUID and
	include that from Evolution-DataServer-Calendar.idl instead. This
	prevents the typecode from being defined twice.

svn path=/trunk/; revision=28642
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2005-01-31  Hans Petter Jansson  &lt;hpj@novell.com&gt;

	* idl/evolution-calendar.idl: Remove definition of CalObjUID and
	include that from Evolution-DataServer-Calendar.idl instead. This
	prevents the typecode from being defined twice.

svn path=/trunk/; revision=28642
</pre>
</div>
</content>
</entry>
<entry>
<title>add arg</title>
<updated>2004-05-18T14:14:14+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@novell.com</email>
</author>
<published>2004-05-18T14:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=12e3ecf07f633d0e496b4e35115b194fc39feab4'/>
<id>12e3ecf07f633d0e496b4e35115b194fc39feab4</id>
<content type='text'>
2004-05-18  JP Rosevear  &lt;jpr@novell.com&gt;

	* idl/evolution-calendar.idl: add arg

	* gui/alarm-notify/alarm-queue.c (edit_component): send a mode
	type

	* gui/alarm-notify/alarm-notify.c: add fixme note

	* gui/comp-editor-factory.c (impl_editExisting): take a editor
	mode and twist it into a source type
	(impl_editNew): ditto
	(open_client): take a source type for creating the client
	(lookup_open_client): ditto

svn path=/trunk/; revision=25959
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004-05-18  JP Rosevear  &lt;jpr@novell.com&gt;

	* idl/evolution-calendar.idl: add arg

	* gui/alarm-notify/alarm-queue.c (edit_component): send a mode
	type

	* gui/alarm-notify/alarm-notify.c: add fixme note

	* gui/comp-editor-factory.c (impl_editExisting): take a editor
	mode and twist it into a source type
	(impl_editNew): ditto
	(open_client): take a source type for creating the client
	(lookup_open_client): ditto

svn path=/trunk/; revision=25959
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #52970</title>
<updated>2004-02-04T12:36:13+00:00</updated>
<author>
<name>Rodrigo Moya</name>
<email>rodrigo@ximian.com</email>
</author>
<published>2004-02-04T12:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=356697e42c851abc93a60534246e92b245e35d8a'/>
<id>356697e42c851abc93a60534246e92b245e35d8a</id>
<content type='text'>
2004-02-04  Rodrigo Moya &lt;rodrigo@ximian.com&gt;

	Fixes #52970

	* idl/evolution-calendar.idl: added back the AlarmNotify interface.

	* gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in:
	changed to have the AlarmNotify component be created via a factory.

	* gui/alarm-notify/alarm-notify.[ch]: converted to implement the
	AlarmNotify interface.

	* gui/alarm-notify/notify-main.c (main): register the factory with
	bonobo_generic_factory_new, not the object itself. Removed redundant
	call to bonobo_object_unref. Call e_passwords_shutdown on exit.

	* gui/alarm-notify/config-data.c (config_data_get_calendars_to_load):
	get only the selected calendars/task lists.

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

	Fixes #52970

	* idl/evolution-calendar.idl: added back the AlarmNotify interface.

	* gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in:
	changed to have the AlarmNotify component be created via a factory.

	* gui/alarm-notify/alarm-notify.[ch]: converted to implement the
	AlarmNotify interface.

	* gui/alarm-notify/notify-main.c (main): register the factory with
	bonobo_generic_factory_new, not the object itself. Removed redundant
	call to bonobo_object_unref. Call e_passwords_shutdown on exit.

	* gui/alarm-notify/config-data.c (config_data_get_calendars_to_load):
	get only the selected calendars/task lists.

svn path=/trunk/; revision=24613
</pre>
</div>
</content>
</entry>
<entry>
<title>remove the AlarmNotify service, no more need for it, since the alarm</title>
<updated>2003-11-17T13:13:15+00:00</updated>
<author>
<name>Rodrigo Moya</name>
<email>rodrigo@ximian.com</email>
</author>
<published>2003-11-17T13:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=000e2ade56eb86a150a5a33e37bb685592e30186'/>
<id>000e2ade56eb86a150a5a33e37bb685592e30186</id>
<content type='text'>
2003-11-17  Rodrigo Moya &lt;rodrigo@ximian.com&gt;

	* idl/evolution-calendar.idl: remove the AlarmNotify service, no
	more need for it, since the alarm daemon will listen for changes
	on the GConf key.

	* gui/gnome-cal.c (add_alarms): removed function to talk to the
	alarm daemon.
	(client_cal_opened_cb): don't call add_alarms().

	* gui/alarm-notify/alarm-notify.[ch]: made it a basic GObject.
	(AlarmNotify_addCalendar, AlarmNotify_removeCalendar): removed
	AlarmNotify interface implementation.
	(alarm_notify_class_init): no epv to initialize.
	(alarm_notify_remove_calendar): new function, copied from the
	CORBA method implementation.
	(alarm_notify_factory_fn): return NULL, since there is no objects
	that can be created via this factory now.

	* gui/alarm-notify/notify-main.c (main): now the factory is the alarm
	notification service itself.
	(load_calendars): no need to use exceptions here.

	* gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in:
	now the factory is the alarm notification service itself.

	* gui/main.c (launch_alarm_daemon_cb): dont use the AlarmNotify CORBA
	types.

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

	* idl/evolution-calendar.idl: remove the AlarmNotify service, no
	more need for it, since the alarm daemon will listen for changes
	on the GConf key.

	* gui/gnome-cal.c (add_alarms): removed function to talk to the
	alarm daemon.
	(client_cal_opened_cb): don't call add_alarms().

	* gui/alarm-notify/alarm-notify.[ch]: made it a basic GObject.
	(AlarmNotify_addCalendar, AlarmNotify_removeCalendar): removed
	AlarmNotify interface implementation.
	(alarm_notify_class_init): no epv to initialize.
	(alarm_notify_remove_calendar): new function, copied from the
	CORBA method implementation.
	(alarm_notify_factory_fn): return NULL, since there is no objects
	that can be created via this factory now.

	* gui/alarm-notify/notify-main.c (main): now the factory is the alarm
	notification service itself.
	(load_calendars): no need to use exceptions here.

	* gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in:
	now the factory is the alarm notification service itself.

	* gui/main.c (launch_alarm_daemon_cb): dont use the AlarmNotify CORBA
	types.

svn path=/trunk/; revision=23384
</pre>
</div>
</content>
</entry>
<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://www.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://www.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>Merge new-ui-branch into the trunk.</title>
<updated>2003-10-21T18:51:30+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2003-10-21T18:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=21743ac2cfa2d2ddcd539e9b7695cc8dd720ef36'/>
<id>21743ac2cfa2d2ddcd539e9b7695cc8dd720ef36</id>
<content type='text'>
svn path=/trunk/; revision=22966
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/; revision=22966
</pre>
</div>
</content>
</entry>
</feed>
