<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/my-evolution/e-summary-shown.c, branch ChangeLog</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=ChangeLog</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=ChangeLog'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2002-11-25T03:26:07+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'ChangeLog'.</title>
<updated>2002-11-25T03:26:07+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2002-11-25T03:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3dee5a41f00b0dcde1622849a8a5673e51ab582b'/>
<id>urn:sha1:3dee5a41f00b0dcde1622849a8a5673e51ab582b</id>
<content type='text'>
svn path=/tags/ChangeLog/; revision=18909
</content>
</entry>
<entry>
<title>Replaced all gtk_signal_connect() calls with g_signal_connect() ones.</title>
<updated>2002-11-14T17:59:52+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-11-14T17:59:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=74b947cdfcc362f5d7709b97d4289b095b724d9a'/>
<id>urn:sha1:74b947cdfcc362f5d7709b97d4289b095b724d9a</id>
<content type='text'>
* e-summary-calendar.c: Replaced all gtk_signal_connect() calls
with g_signal_connect() ones.
* e-summary-mail.c: Likewise.
* e-summary-offline-handler.c: Likewise.
* e-summary-preferences.c: Likewise.
* e-summary-shown.c: Likewise.
* e-summary-tasks.c: Likewise.
* e-summary.c: Likewise.

svn path=/trunk/; revision=18754
</content>
</entry>
<entry>
<title>gtk_widget_destroy() instead of gtk_object_destroy().</title>
<updated>2002-11-11T21:19:24+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-11-11T21:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8f7b3fabe5f53b57f9d6f6df048a9faf23e0837a'/>
<id>urn:sha1:8f7b3fabe5f53b57f9d6f6df048a9faf23e0837a</id>
<content type='text'>
* e-summary-factory.c (control_destroy_cb): gtk_widget_destroy()
instead of gtk_object_destroy().
(e_summary_factory_new_control): Likewise.

* e-summary-calendar.c: Use g_object_ref()/g_object_unref()
instead of gtk_object_ref()/gtk_object_unref().
* e-summary-preferences.c: Likewise.
* e-summary-shown.c: Likewise.
* e-summary-table.c: Likewise.
* e-summary-tasks.c: Likewise.
* e-summary.c: Likewise.

* e-summary-preferences.c (e_summary_preferences_make_mail_table):
g_object_set_data() instead of gtk_object_set_data().
(make_property_dialog): g_object_get_data() instead of
gtk_object_get_data().
(get_folders_from_view): Likewise.

* component-factory.c (create_view): Use
evolution_shell_client_corba_objref() instead of
bonobo_object_corba_objref() on the EvolutionShellClient object.
Also, use g_object_get_data() instead of gtk_object_get_data().
(owner_set_cb): Likewise.
(create_component): Use g_object_set_data() instead of
gtk_object_set_data().

svn path=/trunk/; revision=18710
</content>
</entry>
<entry>
<title>#include &lt;string.h&gt;.</title>
<updated>2002-11-06T00:42:52+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-11-06T00:42:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=f36f2d1fcf5851aa1d00ab8096ca0b362880475b'/>
<id>urn:sha1:f36f2d1fcf5851aa1d00ab8096ca0b362880475b</id>
<content type='text'>
* metar.c: #include &lt;string.h&gt;.

* main.c (main): Use gnome_program_init().

* e-summary-tasks.c (e_summary_tasks_protocol): Use
bonobo-activation.

* e-summary-table.c (set_value_at): Use g_signal_emit() instead of
gtk_signal_emit().

* e-summary-shown.c (e_summary_shown_class_init): GObjectified.
(construct_pixmap_button): Use gtk_image_new_from_stock() instead
of gnome_stock_pixmap_new().

* e-summary-preferences.c (e_summary_preferences_restore): Use
EConfigListener.
(add_dialog_clicked_cb): Add some missing consts.
(factory_fn): Pass NULL as the domain arg to glade_xml_new().
(factory_fn): Add id arg.
(e_summary_preferences_register_config_control_factory):

* e-summary-mail.c (e_summary_folder_init_folder_store): Use
bonobo-activation.

* e-summary-factory.c (control_activate): Pass NULL ev arg to
bonobo functions that now need it.
(control_deactivate): Likewise.
(control_activate_cb): Likewise.
(e_summary_factory_new_control): Use g_signal_connect() instead of
gtk_signal_connect().

