aboutsummaryrefslogtreecommitdiffstats
path: root/modules/book-config-webdav
Commit message (Collapse)AuthorAgeFilesLines
* Prefer e_source_extension_ref_source().Matthew Barnes2012-10-131-1/+3
| | | | e_source_extension_get_source() is now deprecated.
* Bug 684021 - EBookConfigWebdav: Invalid callback on property bindingMatthew Barnes2012-09-161-1/+1
|
* Remove some unnecessary linker flags.Matthew Barnes2012-06-151-4/+0
|
* Move EBookSourceConfig to /widgets/misc.Matthew Barnes2012-06-151-1/+1
| | | | | | | | | | | EBookSourceConfig drags in no additional dependencies, and allows us to delay publishing a libevolution-addressbook.so since 3rd party packages will need to subclass EBookSourceConfig. The address book source code will need to be flattened into a single library before we could publish a libevolution-addressbook.so anyway. That would be a good thing to do regardless -- Evolution has way too many internal libraries -- but it's out of scope at the moment.
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-3/+1
|
* Add 'book-config-webdav' module.Matthew Barnes2012-06-032-0/+258
Registers the "WebDAV" backend in EBookSourceConfig widgets. Replaces the 'webdav-account-setup' plugin.