summaryrefslogtreecommitdiff
path: root/calendar
Commit message (Expand)AuthorAgeFilesLines
* Bug #687640 - Crash in caldav's initialize_backend()Milan Crha2014-01-151-7/+12
* Remove #include <malloc.h> from a fileRyan Lortie2014-01-081-1/+0
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-0771-678/+600
* Coding style and whitespace cleanups.Matthew Barnes2013-12-0815-251/+270
* Calendar: Fixing gtk-doc comments and adding gtk-doc section headersTristan Van Berkom2013-12-0624-40/+488
* libedata-cal: Fix a potential g_strstrip(NULL) callPhilip Withnall2013-12-031-1/+4
* libecal: Refactor system timezone key file parsing codePhilip Withnall2013-12-031-13/+5
* Bug #715057 - Weather calendar is using Fahrenheit units as defaultFabiano Fidêncio2013-11-301-2/+2
* ECalBackend: Use GThreadPool instead of g_io_scheduler_push_job().Matthew Barnes2013-11-231-18/+31
* Weather calendar: Be able to change temperature unitMilan Crha2013-11-223-16/+62
* Make the Weather calendar work after changes for bug #712388Milan Crha2013-11-182-43/+65
* Makefile.am cleanups.Matthew Barnes2013-11-178-257/+296
* Fix/mute issues found by Coverity scanMilan Crha2013-11-134-40/+168
* Bug 710989 - Replace most uses of strcpy()Murray Cumming2013-11-011-4/+6
* Bug 710808 - Name all the timeouts added with g_timeout_add()Bastien Nocera2013-10-293-17/+20
* Bug 710787 - Replace most uses of sprintf() with g_snprintf()Murray Cumming2013-10-251-2/+4
* ECalBackendHttp: Bind to SoupSession's GProxyResolver.Matthew Barnes2013-10-251-17/+5
* ECalBackendCalDAV: Bind to SoupSession's GProxyResolver.Matthew Barnes2013-10-251-33/+5
* ECalBackend: Add a read-only "proxy-resolver" property.Matthew Barnes2013-10-252-1/+158
* Bug 708730 - CalDAV: Improve handling of invalid access tokensMatthew Barnes2013-09-301-9/+51
* Fix some "may be used uninitialized" compiler warningsMilan Crha2013-09-302-3/+3
* Remove all g_type_init() calls.Matthew Barnes2013-09-271-2/+0
* do not assume time_t is longAntoine Jacoutot2013-09-111-2/+2
* Bug #707520 - New detached instance notification not send to clientsMilan Crha2013-09-052-9/+15
* ECalBackendCalDAV: Override the shutdown() class method.Matthew Barnes2013-08-151-46/+46
* ECalBackend: Add a "shutdown" signal.Matthew Barnes2013-08-153-0/+61
* EDataCalFactory: Work around a GDBus name watching bug.Matthew Barnes2013-08-151-2/+10
* EDataCalFactory: Always watch sender's bus name.Matthew Barnes2013-08-151-3/+5
* Bug #704688 - HTTP Backend: Don't authenticate unnecessarilyMilan Crha2013-08-091-18/+13
* Fix buildKjartan Maraas2013-08-081-0/+1
* Missing mutex initialization in EDataBook/CalFactoryMilan Crha2013-08-071-0/+1
* Miscellaneous cleanups.Matthew Barnes2013-07-281-1/+1
* Bug #704618 - Missing detached instances in get_object() responseMilan Crha2013-07-223-7/+68
* Bug #386113 - show custom alarm message in pop-up alertsFabiano Fidêncio2013-07-222-3/+4
* Fix typo in e_cal_backend_file_get_backend_property()Fabiano Fidêncio2013-07-221-1/+1
* Insufficient return values from e_cal_backend_get_object/_list()Milan Crha2013-07-163-56/+41
* Bug #704220 - Incorrect runtime check in e_data_cal_respond_send_objects()Milan Crha2013-07-163-38/+30
* CalDAV: Add support for OAuth 2.0 authentication.Matthew Barnes2013-07-091-1/+45
* Avoid a crash in cal_backend_add_cached_timezone().Matthew Barnes2013-07-032-4/+14
* Bug #703194 - Custom alarm message is REMINDERFabiano Fidêncio2013-07-021-0/+9
* Bug #703053 - Error on setting reminder 'after start of appointment'Fabiano Fidêncio2013-06-281-0/+9
* ECalBackendWeather: e_weather_source_new() is failable.Matthew Barnes2013-05-071-7/+13
* EWeatherSource cleanups.Matthew Barnes2013-05-072-60/+83
* ECalClientView: Make D-Bus signal handlers thread-safe.Matthew Barnes2013-05-041-141/+152
* Bug 699223 - Emit view signals from context where view was startedMatthew Barnes2013-05-031-5/+55
* ECalClientView: Remove unnecessary fetching of ECalClient.Matthew Barnes2013-04-181-23/+0
* Automatically strip D-Bus info from error messages.Matthew Barnes2013-04-152-236/+335
* Bug 697705 - e_cal_client_remove_objects_sync() crashes on empty UIDMatthew Barnes2013-04-141-7/+28
* build: Fix srcdir != builddir from gitColin Walters2013-04-121-4/+4
* Bug #681837 - Make enum type registration thread safeMilan Crha2013-04-123-72/+10