aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/save-calendar
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #306673Chenthill Palanisamy2005-11-112-37/+18
| | | | svn path=/trunk/; revision=30596
* include missing header.Not Zed2005-08-242-0/+5
| | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * ical-format.c: include missing header. svn path=/trunk/; revision=30227
* error file moves/e-error.h movesMichael Zucci2005-05-163-2/+6
| | | | svn path=/trunk/; revision=29370
* add cleanfiles/built_sourcesMichael Zucci2005-05-122-0/+6
| | | | svn path=/trunk/; revision=29328
* Fixes for Bug #73099 and Bug #73098 Changed malloc to g_malloc and char toPhilip Van Hoof2005-05-093-34/+77
| | | | | | | | | | 2005-03-02 Philip Van Hoof <pvanhoof@gnome.org> * rdf-format.c: Fixes for Bug #73099 and Bug #73098 * csv-format.c: Changed malloc to g_malloc and char to gchar * csv-format.c: Fixes for Bug #73099 and Bug #73098 svn path=/trunk/; revision=29314
* fix names so that intltool will parse as xmlMichael Zucci2005-05-063-5/+11
| | | | | | | remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
* Fixes #73541Chenthill Palanisamy2005-03-224-3/+14
| | | | | | | | | | | | | 2005-03-22222222222222222222222222222222222222222222 Chenthill Palanisamy <pchenthill@novell.com> Fixes #73541 * csv-format.c: (do_save_calendar_csv): * ical-format.c: (do_save_calendar_ical): * rdf-format.c: (do_save_calendar_rdf): Changed the cal e_cal_new to auth_new_from_source, so that the ecal has the auth function in it. svn path=/trunk/; revision=29089
* Reverted not approved patchRodrigo Moya2005-03-033-75/+34
| | | | svn path=/trunk/; revision=28943
* Reverted not approved patchRodrigo Moya2005-03-031-2/+2
| | | | svn path=/trunk/; revision=28942
* Reverted not approved patchRodrigo Moya2005-03-033-7/+2
| | | | svn path=/trunk/; revision=28941
* Corrected a little oepsPhilip Van Hoof2005-03-032-2/+2
| | | | svn path=/trunk/; revision=28938
* Fixes for Bug #73099 and Bug #73098 Changed malloc to g_malloc and char toPhilip Van Hoof2005-03-023-12/+22
| | | | | | | | | 2005-03-02 Philip Van Hoof <pvanhoof@gnome.org> * rdf-format.c: Fixes for Bug #73099 and Bug #73098 * csv-format.c: Changed malloc to g_malloc and char to gchar svn path=/trunk/; revision=28937
* Fixes for Bug #73099 and Bug #73098Philip Van Hoof2005-03-022-24/+60
| | | | | | | | 2005-03-02 Philip Van Hoof <pvanhoof@gnome.org> * csv-format.c: Fixes for Bug #73099 and Bug #73098 svn path=/trunk/; revision=28935
* clean up author/descriptions for various plugins.Björn Torkelsson2005-02-252-2/+13
| | | | | | | | 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> * clean up author/descriptions for various plugins. svn path=/trunk/; revision=28889
* Fixes #71527Rodrigo Moya2005-02-253-27/+50
| | | | | | | | | | | | 2005-02-21 Rodrigo Moya <rodrigo@novell.com> Fixes #71527 * ical-format.c (display_error_message): changed to get a simple string instead of a GError. (do_save_calendar_ical): use GNOME-VFS for saving the file. svn path=/trunk/; revision=28888
* fix build for non gtk file chooser caseJP Rosevear2005-01-062-1/+6
| | | | | | | | | 2005-01-05 JP Rosevear <jpr@novell.com> * save-calendar.c (ask_destination_and_save): fix build for non gtk file chooser case svn path=/trunk/; revision=28248
* Use standard error messagesPhilip Van Hoof2005-01-043-34/+14
| | | | | | | | 2005-01-04 Philip Van Hoof <pvanhoof@gnome.org> * csv-format.c, rdf-format.c: Use standard error messages svn path=/trunk/; revision=28233
* Warning when overwriting filePhilip Van Hoof2005-01-034-10/+60
| | | | | | | | 2004-12-27 Philip Van Hoof <pvanhoof@gnome.org> * csv-format.c, rdf-format.c: Warning when overwriting file svn path=/trunk/; revision=28213
* list format-handler.h as a source so it distsJP Rosevear2004-12-222-1/+11
| | | | | | | | 2004-12-22 JP Rosevear <jpr@novell.com> * Makefile.am: list format-handler.h as a source so it dists svn path=/trunk/; revision=28183
* Code splitup, each format has it's own c-file Added. Code splitup Added.Philip Van Hoof2004-12-207-566/+1258
| | | | | | | | | | | | | 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-082-29/+587
| | | | | | | | 2004-11-30 Philip Van Hoof <pvanhoof@gnome.org> * save-calendar.c: Support for CSV files svn path=/trunk/; revision=28087
* Dist .eplug.in filesJP Rosevear2004-11-022-0/+6
| | | | svn path=/trunk/; revision=27781
* ShushJP Rosevear2004-10-211-0/+1
| | | | svn path=/trunk/; revision=27677
* get error information in e_cal_* calls, and display errors to the user.Rodrigo Moya2004-10-212-3/+31
| | | | | | | | | 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
* *** empty log message ***Rodrigo Moya2004-10-211-0/+4
| | | | svn path=/trunk/; revision=27674
* compile if not using file chooserJP Rosevear2004-10-212-2/+7
| | | | | | | | | 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
* better menu items.Rodrigo Moya2004-10-211-2/+2
| | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * org-gnome-save-calendar.eplug.in: better menu items. svn path=/trunk/; revision=27665
* better menu items.Rodrigo Moya2004-10-211-2/+2
| | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * org-gnome-save-calendar.eplug.in: better menu items. svn path=/trunk/; revision=27664
* better menu items.Rodrigo Moya2004-10-212-3/+7
| | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * org-gnome-save-calendar.eplug.in: better menu items. svn path=/trunk/; revision=27663
* new plugin for saving a calendar to disk.Rodrigo Moya2004-10-214-0/+154
2004-10-21 Rodrigo Moya <rodrigo@novell.com> * save-calendar.c: new plugin for saving a calendar to disk. svn path=/trunk/; revision=27661