aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/attachment-reminder/attachment-reminder.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-201-4/+4
| | | | | Clean up resulting deprecation warnings, which were all related to GtkOrientable consolidation (e.g. gtk_hbox_new() -> gtk_box_new()).
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-1/+1
|
* Fix memory leaks around gtk_tree_model_get() functionMilan Crha2012-05-311-0/+2
|
* Whitespace cleanups.Matthew Barnes2012-05-131-7/+7
|
* Bug #674037 - [attachment-reminder] Parses message body inefficientlyMilan Crha2012-04-171-54/+158
|
* Bug #593450 - attachment-reminder-plugin: minor tweak to configuration tabAshwini Oruganti2012-03-261-2/+2
|
* Move EAlert* and e-xml-utils references from other part of the code to ↵Srinivasa Ragavan2012-03-031-1/+1
| | | | libevolution-utils.
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-14/+34
|
* Tweak GSettings schemas.Matthew Barnes2011-11-231-2/+2
| | | | | | | | - Don't use the term "eplugin" for modules. - Use the term "plugin" instead of "eplugin" for plugins. - Split SpamAssassin settings into a separate schema.
* Make it fully buildRodrigo Moya2011-11-091-1/+1
|
* Migrate attachment reminder plugin to GSettingsRodrigo Moya2011-11-041-29/+28
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-141-15/+30
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-0/+4
|
* Coding style cleanups.Matthew Barnes2011-06-301-1/+1
|
* Fix alignment of extra widgets in EAlertDialogs.Matthew Barnes2011-06-301-10/+13
| | | | | | | Add e_alert_dialog_get_content_area(), which returns the GtkVBox containing the primary and secondary labels. Use this instead of gtk_dialog_get_content_area() to maintain the dialog's left margin beneath the image.
* Bug 645545 - Attachment reminder dialog uses wrong expandMatthew Barnes2011-06-301-2/+1
|
* Coding style cleanups.Matthew Barnes2010-09-131-10/+10
|
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-1/+1
|
* Bug 624216 - Runtime warning in Attachment Reminder pluginMatthew Barnes2010-07-131-96/+41
| | | | Also fixes the same bug in Email Custom Header plugin.
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-3/+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
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-2/+5
|
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-8/+0
|
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-2/+2
| | | | | | The changes are mainly including the e-alert-header.h header instead of just e-alert.h. This allows us to include e-alert.h in non-UI situations when necessary.
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-2/+2
| | | | | | | | | | 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
* Remove the last traces of libglade.Matthew Barnes2009-11-211-1/+0
|
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-14/+53
|
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-2/+2
| | | | | | | | | | | | | - 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.
* More whitespace cleanup.Matthew Barnes2009-07-191-2/+2
|
* Fix excessive whitespace.Matthew Barnes2009-07-141-2/+0
|
* 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-1/+1
|
* Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-281-5/+8
| | | | | Oops, last commit only included the -new- files. This also removes EExpander, which is no longer used.
* Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-241-13/+14
| | | | svn path=/trunk/; revision=36443
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
| | | | svn path=/trunk/; revision=35665
* Attachment Reminder : Fixes Bug #208943. Add attachment button added.Johnny Jacob2008-06-091-5/+11
| | | | svn path=/trunk/; revision=35613
* Fix for Bug 496476 : Let the plugin configure widgets expand (resize).Johnny Jacob2008-05-261-3/+1
| | | | svn path=/trunk/; revision=35549
* Attachment Reminder - Fixes Bug #529995. Disable the plugin when user says - ↵Johnny Jacob2008-05-231-37/+23
| | | | | | do not show this message again svn path=/trunk/; revision=35529
* attachment-reminder.c (strip_text_msg): Wrong condition checkJohnny Jacob2008-05-221-1/+1
| | | | svn path=/trunk/; revision=35523
* Fix for #473198. Attachment Reminder Plugin : Ignore signatures when looking ↵Johnny Jacob2008-05-211-2/+4
| | | | | | for clues. svn path=/trunk/; revision=35521
* Fix a compiler warning.Matthew Barnes2008-02-031-1/+1
| | | | | | | | | | | | | | | 2008-02-03 Matthew Barnes <mbarnes@redhat.com> * pluginsattachment-reminder.c (org_gnome_evolution_attachment_reminder): Fix a compiler warning. * widgets/text/e-text.c (update_im_cursor_position): * widgets/text/e-text.c (e_text_get_cursor_locations): Remove these unused functions to silence compiler warnings. svn path=/trunk/; revision=34952
* Fix for #503327 : Fixes memory leaks and a buffer overflow in attachment ↵Johnny Jacob2008-01-251-7/+18
| | | | | | reminder. svn path=/trunk/; revision=34890
* Attachment reminder cleanup. Fixes 502312. Added some more fixes over Milan ↵Johnny Jacob2007-12-151-77/+78
| | | | | | Crha's work. svn path=/trunk/; revision=34700
* Move preferences to the configure tab.Sankar P2007-12-051-5/+8
| | | | | | | | | | | 2007-12-05 Sankar P <psankar@novell.com> * attachment-reminder.c: (e_plugin_lib_get_configure_widget): Move preferences to the configure tab. svn path=/trunk/; revision=34651
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-6/+6
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Fix warnings from sparse and gccKjartan Maraas2007-10-311-4/+5
| | | | svn path=/trunk/; revision=34458
* Fix for bug #468366. Committing on behalf of B S SrinidhiJohnny Jacob2007-09-071-6/+85
| | | | | | <srinidhi.bs@gmail.com> svn path=/trunk/; revision=34193
* 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
* ** Fix for bug #460821Hiroyuki Ikezoe2007-08-031-1/+1
| | | | | | | | | | | | 2007-08-03 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #460821 * attachment-reminder.c: (strip_text_msg): The second argument of g_utf8_strdown() expects the length of string in bytes or -1. svn path=/trunk/; revision=33943
* Configure attachment-reminder plugin within the plugin-manager.Sankar P2007-07-261-19/+35
| | | | | | | | | | | | 2007-07-26 Sankar P <psankar@novell.com> * attachment-reminder.c: (e_plugin_lib_configure), (org_gnome_attachment_reminder_config_option): * attachment-reminder.glade: Configure attachment-reminder plugin within the plugin-manager. svn path=/trunk/; revision=33854
* Plugged memory leak and the second argument of g_utf8_strdown() should beHiroyuki Ikezoe2007-07-261-9/+21
| | | | | | | | | | 2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net> * attachment-reminder.c: Plugged memory leak and the second argument of g_utf8_strdown() should be in bytes. svn path=/trunk/; revision=33842
* Added mnemonics. Fixed warnings. Added new strings.Johnny Jacob2007-07-091-11/+12
| | | | | | | | | | | 2007-07-09 Johnny Jacob <jjohnny@novell.com> * attachment-remidner.glade : Added mnemonics. * attachment-reminder.c : Fixed warnings. * org-gnome-attachment-reminder.errors.xml : Added new strings. svn path=/trunk/; revision=33780
* Commit for tnef attachment and attachment reminderSrinivasa Ragavan2007-07-091-0/+418
svn path=/trunk/; revision=33769