aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-source-config.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #683949 - Cannot create new LDAP AddressbookMilan Crha2012-09-141-0/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-4/+8
|
* Disconnect signal handler from 'candidate' on its freeMilan Crha2012-08-231-0/+4
|
* ESourceConfig: Enable remote resource creation.Matthew Barnes2012-08-031-5/+14
|
* Bug 678634 - Criticals warnings when creating new book/calMatthew Barnes2012-06-241-104/+279
| | | | | | | | | | | | | | | | This required some reworking of assumptions I made early on when I first wrote ESourceConfig, before I thought up the whole "collection" concept. Not all ESourceConfigBackends will use a fixed parent UID, specifically collection backends. In fact we may use multiple instances of the same ESourceConfigBackend subclass if, for example, a user has two different Exchange Web Services accounts configured. We would need to show both EWS account (or "collection") names in the "Type" combo box. For the moment collection-based ESourceConfigBackends are not listed when creating a new calendar or address book since we lack support for creating new resources on a remote server. A D-Bus interface for that is in the works.
* ESourceConfig: Lock down name when editing a collection member.Matthew Barnes2012-06-151-7/+36
|
* ESourceConfig: Add "collection-source" property.Matthew Barnes2012-06-151-0/+48
| | | | | | This is a read-only property, set when editing an existing data source which is a collection member. We'll use this to lock down certain UI elements.
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-6/+1
|
* Add ESourceConfig widget.Matthew Barnes2012-06-031-0/+1152
Base class for building address book and calendar configuration dialogs.