aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary.c
Commit message (Collapse)AuthorAgeFilesLines
* 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