aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/itip-formatter
Commit message (Expand)AuthorAgeFilesLines
* Avoid camel_stream_printf().Matthew Barnes2011-07-061-3/+8
* Call e_cal_client_check_save_schedules() only when found a calendarMilan Crha2011-07-011-1/+1
* Check for cancelled GIO operation error code tooMilan Crha2011-06-281-17/+26
* [itip-formatter] stock_animation is gone, use GtkSpinner insteadMilan Crha2011-06-231-1/+2
* Bug #631954 - itip formatter makes synchronous calls to ecalMilan Crha2011-06-201-114/+243
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-143-135/+137
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* Remove mail_remove_folder().Matthew Barnes2011-05-211-1/+1
* Coding style cleanups.Matthew Barnes2011-05-091-8/+8
* Fix compiler warnings.Matthew Barnes2011-05-031-3/+0
* Drop 'folder_uri' param from em_utils_folder_is_outbox().Matthew Barnes2011-05-031-2/+2
* Drop 'folder_uri' param from em_utils_folder_is_sent().Matthew Barnes2011-05-031-2/+2
* Drop 'folder_uri' param from em_utils_folder_is_drafts().Matthew Barnes2011-05-031-2/+2
* Remove redundant EAccountList utilities.Matthew Barnes2011-04-261-2/+3
* Bug #646197 - Crash with VALARM without ACTION propertyMilan Crha2011-04-181-1/+1
* Adapt to sealed up CamelService.Matthew Barnes2011-04-181-1/+1
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* More whitespace cleanup.Matthew Barnes2011-01-311-40/+40
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-051-6/+27
* Rename CalUnits to EDurationType.Matthew Barnes2010-11-051-4/+4
* Simplify EActivity.Matthew Barnes2010-10-231-1/+3
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-2/+12
* Remove mail_tools_folder_to_url().Matthew Barnes2010-10-131-10/+8
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-5/+6
* Kill em_utils_temp_save_part().Matthew Barnes2010-10-011-4/+109
* Bug #629799 - Crash importing a mail with an ics attachmentMilan Crha2010-09-291-5/+7
* Bug #630294 - Shouldn't send invitation reply when has no organizerMilan Crha2010-09-291-1/+1
* Adapt to Camel API changes.Matthew Barnes2010-09-281-2/+2
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-7/+14
* Coding style cleanups.Matthew Barnes2010-09-131-24/+24
* Bug 627601 - Memory leak in itip_get_comp_attendee()David Woodhouse2010-08-241-1/+3
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-091-14/+15
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-2/+2
* Bug #478090 - Meeting acceptances for attendees who weren't listed are lostMilan Crha2010-05-261-4/+6
* Adapt to Camel API changes.Matthew Barnes2010-05-081-1/+1
* Adapt to Camel API changes.Matthew Barnes2010-04-301-4/+12
* Bug #610495 - Plugins should define e_plugin_lib_enableRoy Marples2010-04-271-0/+7
* Camel is now GObject-based.Matthew Barnes2010-04-241-1/+1
* Bug #360461 - Avoid markup in translatable messagesMilan Crha2010-04-231-46/+62
* Bug 610428 - Duplicate mnemonic in itip formatted messageMatthew Barnes2010-04-181-5/+5
* Adapt to Camel API changes.Matthew Barnes2010-04-131-6/+11
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-082-7/+3
* Adapt to Camel API changes.Matthew Barnes2010-04-041-2/+2
* Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-031-1121/+0
* Only #include Camel's top-level header.Matthew Barnes2010-04-032-15/+0
* Stop relying on CamelObject meta-data.Matthew Barnes2010-04-011-1/+1
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+4
* [itip-formatter] Show reason of failed calendar openMilan Crha2010-02-121-8/+21
* Make authentication functionality availableGustavo Noronha Silva2010-01-271-1/+1
* Remove dead assignments found by clang.Matthew Barnes2010-01-162-6/+3
* Bug #606340 - Crash on non-utf8 letter in mail folder nameMilan Crha2010-01-081-32/+14
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-4/+2
* Bug #329693 - Add contexts to translated "None" wordsMilan Crha2009-12-241-1/+1
* Make the mail folder cache a proper GObjectJonathon Jongsma2009-12-161-1/+2
* Bug #499322 - Use extension for "Save as" suggested file nameMilan Crha2009-12-101-1/+1
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-1/+1
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-4/+4
* port plugins to use new EError APIJonathon Jongsma2009-12-011-7/+10
* Bug #598166 - All Day Meeting String ImprovementMilan Crha2009-11-263-51/+77
* More build failures due to missing internal lib dependenciesJonathon Jongsma2009-11-121-0/+1
* Kill more redundant save dialogs and related utilities.Matthew Barnes2009-11-111-6/+8
* Kill more redundant save functions.Matthew Barnes2009-11-081-2/+40
* Bug #482327 - Save attached calendar with multiple items easilyMilan Crha2009-11-071-1/+32
* Bug #322261 - vCalendar replies are sent out using the default accountMilan Crha2009-10-162-9/+14
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-3/+3
* 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-122-4/+14
* Bug #420513 - Be able to notify about meeting only new attendeesMilan Crha2009-08-111-4/+4
* More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-142-10/+0
* Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
* Bug #346146 - Appointments in Sent folder should not display actionsMilan Crha2009-06-191-4/+24
* More code cleanup.Matthew Barnes2009-06-021-2/+2
* Whitespace cleanup.Matthew Barnes2009-05-291-4/+4
* Prefer GLib basic types over C types.Matthew Barnes2009-05-293-154/+154
* Remove trailing whitespace, again.Matthew Barnes2009-05-293-21/+21
* Merge branch 'warnings'Matthew Barnes2009-05-272-2/+6
|\
| * Fix compiler warnings in plugins.Matthew Barnes2009-05-272-2/+6
* | itip-formatter - search for master object tooMilan Crha2009-05-251-3/+5
|/
* Bug 523216 – User-oriented plugin descriptionsMatthew Barnes2009-05-221-1/+1
* Show a progress message if the calendar is taking sometime to open.Chenthill Palanisamy2009-05-211-2/+5
* Fixes bug 499107 (bnc) - delete all the recurring instances from the folder.Chenthill Palanisamy2009-05-211-2/+10
* Bug 577482 – Bad strings in plugins/itip-formatter/itip-view.cMatthew Barnes2009-05-031-2/+2
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
* ** Fix for bug #571721Milan Crha2009-02-162-0/+7
* Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #548787 (Enable CnP f...Suman Manjunath2009-02-022-0/+25
* ** Fix for bug #541209Suman Manjunath2009-01-212-5/+48
* ** Fix for bug #225712Milan Crha2009-01-194-11/+174
* Fix for bug #561467 - some changes in the core code needed for evolution-mapi.Suman Manjunath2008-11-282-0/+30
* #541121: itip-formatter: don't allow sending a response to meetingPatrick Ohly2008-11-072-1/+11
* Milan Crha <mcrha@redhat.com> ** Fix for bug #514989 (Calculate tomorrow fro...Suman Manjunath2008-10-202-1/+8
* ** Fix for bug #550441Srinivasa Ragavan2008-10-142-0/+8
* ** Fix for bug #550441Milan Crha2008-10-132-6/+11
* #541121: improved itip formatter: allow replying to forwarded and already imp...Patrick Ohly2008-10-102-9/+93
* Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-082-14/+20
* Change licese from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-032-14/+20
* ** Fix for bug #519491Milan Crha2008-10-012-13/+45
* ** Fix for bug #313225Milan Crha2008-09-242-0/+12
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-272-12/+19
* ** Fixes bug #546892Matthew Barnes2008-08-123-4/+10
* ** Fix for bug #491176Milan Crha2008-07-282-7/+17
* Added some FIXME's for code cleanup.Chenthill Palanisamy2008-07-172-0/+7
* Pushing changes from the madagascar branch related to the on-diskSankarasivasubramanian Pasupathilingam2008-07-162-1/+7
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-213-3/+3
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-062-4/+1
* Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-06-022-2/+13
* ** Fixes bug #534360Matthew Barnes2008-05-232-1/+8
* Committing on behalf of Chenthill Palanisamy <pchenthill@novell.com>Chenthill Palanisamy2008-04-302-5/+14
* ** Fix for BNC bug #382687Srinivasa Ragavan2008-04-282-11/+22
* ** Fix for bug #523541Milan Crha2008-03-272-0/+10
* Free the memory returned by e_cal_component_get_recurid_as_string.Chenthill Palanisamy2008-02-252-3/+10
* Fixes#516408 Free the memory returned by libical.Chenthill Palanisamy2008-02-252-5/+20
* ** Follow up on bug #517072Paul Bolle2008-02-202-46/+53
* ** Fix for bug #517072Paul Bolle2008-02-192-1/+8
* ** Part of fix for bug #515744Milan Crha2008-02-182-2/+13
* Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #468427, also fixes a...Suman Manjunath2008-02-052-130/+181
* ** Fix for bug #475781Milan Crha2008-01-252-6/+13
* ** Fixes bug #362638Matthew Barnes2007-12-212-21/+19
* ** Fix for bug #220846Milan Crha2007-12-044-4/+58
* ** Fix for bug #458237Milan Crha2007-11-232-0/+11
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-153-449/+449
* Fix warnings from sparse and gccKjartan Maraas2007-10-312-6/+11
* ** Fixes part of bug #417999Matthew Barnes2007-10-233-28/+40
* 2007-10-04 mcrha Fix for bug #331578Milan Crha2007-10-042-6/+60
* 2007-10-03 mcrha Fix for bug #346146Milan Crha2007-10-034-92/+141
* 2007-10-01 mcrha Fix for bug #428402Milan Crha2007-10-012-2/+10
* Fixes #273417 (bnc)Chenthill Palanisamy2007-09-072-1/+7
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-023-4/+4
* 2007-08-23 mcrha Fix for bug #329746Milan Crha2007-08-242-10/+19
* Fixes #301835 (bnc)Chenthill Palanisamy2007-08-212-4/+12
* ** Fix for bug #460326Srinivasa Ragavan2007-08-062-0/+16
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-6/+0
* Minor typos in strings.Claude Paroz2007-07-212-1/+5
* Fixed a build break.Chenthill Palanisamy2007-07-092-4/+8
* reviewed by: Veerapuram Varadhan <vvaradhan@novell.com>Chenthill Palanisamy2007-07-094-151/+435
* fix some bad mnemonics, mark string for translation. Fixes bug #439186.Andre Klapper2007-06-162-3/+8
* Fix compilation warning in plugins/itip-formatter directory. (#440272)Matthew Barnes2007-06-032-1/+6
* Bug 437584 – Compilation warning in evolution's plugins folderSankarasivasubramanian Pasupathilingam2007-05-112-2/+7
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-202-5/+22
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-302-1/+6
* ** Fixes bug #419524Matthew Barnes2007-03-213-2/+8
* Deletes all instances of a recurrence appointment as soon as theSankar P2007-02-092-12/+55
* correct display of time. Fixes bug #343686.Andre Klapper2006-09-152-1/+5
* ** Fix for bug #347248Srinivasa Ragavan2006-08-232-2/+9
* fix an uninitialized GError - fixes bug 352423. committed by Andre KlapperMatthew Barnes2006-08-232-1/+6
* ** Fix for bug #350395 by Øystein GisnåsSrinivasa Ragavan2006-08-232-2/+11
* Fixes #328268.Chenthill Palanisamy2006-08-192-0/+10
* Add missing argument in the call to itip_send_comp.Harish Krishnaswamy2006-08-111-3/+3
* Add missing argument in the call to itip_send_comp.Harish Krishnaswamy2006-08-112-1/+6
* Added support for shared notes.Chenthill Palanisamy2006-07-224-78/+186
* Handle ICAL_X methods from Microsoft Live as request methods.Harish Krishnaswamy2006-07-062-2/+14
* Free GSList and its data after callingHarish Krishnaswamy2006-06-192-0/+9
* Remove stray debug statements that should not have been committed.Harish Krishnaswamy2006-06-191-2/+0
* Deletes a GroupWise appointment if accepted or deleted.Sankar P2006-06-162-38/+57
* Fixes #179774Chenthill Palanisamy2006-06-162-1/+18
* Fix memory leak. Fixes bug #335423.Chris Heath2006-06-092-0/+7
* Fixes 340296Chenthill Palanisamy2006-06-072-76/+98
* Fix for Bug 331023Devashish Sharma2006-03-101-1/+1
* A typo fix from gfree to g_free.Veerapuram Varadhan2006-02-142-1/+6
* Removing unnecessary markup in translateable string.Karsten Bräckelmann2006-02-132-2/+13
* a11y changes for bug #330723Karsten Bräckelmann2006-02-112-1/+6
* Make this place a bit more quietKjartan Maraas2006-01-283-16/+15
* use e_utf8_strftime() in evolution-data-server/Simon Zheng2006-01-102-0/+7
* changing "cancelled" (British English) to "canceled" (American English).Andre Klapper2006-01-063-7/+14
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-063-2/+9
* Check for static capability only if the ecal already exists. Fixes anotherHarish Krishnaswamy2006-01-032-1/+8
* added a missing word. Fixes bug 325128.Andre Klapper2005-12-311-0/+9
* added a missing word. Fixes bug 325128.Andre Klapper2005-12-301-1/+1
* Marked missing strings translatable. Fixes bug 313554 in CVS HEAD.Andre Klapper2005-12-302-26/+26
* Use g_ascii_strcasecmp() instead of g_strcasecmp().Tor Lillqvist2005-12-182-3/+8
* Drop extra inclusion of e-util/e-time-utils.h, which is going away anyway.Tor Lillqvist2005-11-242-1/+5
* Fixes #308752.Chenthill Palanisamy2005-11-072-1/+7
* Fixes #315345Chenthill Palanisamy2005-09-192-3/+9
* Fixes #313534 Moved the code to display recur check box to cal_opened_cb.Chenthill Palanisamy2005-08-292-8/+14
* add missing headers.Not Zed2005-08-242-0/+6
* fixes a memory leak.Chenthill Palanisamy2005-08-222-13/+24
* Put back in warning messages about calendar not being opened.Carsten Guenther2005-08-212-0/+13
* NULL-terminate calls to e_error_run; fixed typos in if-statement; someCarsten Guenther2005-08-192-26/+38
* Fixes #305627.Chenthill Palanisamy2005-08-122-2/+49
* Fixes #307841Chenthill Palanisamy2005-08-092-0/+13
* applied patch submitted by <tommi.komulainen@iki.fi> do not send "cid:" toVivek Jain2005-07-282-8/+24
* Fixed a memory leak and a crash when start date does is not present.Chenthill Palanisamy2005-07-202-3/+8
* Set the reccurrence id for the reccurring appointment. Set the MOD-TYPEChenthill Palanisamy2005-07-192-25/+78
* Support for groupwise recurrences.Chenthill Palanisamy2005-07-114-5/+103
* Use NO_UNDEFINED. Link with more libraries.Tor Lillqvist2005-06-272-1/+11
* Added support for delegation in personal calendarChenthill Palanisamy2005-06-215-45/+293
* Use SOEXT.Tor Lillqvist2005-06-182-1/+5
* error file moves/e-error.h movesMichael Zucci2005-05-162-1/+5
* setup cleanfiles & fix extra_distNot Zed2005-05-112-1/+7
* fix names so that intltool will parse as xmlMichael Zucci2005-05-064-9/+16
* Fixes #74265 In time_days_in_month the months are indexed from 0, soChenthill Palanisamy2005-04-082-3/+10
* Fixes #74291JP Rosevear2005-04-082-1/+8
* Fixes #73844JP Rosevear2005-04-012-1/+8
* add a11y name to Conflict Search Table Fixes #73914Li Yuan2005-03-302-0/+7
* set the type appropriately so that assigned tasks can be handledJP Rosevear2005-03-152-0/+19
* clean up author/descriptions for various plugins.Björn Torkelsson2005-02-252-3/+13
* specify id for config pageJP Rosevear2005-02-072-1/+5
* Set the spacing for ourself to 12 to be HIG compliant as we are a GtkHBoxRodney Dawes2005-02-042-23/+36
* reviewed by Harish Krishnaswamy <kharish@novell.com>Chenthill Palanisamy2005-02-022-1/+12
* make tomorrow and this week strings work properlyJP Rosevear2005-01-282-3/+50
* remove debug testJP Rosevear2005-01-282-1/+5
* add some debugging spewJP Rosevear2005-01-281-5/+5
* add some debugging spewJP Rosevear2005-01-282-2/+13
* deal with the itip message having an individual instance.Rodrigo Moya2005-01-272-3/+9
* Fixes #71485JP Rosevear2005-01-273-37/+48
* actually destroy the client hashes so the signals get cleaned upJP Rosevear2005-01-262-2/+23
* use camel_data_wrapper_decode_to_stream instead ofJP Rosevear2005-01-142-1/+7
* handle UTC dtstart/dtend properlyJP Rosevear2005-01-142-2/+11
* Fixes #29985JP Rosevear2005-01-122-1/+11
* Fixed a compiler warning.Harish Krishnaswamy2005-01-112-1/+5
* set to the new items, duhJP Rosevear2005-01-112-2/+6
* *** empty log message ***JP Rosevear2005-01-111-1/+4
* compare pointers instead of content idJP Rosevear2005-01-112-2/+6
* More attachment updatesJP Rosevear2005-01-111-26/+45
* dont handle attachments in case of declineHarish Krishnaswamy2005-01-111-44/+29
* first crack at saving attachments for the backend (extract_itip_data):JP Rosevear2005-01-102-3/+12
* first crack at saving attachments for the backendJP Rosevear2005-01-102-0/+81
* remove error modeJP Rosevear2005-01-103-24/+64
* accessor (itip_view_get_delegator): dittoJP Rosevear2005-01-104-3/+124
* launch an evolution window pointing at the calendar date of theJP Rosevear2005-01-102-2/+25
* only check for conflicts if the source has the conflict propertyJP Rosevear2005-01-102-15/+100
* update itip_send_comp calls with the new prototype.Harish Krishnaswamy2005-01-082-2/+7
* new protosJP Rosevear2005-01-084-9/+202
* ensure there is only one attendee in the RSVP even if the user isJP Rosevear2005-01-082-2/+14
* protosJP Rosevear2005-01-084-22/+124
* add protosJP Rosevear2005-01-074-21/+205
* Dist the errors data properly, and add the .eplug output file toRodney Dawes2005-01-062-2/+8
* Don't do set_usize () on the containerRodney Dawes2005-01-042-1/+5
* load accountsJP Rosevear2005-01-042-0/+7
* remove unused messageJP Rosevear2005-01-043-9/+12
* implement cancel (update_item): add cancel info itemJP Rosevear2005-01-042-7/+19
* utility routine to make it easier to add info itemsJP Rosevear2005-01-044-30/+74
* move the adjust item work here when we actually have the calendarJP Rosevear2005-01-042-59/+60
* move the adjust item work here when we actually have the calendarJP Rosevear2005-01-042-5/+45
* add response enumsJP Rosevear2005-01-047-35/+288
* new protos, signalJP Rosevear2005-01-034-114/+749
* new protosJP Rosevear2004-12-305-40/+953
* Initial checkin of new itip formatterJP Rosevear2004-12-237-0/+1135