Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-08-20 | 3 | -86/+127 |
| | |||||
* | Remove GroupWise specific code from itip-formatter | Milan Crha | 2012-08-13 | 2 | -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.h | Milan Crha | 2012-08-09 | 1 | -3/+5 |
| | |||||
* | Bug #681400 - Fix build against WebKitGtk+ 1.9.6 | Dan Vrátil | 2012-08-08 | 1 | -2/+10 |
| | |||||
* | Bug #679404 - Read colors for message preview from Gtk theme | Dan Vrátil | 2012-07-27 | 3 | -10/+9 |
| | |||||
* | Bug #679049 - [itip-formatter] Cannot reply to meeting invitation | Dan Vrátil | 2012-07-18 | 1 | -8/+43 |
| | |||||
* | Bug #548778 - Use original location when replying in Search Folder | Milan Crha | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | itip-formatter/plugin: Can't link a module to another module. | Matthew Barnes | 2012-06-26 | 1 | -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 Barnes | 2012-06-26 | 1 | -0/+1 |
| | | | | Private header, but still need to distribute it. | ||||
* | itip-formatter: Forgot to build the EPlugin | Matthew Barnes | 2012-06-26 | 1 | -0/+2 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-06-25 | 2 | -8/+8 |
| | |||||
* | Reduce usage of g_type_class_peek_parent(). | Matthew Barnes | 2012-06-25 | 2 | -4/+0 |
| | | | | G_DEFINE_TYPE macros define a static "parent_class" variable. | ||||
* | Do not call g_object_notify() when property didn't change | Milan Crha | 2012-06-18 | 1 | -0/+3 |
| | |||||
* | Fix typo in SOURCES for itip-formatter | Milan Crha | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Add forgotten -include $(top_srcdir)/git.mk to Makefile.am files | Milan Crha | 2012-06-14 | 1 | -0/+2 |
| | |||||
* | Bug #677607 - Closing Mail Browser emits critical warnings | Dan Vrátil | 2012-06-13 | 1 | -2/+4 |
| | |||||
* | itip-formatter: Remove redundant declaration. | Matthew Barnes | 2012-06-09 | 1 | -2/+0 |
| | |||||
* | ItipView should hold a reference to underlaying WebKitDOMDocument | Dan Vrátil | 2012-06-08 | 1 | -1/+2 |
| | |||||
* | Bug #670876 - Missing mnemonics for buttons for vcard attached to email | Dan Vrátil | 2012-06-08 | 1 | -43/+4 |
| | |||||
* | Fix build issue in itip-formatter | Milan Crha | 2012-06-07 | 1 | -1/+3 |
| | |||||
* | Mail formatter rewrite - convert some plugins to modules | Dan Vrátil | 2012-06-06 | 17 | -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. |