* e-summary-calendar.c (e_summary_calendar_protocol): Use
bonobo_activation.

* e-summary.c: Update gnome-print #includes.  Added some missing
#includes.
(e_summary_url_clicked): Pass NULL as the error arg to
gnome_url_show().
(do_summary_print): Use GnomePrintConfig instead of GnomePrinter
et al.

* e-cell-tri.h: Removed BEGIN_GNOME_DECLS/END_GNOME_DECLS.

* e-summary.c: Removed #include &lt;libgnome/gnome-defs.h&gt;.  Ported
to e-config-listener.c.

* e-cell-tri.h: Removed #include &lt;libgnome/gnome-defs.h&gt;.

* component-factory.c: #include &lt;gtk/gtkmain.h&gt;.
(create_component): Use g_signal_connect.  Match prototype with
the one required by bonobo_generic_factory().

* Makefile.am: Add @INTLTOOL_SERVER_RULE@.
($(MAIL_GENERATED)): Update with new ORBit rules.

svn path=/trunk/; revision=18574
</content>
</entry>
<entry>
<title>Removed debugging message.</title>
<updated>2002-10-25T22:05:14+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-10-25T22:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3fee618acffe3885cafae17a30127468f6b7a58c'/>
<id>urn:sha1:3fee618acffe3885cafae17a30127468f6b7a58c</id>
<content type='text'>
* e-cell-tri.c (set_value): Removed debugging message.

* e-summary-factory.c (control_activate): Removed the call to
e_summary_thaw().
(control_deactivate): Removed the call to e_summary_freeze().

* e-summary-mail.c (folder_gen_html): Removed debugging message.
(insert_path_recur): Likewise.
(add_storage_to_table): Likewise.
(folder_info_pb_changed): Likewise.
(lazy_register_storages): Likewise.

* e-summary-weather.c: #include "e-summary-preferences.h".
(e_summary_weather_update): Removed debugging message.

* e-summary-offline-handler.c: #include &lt;gtk/gtksignal.h&gt;.

* main.c: #include &lt;gconf/gconf.h&gt; and &lt;gal/widgets/e-cursors.h&gt;.

* e-summary-preferences.c (free_rdf_info): Removed unused
function.
(find_name_for_url): Likewise.
(mail_etable_item_changed_cb): Likewise.
(maybe_add_to_shown): Likewise.
(get_folders_from_view): Removed debugging messages.

* e-summary-rdf.c (tree_walk): Removed debugging message.
(e_summary_rdf_update): Likewise.

* e-summary-shown.c (find_entry_from_location): Removed unused
function.
(maybe_move_to_shown): Removed debugging message.

* e-summary-tasks.c: New members cal_open_reload_timeout_id and
reload_count in ESummaryTasks.
(generate_html): Return if the load_state of the cal_client is not
CAL_CLIENT_LOAD_LOADED.
(cal_open_reload_timeout): New; timeout function for attempting to
reload the calendar if the first attempt failed.
(cal_opened_cb): If the load failed, register
cal_open_reload_timeout to try again after one second.
(setup_task_folder): If there is a pending timeout callback
[cal_open_reload_timeout_id nonzero], remove it.
(e_summary_tasks_init): Call setup_task_folder().
(e_summary_tasks_free): If there is a pending timeout callback
[cal_open_reload_timeout_id nonzero], remove it.

* e-summary-calendar.c: New members cal_open_reload_timeout_id and
reload_count in ESummaryCalendar.
(e_cal_comp_util_compare_event_timezones): Renamed to
compare_event_timezones() and made static.
(generate_html): Return if the load_state of the cal_client is not
CAL_CLIENT_LOAD_LOADED.  Call e_summary_draw() before returning.
(cal_open_reload_timeout): New; timeout function for attempting to
reload the calendar if the first attempt failed.
(cal_opened_cb): Return if the load_state of the cal_client is not
CAL_CLIENT_LOAD_LOADED.
(e_summary_calendar_reconfigure): Call setup_calendar() so that,
if the default folder has changed, it gets reloaded.
(setup_calendar): If there is a pending timeout callback
[cal_open_reload_timeout_id nonzero], remove it.
(e_summary_calendar_free): Likewise.

