aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cal-config-contacts
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-1/+1
|
* Prefer e_source_extension_ref_source().Matthew Barnes2012-10-131-1/+3
| | | | e_source_extension_get_source() is now deprecated.
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-1/+1
|
* ESourceContacts: Only include local address book by default.Matthew Barnes2012-06-221-2/+30
| | | | | A more reasonable default than including all address books by default. Weeds out large, remote address books that can take forever to query.
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+3
|
* Remove some unnecessary linker flags.Matthew Barnes2012-06-151-5/+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.
* 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-044-5/+3
|
* Add 'cal-config-contacts' module.Matthew Barnes2012-06-036-0/+677
Registers the "Contacts" backend in ECalSourceConfig widgets.