aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed debugging message.Ettore Perazzoli2002-10-261-59/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update for Mailer.idl renameDan Winship2002-09-131-1/+1
| | | | | | | | * Makefile.am (IDLS, MAIL_GENERATED): Update for Mailer.idl rename * e-summary.c, e-summary-mail.c: Likewise svn path=/trunk/; revision=18061
* Make the preferences seperate from the viewsIain Holmes2002-04-041-5/+31
| | | | svn path=/trunk/; revision=16338
* Move the preferences from a per-view setting to a global settingIain Holmes2002-03-191-4/+5
| | | | svn path=/trunk/; revision=16205
* VFolders in the summaryIain Holmes2002-03-181-2/+1
| | | | svn path=/trunk/; revision=16190
* Call `e_summary_preferences_register_config_control_factory()'.Ettore Perazzoli2002-03-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* The new selector widgetIain Holmes2002-02-051-2/+2
| | | | svn path=/trunk/; revision=15565
* Use soup to transfer HTTP files and other bugs fixedIain Holmes2002-01-171-87/+69
| | | | svn path=/trunk/; revision=15344
* Merging patches from 1-0-branchIain Holmes2001-12-171-12/+13
| | | | svn path=/trunk/; revision=15109
* make the timezone default to UTC.Damon Chaplin2001-11-141-1/+6
| | | | | | | | 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
* Slow down reload requests to work around a bug in gnome-vfs. Ugly, but itJon Trowbridge2001-10-281-5/+43
| | | | | | | | | | 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-281-1/+0
| | | | svn path=/trunk/; revision=14212
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
| | | | | | (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-271-0/+6
| | | | | | | | | | | | | | | | | | | 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
* Stuff to try to find the memory corruptionIain Holmes2001-10-191-1/+7
| | | | svn path=/trunk/; revision=13769
* Minor changes in the hope that bug is fixed :/Iain Holmes2001-10-171-1/+1
| | | | svn path=/trunk/; revision=13701
* used time_add_day/week/month _with_zone() functions rather than the oldDamon Chaplin2001-10-031-1/+1
| | | | | | | | | | | | | | 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
* Add copyright noticesIain Holmes2001-09-271-3/+18
| | | | svn path=/trunk/; revision=13157
* Freeze and thawIain Holmes2001-09-261-0/+37
| | | | svn path=/trunk/; revision=13132
* Warnings Create an image cache USe task.pngIain Holmes2001-09-261-13/+49
| | | | | | | | Warnings Create an image cache USe task.png svn path=/trunk/; revision=13128
* Hack around gdkpixbuf lossage by not trying to display the imagesDan Winship2001-09-201-18/+18
| | | | | | | | | * 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
* Fix the use of qsortIain Holmes2001-09-181-0/+1
| | | | svn path=/trunk/; revision=12906
* There is no need to initialize the alarm system now.Federico Mena Quintero2001-09-181-1/+0
| | | | | | | | | 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-151-5/+31
| | | | svn path=/trunk/; revision=12835
* Purification.Dan Winship2001-09-111-0/+14
| | | | | | | | | | | | | | | | | | * 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
* Stop the summary jumping to the top on redrawIain Holmes2001-09-061-1/+1
| | | | svn path=/trunk/; revision=12636
* Fix the show_full_path bugIain Holmes2001-08-231-1/+2
| | | | | | Set up the functions for better online/offline reporting. svn path=/trunk/; revision=12403
* US datifiedIain Holmes2001-08-161-1/+1
| | | | svn path=/trunk/; revision=12060
* s/My Evolution/Summary/Iain Holmes2001-08-161-3/+3
| | | | svn path=/trunk/; revision=12058
* Reload buttonIain Holmes2001-08-141-0/+7
| | | | svn path=/trunk/; revision=11978
* Fix the mail folder linksIain Holmes2001-07-201-1/+0
| | | | svn path=/trunk/; revision=11231
* More stuffIain Holmes2001-07-191-6/+16
| | | | svn path=/trunk/; revision=11214
* Make the Tasks option workIain Holmes2001-07-191-0/+4
| | | | svn path=/trunk/; revision=11212
* Convert the date string to utf8 before appending it to HTML.Chyla Zbigniew2001-07-141-2/+5
| | | | | | | * e-summary.c (e_summary_draw): Convert the date string to utf8 before appending it to HTML. svn path=/trunk/; revision=11088
* i18n stuffIain Holmes2001-07-131-1/+1
| | | | svn path=/trunk/; revision=11059
* Fix the memory corruption issueIain Holmes2001-07-121-0/+4
| | | | svn path=/trunk/; revision=11013
* Free the data stop all the transfers when the summary is destroyed.Iain Holmes2001-07-121-3/+36
| | | | svn path=/trunk/; revision=11010
* Alarm! Alarm!Iain Holmes2001-07-101-0/+26
| | | | svn path=/trunk/; revision=10937
* Fix crashes if the offline button is clicked before the summary has been createdIain Holmes2001-07-041-0/+12
| | | | svn path=/trunk/; revision=10750
* New tasks stuffIain Holmes2001-07-031-0/+3
| | | | svn path=/trunk/; revision=10715
* Handle the online/offline stuffIain Holmes2001-07-011-1/+70
| | | | svn path=/trunk/; revision=10639
* Put in the hack to stop GtkHTML from returning to the top of the page.Iain Holmes2001-06-301-2/+7
| | | | svn path=/trunk/; revision=10610
* Configure My EvolutionIain Holmes2001-06-301-0/+24
| | | | svn path=/trunk/; revision=10604
* Some fixesIain Holmes2001-06-091-1/+1
| | | | svn path=/trunk/; revision=10169
* Committing the new My Evolution.Iain Holmes2001-06-091-0/+549
svn path=/trunk/; revision=10163