aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/mail-settings-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the settings capplet.Matthew Barnes2012-08-111-297/+0
| | | | | | | | | | The evolution-settings capplet was originally designed for Anjal, it was used in MeeGo as part of the Express Mode effort, but doesn't really fit in GNOME 3 nowadays (nor did it really fit in GNOME 2, in my opinion). This is pretty clearly dead weight at this point. The MeeGo developers have disappeared, and the remaining Evolution developers are not and do not intend to maintain it. Plus it doesn't even build currently.
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-12/+0
| | | | G_DEFINE_TYPE macros define a static "parent_class" variable.
* Adapt evolution-settings capplet to the new ESource API.Matthew Barnes2012-06-031-4/+14
|
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-7/+15
|
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-2/+4
| | | | | | | 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.
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-12/+22
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-1/+1
|
* Coding style cleanups.Matthew Barnes2011-05-091-17/+17
|
* No more "expose-event" on GtkWidgetMilan Crha2011-01-261-19/+1
|
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-191-1/+0
|
* Coding style cleanups.Matthew Barnes2010-09-131-23/+23
|
* Bug 629250 - Fix translatable string format in mail-settings-view.cGabor Kelemen2010-09-111-1/+1
|
* Bug 629253 - Remove unnecessary markupGabor Kelemen2010-09-111-1/+1
|
* Bug #360461 - Avoid markup in translatable messagesMilan Crha2010-04-231-1/+4
|
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-1/+3
| | | | | | | | | | | | | | | Still remaining: GtkAccessible::widget GtkAssistant::forward GtkAssistant::back GtkObject::flags GtkTreeStore::stamp The GtkAssistant fields are related to bug #596428. We don't need accessor functions so much as the enhancement described there implemented. https://bugzilla.gnome.org/show_bug.cgi?id=615613
* Capplet cleanups.Matthew Barnes2010-04-011-19/+15
|
* Restructure capplet stuffs and load only on express mode.Srinivasa Ragavan2010-03-141-0/+297