aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-event.h
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Evolution consists of entirely too many small utility libraries, which increases linking and loading time, places a burden on higher layers of the application (e.g. modules) which has to remember to link to all the small in-tree utility libraries, and makes it difficult to generate API documentation for these utility libraries in one Gtk-Doc module. Merge the following utility libraries under the umbrella of libeutil, and enforce a single-include policy on libeutil so we can reorganize the files as desired without disrupting its pseudo-public API. libemail-utils/libemail-utils.la libevolution-utils/libevolution-utils.la filter/libfilter.la widgets/e-timezone-dialog/libetimezonedialog.la widgets/menus/libmenus.la widgets/misc/libemiscwidgets.la widgets/table/libetable.la widgets/text/libetext.la This also merges libedataserverui from the Evolution-Data-Server module, since Evolution is its only consumer nowadays, and I'd like to make some improvements to those APIs without concern for backward-compatibility. And finally, start a Gtk-Doc module for libeutil. It's going to be a project just getting all the symbols _listed_ much less _documented_. But the skeletal structure is in place and I'm off to a good start.
* Bug #669893 - Send/Receive dialog content too tallMilan Crha2012-05-151-2/+2
|
* Mail widget cleanups.Matthew Barnes2011-11-221-0/+19
|
* Change EMEventTargetFolder contents.Matthew Barnes2011-05-301-5/+5
| | | | | | Give it a CamelStore and folder name instead of an EAccount and folder URI. Both the EAccount and folder URI can be easily retrieved from the CamelStore and folder name.
* Including <glib-object.h> directly is rarely needed.Matthew Barnes2011-05-281-2/+0
|
* EMEventTargetFolder: Add an EAccount member.Matthew Barnes2011-05-031-0/+2
| | | | | The mail-notification plugin can use the EAccount member directly instead of searching for it by URI.
* EMEvent coding style cleanups.Matthew Barnes2011-05-031-25/+45
|
* Coding style cleanups.Matthew Barnes2010-09-131-6/+6
|
* Bug #464400 - New mail notify should display sender and subjectMilan Crha2009-10-311-1/+6
|
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-15/+0
| | | | | | | | | | | | | - 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.
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-281-2/+5
|\
| * Coding style and whitespace cleanups.Matthew Barnes2009-07-261-1/+1
| |
| * Bug #339361 (bnc) - soap threading not working.Chenthill Palanisamy2009-07-231-2/+5
| |
| * Fix excessive whitespace.Matthew Barnes2009-07-131-1/+0
| |
| * Stop abusing forward declarations.Matthew Barnes2009-06-191-13/+9
| |
| * Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-191-7/+2
| |
| * Bug 584154 – custom icon folder hook does not workLucian Langa2009-05-291-2/+3
| |
| * Whitespace cleanup.Matthew Barnes2009-05-291-1/+1
| |
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-291-9/+9
| |
| * Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
| |
* | Fix "make distcheck" errors.Matthew Barnes2009-06-201-17/+0
| |
* | Stop abusing forward declarations.Matthew Barnes2009-06-191-13/+9
| |
* | Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-181-7/+2
| |
* | Bug 584154 – custom icon folder hook does not workLucian Langa2009-06-021-2/+3
| |
* | Whitespace cleanup.Matthew Barnes2009-05-291-1/+1
| |
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-271-9/+9
| |
* | Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
|/
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-7/+7
|
* Fix compiler warnings.Matthew Barnes2009-02-021-0/+2
| | | | svn path=/trunk/; revision=37206
* EPLugin : Added new hook point.Johnny Jacob2009-02-021-0/+15
| | | | svn path=/trunk/; revision=37205
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-14/+15
| | | | svn path=/trunk/; revision=36116
* ** Fix for bug #249844Milan Crha2008-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 2008-08-06 Milan Crha <mcrha@redhat.com> ** Fix for bug #249844 * addressbook/gui/component/addressbook-component.c: * calendar/gui/tasks-component.c: (impl__get_userCreatableItems): * calendar/gui/memos-component.c: (impl__get_userCreatableItems): * mail/mail-component.c: (impl__get_userCreatableItems): * shell/test/evolution-test-component.c: (impl__get_userCreatableItems): (impl__get_userCreatableItems): Do not let compiler claim. * mail/em-event.h: (struct _EMEventTargetCustomIcon): Declare 'folder_name' as const char * to let compiler happy; no copy of the pointer anyway. * calendar/gui/calendar-component.c: (impl__get_userCreatableItems): Use C_() macro instead of Q_() macro. Use fully qualified names for "New" submenu entries. svn path=/trunk/; revision=35916
* ** See bug #544969: Added the hook for folder custom icon.Lucian Langa2008-07-281-0/+15
| | | | | | | | | | | 2008-07-27 Lucian Langa <lucilanga@gnome.org> * mail/em-event.h (struct _EMEventTargetCustomIcon): * mail/em-event.c (em_event_target_new_custom_icon): * mail/em-folder-tree.c (render_pixbuf): ** See bug #544969: Added the hook for folder custom icon. svn path=/trunk/; revision=35842
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
| | | | svn path=/trunk/; revision=35663
* Send the folder name along with the new mail event.Srinivasa Ragavan2008-01-021-0/+1
| | | | | | | | | | | | | 2008-01-02 Srinivasa Ragavan <sragavan@novell.com> * em-event.c: (eme_target_free): * em-event.h: * em-folder-tree-model.c: (em_folder_tree_model_get_folder_name): * em-folder-tree-model.h: * mail-folder-cache.c: (real_flush_updates): Send the folder name along with the new mail event. svn path=/trunk/; revision=34744
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-1/+1
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* 2007-10-03 mcrha Fix for bug #473903Milan Crha2007-10-031-2/+2
| | | | svn path=/trunk/; revision=34346
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
| | | | | | | | | | 2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151
* ** Added the hook for plugging into Send/Receive dialog for theSrinivasa Ragavan2007-07-041-0/+19
| | | | | | | Evolution RSS plugin. svn path=/trunk/; revision=33749
* Improvements to the new mail hook.Srinivasa Ragavan2007-05-031-0/+2
| | | | svn path=/trunk/; revision=33470
* Don't #include <composer/e-msg-composer.h> since we don't install thatMatthew Barnes2007-04-031-3/+3
| | | | | | | | | | | 2007-04-03 Matthew Barnes <mbarnes@redhat.com> * mail/em-event.h: Don't #include <composer/e-msg-composer.h> since we don't install that file. Doing so prevents third-party applications like mail-notification from building. (#400241) svn path=/trunk/; revision=33375
* Creates and returns an event target (composer).Raghavendran R2007-01-231-0/+16
| | | | | | | | | | 2007-01-22 Raghavendran R <raghavguru7@gmail.com> * em-event.[c,h]: (em_event_target_new_composer): Creates and returns an event target (composer). svn path=/trunk/; revision=33135
* Add a REPLY_ALL flag to the Message target. Set the REPLY_ALL flag whenNat Friedman2004-10-221-2/+7
| | | | | | | | | | 2004-10-22 Nat Friedman <nat@novell.com> * em-event.c: Add a REPLY_ALL flag to the Message target. * em-composer-utils.c (em_utils_reply_to_message): Set the REPLY_ALL flag when appropriate. svn path=/trunk/; revision=27689
* emit a 'message.replying' event with a message target.Not Zed2004-10-211-1/+14
| | | | | | | | | | | | | | | | | | | 2004-10-21 Not Zed <NotZed@Ximian.com> * em-composer-utils.c (em_utils_reply_to_message): emit a 'message.replying' event with a message target. 2004-10-21 Nat <nat@novell.com> * em-event.c (em_event_target_new_message): new target type for message-related events. 2004-10-21 Not Zed <NotZed@Ximian.com> * em-folder-view.c (emfv_format_popup_event): put 'evolution' back in the popup hook names. svn path=/trunk/; revision=27673
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+94
svn path=/trunk/; revision=27300