Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | Fix a crash in capplet. | Srinivasa Ragavan | 2012-02-16 | 1 | -34/+1 |
| | |||||
* | Make Capplet work again with new CamelSettings and other stuffs. Also add | Srinivasa Ragavan | 2012-02-16 | 1 | -2/+53 |
| | | | | | EPlugin support to capplet so that exchange and other accoutns can be configured via this. now. | ||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Remove g_thread_init() calls. | Matthew Barnes | 2011-10-27 | 1 | -5/+0 |
| | | | | g_type_init() already calls it, and has for several GLib releases. | ||||
* | Call g_thread_init() conditionally | Milan Crha | 2011-10-24 | 1 | -0/+2 |
| | |||||
* | Trivial little cleanups. | Matthew Barnes | 2011-10-19 | 1 | -1/+0 |
| | | | | | | To synchronize with the "wip/gsettings" branch. Mostly just removing unneeded "gconf-bridge.h" includes. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 1 | -2/+3 |
| | |||||
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -2/+4 |
| | |||||
* | Rip out Anjal-specific cruft we don't need. | Matthew Barnes | 2011-03-28 | 1 | -54/+2 |
| | | | | | Need to trim off the fat if we're ever going to merge the souped up mail account wizard. Still a long way to go... | ||||
* | evolution-settings doesn't really need to be unique. | Matthew Barnes | 2011-03-25 | 1 | -52/+0 |
| | | | | | | This thing is kind of a weird hybrid of Anjal and Evolution code anyway. We should figure out if and where it really belongs in Evolution and get the Anjal references cleaned up. | ||||
* | Bug 641756 - Fix warnings from GCC 4.6 | Kjartan Maraas | 2011-02-09 | 1 | -8/+0 |
| | | | | GCC learned how to find dead assignments. | ||||
* | Call setlocale() instead of gtk_set_locale(). | Matthew Barnes | 2010-12-23 | 1 | -1/+2 |
| | | | | gtk_set_locale() has been deprecated in GTK+ 2.23.3. | ||||
* | Increase safety on Windows | Fridrich Štrba | 2010-09-15 | 1 | -5/+30 |
| | | | | Call SetDllDirectory() to reduce risk of DLL hijacking, and call SetProcessDEPPolicy() to reduce risk of rogue code execution. | ||||
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 1 | -7/+7 |
| | |||||
* | Remove the last traces of dbus-glib. | Matthew Barnes | 2010-08-29 | 1 | -1/+0 |
| | |||||
* | We are not using dbus-glib anymore, don't call dbus_g_thread_init | Fridrich Štrba | 2010-08-05 | 1 | -1/+0 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-06-07 | 1 | -4/+5 |
| | |||||
* | Use accessor functions instead direct access (GSEAL work) | Javier Jardón | 2010-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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 Barnes | 2010-04-01 | 1 | -82/+13 |
| | |||||
* | Remove some more unnecessary windows workarounds. | Fridrich Strba | 2010-03-15 | 1 | -6/+23 |
| | |||||
* | warning cleanup | Michael Meeks | 2010-03-14 | 1 | -2/+1 |
| | |||||
* | Restructure capplet stuffs and load only on express mode. | Srinivasa Ragavan | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Integrate into new account button. | Srinivasa Ragavan | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Integrate account assistant wizard to anjal style. | Srinivasa Ragavan | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Add control center capplet from anjal to evolution. Name it | Srinivasa Ragavan | 2010-03-14 | 1 | -0/+319 |
evolution-settings. |