Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #603342 - Memory leak fixes | Milan Crha | 2009-12-15 | 1 | -0/+1 |
| | |||||
* | Expand the EMailReader interface so it's easier to use. | Matthew Barnes | 2009-12-02 | 1 | -8/+6 |
| | | | | | | | | Adds the following methods: CamelFolder * (*get_folder) (EMailReader *reader); const gchar * (*get_folder_uri) (EMailReader *reader); GPtrArray * (*get_selected_uids) (EMailReader *reader); | ||||
* | Merge bits and pieces of the anjal-evo-2-30 branch. | Matthew Barnes | 2009-12-01 | 1 | -4/+5 |
| | |||||
* | 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 | 3 | -147/+54 |
| | |||||
* | BugĀ 600926 - Fails to build due to missing dependencies | Jonathon Jongsma | 2009-11-10 | 1 | -0/+1 |
| | |||||
* | Bug #575208 - Use complete template message with all attachments | Milan Crha | 2009-10-24 | 1 | -61/+9 |
| | |||||
* | Bug 596848 - Use per-target CPPFLAGS in automake files | H.Habighorst | 2009-10-01 | 1 | -9/+12 |
| | |||||
* | Goodbye libgnome and libgnomeui!! | Matthew Barnes | 2009-09-19 | 1 | -0/+2 |
| | |||||
* | Bug 594284 - FTBFS: missing links | Diego Escalante Urrelo | 2009-09-06 | 1 | -0/+1 |
| | |||||
* | Cleanup up templates using EPluginUI callback feature. | Matthew Barnes | 2009-09-02 | 2 | -29/+14 |
| | |||||
* | Bug 593675 - Freeze on startup | Milan Crha | 2009-09-01 | 1 | -12/+41 |
| | |||||
* | Fix compiler warnings and deprecated GTK+ API usage. | Matthew Barnes | 2009-08-16 | 1 | -0/+3 |
| | |||||
* | Remove debug messages. | Matthew Barnes | 2009-08-10 | 1 | -4/+0 |
| | |||||
* | Kill EMMenu and EMPopup. | Matthew Barnes | 2009-08-10 | 2 | -175/+248 |
| | | | | | Also finish adapting Templates plugin to EPluginUI. It was still leaning pretty hard on EMPopup. | ||||
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 1 | -2/+0 |
| | |||||
* | Fix "make distcheck" errors and other build cleanups. | Matthew Barnes | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | Get the "templates" plugin working again. | Matthew Barnes | 2009-06-25 | 1 | -9/+9 |
| | |||||
* | More code cleanup. | Matthew Barnes | 2009-06-02 | 1 | -1/+1 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 1 | -8/+8 |
| | |||||
* | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 1 | -21/+21 |
| | |||||
* | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-27 | 1 | -31/+31 |
| | |||||
* | Fix compiler warnings in plugins. | Matthew Barnes | 2009-05-27 | 1 | -2/+2 |
| | |||||
* | Fix several types of pedantic compiler warnings. | Matthew Barnes | 2009-05-17 | 1 | -1/+1 |
| | |||||
* | Add -I$(top_srcdir)/widgets to a bunch of plugins. | Matthew Barnes | 2009-05-05 | 1 | -0/+1 |
| | |||||
* | Use Behdad's brilliant git.mk to generate .gitignore files. | Matthew Barnes | 2009-05-02 | 1 | -0/+2 |
| | |||||
* | Use consistent variable names for GtkUIManager | Matthew Barnes | 2009-04-28 | 1 | -2/+2 |
| | |||||
* | ** Fix for bug #556284 | Bharath Acharya | 2008-10-16 | 2 | -36/+15 |
| | | | | | | | | | | | | | | 2008-10-15 Bharath Acharya <abharath@novell.com> ** Fix for bug #556284 * templates.c: (reply_with_template), * (org_gnome_templates_popup), (action_template_cb): Fixes for fetching the store using mail_component_peek_local_store. Fixes the right-click crash issues caused on OS_WIN32 by Templates plugin. svn path=/trunk/; revision=36620 | ||||
* | License Changes | Sankar P | 2008-09-15 | 2 | -19/+23 |
| | | | | | | | | | | 2008-09-15 Sankar P <psankar@novell.com> License Changes * plugins/templates/templates.c: svn path=/trunk/; revision=36333 | ||||
* | Fix compiler warnings in some of the test programs. | Matthew Barnes | 2008-09-01 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | 2008-09-01 Matthew Barnes <mbarnes@redhat.com> * configure.in: Fix compiler warnings in some of the test programs. * mail/em-composer-utils.c (edit_message): * plugins/email-custom-header/email-custom-header.c: * plugins/templates/templates.c: Don't mix declarations and code. svn path=/trunk/; revision=36242 | ||||
* | Have a check for OS_WIN32 and handle the schema data differently. make | Bharath Acharya | 2008-08-12 | 2 | -4/+22 |
| | | | | | | | | | | 2008-08-12 Bharath Acharya <abharath@novell.com> * Makefile.am: Have a check for OS_WIN32 and handle the schema * data differently. make install error on win32. svn path=/trunk/; revision=35961 | ||||
* | Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows. | Bharath Acharya | 2008-08-12 | 2 | -1/+10 |
| | | | | | | | | | | 2008-08-12 Bharath Acharya <abharath@novell.com> * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows. svn path=/trunk/; revision=35960 | ||||
* | Templates EPlugin : Remove unused header files. | Johnny Jacob | 2008-07-21 | 3 | -1/+7 |
| | | | | svn path=/trunk/; revision=35805 | ||||
* | ** Fixes Bug #200147 | Bharath Acharya | 2008-07-21 | 6 | -0/+1005 |
2008-07-18 Bharath Acharya <abharath@novell.com> ** Fixes Bug #200147 Basic functionality implemented by Diego Escalante Urrelo <diegoe@gnome.org> Everyone owes him a big mug of Beer for that. ** Added Templates plugin * Makefile.am: * apps-evolution-template-placeholders.schemas.in: * org-gnome-templates.eplug.xml: * templates.c: * templates.glade: svn path=/trunk/; revision=35780 |