* e-summary.c: New member queue_draw_idle_id in ESummaryPrivate.
Removed member redraw_pending.
(destroy): If queue_draw_idle_id is nonzero, remove the
corresponding glib mainloop source.
(draw_idle_cb): New function to regenerate the HTML in the idle
loop; moved all the code from e_summary_draw() in here.
(e_summary_draw): Set up draw_idle_cb as an idle callback.
(e_summary_init): Initialize queued_draw_idle_id.
(e_summary_reload_timeout): Call e_summary_calendar_reconfigure()
and e_summary_tasks_reconfigure().  Removed debugging message.
(e_summary_set_online): Removed debugging message.
(e_summary_freeze): Removed.
(e_summary_thaw): Removed.

svn path=/trunk/; revision=18443
</content>
</entry>
<entry>
<title>Added an alignment to make button position be the same as the other</title>
<updated>2002-08-07T18:01:20+00:00</updated>
<author>
<name>Anna Marie Dirks</name>
<email>anna@ximian.com</email>
</author>
<published>2002-08-07T18:01:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3d94bb95601c1b025d4e10ce71fdfd94bd296cf6'/>
<id>urn:sha1:3d94bb95601c1b025d4e10ce71fdfd94bd296cf6</id>
<content type='text'>
2002-08-07  Anna Marie Dirks  &lt;anna@ximian.com&gt;

	* e-summary-shown.c (e_summary_shown_init): Added an alignment to make
	button position be the same as the other buttons of this type in evo.
	(add_clicked): make this buttons sensitive when there is no proper
	selection
	(remove_clicked): same thing with the button

	* my-evolution.glade: Capitalized "Weather Settings" properly.

svn path=/trunk/; revision=17732
</content>
</entry>
<entry>
<title>Sort the states in the right order</title>
<updated>2002-06-26T16:07:40+00:00</updated>
<author>
<name>Iain Holmes</name>
<email>iain@src.gnome.org</email>
</author>
<published>2002-06-26T16:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=6bb5b8850a6202012fe8f7b1ea0295aeab4112ba'/>
<id>urn:sha1:6bb5b8850a6202012fe8f7b1ea0295aeab4112ba</id>
<content type='text'>
svn path=/trunk/; revision=17291
</content>
</entry>
<entry>
<title>Fix bugs, make the folder list be a storage set view and add a delete url button</title>
<updated>2002-06-26T15:42:01+00:00</updated>
<author>
<name>Iain Holmes</name>
<email>iain@src.gnome.org</email>
</author>
<published>2002-06-26T15:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=9a210db24ffc2e0d806c5afda8cf3b471aa4d5c3'/>
<id>urn:sha1:9a210db24ffc2e0d806c5afda8cf3b471aa4d5c3</id>
<content type='text'>
svn path=/trunk/; revision=17290
</content>
</entry>
<entry>
<title>Avoid reentrancy during e_tree_selection_model_foreach. Fixes Ximian bug</title>
<updated>2002-06-06T02:30:45+00:00</updated>
<author>
<name>Christopher James Lahey</name>
<email>clahey@ximian.com</email>
</author>
<published>2002-06-06T02:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=88f3e2714d7a9251b2c5a01b7c1410f4f3ab60c6'/>
<id>urn:sha1:88f3e2714d7a9251b2c5a01b7c1410f4f3ab60c6</id>
<content type='text'>
2002-06-05  Christopher James Lahey  &lt;clahey@ximian.com&gt;

	* e-summary-shown.c (maybe_move_to_shown, add_clicked,
	remove_from_shown, remove_clicked): Avoid reentrancy during
	e_tree_selection_model_foreach.  Fixes Ximian bug #24987.

svn path=/trunk/; revision=17128
</content>
</entry>
<entry>
<title>Make the new button work again, add some spacing.</title>
<updated>2002-05-20T16:40:09+00:00</updated>
<author>
<name>Iain Holmes</name>
<email>iain@src.gnome.org</email>
</author>
<published>2002-05-20T16:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3b787a2d62b885c248ca92d770e22051d2694091'/>
<id>urn:sha1:3b787a2d62b885c248ca92d770e22051d2694091</id>
<content type='text'>
svn path=/trunk/; revision=16943
</content>
</entry>
</feed>
