Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 1 | -33/+54 |
| | |||||
* | Use GSettings for EProxy | Milan Crha | 2012-02-17 | 1 | -107/+88 |
| | |||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 1 | -9/+8 |
| | | | | | | | These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service. | ||||
* | Bug #665103 - Blank composer/mail/network preferences windows | Milan Crha | 2011-11-29 | 1 | -0/+4 |
| | |||||
* | Remove some unnecessary GConf crud. | Matthew Barnes | 2011-11-28 | 1 | -4/+0 |
| | |||||
* | Bug #601898 - SOCKS proxy does not work with mailer | Milan Crha | 2011-09-30 | 1 | -19/+16 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 1 | -10/+20 |
| | |||||
* | EConfig: Broadcast abort/commit events by way of signals. | Matthew Barnes | 2011-08-11 | 1 | -1/+1 |
| | | | | | Remove the clumsy abortfunc and commitfunc callback arguments from e_config_add_items(). | ||||
* | Bug #655430 - Forgotten EMailJunkOptions type init for mail-config.ui | Milan Crha | 2011-07-28 | 1 | -0/+2 |
| | |||||
* | Bug 652958 - Evolution Account Assistant jumps steps | Matthew Barnes | 2011-07-01 | 1 | -1/+6 |
| | | | | | | | The GTK+ patch in bug 653705 is also required for the Account Assistant to work properly under the new GtkAssistant design in GTK+ 3.1. This commit only deals with sidebar ordering issues. | ||||
* | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 1 | -8/+8 |
| | |||||
* | Move more account utilities to e-account-utils.c. | Matthew Barnes | 2010-10-19 | 1 | -1/+0 |
| | |||||
* | Kill mail_config_get_gconf_client(). | Matthew Barnes | 2010-10-19 | 1 | -9/+13 |
| | |||||
* | Fix a crapload of run-time warnings. | Matthew Barnes | 2010-09-15 | 1 | -1/+1 |
| | | | | EConfig and EMAccountEditor are very, very brittle. | ||||
* | Bug #580623 - Mishandling of evolution's proxy ignore_hosts key | Milan Crha | 2010-09-03 | 1 | -3/+76 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-08-29 | 1 | -18/+18 |
| | |||||
* | GObject boilerplate cleanup. | Matthew Barnes | 2010-08-25 | 1 | -54/+5 |
| | | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do. | ||||
* | Defer the load / creation of configuration UI with changes to | Michael Meeks | 2010-08-11 | 1 | -1/+1 |
| | | | | | | | | | e_preferences_window to take factory callbacks and store a reference to the shell. - This makes start-up substantially faster, particularly on Atom (eg.). Remove a number of idle handlers used to create these UIs in the first instance, cleaning the code. | ||||
* | Giant leap towards GSEAL compliance. | Matthew Barnes | 2010-04-08 | 1 | -6/+10 |
| | |||||
* | Rename EError to EAlert to match general use better | Jonathon Jongsma | 2009-12-01 | 1 | -1/+0 |
| | | | | | | | | | | 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 | -34/+33 |
| | |||||
* | Prefer G_N_ELEMENTS over sizeof calculations. | Matthew Barnes | 2009-10-27 | 1 | -1/+1 |
| | |||||
* | Fix duplicate symbols in Glade files. | Matthew Barnes | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 1 | -2/+0 |
| | |||||
* | Radically reorganize source code. | Matthew Barnes | 2009-06-25 | 1 | -0/+499 |
- 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. |