summaryrefslogtreecommitdiff
path: root/calendar
Commit message (Expand)AuthorAgeFilesLines
* 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-106/+185
* Bug 699223 - Emit view signals from context where view was startedMatthew Barnes2013-05-031-15/+55
* Bug 699027 - Crash in e_cal_backend_file_get_backend_property()Frederic Peters2013-04-281-1/+5
* build: Fix srcdir != builddir from gitColin Walters2013-04-181-4/+4
* 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
* Bug #681837 - Make enum type registration thread safeMilan Crha2013-04-123-71/+9
* Bug 697734 - Memory leak in local calendar backendMatthew Barnes2013-04-111-16/+37
* ECalBackendFile: Indentation cleanups.Matthew Barnes2013-04-111-36/+36
* ECalClient: Use G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED for close().Matthew Barnes2013-04-021-20/+4
* Bug 695960 - Use a weak reference for GBusNameVanishedCallbackMatthew Barnes2013-03-161-17/+37
* cal_client_get_backend_property_sync: Add missing returns.Matthew Barnes2013-03-151-0/+3
* Bug 695539 - Birthdays don't show up in the calendarSebastian Keller2013-03-141-115/+30
* e_cal_component_free_id() cleanups.Matthew Barnes2013-03-141-11/+4
* e_cal_client_get_attachment_uris: Forgot to embed the AsyncContext.Matthew Barnes2013-03-111-0/+3
* e_data_cal_respond_get_attachment_uris: Fix a typo.Matthew Barnes2013-03-111-1/+1
* ECalBackend: Use weak references in signal closures.Matthew Barnes2013-03-081-7/+12
* ECalClientView: Use weak references in signal closures.Matthew Barnes2013-03-081-28/+58
* ECalClient: Use weak references in signal closures.Matthew Barnes2013-03-081-58/+86
* Coding style and whitespace cleanup.Matthew Barnes2013-03-0215-1065/+1140
* ECalClientView: Don't block in dispose().Matthew Barnes2013-02-271-13/+21
* ECalClient: Create view objects in the D-Bus thread.Matthew Barnes2013-02-272-83/+259
* ECalBackendHttp: Ignore cancellations when retrieving data.Matthew Barnes2013-02-251-1/+5
* Fix typo in e_cal_client_get_object_list_as_comps_finish().Matthew Barnes2013-02-251-1/+1
* ECalClient: Remove global "cal_factory" variable.Matthew Barnes2013-02-241-86/+39
* EClient: Add a read-only "main-context" property.Matthew Barnes2013-02-231-26/+41
* ecalclient: Fix uninitialized listColin Walters2013-02-231-1/+1
* Fix build break from libebook-contacts.Matthew Barnes2013-02-221-0/+1
* EClient: Deprecate unwrap_dbus_error() method.Matthew Barnes2013-02-221-64/+0
* cal_client_add_cached_timezone: Wrong GDestroyNotify callback.Matthew Barnes2013-02-221-1/+1
* ECalBackend: Follow up on a timezone-related FIXME comment.Matthew Barnes2013-02-221-9/+52
* e_cal_client_modify_objects_sync: Fix infinite loop.Matthew Barnes2013-02-221-0/+2
* data_cal_handle_remove_objects_cb: Fix GVariant format string.Matthew Barnes2013-02-171-2/+2
* e_cal_client_remove_objects_sync: Fix an infinite loop.Matthew Barnes2013-02-171-0/+2
* ECalObjModType is a flags type, not an enum type.Matthew Barnes2013-02-172-30/+74
* ECalClient: Add a "default-timezone" pointer property.Matthew Barnes2013-02-161-0/+30
* Bug 693841 - EDataCal: Complete implementation of GetObjectsListGiocanni Campagna2013-02-141-0/+9
* [CalDAV] Try to search for event when not in local cacheMilan Crha2013-02-131-70/+240
* Deprecate e_client_cancel_all().Matthew Barnes2013-02-101-2/+0
* ECalClient: Remove set_proxy_gone_error().Matthew Barnes2013-02-091-97/+0
* ECalClient: Use G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START.Matthew Barnes2013-02-091-1/+1
* ECalClient: Use g_bus_watch_name_on_connection().Matthew Barnes2013-02-091-173/+112
* ECalClient: Fix build break.Matthew Barnes2013-02-091-1/+1
* Deprecate e_cal_client_error_create().Matthew Barnes2013-02-092-2/+4
* ECalClient: Set GErrors normally.Matthew Barnes2013-02-091-17/+29
* G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws.Matthew Barnes2013-02-081-2/+4
* Add comments around g_idle_add() changesMilan Crha2013-02-081-0/+1
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-081-1/+1