aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-rdf.c
Commit message (Collapse)AuthorAgeFilesLines
* The new selector widgetIain Holmes2002-02-051-1/+2
| | | | svn path=/trunk/; revision=15565
* Use soup to transfer HTTP files and other bugs fixedIain Holmes2002-01-171-128/+38
| | | | svn path=/trunk/; revision=15344
* Merging patches from 1-0-branchIain Holmes2001-12-171-1/+2
| | | | svn path=/trunk/; revision=15109
* Fix bug if you remove all folders, or all rdfs or all weather stations where ↵Iain Holmes2001-10-311-1/+1
| | | | | | settings were reset svn path=/trunk/; revision=14534
* Save the RDFs into a new placeIain Holmes2001-10-301-1/+1
| | | | | | Only have one place for initialisation of rdf/weather stations. svn path=/trunk/; revision=14362
* 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/+13
| | | | | | | | | | | | | | | | | | | 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/+16
| | | | svn path=/trunk/; revision=13769
* Fixed polling in offline modeIain Holmes2001-10-111-0/+6
| | | | svn path=/trunk/; revision=13562
* Fix a race conditionIain Holmes2001-10-061-4/+5
| | | | svn path=/trunk/; revision=13473
* Applied patch from Takuo KitameIain Holmes2001-10-021-3/+9
| | | | svn path=/trunk/; revision=13271
* Add copyright noticesIain Holmes2001-09-271-5/+19
| | | | svn path=/trunk/; revision=13157
* remove redundant if. (open_callback): free the previous html even if weLarry Ewing2001-09-201-15/+11
| | | | | | | | | | 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
* Added verbose error reporting in rdf summariesIain Holmes2001-09-191-6/+20
| | | | svn path=/trunk/; revision=12952
* Do appends instead of prepends in places.Iain Holmes2001-09-191-1/+1
| | | | | | Don't print a (null). svn path=/trunk/; revision=12941
* Purification.Dan Winship2001-09-111-9/+5
| | | | | | | | | | | | | | | | | | * 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
* Fix the show_full_path bugIain Holmes2001-08-231-26/+27
| | | | | | Set up the functions for better online/offline reporting. svn path=/trunk/; revision=12403
* Marked string for translation (connection type).Chyla Zbigniew2001-08-201-1/+1
| | | | | | | | | | | | | * 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
* KBOS and ZSAMIain Holmes2001-08-141-1/+1
| | | | svn path=/trunk/; revision=11972
* I18n fixesIain Holmes2001-07-311-4/+7
| | | | svn path=/trunk/; revision=11488
* Remove the wipe trackers option.Iain Holmes2001-07-311-35/+3
| | | | svn path=/trunk/; revision=11486
* HTMLIain Holmes2001-07-201-1/+1
| | | | svn path=/trunk/; revision=11240
* Nicer error reporting.Iain Holmes2001-07-171-4/+10
| | | | svn path=/trunk/; revision=11130
* Free the data stop all the transfers when the summary is destroyed.Iain Holmes2001-07-121-4/+63
| | | | svn path=/trunk/; revision=11010
* Fix the big black line down the middle bugIain Holmes2001-07-101-0/+1
| | | | svn path=/trunk/; revision=10927
* Handle the online/offline stuffIain Holmes2001-07-011-1/+100
| | | | svn path=/trunk/; revision=10639
* Marked strings for translation + conversion to utf8.Chyla Zbigniew2001-06-301-4/+10
| | | | | | | | | | | | | | | | | | | | | * e-summary-calendar.c (generate_html): Marked strings for translation + conversion to utf8. * e-summary-mail.c Added missing #include <config.h> (e_summary_mail_generate_html): Marked strings for translation + conversion to utf8. * e-summary-weather.c (e_summary_weather_get_html, open_callback): Marked strings for translation + conversion to utf8. (weather_make_html): Fixed leaks. * e-summary-rdf.c (tree_walk): Fixed leaks. (read_callback): Marked strings for translation. svn path=/trunk/; revision=10630
* Configure My EvolutionIain Holmes2001-06-301-8/+86
| | | | svn path=/trunk/; revision=10604
* Committing the new My Evolution.Iain Holmes2001-06-091-0/+440
svn path=/trunk/; revision=10163