summaryrefslogtreecommitdiff
path: root/calendar/backends/file
Commit message (Expand)AuthorAgeFilesLines
* Makefile.am cleanups.Matthew Barnes2013-11-171-46/+53
* Fix/mute issues found by Coverity scanMilan Crha2013-11-131-1/+3
* Fix some "may be used uninitialized" compiler warningsMilan Crha2013-09-301-2/+2
* Remove all g_type_init() calls.Matthew Barnes2013-09-271-2/+0
* Bug #386113 - show custom alarm message in pop-up alertsFabiano FidĂȘncio2013-07-221-0/+1
* Fix typo in e_cal_backend_file_get_backend_property()Fabiano FidĂȘncio2013-07-221-1/+1
* Bug 697734 - Memory leak in local calendar backendMatthew Barnes2013-04-111-11/+39
* ECalBackendFile: Indentation cleanups.Matthew Barnes2013-04-111-36/+36
* Remove e_cal_backend_sync_set_lock().Matthew Barnes2013-04-021-6/+0
* Remove e_return_data_cal_error_val_if_fail() macro.Matthew Barnes2013-04-011-24/+51
* ECalBackend: Convert get_backend_property() method.Matthew Barnes2013-04-011-32/+32
* ECalBackendFile: Avoid deprecated EDS APIs.Matthew Barnes2013-03-171-21/+26
* Deprecate e_cal_backend_notify_opened().Matthew Barnes2013-01-291-2/+0
* Clean up the mess that is CalObjModType.Matthew Barnes2013-01-281-40/+40
* ECalBackendFile: Override the ETimezoneCache methods.Matthew Barnes2013-01-041-35/+108
* ECalBackend: Remove internal_get_timezone() method.Matthew Barnes2013-01-041-35/+6
* ECalBackendSExp: Take an ETimezoneCache instead of ECalBackend.Matthew Barnes2013-01-041-4/+15
* Revert "ESourceRegistry: Do not mandate builtin sources."Matthew Barnes2012-12-151-3/+2
* ESourceRegistry: Do not mandate builtin sources.Tristan Van Berkom2012-12-151-2/+3
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-052-83/+85
* Coding style and whitespace cleanup.Matthew Barnes2012-10-201-82/+116
* EDataCalView cleanups.Matthew Barnes2012-10-131-5/+8
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-9/+9
* ECalBackendFile: Remove the remove_sync() method.Matthew Barnes2012-08-161-95/+0
* Fix some distcheck errors.Matthew Barnes2012-06-041-0/+2
* Implement single-file includes for all E-D-S libraries.Matthew Barnes2012-06-035-15/+7
* Add an ESource extension for the file (cal) backend.Matthew Barnes2012-06-035-97/+387
* Whitespace cleanups.Matthew Barnes2012-05-131-1/+1
* Diff noise reduction.Matthew Barnes2012-04-211-3/+4
* Nudge ESource toward its new API.Matthew Barnes2012-04-211-1/+1
* Remove some redundant argument checks.Matthew Barnes2012-04-181-10/+1
* Bug 670457: Add bulk methods to ECalClientChristophe Dumez2012-03-271-314/+399
* build: Add an --enable-code-coverage configure option to enable gcov supportPhilip Withnall2012-03-261-2/+6
* Coding style and whitespace cleanup.Matthew Barnes2012-02-204-56/+29
* Fix issues found by Coverity ScanMilan Crha2012-02-141-10/+10
* Bug #664572 - Change e_cal_backend_notify_component* to use ECalComponentMilan Crha2011-11-241-196/+107
* Bug #652177 - Add "revision" property to calendar file backendTristan Van Berkom2011-11-231-10/+106
* Update API docs.Matthew Barnes2011-11-141-8/+7
* Bug #660972 - Unable to publish free/busy informationMilan Crha2011-11-111-1/+1
* Remove g_thread_init() calls.Matthew Barnes2011-10-261-3/+0
* Call g_thread_init() conditionallyMilan Crha2011-10-241-0/+2
* Really implement e_cal_client_view_set_fields_of_interest().Tristan Van Berkom2011-10-181-97/+205
* Bug #660884 - Missing libebackend LIBADD in calendar/backendsChristian Hilberg2011-10-041-0/+2
* Bug #620382 - Do not delete also directory for custom local calendarsMilan Crha2011-09-301-0/+7
* Require GLib 2.30.Matthew Barnes2011-09-291-4/+1
* Adapt ECalBackendFile to libedata-cal changes.Matthew Barnes2011-09-268-223/+130
* Bug #655252 - Need to escape the comp_uid part of a pathMilan Crha2011-09-261-14/+5
* Bug #655253 - fix regression introduced with MOD_ONLY_THISPatrick Ohly2011-09-151-4/+25
* calendar file backend: revert adding EXDATE when creating detached recurrencesPatrick Ohly2011-09-141-3/+0
* Coding style and whitespace cleanups.Matthew Barnes2011-09-032-101/+235