Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #644107 - Local addressbooks created without relative_uri set | Milan Crha | 2011-03-07 | 1 | -1/+3 |
| | |||||
* | Adapt to GtkComboBox class reorg. | Matthew Barnes | 2011-01-25 | 1 | -1/+0 |
| | |||||
* | Drop backward-compatibility cruft. | Matthew Barnes | 2011-01-25 | 1 | -3/+0 |
| | |||||
* | Bug 640083 - Cannot configure LDAPS on port 636 | Matthew Barnes | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Use e_load_book_source_async() for all EBook loading. | Matthew Barnes | 2011-01-22 | 1 | -1/+0 |
| | |||||
* | Deal with GtkComboBoxEntry removal in gtk+-3.0. | Matthew Barnes | 2010-10-21 | 1 | -1/+4 |
| | |||||
* | Bug 632171 - "New Address Book" dialog accepts whitespace for name | Matthew Barnes | 2010-10-15 | 1 | -1/+8 |
| | |||||
* | Bug #629636 - Doesn't recognize local ESource-s | Milan Crha | 2010-09-29 | 1 | -2/+2 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-08-29 | 1 | -138/+138 |
| | |||||
* | Giant leap towards GSEAL compliance. | Matthew Barnes | 2010-04-08 | 1 | -6/+26 |
| | |||||
* | Bug #602801 - Duplicate mnemonic | Viswanath S | 2010-04-01 | 1 | -1/+1 |
| | |||||
* | Port all error code to use GObject-ified EAlert / EAlertDialog | Jonathon Jongsma | 2009-12-08 | 1 | -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 better | Jonathon Jongsma | 2009-12-01 | 1 | -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 libglade | Matthew Barnes | 2009-11-17 | 1 | -116/+51 |
| | |||||
* | Bug #593953 - LDAP SSL option order doesn't match with a backend's | Milan Crha | 2009-10-21 | 1 | -5/+5 |
| | |||||
* | Bug #329100 - Choosing adress book for birthdays | Milan Crha | 2009-10-13 | 1 | -11/+43 |
| | |||||
* | BugĀ 567260 - Migrate from GnomeDruid to GtkAssistant | Milan Crha | 2009-08-18 | 1 | -1/+1 |
| | |||||
* | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 1 | -1/+1 |
| | |||||
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 1 | -3/+0 |
| | |||||
* | Radically reorganize source code. | Matthew Barnes | 2009-06-25 | 1 | -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. |