Revert "test-server-utils: Disable the cache-reaper in the test environment"
[platform/upstream/evolution-data-server.git] / calendar /
2013-11-23 Matthew BarnesECalBackend: Use GThreadPool instead of g_io_scheduler_...
2013-11-22 Milan CrhaWeather calendar: Be able to change temperature unit
2013-11-18 Milan CrhaMake the Weather calendar work after changes for bug...
2013-11-17 Matthew BarnesMakefile.am cleanups.
2013-11-13 Milan CrhaFix/mute issues found by Coverity scan
2013-11-01 Murray CummingBug 710989 - Replace most uses of strcpy()
2013-10-29 Bastien NoceraBug 710808 - Name all the timeouts added with g_timeout...
2013-10-26 Murray CummingBug 710787 - Replace most uses of sprintf() with g_snpr...
2013-10-25 Matthew BarnesECalBackendHttp: Bind to SoupSession's GProxyResolver.
2013-10-25 Matthew BarnesECalBackendCalDAV: Bind to SoupSession's GProxyResolver.
2013-10-25 Matthew BarnesECalBackend: Add a read-only "proxy-resolver" property.
2013-09-30 Matthew BarnesBug 708730 - CalDAV: Improve handling of invalid access...
2013-09-30 Milan CrhaFix some "may be used uninitialized" compiler warnings
2013-09-27 Matthew BarnesRemove all g_type_init() calls.
2013-09-11 Antoine Jacoutotdo not assume time_t is long
2013-09-05 Milan CrhaBug #707520 - New detached instance notification not...
2013-08-15 Matthew BarnesECalBackendCalDAV: Override the shutdown() class method.
2013-08-15 Matthew BarnesECalBackend: Add a "shutdown" signal.
2013-08-15 Matthew BarnesEDataCalFactory: Work around a GDBus name watching...
2013-08-15 Matthew BarnesEDataCalFactory: Always watch sender's bus name.
2013-08-09 Milan CrhaBug #704688 - HTTP Backend: Don't authenticate unnecess...
2013-08-08 Kjartan MaraasFix build
2013-08-07 Milan CrhaMissing mutex initialization in EDataBook/CalFactory
2013-07-28 Matthew BarnesMiscellaneous cleanups.
2013-07-22 Milan CrhaBug #704618 - Missing detached instances in get_object...
2013-07-22 Fabiano FidêncioBug #386113 - show custom alarm message in pop-up alerts
2013-07-22 Fabiano FidêncioFix typo in e_cal_backend_file_get_backend_property()
2013-07-16 Milan CrhaInsufficient return values from e_cal_backend_get_objec...
2013-07-16 Milan CrhaBug #704220 - Incorrect runtime check in e_data_cal_res...
2013-07-09 Matthew BarnesCalDAV: Add support for OAuth 2.0 authentication.
2013-07-03 Matthew BarnesAvoid a crash in cal_backend_add_cached_timezone().
2013-07-02 Fabiano FidêncioBug #703194 - Custom alarm message is REMINDER
2013-06-28 Fabiano FidêncioBug #703053 - Error on setting reminder 'after start...
2013-05-07 Matthew BarnesECalBackendWeather: e_weather_source_new() is failable.
2013-05-07 Matthew BarnesEWeatherSource cleanups.
2013-05-04 Matthew BarnesECalClientView: Make D-Bus signal handlers thread-safe.
2013-05-03 Matthew BarnesBug 699223 - Emit view signals from context where view...
2013-04-18 Matthew BarnesECalClientView: Remove unnecessary fetching of ECalClient.
2013-04-15 Matthew BarnesAutomatically strip D-Bus info from error messages.
2013-04-14 Matthew BarnesBug 697705 - e_cal_client_remove_objects_sync() crashes...
2013-04-12 Colin Waltersbuild: Fix srcdir != builddir from git
2013-04-12 Milan CrhaBug #681837 - Make enum type registration thread safe
2013-04-11 Matthew BarnesBug 697734 - Memory leak in local calendar backend
2013-04-11 Matthew BarnesECalBackendFile: Indentation cleanups.
2013-04-03 Matthew BarnesRemove e_data_cal_is_opened().
2013-04-02 Matthew BarnesRemove e_cal_backend_sync_set_lock().
2013-04-02 Matthew BarnesECalBackendClass: Add a 'use_serial_dispatch_queue...
2013-04-02 Matthew BarnesECalClient: Use G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED...
2013-04-01 Matthew BarnesRemove e_return_data_cal_error_val_if_fail() macro.
2013-04-01 Matthew BarnesRemove e_return_data_cal_error_if_fail() macro.
2013-04-01 Matthew BarnesECalBackendSync: Prefer EClientError domain.
2013-04-01 Matthew BarnesECalBackend: Prefer EClientError domain.
2013-04-01 Matthew BarnesEDataCal: Move data_cal_convert_to_client_error() calls.
2013-04-01 Matthew BarnesECalBackend: Convert get_backend_property() method.
2013-04-01 Matthew BarnesECalBackend: Make the "cache-dir" property thread-safe.
2013-04-01 Matthew BarnesRemove e_cal_backend_set_is_removed().
2013-04-01 Matthew BarnesRemove e_cal_backend_is_removed().
2013-03-31 Matthew BarnesECalBackend: Remove set_backend_property() method.
2013-03-31 Matthew BarnesECalBackend: Remove CLIENT_BACKEND_PROPERTY_CACHE_DIR...
2013-03-31 Matthew BarnesECalBackend: Remove CLIENT_BACKEND_PROPERTY_READONLY...
2013-03-31 Matthew BarnesECalBackend: Remove CLIENT_BACKEND_PROPERTY_ONLINE...
2013-03-31 Matthew Barnese_data_cal_view_new: Add documentation.
2013-03-29 Matthew BarnesModernize ECalBackend's public API.
2013-03-26 Matthew BarnesEDataCalView: Unreference the EGdbusCalView in dispose().
2013-03-26 Matthew BarnesEDataCalView: Prefer g_clear_object() in dispose().
2013-03-26 Matthew Barnese_cal_backend_add_view(): Keep a reference on the view...
2013-03-26 Matthew BarnesRemove e_cal_backend_set_notification_proxy().
2013-03-26 Matthew BarnesBug 696637 - Deadlock in data_cal_view_dispose().
2013-03-25 Matthew BarnesEDataCal: Fix reference counting of views.
2013-03-25 Matthew BarnesEDataCal: Attach to ECalBackend during initialization.
2013-03-25 Matthew Barnese_cal_backend_remove_view(): Check for match before...
2013-03-22 Matthew Barneslibedata-cal: Remove all deprecated backend APIs.
2013-03-21 Matthew BarnesLet EDataCal track the "opened" state.
2013-03-20 Matthew BarnesEDataCal: Keep a weak reference on its ECalBackend.
2013-03-20 Matthew BarnesCreate only one EDataCal per ECalBackend.
2013-03-20 Matthew BarnesEDataCalFactory: Rewrite client connection tracking.
2013-03-20 Matthew BarnesEDataCal: Only cancel ops belonging to the sender when...
2013-03-20 Matthew BarnesECalBackend: Add a "closed" signal.
2013-03-20 Matthew BarnesEDataCalFactory: Remove the "calendars" hash table.
2013-03-19 Matthew BarnesECalClientView cleanups.
2013-03-18 Matthew BarnesAdd e_cal_component_id_new().
2013-03-17 Matthew Barnese-cal-component.h cleanups.
2013-03-17 Matthew BarnesECalClient: Pass a weak reference to D-Bus signal handlers.
2013-03-17 Matthew BarnesECalClientView: Keep a weak reference on its ECalClient.
2013-03-17 Matthew BarnesAdd e_cal_client_view_ref_client().
2013-03-17 Matthew BarnesAdd e_book_client_view_ref_client().
2013-03-17 Matthew BarnesAdd e_cal_component_id_equal().
2013-03-17 Matthew BarnesAdd e_cal_component_id_hash().
2013-03-17 Matthew BarnesAdd e_cal_component_id_copy().
2013-03-17 Matthew BarnesAdd e_weak_ref_new() and e_weak_ref_free().
2013-03-17 Matthew Barnese-cal-backend-util.c: Use e_source_registry_list_enabled().
2013-03-17 Matthew Barneslibecal: Use g_cclosure_marshal_generic() for all signals.
2013-03-17 Matthew BarnesECalBackendWeather: Avoid deprecated EDS APIs.
2013-03-17 Matthew BarnesECalBackendHttp: Avoid deprecated EDS APIs.
2013-03-17 Matthew BarnesECalBackendFile: Avoid deprecated EDS APIs.
2013-03-17 Matthew BarnesECalBackendContacts: Avoid deprecated EDS APIs.
2013-03-17 Matthew BarnesECalBackendCalDAV: Avoid deprecated EDS APIs.
2013-03-16 Matthew BarnesBug 695960 - Use a weak reference for GBusNameVanishedC...
2013-03-15 Matthew Barnescal_client_get_backend_property_sync: Add missing returns.
2013-03-15 Sebastian KellerBug 695539 - Birthdays don't show up in the calendar
next