aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/save-calendar/save-calendar.c
Commit message (Collapse)AuthorAgeFilesLines
* Code splitup, each format has it's own c-file Added. Code splitup Added.Philip Van Hoof2004-12-201-564/+122
| | | | | | | | | | | | | 2004-12-20 Philip Van Hoof <pvanhoof@gnome.org> * Makefile.am: Code splitup, each format has it's own c-file * csv-format.c: Added. Code splitup * format-handler.h: Added. Code splitup * ical-format.c: Added. Code splitup * rdf-format.c: Added. Support for RDF files. Code splitup * save-calendar.c: Support for RDF files. Code splitup svn path=/trunk/; revision=28154
* Support for CSV filesPhilip Van Hoof2004-12-081-29/+583
| | | | | | | | 2004-11-30 Philip Van Hoof <pvanhoof@gnome.org> * save-calendar.c: Support for CSV files svn path=/trunk/; revision=28087
* get error information in e_cal_* calls, and display errors to the user.Rodrigo Moya2004-10-211-3/+26
| | | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * save-calendar.c (do_save_calendar): get error information in e_cal_* calls, and display errors to the user. svn path=/trunk/; revision=27675
* compile if not using file chooserJP Rosevear2004-10-211-2/+2
| | | | | | | | | 2004-10-21 JP Rosevear <jpr@novell.com> * save-calendar.c (do_save_calendar): compile if not using file chooser svn path=/trunk/; revision=27668
* new plugin for saving a calendar to disk.Rodrigo Moya2004-10-211-0/+126
2004-10-21 Rodrigo Moya <rodrigo@novell.com> * save-calendar.c: new plugin for saving a calendar to disk. svn path=/trunk/; revision=27661