Extending test-client-custom-summary to try e_book_client_get_contacts_uids()
[platform/upstream/evolution-data-server.git] / calendar /
2012-11-22 Milan CrhaBug #688795 - Crash under e_cal_backend_contacts_start_...
2012-11-18 Matthew BarnesECalClientView cleanups.
2012-11-13 Milan CrhaBug #688146 - Crash in Contacts calendar backend
2012-11-10 Matthew BarnesCoding style and whitespace cleanup.
2012-11-07 Matthew BarnesRevert "calendar: Drop old ECalSourceTypeEnum from...
2012-11-07 Milan CrhaBug #687642 - Crash under caldav_synch_slave_loop()
2012-11-05 Milan CrhaUse soup_message_headers_get_list() as a replacement...
2012-11-05 Milan CrhaReplace deprecated soup_message_headers_get()
2012-11-05 Milan CrhaReplace deprecated GLib symbols (as of GLib 2.34.x)
2012-11-02 Matthew BarnesExclude deprecated API from introspection.
2012-11-02 Matthew BarnesIntrospection cleanups.
2012-11-02 Matthew BarnesRemove E_BOOK_DISABLE_DEPRECATED and E_CAL_DISABLE_DEPR...
2012-11-02 Matthew BarnesSuppress g-ir-scanner warnings.
2012-11-02 Colin Walterscalendar: Drop old ECalSourceTypeEnum from introspected API
2012-11-02 Matthew Barnese-cal-view.c: Remove unnecessary #includes.
2012-11-02 Matthew Barnese-cal.c: Remove unnecessary #includes.
2012-11-02 Matthew BarnesFix invalid Gtk-Doc syntax in comments.
2012-11-02 Matthew BarnesReimplement ECal using ECalClient.
2012-11-02 Matthew BarnesReimplement ECalView using ECalClientView.
2012-11-02 Matthew Barnese-cal-view.h cleanups.
2012-11-01 Matthew BarnesRemove erroneous version number from ${privlibdir}.
2012-10-29 Milan CrhaBug #687100 - Crash under cal_backend_contacts_remove_b...
2012-10-25 Matthew BarnesPrefer e_source_registry_check_enabled().
2012-10-21 Matthew BarnesCoding style and whitespace cleanup.
2012-10-19 Matthew BarnesMerge cleanups from 'gdbus-codegen' branch.
2012-10-13 Matthew BarnesDeprecate e_source_extension_get_source().
2012-10-13 Matthew BarnesRemove e_data_cal_view_register_gdbus_object().
2012-10-13 Matthew BarnesEDataCalView cleanups.
2012-10-12 Matthew Barnese-cal.c cleanups.
2012-10-07 Matthew BarnesRemove e_data_cal_register_gdbus_object().
2012-10-07 Matthew BarnesDeprecate e_cal_backend_foreach_view().
2012-10-07 Matthew BarnesECalBackend: Prefer e_cal_backend_list_views().
2012-10-07 Matthew Barnese_cal_backend_foreach_view: Use e_cal_backend_list_views().
2012-10-07 Matthew BarnesAdd e_cal_backend_list_views().
2012-10-07 Matthew BarnesECalBackend: Prefer GList over GSList.
2012-10-07 Matthew BarnesEGdbusCal: Remove the remove() method.
2012-10-07 Matthew BarnesECal: Reimplement "remove" functions.
2012-10-07 Matthew Barneslibedata-cal: Purge deprecated APIs.
2012-10-07 Matthew Barness/E_DATA_CAL_VIEW_TYPE/E_TYPE_DATA_CAL_VIEW/
2012-10-07 Matthew BarnesMove ECalClientSourceType enum to e-cal-types.h.
2012-10-07 Matthew Barnese-cal-client.c cleanups.
2012-10-07 Matthew Barnese-data-cal-view.h readability cleanups.
2012-10-07 Matthew Barnese-data-cal.h readability cleanups.
2012-10-07 Matthew Barnese-cal-backend-sync.h readability cleanups.
2012-10-07 Matthew Barnese-cal-backend-sexp.h readability cleanups.
2012-10-07 Matthew Barnese-cal-backend.h readability cleanups.
2012-10-07 Matthew BarnesRemove e-data-cal-common.h.
2012-10-07 Matthew Barnese-cal-client.h readability cleanups.
2012-10-05 Peter HurleyBug 685588 - Remove useless LIBICAL_CFLAGS and LIBICAL_LIBS
2012-09-14 Milan CrhaBug #677685 - WebCal backend doesn't stop opening phase...
2012-09-14 Milan CrhaUnwrap GDBus error in generic EClient operations
2012-09-10 Milan Crha[CalDAV] Block EProxy::changed when changing priv::uri
2012-09-01 Matthew BarnesCoding style and whitespace cleanup.
2012-08-28 Milan CrhaMark user-visible strings in book/cal backends for...
2012-08-25 Matthew BarnesUpdate API documentation.
2012-08-22 Milan CrhaBug #660383 - Backends should listen for changes in...
2012-08-21 Milan CrhaStart/stop book/cal views in a dedicated thread
2012-08-19 Matthew BarnesCoding style and whitespace cleanup.
2012-08-16 Matthew BarnesECalBackendWeather: Remove the remove_sync() method.
2012-08-16 Matthew BarnesECalBackendHttp: Remove the remove_sync() method.
2012-08-16 Matthew BarnesECalBackendFile: Remove the remove_sync() method.
2012-08-16 Matthew BarnesECalBackendContacts: Remove the remove_sync() method.
2012-08-16 Matthew BarnesECalBackendCaldav: Remove the remove_sync() method.
2012-08-16 Matthew BarnesDeprecate e_client_remove_sync().
2012-08-13 Colin WaltersBug 681321 - Support both old and new-buf libxml2 APIs
2012-08-11 Matthew BarnesUpdate API documentation.
2012-08-02 Patrick Ohlylibecal: fix memory leak after failed object creation
2012-08-01 Dan VrátilFix a memory leak in e-cal-system-timezone.c
2012-07-31 Matthew BarnesUse e_backend_authenticate_sync() in backends.
2012-07-31 Matthew BarnesECalBackend: Implement authenticate_sync() method.
2012-07-27 Milan CrhaBug #680687 - System timezone name differs from set...
2012-07-25 Milan CrhaBug #680013 - Deadlock in CalDAV calendar
2012-07-24 Milan CrhaBug #680502 - Deadlock in contacts backend
2012-07-17 Matthew BarnesUse template files to generate GEnumClass types.
2012-07-11 Milan CrhaPreset timeout on SoupSession-s to 90 seconds
2012-06-28 Matthew Barneslibedata-cal.pc.in: Add a 'libexecdir' variable.
2012-06-27 Giovanni Campagnaweather: update for newer GWeather
2012-06-26 Milan CrhaBug #678856 - Crash in add_instance() at e-cal-client...
2012-06-24 Matthew BarnesCoding style and whitespace cleanup.
2012-06-22 Matthew BarnesESourceContacts: Only include local address books by...
2012-06-20 Matthew BarnesFix build failures when $(top_srcdir) != $(top_builddir).
2012-06-18 Philip Withnallecal: GIR annotation fixes
2012-06-18 Milan CrhaDo not call g_object_notify() when property didn't...
2012-06-18 Philip Withnallbuild: Enable g-ir-scanner’s --warn-all option when...
2012-06-18 Matthew BarnesTighten up pkg-config files.
2012-06-17 Jordi MallachBug #678255 - edata-cal missing libebackend-1.2 require...
2012-06-14 Milan CrhaRemove forgotten debug function call
2012-06-14 Milan CrhaPort remaining bits from GConf to GSettings
2012-06-04 Matthew BarnesFix some distcheck errors.
2012-06-04 Dan VrátilFix build (typo in e-source-weather.c)
2012-06-04 Matthew BarnesFix a build break when introspecting libecal.
2012-06-03 Matthew BarnesImplement single-file includes for all E-D-S libraries.
2012-06-03 Matthew BarnesAdd an ESource extension for the weather backend.
2012-06-03 Matthew BarnesAdd an ESource extension for the contacts backend.
2012-06-03 Matthew BarnesAdd an ESource extension for the file (cal) backend.
2012-06-03 Matthew BarnesAdapt calendar backends to the new ESource API.
2012-06-03 Matthew BarnesAdapt libedata-cal to the new ESource API.
2012-06-03 Matthew BarnesAdapt libecal to the new ESource API.
2012-06-03 Matthew BarnesAdapt calendar/libegdbus to the new ESource API.
2012-06-02 Matthew BarnesWhitespace cleanups.
next