aboutsummaryrefslogtreecommitdiffstats
path: root/modules/book-config-ldap
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-11-112-8/+8
|
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-061-13/+13
|
* Prefer e_source_extension_ref_source().Matthew Barnes2012-10-131-3/+3
| | | | e_source_extension_get_source() is now deprecated.
* Could not set custom port for LDAP addressbookMilan Crha2012-09-141-4/+16
|
* Bug #683949 - Cannot create new LDAP AddressbookMilan Crha2012-09-141-0/+13
|
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-3/+32
|
* Remove some unnecessary linker flags.Matthew Barnes2012-06-151-4/+1
|
* 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-043-6/+3
|
* Add 'book-config-ldap' module.Matthew Barnes2012-06-034-0/+1803
Register the "On LDAP Servers" backend in EBookSourceConfig widgets.