aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/em-mailer-prefs.c
Commit message (Collapse)AuthorAgeFilesLines
* BugĀ 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-77/+81
|
* Mark also create_combo_text_widget() for exportTor Lillqvist2009-11-121-1/+1
| | | | As it is used from mail/mail-config.glade.
* Bug #597582 - Original Date: header should be given precedenceDavid Woodhouse2009-11-051-2/+9
|
* BugĀ 599837 - Junk plugin combo box is invisibleMatthew Barnes2009-10-301-2/+8
|
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-1/+1
|
* Fix duplicate symbols in Glade files.Matthew Barnes2009-09-251-1/+1
|
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-64/+64
| | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing.
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-13/+13
| | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook.
* Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-121-0/+7
|
* Fix excessive whitespace.Matthew Barnes2009-07-141-4/+0
|
* Kill the last GtkOptionMenu instances.Matthew Barnes2009-07-031-40/+8
| | | | | | | Wrote a new widget (ECharsetComboBox) to replace e-charset-picker.c. The widget provides a "charset" string property that allows us to bind to GConf keys (via EShellSettings). Moved e_charset_add_radio_actions() to e-util/e-charset.c. Updated Glade files, #include lines, etc.
* Fix merge issues in EMAccountEditor.Matthew Barnes2009-07-021-54/+71
|
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+1332
- 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.