aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-calendar.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the preferences seperate from the viewsIain Holmes2002-04-041-2/+2
| | | | svn path=/trunk/; revision=16338
* updated to new version from calendar/gui/comp-util.cDamon Chaplin2002-02-091-52/+77
| | | | | | | | | 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
* use cal_client_open_default_tasksJP Rosevear2001-12-191-10/+1
| | | | | | | | | | | | 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-171-7/+5
| | | | svn path=/trunk/; revision=15109
* retrieve the default URI for calendars from the configuration instead ofRodrigo Moya2001-10-301-10/+18
| | | | | | | | | | | | 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
* 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
* set the default timezone on the server.Damon Chaplin2001-10-231-1/+16
| | | | | | | | | | | | | | | 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
* Made temporary buffer for strftime much bigger (it was too small forChyla Zbigniew2001-10-151-6/+6
| | | | | | | | * 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
* used time_add_day/week/month _with_zone() functions rather than the oldDamon Chaplin2001-10-031-3/+3
| | | | | | | | | | | | | | 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-031-11/+74
| | | | svn path=/trunk/; revision=13348
* Add copyright noticesIain Holmes2001-09-271-4/+19
| | | | svn path=/trunk/; revision=13157
* Warnings Create an image cache USe task.pngIain Holmes2001-09-261-1/+1
| | | | | | | | Warnings Create an image cache USe task.png svn path=/trunk/; revision=13128
* Set a timezone iconIain Holmes2001-09-221-1/+93
| | | | svn path=/trunk/; revision=13069
* Display a bell icon if there's an alarm setIain Holmes2001-09-201-2/+3
| | | | svn path=/trunk/; revision=12995
* Open editors for tasks and appointmentsIain Holmes2001-09-201-2/+34
| | | | svn path=/trunk/; revision=12986
* Fix the use of qsortIain Holmes2001-09-181-4/+8
| | | | svn path=/trunk/; revision=12906
* Timezone stuffIain Holmes2001-09-151-124/+83
| | | | svn path=/trunk/; revision=12835
* USe 24hr clock if appropriate, don't mess with the date and timeIain Holmes2001-09-061-9/+31
| | | | svn path=/trunk/; revision=12635
* changed the icons. For calendar events we use the 'new appointment' iconDamon Chaplin2001-08-221-1/+1
| | | | | | | | | | | | | 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
* free the CalComponentDateTime and icaltimetype values after finishing withDamon Chaplin2001-08-071-1/+11
| | | | | | | | | | | | 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
* Install and use the new My Evolution icons from Jakub (they look reallyJacob Leach2001-08-031-2/+2
| | | | | | awesome Jakub, nice work). svn path=/trunk/; revision=11596
* Fix the URL link for the calendarIain Holmes2001-07-311-1/+1
| | | | svn path=/trunk/; revision=11485
* Revert last changes, URIs are now back to original in shell.Jason Leach2001-07-211-2/+2
| | | | | | | | | 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-201-2/+2
| | | | | | | | | | | | | 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
* Free the data stop all the transfers when the summary is destroyed.Iain Holmes2001-07-121-0/+16
| | | | svn path=/trunk/; revision=11010
* Better time reportingIain Holmes2001-07-101-8/+12
| | | | svn path=/trunk/; revision=10925
* Forgot to do this little bitIain Holmes2001-07-101-1/+1
| | | | svn path=/trunk/; revision=10923
* Fix HTML and show more than 1 days appointmentsIain Holmes2001-07-101-6/+24
| | | | svn path=/trunk/; revision=10922
* Marked strings for translation + conversion to utf8.Chyla Zbigniew2001-06-301-8/+18
| | | | | | | | | | | | | | | | | | | | | * 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-0/+6
| | | | svn path=/trunk/; revision=10604
* Committing the new My Evolution.Iain Holmes2001-06-091-0/+286
svn path=/trunk/; revision=10163