aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cal-config-caldav
Commit message (Collapse)AuthorAgeFilesLines
* Bug #663844 - [CalDAV] Fails to parse iCloud XML responseMilan Crha2012-10-291-2/+0
|
* Bug 686813 - ECaldavChooser: Deadlock on cancellationMatthew Barnes2012-10-251-1/+6
|
* Bug #663844 - [CalDAV] calendar-home-set/href may contain full URIMilan Crha2012-10-161-4/+16
|
* Bug 681321 - Support both old and new-buf libxml2 APIsMatthew Barnes2012-08-131-1/+18
| | | | | libxml2 changed the API for xmlOutputBuffer incompatibly. See https://mail.gnome.org/archives/desktop-devel-list/2012-August/msg00004.html
* Preset timeout on SoupSession-s to 90 secondsMilan Crha2012-07-111-0/+2
|
* cal-config-caldav: Hide host details for collection members.Matthew Barnes2012-06-161-8/+26
|
* Remove some unnecessary linker flags.Matthew Barnes2012-06-151-1/+0
|
* Move ECalSourceConfig to /widgets/misc.Matthew Barnes2012-06-151-1/+1
| | | | | | ECalSourceConfig drags in no additional dependencies, and although we do publish a libevolution-calendar.so, this keeps all the ESource config UI in one place so it can more easily be moved to Evolution-Data-Server.
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-043-12/+3
|
* Add 'cal-config-caldav' module.Matthew Barnes2012-06-036-0/+2680
Registers the "CalDAV" backend in ECalSourceConfig widgets. Replaces the 'caldav' plugin.