aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution
Commit message (Collapse)AuthorAgeFilesLines
* Don't call setup_calendar from here, since e_summary_calendar_init willDan Winship2003-06-252-2/+7
| | | | | | | | | * e-summary-calendar.c (setup_gconf_client): Don't call setup_calendar from here, since e_summary_calendar_init will call it immediately after setup_gconf_client, which will result in a calendar being quickly created and destroyed. svn path=/trunk/; revision=21533
* (do_summary_print): Do not destroy preview_widgetEttore Perazzoli2003-06-202-2/+6
| | | | | | | when returning from gtk_dialog_run() since it's unset at that point. [#44798] svn path=/trunk/; revision=21487
* free the filename.Larry Ewing2003-06-143-4/+10
| | | | | | | | 2003-06-13 Larry Ewing <lewing@ximian.com> * e-summary.c (e_summary_url_requested): free the filename. svn path=/trunk/; revision=21436
* Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-131-0/+1
| | | | svn path=/trunk/; revision=21426
* ** For #42691.Not Zed2003-06-112-2/+9
| | | | | | | | | | | 2003-06-05 Not Zed <NotZed@Ximian.com> ** For #42691. * Makefile.am (%.server.in): use implicit rule. (BUILT_SOURCES): added server_DATA svn path=/trunk/; revision=21405
* (e_summary_mail_get_info): Protect againstEttore Perazzoli2003-06-103-2570/+2578
| | | | | | | | folder_store being NULL. [#44111] Also, roll over ChangeLog. svn path=/trunk/; revision=21389
* New member gconf_value_changed_handler_id in ESummaryTasks.Ettore Perazzoli2003-05-283-7/+27
| | | | | | | | | | | | | | * e-summary-tasks.c: New member gconf_value_changed_handler_id in ESummaryTasks. (setup_gconf_client): Set it to the ID of the signal connection. * e-summary-calendar.c: New member gconf_value_changed_handler_id in ESummaryCalendar. (setup_gconf_client): Set it to the ID of the signal connection. * e-summary-tasks.c (generate_html): Remove unused variable. svn path=/trunk/; revision=21336
* This patch HIG-ifies the "New News Feed" dialog, by using a table withAnna Marie Dirks2003-05-192-15/+19
| | | | | | | | | | 2003-05-19 Anna Marie Dirks <anna@ximian.com> * e-summary-preferences.c: This patch HIG-ifies the "New News Feed" dialog, by using a table with appropriate spacing instead of hboxes. Also fixes an invalid cast of gtk_dialog->gnome_dialog. svn path=/trunk/; revision=21251
* * my-evolution.glade: HIG-ified this dialog by adding properAnna Marie Dirks2003-05-192-654/+892
| | | | | | | | | | 2003-05-19 Anna Marie Dirks <anna@ximian.com> * my-evolution.glade: * my-evolution.glade: HIG-ified this dialog by adding proper spacing/padding/stock buttons/etc. Fixes bugs #41131, #41133. svn path=/trunk/; revision=21249
* Add bug #.Ettore Perazzoli2003-05-171-0/+1
| | | | svn path=/trunk/; revision=21216
* (destroy): Remove the weak pointer on priv->control.Ettore Perazzoli2003-05-172-0/+10
| | | | svn path=/trunk/; revision=21215
* (setup_calendar): Fix typo, celendar_pathEttore Perazzoli2003-05-172-1/+6
| | | | | | -> calendar_path. svn path=/trunk/; revision=21213
* Fixes #43101JP Rosevear2003-05-162-1/+9
| | | | | | | | | | | 2003-05-15 JP Rosevear <jpr@ximian.com> Fixes #43101 * e-summary-mail.c (e_summary_folder_unregister_storage): unref the storage after use not before svn path=/trunk/; revision=21206
* (do_summary_print): Remove preview arg. Also, makeEttore Perazzoli2003-05-162-27/+33
| | | | | | | it destroy the dialog after a button has been clicked. (e_summary_set_control): Add casts to avoid compiler warnings. svn path=/trunk/; revision=21199
* fix up protosJP Rosevear2003-05-157-54/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-05-14 JP Rosevear <jpr@ximian.com> * e-summary.h: fix up protos * e-summary.c (e_summary_get_control): accessor (e_summary_set_control): ditto (retrieve_shell_view_interface): util to get the shell view (e_summary_change_current_view): use it (e_summary_set_message): ditto (e_summary_unset_message): ditto * e-summary-mail.h: add proto * e-summary-mail.c (e_summary_mail_get_info): use the objref of the listener (e_summary_folder_unregister_storage): clean up a registered storage (e_summary_folder_register_storages): store the listener directly (folder_info_pb_changed): unref the listener once we are notified (lazy_register_storages): release and unref the property bag, event and listener (e_summary_folder_init_folder_store): track the listener (e_summary_folder_clear_folder_store): cleanup the folder store * e-summary-factory.c (control_activate_cb): we don't get the shell view here any more (e_summary_factory_new_control): don't pass in the shell, set the control on the summary * component-factory.c (owner_unset_cb): clear the folder store on destruction svn path=/trunk/; revision=21177
* [#41849]Not Zed2003-05-052-5/+22
| | | | | | | | | | | 2003-05-02 Not Zed <NotZed@Ximian.com> [#41849] * e-summary-rdf.c (tree_walk): check the in-memory charset, not the transport charset when creating output. svn path=/trunk/; revision=21101
* [ fixes #21499 ]Rodney Dawes2003-04-193-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-04-18 Rodney Dawes <dobey@ximian.com> [ fixes #21499 ] * gui/component/Makefile.am: * gui/component/addressbook.c: * gui/component/select-names/e-select-names-bonobo.c: * gui/contact-editor/Makefile.am: * gui/contact-editor/e-contact-editor.c: * gui/contact-list-editor/Makefile.am: * gui/contact-list-editor/e-contact-list-editor.c: Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui () * gui/Makefile.am: * gui/calendar-commands.c: * gui/tasks-control.c: * gui/dialogs/Makefile.am: * gui/dialogs/comp-editor.c: Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui () * Makefile.am: * e-msg-composer.c: Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui (). Fixes bug #21499. * Makefile.am: * folder-browser-ui.c: * mail-signature-editor.c: * message-browser.c: Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui (). Fixes bug #21499. * Makefile.am: * e-summary-factory.c: Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui () * e-shell-view.c: Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui () [#21499] svn path=/trunk/; revision=20888
* Sort by the first column.Ettore Perazzoli2003-04-164-53/+57
| | | | | | | | | | | | | * e-summary-shown.c (SPEC): Sort by the first column. * e-summary-preferences.c: Removed members new_url_entry, new_name_entry from struct PropertyData. (rdf_new_url_clicked_cb): Port to GtkDialog and fix button order. Also, use gtk_dialog_run() instead of using callbacks. (add_dialog_clicked_cb): Removed. svn path=/trunk/; revision=20860
* Remove construct_pixmap_button (), use stock buttonsRodney Dawes2003-04-132-24/+6
| | | | | | | | 2003-04-12 Rodney Dawes <dobey@ximian.com> * e-summary-shown.c: Remove construct_pixmap_button (), use stock buttons svn path=/trunk/; revision=20836
* remove call to gtkhtml_set_default_background_colorLarry Ewing2003-04-092-2/+6
| | | | | | | | | 2003-04-09 Larry Ewing <lewing@ximian.com> * e-summary.c (e_summary_init): remove call to gtkhtml_set_default_background_color svn path=/trunk/; revision=20776
* Properly terminate the "name" attribute tag added in the last change.Not Zed2003-04-082-1/+6
| | | | | | | | | 2003-04-08 Not Zed <NotZed@Ximian.com> * GNOME_Evolution_Summary.server.in.in: Properly terminate the "name" attribute tag added in the last change. svn path=/trunk/; revision=20747
* Add Darwin, Australia [#12066]. Fix Vilnius and Riga [#15740]. FixDan Winship2003-04-082-16/+27
| | | | | | | | * Locations: Add Darwin, Australia [#12066]. Fix Vilnius and Riga [#15740]. Fix spelling of Gardermoen, Norway [#18015]. Add Goetsenhoven and Spa, Belgium [#32027] svn path=/trunk/; revision=20722
* clean up server namesDan Winship2003-04-082-4/+12
| | | | | | * GNOME_Evolution_Summary.server.in.in: clean up server names svn path=/trunk/; revision=20706
* make the verbs static so they don't enter the global namespace.Larry Ewing2003-04-012-2/+7
| | | | | | | | | 2003-03-31 Larry Ewing <lewing@ximian.com> * e-summary-factory.c: make the verbs static so they don't enter the global namespace. svn path=/trunk/; revision=20608
* Likewise.Ettore Perazzoli2003-03-286-66/+56
| | | | | | | | | | | | | | * e-summary.c (e_summary_init): Likewise. * e-summary-weather.c (e_summary_weather_get_html): Likewise. (weather_make_html): Likewise. * e-summary-mail.c (e_summary_mail_generate_html): Fix so it handles the fact that the translated strings are already in UTF8. * e-summary-rdf.c (tree_walk): Likewise. (display_doc): Likewise. svn path=/trunk/; revision=20553
* ** see bug #40141Not Zed2003-03-272-8/+13
| | | | | | | | | | | | 2003-03-27 Not Zed <NotZed@Ximian.com> ** see bug #40141 * e-summary-preferences.c (config_control_destroy_cb): Dont save prefs here, but restore the last saved. (config_control_apply_cb): save preferences here. svn path=/trunk/; revision=20533
* New member physical_uri in struct ESummaryMailFolder. (new_folder_cb): SetEttore Perazzoli2003-03-273-249/+74
| | | | | | | | | | | | | | * e-summary-mail.c: New member physical_uri in struct ESummaryMailFolder. (new_folder_cb): Set it. (remove_folder_cb): Free it. (make_pretty_foldername): Rewritten to honour the display_name. [#7153] * e-summary.c (destroy): Only remove the source with ID tomorrow_timeout_id if the ID is nonzero. svn path=/trunk/; revision=20521
* Update for e_notice move (do_summary_print): Pass a parent_window toDan Winship2003-03-252-2/+7
| | | | | | | * e-summary.c: Update for e_notice move (do_summary_print): Pass a parent_window to e_notice svn path=/trunk/; revision=20504
* (generate_html): Add a %P in the strftimeEttore Perazzoli2003-03-202-2/+7
| | | | | | string for the case when the user wants am/pm format. [#19957] svn path=/trunk/; revision=20364
* pass FALSE for expand to e_summary_shown_add_node. ditto,Mike Kestner2003-03-144-10/+20
| | | | | | | | | | | | | 2003-03-13 Mike Kestner <mkestner@ximian.com> * e-summary-preferences.c (fill_rdf_etable): pass FALSE for expand to e_summary_shown_add_node. * e-summary-shown.c (make_table): ditto, set_expanded_default to FALSE. (add_node): only call e_tree_node_set_expanded is expanded != default. * e-summary-weather.c (*_fill_etable): pass FALSE for expand to e_summary_shown_add_node. svn path=/trunk/; revision=20284
* (generate_html): Changed so its printf()sEttore Perazzoli2003-03-142-24/+23
| | | | | | | are protected against default_uri being NULL. Also, no need to do e_utf8_from_locale_string() anymore. svn path=/trunk/; revision=20281
* New, to free/thaw the ETree models. (e_summary_shown_add_node): Don'tDan Winship2003-03-135-17/+40
| | | | | | | | | | | | | | * e-summary-shown.c (e_summary_shown_freeze, e_summary_shown_thaw): New, to free/thaw the ETree models. (e_summary_shown_add_node): Don't freeze/thaw around the single add here. That doesn't really help much. * e-summary-preferences.c (fill_rdf_etable): Freeze/thaw the ESummaryShown while filling it in. * e-summary-weather.c (e_summary_weather_fill_etable): Likewise. svn path=/trunk/; revision=20263
* Add some escapes to the newly added locations so they get split properly.Ettore Perazzoli2003-03-083-20/+35
| | | | | | | | | | | | | * Locations (name): Add some escapes to the newly added locations so they get split properly. * e-summary-weather.c (e_summary_weather_init_locations): Fetch the Locations file from the right path. If you find an invalid entry in the Locations file, complain with an informative g_warning() instead of just returning FALSE. (e_summary_weather_fill_etable): Do the same thing here. svn path=/trunk/; revision=20220
* Added more Swedish locations, submitted by MartenEttore Perazzoli2003-03-072-14/+31
| | | | | | Woxberg. [See #5344] svn path=/trunk/; revision=20206
* Use G_GNUC_FUNCTION instead of __FUNCTION__. Likewise. Likewise.Ettore Perazzoli2003-03-075-9/+18
| | | | | | | | | | | * e-summary-calendar.c (e_summary_calendar_protocol): Use G_GNUC_FUNCTION instead of __FUNCTION__. * e-summary-rdf.c (e_summary_rdf_update): Likewise. * e-summary-tasks.c (e_summary_tasks_protocol): Likewise. (e_summary_tasks_protocol): Likewise. * e-summary-weather.c (e_summary_weather_update): Likewise. svn path=/trunk/; revision=20199
* Likewise, assume weather_refresh_time of zero means "never update theEttore Perazzoli2003-03-064-30/+63
| | | | | | | | | | | | | | | | | | | | * e-summary-weather.c (e_summary_weather_set_online): Likewise, assume weather_refresh_time of zero means "never update the weather". (e_summary_weather_init): Likewise here. (e_summary_weather_reconfigure): And here. * e-summary-rdf.c (e_summary_rdf_init): Don't add the news feeds here -- it should be handled with a GConf schema. Also, assume that prefs is always not NULL (as is the case with the current code), and interpret a timeout value of zero as "never update automatically". (e_summary_rdf_reconfigure): Likewise here. If rdf->timeout is zero, assume there is no pending timeout. (e_summary_rdf_set_online): Likewise here. Sigh, so much duplication in this code. svn path=/trunk/; revision=20174
* dont call bonobo_main_quit anymore now we're shlib'ised.Not Zed2003-03-052-1/+6
| | | | | | | | | 2003-03-05 Not Zed <NotZed@Ximian.com> * component-factory.c (owner_unset_cb): dont call bonobo_main_quit anymore now we're shlib'ised. svn path=/trunk/; revision=20165
* Don't need to use libalarm to set a timeout to change the date. We knowDan Winship2003-03-013-24/+34
| | | | | | | | | | * e-summary.c (e_summary_init): Don't need to use libalarm to set a timeout to change the date. We know how many seconds away it is, so we can just set a timeout for then. * Makefile.am (summary_libs): Remove libalarm.a svn path=/trunk/; revision=20106
* Make libversit a shared library, update stuff for that, and clean upDan Winship2003-02-222-3/+4
| | | | | | some LDADDs in the process svn path=/trunk/; revision=19994
* Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamicDan Winship2003-02-212-1/+6
| | | | | | | libraries, so they can be portably linked into the (shared library) components. (Part 1 of N.) svn path=/trunk/; revision=19971
* revert previous changeDan Winship2003-02-202-3/+1
| | | | svn path=/trunk/; revision=19968
* s/libalarm.a/libalarm.la/Dan Winship2003-02-202-1/+3
| | | | | | * Makefile.am (summary_libs): s/libalarm.a/libalarm.la/ svn path=/trunk/; revision=19966
* Declare xmlSubstituteEntitiesDefaultValue extern. (message_finished): AndDan Winship2003-02-202-1/+9
| | | | | | | | | * e-summary-rdf.c: Declare xmlSubstituteEntitiesDefaultValue extern. (message_finished): And set its value here. Fixes a duplicate symbol error on OS X. svn path=/trunk/; revision=19962
* Split the IDL generated rules so ${ORBIT_IDL}Ettore Perazzoli2003-02-112-4/+17
| | | | | | | | doesn't get invoked multiple times in parallel. (BUILT_SOURCES): Added this. (CLEANFILES): And this. svn path=/trunk/; revision=19873
* Fix typo in previous commitDan Winship2003-02-072-1/+5
| | | | | | * Makefile.am (INCLUDES): Fix typo in previous commit svn path=/trunk/; revision=19821
* clean up, update, etcDan Winship2003-02-065-27/+33
| | | | | | | | | | | | * Makefile.am: clean up, update, etc * component-factory.c: #include string.h * e-summary.c (e_pixmap_file): s/IMAGEDIR/IMAGESDIR/ * e-summary-rdf.c: Fix some warnings svn path=/trunk/; revision=19802
* s/BonoboXObject/BonoboObject/Dan Winship2003-02-063-6/+10
| | | | | | * e-summary-offline-handler.c: s/BonoboXObject/BonoboObject/ svn path=/trunk/; revision=19765
* Define componentdir instead of COMPONENT_DIR. Set it toEttore Perazzoli2003-01-242-1/+5
| | | | | | | | | | | | | | | | | | | | | | * configure.in (idldir): Define componentdir instead of COMPONENT_DIR. Set it to $privlibdir/components instead of $libdir/evolution-$(BASE_VERSION)/components. * gui/component/select-names/Makefile.am (componentdir): Remove definition; no need to set it here since it's now defined in configure.in * gui/component/Makefile.am (componentdir): Likewise. * gui/Makefile.am (componentdir): Removed definition; this is now defined in configure.in. * Makefile.am (componentdir): Removed definition; this is now defined in configure.in. * Makefile.am (componentdir): Removed definition; this is now defined in configure.in. svn path=/trunk/; revision=19588
* Get my-evolution.xml from EVOLUTION_UI_DIRECTORY.Ettore Perazzoli2003-01-235-26/+44
| | | | | | | | | | | | | | | | | | * e-summary-factory.c (control_activate): Get my-evolution.xml from EVOLUTION_UI_DIRECTORY. * e-summary.c (e_pixmap_file): Use EVOLUTION_IMAGEDIR. (e_pixmap_file): Use EVOLUTION_BUTTONSDIR. * e-summary-weather.c (e_summary_weather_init_locations): Use LOCATIONDIR. (e_summary_weather_fill_etable): Likewise. * Makefile.am (Locationdir): Version using $(BASE_VERSION). (gladedir): Likewise. (INCLUDES): Define EVOLUTION_IMAGEDIR. svn path=/trunk/; revision=19563
* applied patch from Frederic Crozat <fcrozat@mandrakesoft.com>Radek Doulik2003-01-221-9/+9
| | | | svn path=/trunk/; revision=19540
* Updated locations for EU_FI, contributed by PekkaEttore Perazzoli2003-01-212-3/+19
| | | | | | Pietikainen <Pekka.Pietikainen@nixu.com>. svn path=/trunk/; revision=19526
* (EXTRA_DIST): Add $(schema_DATA).Ettore Perazzoli2003-01-152-0/+5
| | | | svn path=/trunk/; revision=19455
* fix a past-o with the physical_uri_list prepend.Not Zed2003-01-132-1/+6
| | | | | | | | | 2003-01-13 Not Zed <NotZed@Ximian.com> * e-summary-preferences.c (e_summary_preferences_save): fix a past-o with the physical_uri_list prepend. svn path=/trunk/; revision=19422
* glist->gslist for display_folders list (mail_change_notify): "Not Zed2003-01-103-10/+23
| | | | | | | | | | | | | | | | | 2003-01-10 Not Zed <NotZed@Ximian.com> * e-summary-mail.c (new_folder_cb): glist->gslist for display_folders list (mail_change_notify): " (e_summary_mail_reconfigure): ", and also traverse the list forwards, since we can't go backwards since its now an slist. * e-summary-preferences.c (e_summary_preferences_restore): append new folder entries to the folders list. (config_control_apply_cb): display_folders is a list of folders, not a list of strings, treat accordingly. svn path=/trunk/; revision=19389
* change gtk_widget_show to gtk_widget_show_all so all the various customChris Toshok2003-01-102-1/+7
| | | | | | | | | | 2003-01-09 Chris Toshok <toshok@ximian.com> * e-summary-preferences.c (e_summary_preferences_create_control): change gtk_widget_show to gtk_widget_show_all so all the various custom widgets are displayed. svn path=/trunk/; revision=19379
* (e_pixmap_file): Update to useEttore Perazzoli2003-01-092-4/+12
| | | | | | | $(datadir)/evolution/images/ instead of $(datadir)/images/evolution to fetch the icons. svn path=/trunk/; revision=19298
* (make_table): Do not ref/sink the ETreeMemoryEttore Perazzoli2002-12-172-3/+5
| | | | | | object. svn path=/trunk/; revision=19140
* Removed Marquette from the listing, it is no longer listed by METAR. ThisKevin Breit2002-12-123-14/+18
| | | | | | | | * Locations: Removed Marquette from the listing, it is no longer listed by METAR. This is per bug 29693. * Locations.h: Removed Marquette from the listing, it is no longer listed by METAR. svn path=/trunk/; revision=19100
* Change description passed toEttore Perazzoli2002-12-072-1/+6
| | | | | | BONOBO_ACTIVATION_SHLIB_FACTORY to correctly say we are a factroy. svn path=/trunk/; revision=19042
* Define COMPONENT_DIR.Ettore Perazzoli2002-12-052-1/+6
| | | | | | | | | * configure.in: Define COMPONENT_DIR. * Makefile.am (componentdir): Install in $(COMPONENT_DIR), not in ${prefix}/evolution/components. svn path=/trunk/; revision=19008
* Updated to be a shared library.Ettore Perazzoli2002-12-057-148/+60
| | | | | | | | | | | | | | | | | | | | * GNOME_Evolution_Summary.server.in.in: Updated to be a shared library. * main.c: Removed. * Makefile.am: Update to compile as a shared library. * component-factory.c: Changed to be a shared library factory, for both the ShellComponent and the ConfigControl objects. * e-summary-preferences.c (e_summary_preferences_init_config_control): Renamed from e_summary_preferences_register_config_control_factory. (e_summary_preferences_create_control): Renamed from factory_fn and removed all args. svn path=/trunk/; revision=19007
* GNOME_STOCK_*NEXT/PREV -> GTK_STOCK_*GO_BACK/FORWARD.Not Zed2002-12-024-8/+15
| | | | | | | | | | | 2002-11-27 Not Zed <NotZed@Ximian.com> * e-summary-shown.c (e_summary_shown_init): GNOME_STOCK_*NEXT/PREV -> GTK_STOCK_*GO_BACK/FORWARD. * e-summary.[ch]: ran fix.sh over this. svn path=/trunk/; revision=18975
* (component_destroy): Removed.Ettore Perazzoli2002-11-262-11/+5
| | | | | | (create_component): Do not connect. svn path=/trunk/; revision=18913
* (owner_unset_cb): bonobo_main_quit() insteadEttore Perazzoli2002-11-212-8/+10
| | | | | | | of gtk_main_quit(). (component_destroy): Likewise. svn path=/trunk/; revision=18868
* Removed unused #define COMPONENT_FACTORY_ID. (component_factory_init):Ettore Perazzoli2002-11-213-17/+12
| | | | | | | | | | | * component-factory.c: Removed unused #define COMPONENT_FACTORY_ID. (component_factory_init): Removed unused variable. * GNOME_Evolution_Summary.server.in.in: Updated to not use a factory, which is what the code actually expects. svn path=/trunk/; revision=18867
* Use GConf.Ettore Perazzoli2002-11-2110-372/+398
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * e-summary.c (e_summary_init): Use GConf. * e-summary-tasks.c: Replaced member config_listener in ESummaryTasks with a gconf_client. (setup_gconf_client): Renamed from setup_config_listener(). Set up the GConf client and invoke gconf_client_add_dir() on the interesting namespaces. (gconf_client_value_changed_cb): Renamed from config_listener_value_changed_cb and changed prototype to match that of the "value_changed" signal in GConfClient. (setup_task_folder): Updated to use GConf. * e-summary-calendar.c: Replaced member config_listener with a gconf_listener. (setup_calendar): Use GConf. (setup_gconf_client): Renamed from setup_config_listener. Set up a GConf client and invoke gconf_client_add_dir() on the interesting namespaces. (gconf_client_value_changed_cb): Renamed from config_listener_key_changed_cb() and changed prototype to match that of the "value_changed" signal in GConfClient. (locale_uses_24h_time_format): Removed. (e_summary_calendar_free): g_object_unref() the gconf_client. * Makefile.am: Add rules to install the schemas. * apps_evolution_summary.schemas: New. * e-summary-preferences.c: Did a global GList -> GSList switch. (e_summary_preferences_restore): Use GConfClient instead of EConfigListener. (vector_from_folder_list): Removed since GConf makes this useless. (folder_list_from_vector): Likewise. (str_list_from_vector): Likewise. (vector_from_str_list): Likewise. (make_initial_weather_list): Likewise. (make_initial_rdf_list): Likewise. (make_initial_mail_list): Likewise. (e_summary_preferences_save): Use GConf. (e_summary_preferences_init): No need to set up defaults here. * e-summary.h: Changed members display_folders, rdf_urls, stations in ESummaryPrefs to be GSLists instead of GLists; updated all the functions that use them accordingly. svn path=/trunk/; revision=18863
* Added rule to generate GNOME_Evolution_Summary.server.in fromEttore Perazzoli2002-11-163-11/+20
| | | | | | | | | | | | | * Makefile.am: Added rule to generate GNOME_Evolution_Summary.server.in from GNOME_Evolution_Summary.server.in.in, substituting @LIBEXECDIR@. Also, install evolution-executive-summary in $libexecdir instead of $bindir. * GNOME_Evolution_Summary.server.in.in: Removed the @OAF_SHLIB_*@ stuff and added @LIBEXECDIR@/ to the executable's name instead. svn path=/trunk/; revision=18791
* Converted to Glade 2.Ettore Perazzoli2002-11-152-646/+660
| | | | svn path=/trunk/; revision=18755
* Replaced all gtk_signal_connect() calls with g_signal_connect() ones.Ettore Perazzoli2002-11-158-95/+61
| | | | | | | | | | | | | * 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
* gtk_widget_destroy() instead of gtk_object_destroy().Ettore Perazzoli2002-11-129-29/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Convert to use libxml2.Ettore Perazzoli2002-11-122-12/+16
| | | | svn path=/trunk/; revision=18709
* Convert from GtkObject to GObject.Ettore Perazzoli2002-11-122-14/+12
| | | | svn path=/trunk/; revision=18707
* Renamed from GNOME_Evolution_Summary.oaf.in.in.Ettore Perazzoli2002-11-084-11/+18
| | | | | | | | | * GNOME_Evolution_Summary.server.in.in: Renamed from GNOME_Evolution_Summary.oaf.in.in. * Makefile.am: GNOME_Evolution_Summary.server instead of .oaf. svn path=/trunk/; revision=18652
* #include <string.h>.Ettore Perazzoli2002-11-0616-220/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * metar.c: #include <string.h>. * 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 <libgnome/gnome-defs.h>. Ported to e-config-listener.c. * e-cell-tri.h: Removed #include <libgnome/gnome-defs.h>. * component-factory.c: #include <gtk/gtkmain.h>. (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
* Removed debugging message.Ettore Perazzoli2002-10-2614-174/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 <gtk/gtksignal.h>. * main.c: #include <gconf/gconf.h> and <gal/widgets/e-cursors.h>. * 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
* Replace Gnotices with Footnotes.Ettore Perazzoli2002-10-244-77/+163
| | | | | | | | | | | | | | | | | | | | | | | | | * e-summary-preferences.c: Replace Gnotices with Footnotes. * e-summary-tasks.c: New member config_listener in ESummaryTasks. (e_summary_tasks_free): Unref the config_listener. (config_listener_key_changed_cb): New, callback for the config_listener. (setup_task_folder): New helper function to set up access to the task folder. (setup_config_listener): New. (e_summary_tasks_init): Use setup_config_listener() and setup_task_folder(). * e-summary-calendar: New member config_listener in ESummaryCalendar. (setup_config_listener): New. (config_listener_key_changed_cb): New callback for the config_listener. (setup_calendar): New. (e_summary_calendar_init): Use setup_config_listener() and setup_calendar(). svn path=/trunk/; revision=18417
* (e_summary_weather_reconfigure): NULL theEttore Perazzoli2002-10-212-3/+17
| | | | | | | | ->weathers member before freeing the list items. Otherwise soup_message_cancel() might invoke the refresh function while we are freeing things on the list, and crash. [#31639] svn path=/trunk/; revision=18398
* (e_summary_mail_generate_html): Generate HTMLEttore Perazzoli2002-09-272-3/+7
| | | | | | for the folder even if the unread count is zero. svn path=/trunk/; revision=18240
* Add member physical_uri to ESummaryMailFolder.Ettore Perazzoli2002-09-273-32/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | Removed member name. Renamed FolderStore.folders to FolderStore.path_to_folder and added FolderStore.physical_uri_to_folder. (new_folder_cb): Set physical_uri member. (update_folder_cb): Likewise. (new_folder_cb): Pass physical_uri to e_summary_mail_idle_get_info(). Also g_strdup() it since that's what it expects. (remove_folder_cb): Free physical_uri. (mail_change_notify): Compare against folder->physical_uri, not ->path. (e_summary_mail_reconfigure): Pass folder->physical_uri to e_summary_mail_get_info, not ->path. (e_summary_mail_uri_to_name): Removed. (e_summary_folder_init_folder_store): Initialize path_to_folder and physical_uri_to_folder. (new_folder_cb): Add the folder to the physical_uri_to_folder hash too. (mail_change_notify): Use physical_uri_to_folder to figure out the folder from the uri. (e_summary_mail_reconfigure): Here as well. svn path=/trunk/; revision=18239
* (folder_list_from_vector): Do someEttore Perazzoli2002-09-272-3/+17
| | | | | | sanity checking so we don't crash miserably as in #28481. svn path=/trunk/; revision=18238
* Take out CNN and DebianPlanet, which doEttore Perazzoli2002-09-272-3/+6
| | | | | | not seem to work for me. svn path=/trunk/; revision=18237
* Pass ev, not &ev to CORBA_Object_duplicate since ev is already a pointer.Dan Winship2002-09-242-1/+6
| | | | | | | * e-summary-offline-handler.c (impl_goOffline): Pass ev, not &ev to CORBA_Object_duplicate since ev is already a pointer. svn path=/trunk/; revision=18187
* (e_summary_weather_get_html): Don't add anyEttore Perazzoli2002-09-242-13/+7
| | | | | | | header if there are no weather stations. [#15101] (make_anchor): Removed unused function. svn path=/trunk/; revision=18185
* Add Israel. [Patch by Sam Popper <shmuelp@bigfoot.com>.]Ettore Perazzoli2002-09-182-1/+12
| | | | svn path=/trunk/; revision=18094
* Update for Mailer.idl renameDan Winship2002-09-135-12/+18
| | | | | | | | * Makefile.am (IDLS, MAIL_GENERATED): Update for Mailer.idl rename * e-summary.c, e-summary-mail.c: Likewise svn path=/trunk/; revision=18061
* Changed the description of the summary page of the settings dialog to beAnna Dirks2002-09-062-1/+6
| | | | | | | | | 2002-09-05 Anna Dirks <anna@ximian.com> * GNOME_Evolution_Summary.oaf.in.in : Changed the description of the summary page of the settings dialog to be less wordy. svn path=/trunk/; revision=17993
* Pass NULL as @unpopulate_folder_context_menu_fn toEttore Perazzoli2002-09-052-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gui/component/addressbook-component.c (create_component): Pass NULL as @unpopulate_folder_context_menu_fn to evolution_shell_component_new(). * gui/component-factory.c (create_object): Pass NULL as @unpopulate_folder_context_menu_fn to evolution_shell_component_new(). * mail-account-gui.c (mail_account_gui_save): Remove unused variable. * component-factory.c (unpopulate_folder_context_menu): New. (create_component): Pass it to evolution_shell_component_new(). * component-factory.c (create_component): Pass NULL as @unpopulate_folder_context_menu_fn to evolution_shell_component_new(). * e-storage-set-view.c (popup_folder_menu): Remove the context menu items using evolution_shell_component_client_unpopulate_folder_context_menu() instead of doing it ourself, since BonoboUI sucks. * evolution-shell-component-client.c (evolution_shell_component_client_unpopulate_folder_context_menu): New. * evolution-test-component.c (register_component): Pass NULL as @unpopulate_folder_context_menu_fn to evolution_shell_component_new(). * evolution-shell-component.c: New member unpopulate_folder_context_menu_fn in EvolutionShellComponentPrivate. New member uic in EvolutionShellComponentPrivate. (init): Init new members to NULL. (destroy): bonobo_object_unref() priv->uic if not NULL. (evolution_shell_component_new): New arg @unpopulate_folder_context_menu_fn. (evolution_shell_component_construct): Likewise. (impl_populateFolderContextMenu): Set priv->uic to the newly created UIComponent. (impl_unpopulateFolderContextMenu): New, implementation for the ::unpopulateFolderContextMenu CORBA method. (class_init): Install. * Evolution-ShellComponent.idl (unpopulateFolderContextMenu): New method. (AlreadyPopulated): New exception. (populateFolderContextMenu): Can raise it. (NotPopulated): New exception. svn path=/trunk/; revision=17963
* Oops. Take two.Dan Winship2002-08-303-74/+9
| | | | | | | | * GNOME_Evolution_Summary.oaf.in.in: Oops. Take two. * GNOME_Evolution_Summary.oaf.in: Remove this. It's autogenerated. svn path=/trunk/; revision=17925
* Add an evolution:shell_component_launch_order and renameDan Winship2002-08-292-1/+9
| | | | | | | | * GNOME_Evolution_Summary.oaf.in: Add an evolution:shell_component_launch_order and rename evolution:shell_component_icon. svn path=/trunk/; revision=17908
* Use e-util/e-proxy.c's e_proxy_init().Jeffrey Stedfast2002-08-292-77/+7
| | | | | | | | 2002-08-28 Jeffrey Stedfast <fejj@ximian.com> * main.c (main): Use e-util/e-proxy.c's e_proxy_init(). svn path=/trunk/; revision=17895
* Count overdue tasks as tasks due todayIain Holmes2002-08-212-1/+6
| | | | svn path=/trunk/; revision=17829
* Use the default uris instead of always changing to localIain Holmes2002-08-143-7/+41
| | | | svn path=/trunk/; revision=17775
* Sort tasks in the correct orderIain Holmes2002-08-142-0/+12
| | | | svn path=/trunk/; revision=17774
* Use the task components coloursIain Holmes2002-08-142-3/+35
| | | | svn path=/trunk/; revision=17773
* Remove duff URIs and comment out the set_release call until I know what it ↵Iain Holmes2002-08-132-5/+7
| | | | | | does and why it's crashing svn path=/trunk/; revision=17759
* Only get folder info if this is a folder we're displaying.Dan Winship2002-08-092-29/+19
| | | | | | | * e-summary-mail.c (update_folder_cb): Only get folder info if this is a folder we're displaying. svn path=/trunk/; revision=17746
* Added an alignment to make button position be the same as the otherAnna Marie Dirks2002-08-083-4/+23
| | | | | | | | | | | | | | 2002-08-07 Anna Marie Dirks <anna@ximian.com> * 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
* Don't use the folder's path as the physical URI; use CORBA Magic (TM) toPeter Williams2002-07-292-2/+17
| | | | | | | | | 2002-07-26 Peter Williams <peterw@ximian.com> * e-summary-mail.c (update_folder_cb): Don't use the folder's path as the physical URI; use CORBA Magic (TM) to figure it out. svn path=/trunk/; revision=17630
* Colour the tasks depending on their due date/timeIain Holmes2002-07-292-4/+59
| | | | svn path=/trunk/; revision=17628
* Fix bug #18963Iain Holmes2002-07-294-4/+16
| | | | svn path=/trunk/; revision=17627
* Actually pass the evolution URI, not the path, in Folder.evolutionUriEttore Perazzoli2002-07-122-6/+8
| | | | | | | | | | | | | | * e-summary-preferences.c (set_selected_folders): Actually pass the evolution URI, not the path, in Folder.evolutionUri (since now the shell StorageSetView implementation has been fixed to handle this field properly). * evolution-storage-set-view.c (impl_StorageSetView__set_checkedFolders): Handle Folder.evolutionUri as a URI, not as a path. Also use e_free_string_list(). svn path=/trunk/; revision=17425
* (set_selected_folders): Set theEttore Perazzoli2002-07-122-4/+14
| | | | | | | customIconName part to the empty string. [#27616] Also, set_release on the sequence to TRUE. svn path=/trunk/; revision=17423
* Add this, to call e_summary_mail_get_info from an idle handler.Dan Winship2002-06-292-16/+31
| | | | | | | | | | * e-summary-mail.c (e_summary_mail_idle_get_info): Add this, to call e_summary_mail_get_info from an idle handler. (new_folder_cb, update_folder_cb): Use idle_get_info rather than making another corba call from inside the corba handler. (Fixes a three-way deadlock between mail, summary, and exchange.) svn path=/trunk/; revision=17322
* Fix crash on "broken" rdfsIain Holmes2002-06-272-0/+9
| | | | svn path=/trunk/; revision=17293
* Fix a typo in the Locations fileIain Holmes2002-06-273-9/+10
| | | | svn path=/trunk/; revision=17292
* Sort the states in the right orderIain Holmes2002-06-273-8/+12
| | | | svn path=/trunk/; revision=17291
* Fix bugs, make the folder list be a storage set view and add a delete url buttonIain Holmes2002-06-2610-66/+573
| | | | svn path=/trunk/; revision=17290
* Avoid reentrancy during e_tree_selection_model_foreach. Fixes Ximian bugChristopher James Lahey2002-06-062-9/+45
| | | | | | | | | | 2002-06-05 Christopher James Lahey <clahey@ximian.com> * 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
* correct typoJP Rosevear2002-05-233-2/+6
| | | | | | | | 2002-05-23 JP Rosevear <jpr@ximian.com> * GNOME_Evolution_Summary.oaf.in.in: correct typo svn path=/trunk/; revision=16985
* Make the new button work again, add some spacing.Iain Holmes2002-05-213-6/+60
| | | | svn path=/trunk/; revision=16943
* Don't show the headers in the folder table.Ettore Perazzoli2002-05-203-1/+9
| | | | | | | | * e-summary-table.c: Don't show the headers in the folder table. * e-summary-shown.c (e_summary_shown_init): Set the spacing to 3. svn path=/trunk/; revision=16942
* Check with e_shell_prepare_for_quit() before quitting.Ettore Perazzoli2002-05-162-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * e-shell-view-menu.c (command_quit): Check with e_shell_prepare_for_quit() before quitting. * e-shell.c (e_shell_prepare_for_quit): New. * evolution-test-component.c (request_quit_fn): New function asking for confirmation to quit. * evolution-shell-component.c (evolution_shell_component_new): New arg @request_quit_fn. (impl_requestQuit): New, implementation for EvolutionShellComponent::requestQuit. (evolution_shell_component_result_to_string): Handle EVOLUTION_SHELL_COMPONENT_CANCEL. (evolution_shell_component_client_request_quit): New. * Evolution-ShellComponent.idl (requestQuit): New. * component-factory.c (create_component): Pass NULL as @request_quit_fn. * component-factory.c (create_component): Pass NULL as @request_quit_fn. * gui/component-factory.c (create_object): Pass NULL as @request_quit_fn. * gui/component/addressbook-component.c (create_component): Pass NULL as @request_quit_fn. svn path=/trunk/; revision=16925
* Use the uri stored in the ESummaryMailFolder object here.Christopher James Lahey2002-05-152-34/+21
| | | | | | | | | | | | 2002-05-14 Christopher James Lahey <clahey@ximian.com> * e-summary-mail.c (folder_gen_html): Use the uri stored in the ESummaryMailFolder object here. (e_summary_mail_generate_html): Only show email folders if they have > 0 unread messages. (new_folder_cb): Save the evolutionUri here. svn path=/trunk/; revision=16787
* Pretty pixmap buttonsIain Holmes2002-05-092-2/+31
| | | | svn path=/trunk/; revision=16725
* Make the mail folders work okay.Iain Holmes2002-05-082-13/+95
| | | | svn path=/trunk/; revision=16724
* Allow IMAP folders and VFolders and make the mail summaries show and make ↵Iain Holmes2002-04-238-54/+153
| | | | | | the etables almost work perfectly svn path=/trunk/; revision=16556
* Add view_info arg but don't do anything with it.Dan Winship2002-04-092-0/+6
| | | | | | | * component-factory.c (create_view): Add view_info arg but don't do anything with it. svn path=/trunk/; revision=16401
* add config_item:priorityJP Rosevear2002-04-073-0/+12
| | | | | | | | 2002-04-06 JP Rosevear <jpr@ximian.com> * GNOME_Evolution_Summary.oaf.in.in: add config_item:priority svn path=/trunk/; revision=16379
* dist the relevant xpmsJP Rosevear2002-04-052-1/+8
| | | | | | | | 2002-04-05 JP Rosevear <jpr@ximian.com> * Makefile.am: dist the relevant xpms svn path=/trunk/; revision=16363
* fix substitution typoJP Rosevear2002-04-053-5/+9
| | | | | | | | 2002-04-04 JP Rosevear <jpr@ximian.com> * Makefile.am: fix substitution typo svn path=/trunk/; revision=16351
* Add GNOME_Evolution_Summary.oaf.in, as this file is now generated.Ettore Perazzoli2002-04-041-0/+1
| | | | svn path=/trunk/; revision=16341
* Make the preferences seperate from the viewsIain Holmes2002-04-0412-265/+250
| | | | svn path=/trunk/; revision=16338
* New.Ettore Perazzoli2002-03-311-0/+67
| | | | | | * GNOME_Evolution_Summary.oaf.in.in: New. svn path=/trunk/; revision=16300
* [Some initial broken support for building components as shlib. MostlyEttore Perazzoli2002-03-316-66/+126
| | | | | | | | | | | | | | | | | | | | | | | just a playground for testing the idea.] * Makefile.am: Added support for the ENABLE_SHLIB_COMPONENTS conditional. * GNOME_Evolution_Summary.oaf.in.in: New. * e-summary-mail.c (update_folder_cb): Protect against summary->mail being NULL. * component-factory.c: Add a shlib factory. (create_component): Get a @factory and @data. (component_factory_init): Actually make it use a BonoboGenericFactory again. * configure.in: Add argument `--enable-shlib-components'. New substitutions OAF_SHLIB_LOCATION, OAF_SHLIB_PREFIX, OAF_SHLIB_SUFFIX. svn path=/trunk/; revision=16299
* Add priority.Ettore Perazzoli2002-03-302-1/+7
| | | | | | * GNOME_Evolution_Summary.oaf.in: Add priority. svn path=/trunk/; revision=16295
* more fixes for libversit.la -> libversit.aDan Winship2002-03-202-1/+6
| | | | svn path=/trunk/; revision=16211
* Move the preferences from a per-view setting to a global settingIain Holmes2002-03-199-36/+58
| | | | svn path=/trunk/; revision=16205
* VFolders in the summaryIain Holmes2002-03-1817-165/+1306
| | | | svn path=/trunk/; revision=16190
* Call `e_summary_preferences_register_config_control_factory()'.Ettore Perazzoli2002-03-158-146/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * e-summary-factory.c (e_summary_factory_new_control): Call `e_summary_preferences_register_config_control_factory()'. * e-summary-preferences.c: Remove member `box' from struct PropertyData. Added member `config_control'. (e_summary_configure): Removed. (property_box_destroy_cb): Removed. (property_box_clicked_cb): Removed. (property_box_apply_cb): New. (config_control_destroy_cb): New. (factory_fn): New, factory function for the EvolutionConfigControl. (e_summary_preferences_register_config_control_factory): New. (mail_show_full_path_toggled_cb): Invoke ::changed on pd->config_control. (add_dialog_clicked_cb): Likewise. (rdf_refresh_value_changed_cb): Likewise. (rdf_limit_value_changed_cb): Likewise. (mail_etable_item_changed_cb): Likewise. (rdf_etable_item_changed_cb): Likewise. (weather_etable_item_changed_cb): Likewise. (weather_refresh_value_changed_cb): Likewise. (weather_metric_toggled_cb): Likewise. (weather_imperial_toggled_cb): Likewise. (calendar_one_toggled_cb): Likewise. (calendar_five_toggled_cb): Likewise. (calendar_week_toggled_cb): Likewise. (calendar_month_toggled_cb): Likewise. (calendar_all_toggled_cb): Likewise. (calendar_today_toggled_cb): Likewise. (config_control_destroy_cb): Don't set ->prefs_window to NULL. * my-evolution.glade: Renamed "notebook2" to "notebook". Also change its parent into a GtkWindow as libglade seems to have some kind of problem with the GnomePropertyBox [glade_xml_get_widget() for "notebook" always returned NULL]. * e-summary.h: Remove member `prefs_window' from `ESummary'. svn path=/trunk/; revision=16162
* fix case when priority is undefined and pri_a or pri_b is returned asRadek Doulik2002-02-152-5/+21
| | | | | | | | | | 2002-02-14 Radek Doulik <rodo@ximian.com> * e-summary-tasks.c (sort_uids): fix case when priority is undefined and pri_a or pri_b is returned as NULL, also fixes memory leak svn path=/trunk/; revision=15727
* updated to new version from calendar/gui/comp-util.cDamon Chaplin2002-02-092-52/+82
| | | | | | | | | 2002-02-08 Damon Chaplin <damon@ximian.com> * e-summary-calendar.c (e_cal_comp_util_compare_event_timezones): updated to new version from calendar/gui/comp-util.c svn path=/trunk/; revision=15631
* The new selector widgetIain Holmes2002-02-0513-1518/+1050
| | | | svn path=/trunk/; revision=15565
* Allocate the ConnectionList list with the right number of entries insteadEttore Perazzoli2002-02-022-2/+9
| | | | | | | | * e-summary-offline-handler.c (create_connection_list): Allocate the ConnectionList list with the right number of entries instead of zero. svn path=/trunk/; revision=15552
* [Fix a crash that can happen if you have opened multiple views ofEttore Perazzoli2002-02-024-43/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the summary and try to go off-line. This is not the correct fix, as the code should really be changed to only use one set of connections for all the views, instead of binding the connections to the view.] * e-summary-factory.c (e_summary_factory_new_control): Call `e_summary_offline_handler_add_summary()' instead of e_summary_offline_handler_set_summary()'. * e-summary-offline-handler.c: Replace member `summary' with `summaries' in the ESummaryOfflineHandlerPriv. This way, instead of assuming that there is only one summary, we keep a list of the summaries. (impl_destroy): Free ->summaries. (e_summary_offline_handler_set_summary): Removed. (e_summary_offline_handler_add_summary): New. Add the summary to ->summaries. Also, connect to the ::destroy handler so we can bookkeep them correctly. (create_connection_list): Made private from e_summary_offline_handler_create_connection_list(). Get a GSList instead of just one summary, and sum up all the connections from it. (impl_prepareForOffline): Use it. (impl__get_isOffline): Return %FALSE if any of the summaries are online, %TRUE otherwise. (impl_goOffline): Call ::set_online on all the summaries. Pass CORBA_OBJECT_NIL for the progress_listener as it doesn't really get used anyways. (impl_goOnline): Likewise. Pass CORBA_OBJECT_NIL, not NULL, for the progress CORBA_Object pointer. svn path=/trunk/; revision=15547
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-252-19/+14
| | | | | | times, causing big libtool 1.4 pain. svn path=/trunk/; revision=15461
* Applied modified UK locations patchIain Holmes2002-01-243-1/+35
| | | | svn path=/trunk/; revision=15450
* Fix the mail order stuffIain Holmes2002-01-243-3/+11
| | | | svn path=/trunk/; revision=15449
* Use soup to transfer HTTP files and other bugs fixedIain Holmes2002-01-179-340/+221
| | | | svn path=/trunk/; revision=15344
* Move MexicoIain Holmes2002-01-081-63/+67
| | | | svn path=/trunk/; revision=15254
* -- Merge fix for #17377 from the evolution-1-0-branch.Ettore Perazzoli2001-12-202-0/+9
| | | | | | * main.c (main): Push GdkRGB visual and colormap. svn path=/trunk/; revision=15195
* use cal_client_open_default_tasksJP Rosevear2001-12-193-33/+10
| | | | | | | | | | | | 2001-12-19 JP Rosevear <jpr@ximian.com> * e-summary-tasks.c (e_summary_tasks_init): use cal_client_open_default_tasks * e-summary-calendar.c (e_summary_calendar_init): use cal_client_open_default_calendar svn path=/trunk/; revision=15181
* Merging patches from 1-0-branchIain Holmes2001-12-1711-30/+2621
| | | | svn path=/trunk/; revision=15109
* Remove perl.comIain Holmes2001-12-082-1/+4
| | | | svn path=/trunk/; revision=14933
* Don't choke! Spell celsius correctly Don't choke!Iain Holmes2001-11-142-1/+5
| | | | | | | | Don't choke! Spell celsius correctly Don't choke! svn path=/trunk/; revision=14692
* make the timezone default to UTC.Damon Chaplin2001-11-142-1/+10
| | | | | | | | 2001-11-13 Damon Chaplin <damon@ximian.com> * e-summary.c (e_summary_init): make the timezone default to UTC. svn path=/trunk/; revision=14690
* Removed `morons.org'.Ettore Perazzoli2001-11-102-1/+4
| | | | | | * e-summary-preferences.c: Removed `morons.org'. svn path=/trunk/; revision=14646
* Silly random city bugIain Holmes2001-11-072-2/+7
| | | | svn path=/trunk/; revision=14613
* Removed FrobisherIain Holmes2001-11-012-3/+6
| | | | svn path=/trunk/; revision=14548
* Spelling mistakeIain Holmes2001-11-012-1/+5
| | | | svn path=/trunk/; revision=14546
* Fix bug if you remove all folders, or all rdfs or all weather stations where ↵Iain Holmes2001-10-314-8/+41
| | | | | | settings were reset svn path=/trunk/; revision=14534
* Do some NULL checking before dereferencing things.Iain Holmes2001-10-312-0/+11
| | | | svn path=/trunk/; revision=14497
* use libical-evolution.laDamon Chaplin2001-10-302-1/+6
| | | | | | | | | 2001-10-29 Damon Chaplin <damon@ximian.com> * Makefile.am (evolution_executive_summary_LDADD): use libical-evolution.la svn path=/trunk/; revision=14400
* Save the RDFs into a new placeIain Holmes2001-10-304-24/+29
| | | | | | Only have one place for initialisation of rdf/weather stations. svn path=/trunk/; revision=14362
* retrieve the default URI for calendars from the configuration instead ofRodrigo Moya2001-10-303-11/+48
| | | | | | | | | | | | 2001-10-29 Rodrigo Moya <rodrigo@ximian.com> * e-summary-calendar.c (e_summary_calendar_init): retrieve the default URI for calendars from the configuration instead of hard-coding it * e-summary-tasks.c (e_summary_tasks_init): likewise for tasks svn path=/trunk/; revision=14352
* We only want KBOS by default.Ettore Perazzoli2001-10-303-2/+10
| | | | | | | | | | * e-summary-preferences.c (make_initial_weather_list): We only want KBOS by default. * e-summary-weather.c (e_summary_weather_init): We only want KBOS by default. svn path=/trunk/; revision=14351
* Slow down reload requests to work around a bug in gnome-vfs. Ugly, but itJon Trowbridge2001-10-282-6/+50
| | | | | | | | | | 2001-10-27 Jon Trowbridge <trow@ximian.com> * e-summary.c (e_summary_reload): Slow down reload requests to work around a bug in gnome-vfs. Ugly, but it works. (Bug #12956) svn path=/trunk/; revision=14239
* Fixing the license text.Ettore Perazzoli2001-10-2824-24/+0
| | | | svn path=/trunk/; revision=14212
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2724-48/+48
| | | | | | (instead of version 2 or any later version). svn path=/trunk/; revision=14190
* NULL the handle after a failed open so the offline handler won't thinkIain Holmes2001-10-276-7/+58
| | | | | | | | | | | | | | | | | | | 2001-10-26 Iain Holmes <iain@ximian.com> * e-summary-rdf.c (open_callback): NULL the handle after a failed open so the offline handler won't think they're still open. (e_summary_rdf_set_online): Cancel all the open connections when the summary goes offline. * e-summary-weather.c (open_callback): NULL the handle after a failed open so the offline handler won't think they're still open. (e_summary_weather_set_online): Cancel all the open connections when the summary goes offline. * e-summary.c (e_summary_set_online): Call the callback if it's not NULL. svn path=/trunk/; revision=14183
* It is possible for start_foo.value to be NULL after a cal toJon Trowbridge2001-10-262-1/+13
| | | | | | | | | | | 2001-10-25 Jon Trowbridge <trow@ximian.com> * e-summary-tasks.c (sort_uids): It is possible for start_foo.value to be NULL after a cal to cal_component_get_dtstart, so we need to check for this before dereferencing it. (Bug #13259) svn path=/trunk/; revision=14097
* Correct fix for 12236. Stops the crashing and leaves the summary in a usable ↵Iain Holmes2001-10-242-4/+6
| | | | | | state. svn path=/trunk/; revision=13982
* Changed "Add new feed" to "Add news feed".Anna Marie Dirks2001-10-232-1/+6
| | | | | | | | 001-10-22 Anna Marie Dirks <anna@ximian.com> * my-evolution.glade: Changed "Add new feed" to "Add news feed". svn path=/trunk/; revision=13924
* set the default timezone on the server.Damon Chaplin2001-10-233-1/+33
| | | | | | | | | | | | | | | 2001-10-22 Damon Chaplin <damon@ximian.com> * e-summary-tasks.c (generate_html): set the default timezone on the server. * e-summary-calendar.c (e_cal_comp_util_compare_event_timezones): update to check for DATE values. (uids_to_array): pass the default timezone to cal_recur_generate_instances. (generate_html): set the default timezone on the server. svn path=/trunk/; revision=13921
* Remove the help_button in the property box.Ettore Perazzoli2001-10-232-0/+7
| | | | | | | * e-summary-preferences.c (e_summary_configure): Remove the help_button in the property box. svn path=/trunk/; revision=13900
* Null some freed memoryIain Holmes2001-10-202-0/+10
| | | | svn path=/trunk/; revision=13799
* Stuff to try to find the memory corruptionIain Holmes2001-10-196-3/+48
| | | | svn path=/trunk/; revision=13769
* Minor changes in the hope that bug is fixed :/Iain Holmes2001-10-173-3/+14
| | | | svn path=/trunk/; revision=13701
* Made temporary buffer for strftime much bigger (it was too small forChyla Zbigniew2001-10-152-6/+12
| | | | | | | | * e-summary-calendar.c (generate_html): Made temporary buffer for strftime much bigger (it was too small for Polish month names), added missing colon and conversion to UTF-8. svn path=/trunk/; revision=13669
* Fix some stringsIain Holmes2001-10-133-27/+382
| | | | svn path=/trunk/; revision=13630
* Update the signature to match the new signal.Dan Winship2001-10-122-1/+6
| | | | | | | * e-summary-mail.c (update_folder_cb): Update the signature to match the new signal. svn path=/trunk/; revision=13591
* Fixed polling in offline modeIain Holmes2001-10-113-1/+21
| | | | svn path=/trunk/; revision=13562
* Minimum time of updates is 5 minutesIain Holmes2001-10-112-7/+12
| | | | svn path=/trunk/; revision=13560
* Added HispaLinuxCarlos Perelló Marín2001-10-062-0/+5
| | | | | | | | 2001-10-06 Carlos Perelló Marín <carlos@gnome-db.org> * e-summary-preferences.c: Added HispaLinux svn path=/trunk/; revision=13483
* Fix a race conditionIain Holmes2001-10-062-4/+10
| | | | svn path=/trunk/; revision=13473
* Swap Xiamen for TokyoIain Holmes2001-10-053-3/+18
| | | | | | Capitalise stuff in the glade file svn path=/trunk/; revision=13421
* used time_add_day/week/month _with_zone() functions rather than the oldDamon Chaplin2001-10-034-7/+15
| | | | | | | | | | | | | | 2001-10-01 Damon Chaplin <damon@ximian.com> * e-summary-calendar.c (generate_html): used time_add_day/week/month _with_zone() functions rather than the old versions. * e-summary.c (alarm_fn): use time_day_end_with_zone (). * e-summary-tasks.c (generate_html): removed day_begin and day_end since they aren't used, and the calls to time_day_begin/end(). svn path=/trunk/; revision=13365
* Handle recurrances correctlyIain Holmes2001-10-032-11/+79
| | | | svn path=/trunk/; revision=13348
* add $(BONOBO_GNOME_CFLAGS) to make it compile with latest Bonobo, whichRodrigo Moya2001-10-032-0/+7
| | | | | | | | | | 2001-10-02 Rodrigo Moya <rodrigo@ximian.com> * Makefile.am: add $(BONOBO_GNOME_CFLAGS) to make it compile with latest Bonobo, which does not install headers in $(gnome_prefix)/include svn path=/trunk/; revision=13304
* Applied patch from Takuo KitameIain Holmes2001-10-022-3/+14
| | | | svn path=/trunk/; revision=13271
* Make the show todays tasks work.Iain Holmes2001-09-282-10/+23
| | | | svn path=/trunk/; revision=13197
* Don't turn on the -> if the selected row is already added.Iain Holmes2001-09-282-4/+43
| | | | svn path=/trunk/; revision=13196
* Add copyright noticesIain Holmes2001-09-2725-84/+454
| | | | svn path=/trunk/; revision=13157
* Freeze and thawIain Holmes2001-09-264-0/+51
| | | | svn path=/trunk/; revision=13132
* Warnings Create an image cache USe task.pngIain Holmes2001-09-267-57/+117
| | | | | | | | Warnings Create an image cache USe task.png svn path=/trunk/; revision=13128
* Add missing width/height tags to the sunny/cloudy/etc images to make theDan Winship2001-09-222-1/+8
| | | | | | | | * e-summary-weather.c (weather_make_html): Add missing width/height tags to the sunny/cloudy/etc images to make the page render more smoothly. svn path=/trunk/; revision=13070
* Set a timezone iconIain Holmes2001-09-222-1/+98
| | | | svn path=/trunk/; revision=13069
* Red Carpet RDFIain Holmes2001-09-212-0/+5
| | | | svn path=/trunk/; revision=13018
* Display a bell icon if there's an alarm setIain Holmes2001-09-203-3/+9
| | | | svn path=/trunk/; revision=12995
* Spewage removal Only open folders when they are needed.Iain Holmes2001-09-203-37/+20
| | | | | | | Spewage removal Only open folders when they are needed. svn path=/trunk/; revision=12990
* be sure to unref the component.Larry Ewing2001-09-202-0/+7
| | | | | | | | | 2001-09-19 Larry Ewing <lewing@ximian.com> * e-summary-tasks.c (generate_html): be sure to unref the component. svn path=/trunk/; revision=12987
* Open editors for tasks and appointmentsIain Holmes2001-09-203-6/+77
| | | | svn path=/trunk/; revision=12986
* remove redundant if. (open_callback): free the previous html even if weLarry Ewing2001-09-202-15/+17
| | | | | | | | | | 2001-09-19 Larry Ewing <lewing@ximian.com> * e-summary-rdf.c (read_callback): remove redundant if. (open_callback): free the previous html even if we get an error. (rdf_free): remove redundant null checks. svn path=/trunk/; revision=12985
* Hack around gdkpixbuf lossage by not trying to display the imagesDan Winship2001-09-202-18/+25
| | | | | | | | | * e-summary.c (read_callback, etc): Hack around gdkpixbuf lossage by not trying to display the images incrementall. Instead, just wait until we've read the whole file, then display it all at once. Prevents garbage when rendering the icons. svn path=/trunk/; revision=12982
* Select next rowsIain Holmes2001-09-192-1/+9
| | | | svn path=/trunk/; revision=12965
* Keep the mail folders in the correct orderIain Holmes2001-09-193-4/+32
| | | | svn path=/trunk/; revision=12963
* Don't add folders multiple timesIain Holmes2001-09-192-1/+15
| | | | svn path=/trunk/; revision=12960
* Added verbose error reporting in rdf summariesIain Holmes2001-09-192-6/+26
| | | | svn path=/trunk/; revision=12952
* Do appends instead of prepends in places.Iain Holmes2001-09-195-6/+16
| | | | | | Don't print a (null). svn path=/trunk/; revision=12941
* Don't make the confusing URL for the station nameIain Holmes2001-09-182-2/+16
| | | | svn path=/trunk/; revision=12911
* Only update the display when we receive a notify about a mail folder we are ↵Iain Holmes2001-09-182-3/+24
| | | | | | displaying svn path=/trunk/; revision=12909
* Fix the use of qsortIain Holmes2001-09-183-4/+14
| | | | svn path=/trunk/; revision=12906
* There is no need to initialize the alarm system now.Federico Mena Quintero2001-09-182-1/+5
| | | | | | | | | 2001-09-17 Federico Mena Quintero <federico@ximian.com> * e-summary.c (e_summary_init): There is no need to initialize the alarm system now. svn path=/trunk/; revision=12905
* Timezone stuffIain Holmes2001-09-154-129/+126
| | | | svn path=/trunk/; revision=12835
* Fix NorwayIain Holmes2001-09-142-42/+45
| | | | svn path=/trunk/; revision=12815
* Fix Slashdot problemIain Holmes2001-09-142-1/+5
| | | | svn path=/trunk/; revision=12809
* Purification.Dan Winship2001-09-116-13/+45
| | | | | | | | | | | | | | | | | | * e-summary.c (destroy): free the protocol hash. * e-summary-rdf.c (tree_walk): plug a leak. * e-summary-weather.c (e_summary_weather_init_locations): Don't insert duplicates into the hash table. * e-summary-mail.c (e_summary_mail_generate_html): free old html before setting new * e-summary.c (e_summary_draw): free weather and rdf html strings. * e-summary-preferences.c (save_known_rdfs): free strings. svn path=/trunk/; revision=12747
* Add MemepoolIain Holmes2001-09-112-0/+5
| | | | svn path=/trunk/; revision=12740
* Don't open multiple dialogsIain Holmes2001-09-072-0/+9
| | | | svn path=/trunk/; revision=12656
* [Fix #958, ShellComponents should not be created by factories, forEttore Perazzoli2001-09-063-21/+22
| | | | | | | | | | | | | | | the Summary.] * component-factory.c (COMPONENT_FACTORY_IID): Removed. (COMPONENT_ID): New. (create_component): Renamed from `factory_fn'. No args. (component_factory_init): Create the BonoboObject with `create_component' and register it on OAF. * GNOME_Evolution_Summary.oaf.in: Remove the ShellComponentFactory. svn path=/trunk/; revision=12646
* LocationsIain Holmes2001-09-062-1/+6
| | | | svn path=/trunk/; revision=12638
* Stop the summary jumping to the top on redrawIain Holmes2001-09-062-1/+6
| | | | svn path=/trunk/; revision=12636
* USe 24hr clock if appropriate, don't mess with the date and timeIain Holmes2001-09-062-9/+39
| | | | svn path=/trunk/; revision=12635
* Fixes for BelgiumIain Holmes2001-09-052-10/+13
| | | | svn path=/trunk/; revision=12617
* Acell clashes fixedIain Holmes2001-09-052-9/+6
| | | | svn path=/trunk/; revision=12616
* Make the apply button activate when the new feed is addedIain Holmes2001-09-052-0/+6
| | | | svn path=/trunk/; revision=12615
* Don't use - in front of the temperature to mean No conditionIain Holmes2001-09-053-2/+11
| | | | svn path=/trunk/; revision=12606
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-285-33/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Evolution-ShellComponent.idl: Studlycapsize all the IDs that are not. * Evolution-common.idl: Likewise. * evolution-activity-client.c: Updated accordingly. * evolution-shell-component.c: Likewise. * evolution-storage.c: Likewise. * e-activity-handler.c: Likewise. * e-component-registry.c: Likewise. * e-corba-storage.c: Likewise. * e-shell-user-creatable-items-handlers.c: Likewise. * e-local-storage.c (remove_folder): Remove unused variable. * e-shell-view.c (update_for_current_uri): Assign zero to `unread_count', not NULL. * e-shell-importer.c (import_druid_finish): Remove unused variable. * e-shell-user-creatable-items-handler.c: #include "e-corba-utils.h". * e-shell-startup-wizard.c: #include "e-shell-startup-wizard.h". * e-shell-startup-wizard.h: #include <glib.h> * e-summary-weather.c (weather_make_html): Make local variable `icon_name' const. Remove unused variable `uri'. * e-summary.h: Reformatted in GTK+ style. (e_summary_remove_online_connection): Added prototype. * e-summary-preferences.c (fill_mail_shown_clist): Constify local variable `name'. * e-summary-mail.c: #include "e-util/e-path.h". Updated to match the new studlyCapsification in shell/Evolution*.idl. * mail-local.c: Match the studlyCapsification of shell/Evolution*.idl. * mail-config-druid.h: Change type of `event_source' from `Bonobo_EventSource *' to `Bonobo_EventSource'. * mail-accounts.c (mail_delete): Remove unused local variable `label'. * folder-info.c (do_get_info): `#if 0' unused variables. * gui/component/addressbook-component.c: Get rid of a warning by initializing the closing NULL element in folder_types correctly. * gui/component/select-names/e-select-names.c: Updated to match the studlyCapsification of attributes in shell/Evolution*.idl. svn path=/trunk/; revision=12495
* Remove broken news feeds, don't show completed tasksIain Holmes2001-08-243-4/+11
| | | | svn path=/trunk/; revision=12419
* Change the property bag to setIain Holmes2001-08-232-0/+6
| | | | svn path=/trunk/; revision=12404
* Fix the show_full_path bugIain Holmes2001-08-238-40/+75
| | | | | | Set up the functions for better online/offline reporting. svn path=/trunk/; revision=12403
* Fix it for people with funny themesIain Holmes2001-08-222-1/+5
| | | | svn path=/trunk/; revision=12366
* changed the icons. For calendar events we use the 'new appointment' iconDamon Chaplin2001-08-223-3/+12
| | | | | | | | | | | | | 2001-08-21 Damon Chaplin <damon@ximian.com> * e-summary-calendar.c (generate_html): * e-summary-tasks.c (generate_html): changed the icons. For calendar events we use the 'new appointment' icon from the menu. For tasks we use the task icon from the ETable - I wasn't sure about using the 'New Task' icon as it has a tick in it which may make people think it is complete. svn path=/trunk/; revision=12351
* Added display_name and description to the type.Ettore Perazzoli2001-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * evolution-test-component.c: Added display_name and description to the type. * evolution-shell-component.c (impl__get_supported_types): Pass `display_name' and `description' here. (evolution_shell_component_construct): Likewise. * evolution-shell-component.h: New members `display_name', `description' in `EvolutionShellComponentFolderType'. * e-component-registry.c (register_type): New args @description and @display_name. Pass to `e_folder_type_registry_register_type()'. (register_component): Pass the values returned in the sequence from __get_supported_types. * e-folder-type-registry.c: New members `display_name' and `description' in `struct _FolderType'. (folder_type_new): New args @description and @display_name. Initialize the respective fields in the `FolderType' accordingly. (folder_type_free): Free `display_name' and `description'. (register_folder_type): New args @display_name, @description. (e_folder_type_registry_register_type): New args @display_name, @description. (e_folder_type_registry_get_description_for_type): New. (e_folder_type_registry_get_display_name_for_type): New. * Evolution-ShellComponent.idl: Added `display_name' and `description' fields to the `FolderType' struct. svn path=/trunk/; revision=12245
* Change the type from "Summary" to "summary" for consistency with the otherEttore Perazzoli2001-08-202-1/+6
| | | | | | | * component-factory.c: Change the type from "Summary" to "summary" for consistency with the other folder types. svn path=/trunk/; revision=12239
* Marked string for translation (connection type).Chyla Zbigniew2001-08-203-8/+30
| | | | | | | | | | | | | * my-evolution/e-summary-rdf.c (make_connection): Marked string for translation (connection type). * my-evolution/e-summary-weather.c (make_url): Split into two functions: make_url and make_anchor. (weather_make_html): s/make_url/make_anchor/ (make_connection): Marked connection type string for franslation, assign the real URI to ->hostname (using make_url), not location code. svn path=/trunk/; revision=12226
* Don't hardcode the default list of stations, let translators define it perChyla Zbigniew2001-08-193-9/+33
| | | | | | | | | * e-summary-preferences.c (make_initial_weather_list), e-summary-weather.c (e_summary_weather_init): Don't hardcode the default list of stations, let translators define it per locale/country. svn path=/trunk/; revision=12216
* Don't allow nonroot nodes to be selectedIain Holmes2001-08-182-0/+16
| | | | svn path=/trunk/; revision=12178
* US datifiedIain Holmes2001-08-162-1/+5
| | | | svn path=/trunk/; revision=12060
* s/My Evolution/Summary/Iain Holmes2001-08-164-6/+15
| | | | svn path=/trunk/; revision=12058
* Reload buttonIain Holmes2001-08-143-0/+10
| | | | svn path=/trunk/; revision=11978
* KBOS and ZSAMIain Holmes2001-08-143-3/+12
| | | | svn path=/trunk/; revision=11972
* Disconnect our callbacks when we are freeing the ESummaryMail. FixesJason Leach2001-08-132-2/+14
| | | | | | | | | 2001-08-13 Jason Leach <jleach@ximian.com> * e-summary-mail.c (e_summary_mail_free): Disconnect our callbacks when we are freeing the ESummaryMail. Fixes #6712. svn path=/trunk/; revision=11941
* added more padding between the vertical spacer and the icons for theAnna Marie Dirks2001-08-102-4/+11
| | | | | | | | 2001-08-09 Anna Marie Dirks <anna@ximian.com> * my-evolution-html.h : added more padding between the vertical spacer and the icons for the mail/appointments/tasks summaries. svn path=/trunk/; revision=11847
* added accelerators to all useful widgets in this file such that thisAnna Marie Dirks2001-08-103-46/+193
| | | | | | | | | | | | | | 2001-08-09 Anna Marie Dirks <anna@ximian.com> * my-evolution.glade : added accelerators to all useful widgets in this file such that this dialog can now be fully navigated from the keyboard. * e-summary-preferences.c : changed the construct_pixmap_button function to take glade xml, an hbox and pixmap, making it possible to use glade to define and change the keyboard accelerators, instead of trying to do this in the c code. svn path=/trunk/; revision=11844
* free the CalComponentDateTime and icaltimetype values after finishing withDamon Chaplin2001-08-073-2/+28
| | | | | | | | | | | | 2001-08-06 Damon Chaplin <damon@ximian.com> * e-summary-tasks.c (sort_uids): (get_todays_uids): (generate_html): * e-summary-calendar.c (sort_uids): free the CalComponentDateTime and icaltimetype values after finishing with them. svn path=/trunk/; revision=11720
* Callback for the EvolutionStorageListener::update_folder signal, so we canJason Leach2001-08-042-1/+6
| | | | | | | | | | 2001-08-03 Jason Leach <jleach@ximian.com> * e-summary-mail.c (update_folder_cb): Callback for the EvolutionStorageListener::update_folder signal, so we can update mail summaries when they change. Bug #4686. svn path=/trunk/; revision=11635
* Install and use the new My Evolution icons from Jakub (they look reallyJacob Leach2001-08-034-15/+51
| | | | | | awesome Jakub, nice work). svn path=/trunk/; revision=11596
* I18n fixesIain Holmes2001-07-312-4/+11
| | | | svn path=/trunk/; revision=11488
* Remove the wipe trackers option.Iain Holmes2001-07-315-78/+17
| | | | svn path=/trunk/; revision=11486
* Fix the URL link for the calendarIain Holmes2001-07-312-1/+5
| | | | svn path=/trunk/; revision=11485
* Locations.Iain Holmes2001-07-282-0/+6
| | | | svn path=/trunk/; revision=11450
* Add new feed to the shown listIain Holmes2001-07-242-0/+11
| | | | svn path=/trunk/; revision=11319
* Some commit mix ups left the KDE rdf url still set to the old, invalidJacob Leach2001-07-241-1/+1
| | | | | | one. fixed. svn path=/trunk/; revision=11317
* Make the storage registar(?) genericIain Holmes2001-07-242-35/+76
| | | | svn path=/trunk/; revision=11315
* Fix the Newsforge name and the KDE rdfIain Holmes2001-07-242-2/+7
| | | | svn path=/trunk/; revision=11313
* Update the url (and site name) for the KDE rdf. Bug #5145.Jason Leach2001-07-242-1/+6
| | | | | | | | | 2001-07-23 Jason Leach <jleach@ximian.com> * e-summary-preferences.c: Update the url (and site name) for the KDE rdf. Bug #5145. svn path=/trunk/; revision=11308
* Add a `user_creatable' property to folder types and make componentsEttore Perazzoli2001-07-222-1/+7
| | | | | | | use it, so that e.g. you cannot create a folder of type "mailstorage" or "vtrash". svn path=/trunk/; revision=11298
* Revert last changes, URIs are now back to original in shell.Jason Leach2001-07-214-8/+13
| | | | | | | | | 2001-07-20 Jason Leach <jleach@ximian.com> * e-summary-tasks.c: Revert last changes, URIs are now back to original in shell. svn path=/trunk/; revision=11275
* Update the evolution:/local/ URI's to evolution:/Local Folders/ to goJason Leach2001-07-204-11/+18
| | | | | | | | | | | | | 2001-07-19 Jason Leach <jleach@ximian.com> * e-summary-tasks.c: Update the evolution:/local/ URI's to evolution:/Local Folders/ to go along with todays shell changes. * e-summary-mail.c: Ditto. * e-summary-calendar.c: Ditto. svn path=/trunk/; revision=11252
* HTMLIain Holmes2001-07-202-1/+5
| | | | svn path=/trunk/; revision=11240