aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-book-source-config.h
Commit message (Collapse)AuthorAgeFilesLines
* Move EBookSourceConfig to /widgets/misc.Matthew Barnes2012-06-151-67/+0
| | | | | | | | | | | 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.
* Add ESourceConfig widget.Matthew Barnes2012-06-031-0/+67
Base class for building address book and calendar configuration dialogs.