aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/itip-formatter/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Mail formatter rewrite - convert some plugins to modulesDan Vrátil2012-06-061-56/+0
| | | | | | | | | | 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.
* Adapt itip-formatter plugin to the new ESource API.Matthew Barnes2012-06-031-24/+38
|
* WebKit port - port pluginsDan Vrátil2012-03-291-4/+3
|
* Add missing linker flags.Matthew Barnes2012-03-041-2/+3
|
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-0/+2
| | | | | | | These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service.
* Simplify library dependency flags.Matthew Barnes2011-10-051-5/+5
| | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed.
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-4/+2
|
* More build failures due to missing internal lib dependenciesJonathon Jongsma2009-11-121-0/+1
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-6/+9
|
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-191-0/+2
|
* Bug 594284 - FTBFS: missing linksDiego Escalante Urrelo2009-09-061-0/+2
|
* Get the itip-formatter plugin working.Matthew Barnes2009-08-121-0/+1
|
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
|
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2
|
* Use NO_UNDEFINED. Link with more libraries.Tor Lillqvist2005-06-271-1/+7
| | | | | | | | 2005-06-27 Tor Lillqvist <tml@novell.com> * */Makefile.am: Use NO_UNDEFINED. Link with more libraries. svn path=/trunk/; revision=29593
* setup cleanfiles & fix extra_distNot Zed2005-05-111-1/+3
| | | | | | | | 2005-05-11 Not Zed <NotZed@Ximian.com> * Makefile.am: setup cleanfiles & fix extra_dist svn path=/trunk/; revision=29323
* fix names so that intltool will parse as xmlMichael Zucci2005-05-061-6/+6
| | | | | | | remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
* Dist the errors data properly, and add the .eplug output file toRodney Dawes2005-01-061-2/+3
| | | | | | | | | 2005-01-05 Rodney Dawes <dobey@novell.com> * Makefile.am: Dist the errors data properly, and add the .eplug output file to BUILT_SOURCES svn path=/trunk/; revision=28247
* add response enumsJP Rosevear2005-01-041-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-03 JP Rosevear <jpr@novell.com> * itip-view.h: add response enums * itip-view.c (set_buttons): fiddle with button names and response enums * itip-formatter.c (find_server): don't include our uid in the conflicts search (update_attendee_status): update the status of the attendee and save it out (adjust_item): get relevant properties for items that might contain them if sent from an attendee (get_real_item): get the actual, current item (send_item): send the item (view_response_cb): handle REPLY and REFRESH requests (format_itip_object): adjust the item if necessary and set the attendee for reply/refresh; prevent crash if no description (pitip_free): skeleton free function (format_itip): load delete message setting (delete_toggled_cb): set delete message setting based on toggle (itip_formatter_page_factory): make the delete message check box work * Makefile.am: install e-error messages svn path=/trunk/; revision=28216
* Initial checkin of new itip formatterJP Rosevear2004-12-231-0/+14
2004-12-22 JP Rosevear <jpr@novell.com> * Initial checkin of new itip formatter svn path=/trunk/; revision=28184