aboutsummaryrefslogtreecommitdiffstats
path: root/modules/itip-formatter
Commit message (Collapse)AuthorAgeFilesLines
* Make EMailPartList thread-safe.Matthew Barnes2012-12-081-3/+3
| | | | | | Exposing data members in the public struct is unwise, especially when EMailPartList is used from multiple threads. Instead keep the members private and provide a set of thread-safe functions to manipulate them.
* EMailFormatterContext: Keep a reference to EMailPartList.Matthew Barnes2012-12-081-8/+14
| | | | | Replace the individual components of an EMailPartList with a reference on the EMailPartList itself in EMailFormatContext. Easier to manage.
* Bug #687999 - 'Open calendar' in invitation email does nothingMilan Crha2012-11-121-50/+25
|
* Coding style and whitespace cleanup.Matthew Barnes2012-11-112-20/+25
|
* Bug #687442 - Magic spacebar avoids iTip formatter comment writeMilan Crha2012-11-021-6/+6
|
* Prefer e_source_registry_check_enabled().Matthew Barnes2012-10-261-3/+3
| | | | | Prefer e_source_registry_check_enabled() over e_source_get_enabled() for most instances where we want to exclude disabled data sources.
* [itip-formatter] Do not include empty values in a printoutMilan Crha2012-09-121-22/+38
|
* [itip-formatter] May not send replies on meeting request mailsMilan Crha2012-09-101-1/+1
|
* [itip-formatter] Cancel pending event searches when any foundMilan Crha2012-09-101-3/+37
|
* Add support for application/ics to ITIP formatterDan Vrátil2012-08-282-3/+20
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-203-86/+127
|
* Remove GroupWise specific code from itip-formatterMilan Crha2012-08-132-55/+0
| | | | | | | | This had been removing meeting invitations from mail folders when they were added to calendars which had set "save-schedules", but it removed them only from summary, thus server had the message still there, only users didn't see them. As a comment said, this belongs to GroupWise mail provider anyway, thus I removed it.
* Fix redefinition of EMailPartItip in itip-view.hMilan Crha2012-08-091-3/+5
|
* Bug #681400 - Fix build against WebKitGtk+ 1.9.6Dan Vrátil2012-08-081-2/+10
|
* Bug #679404 - Read colors for message preview from Gtk themeDan Vrátil2012-07-273-10/+9
|
* Bug #679049 - [itip-formatter] Cannot reply to meeting invitationDan Vrátil2012-07-181-8/+43
|
* Bug #548778 - Use original location when replying in Search FolderMilan Crha2012-07-111-1/+1
|
* itip-formatter/plugin: Can't link a module to another module.Matthew Barnes2012-06-261-2/+5
| | | | | Point modules/itip-formatter/plugin/Makefile.am to the source files it needs from the module directory. Have to rebuild them for the plugin.
* Include e-mail-part-itip.h in tarball.Matthew Barnes2012-06-261-0/+1
| | | | Private header, but still need to distribute it.
* itip-formatter: Forgot to build the EPluginMatthew Barnes2012-06-261-0/+2
|
* Coding style and whitespace cleanup.Matthew Barnes2012-06-252-8/+8
|
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-252-4/+0
| | | | G_DEFINE_TYPE macros define a static "parent_class" variable.
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+3
|
* Fix typo in SOURCES for itip-formatterMilan Crha2012-06-151-1/+1
|
* Add forgotten -include $(top_srcdir)/git.mk to Makefile.am filesMilan Crha2012-06-141-0/+2
|
* Bug #677607 - Closing Mail Browser emits critical warningsDan Vrátil2012-06-131-2/+4
|
* itip-formatter: Remove redundant declaration.Matthew Barnes2012-06-091-2/+0
|
* ItipView should hold a reference to underlaying WebKitDOMDocumentDan Vrátil2012-06-081-1/+2
|
* Bug #670876 - Missing mnemonics for buttons for vcard attached to emailDan Vrátil2012-06-081-43/+4
|
* Fix build issue in itip-formatterMilan Crha2012-06-071-1/+3
|
* Mail formatter rewrite - convert some plugins to modulesDan Vrátil2012-06-0617-0/+7880
audio-inline, itip-formatter, prefer-plain, tnef-attachments and vcard-inline plugins were converted to modules so that they can fit into concept of the new formatter. Every module still installs .eplug file, because there is no suitable API at the moment to register plugins to the plugins dialog and to extend the Preferences dialog.