aboutsummaryrefslogtreecommitdiffstats
path: root/modules/addressbook/addressbook-config.c
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to GtkComboBox class reorg.Matthew Barnes2011-01-251-1/+0
|
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
|
* Bug 640083 - Cannot configure LDAPS on port 636Matthew Barnes2011-01-231-1/+1
|
* Use e_load_book_source_async() for all EBook loading.Matthew Barnes2011-01-221-1/+0
|
* Deal with GtkComboBoxEntry removal in gtk+-3.0.Matthew Barnes2010-10-211-1/+4
|
* Bug 632171 - "New Address Book" dialog accepts whitespace for nameMatthew Barnes2010-10-151-1/+8
|
* Bug #629636 - Doesn't recognize local ESource-sMilan Crha2010-09-291-2/+2
|
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-138/+138
|
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-6/+26
|
* Bug #602801 - Duplicate mnemonicViswanath S2010-04-011-1/+1
|
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-1/+1
| | | | | | The changes are mainly including the e-alert-header.h header instead of just e-alert.h. This allows us to include e-alert.h in non-UI situations when necessary.
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-5/+5
| | | | | | | | | | The EError mechanism is used both for error dialogs as well as basic alerts or user prompts, so we should give it a more general name which matches this use. This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that were not actually being used. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* BugĀ 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-116/+51
|
* Bug #593953 - LDAP SSL option order doesn't match with a backend'sMilan Crha2009-10-211-5/+5
|
* Bug #329100 - Choosing adress book for birthdaysMilan Crha2009-10-131-11/+43
|
* BugĀ 567260 - Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-181-1/+1
|
* More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
|
* Fix excessive whitespace.Matthew Barnes2009-07-141-3/+0
|
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+1250
- Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.