aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-189-63/+18
* Fix coding style.Matthew Barnes2009-06-142-8/+8
* Thought of a better way to copy folder tree state.Matthew Barnes2009-06-142-2/+0
* Use key files for tracking widget states.Matthew Barnes2009-06-132-0/+4
* Avoid the console popping while evolution running on windowsFridrich Strba2009-06-091-0/+4
* Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-096-19/+20
* Bug #581780 - Remember passwords in keyring for web calendars tooMilan Crha2009-06-041-9/+75
* Fix build break.Matthew Barnes2009-06-021-1/+1
* More code cleanup.Matthew Barnes2009-06-0236-127/+127
* Fix more compiler warnings.Matthew Barnes2009-06-021-1/+1
* Whitespace cleanup.Matthew Barnes2009-05-2943-167/+167
* Bug #583441 - bbdb plugin is getting information from composer nowMilan Crha2009-05-291-26/+30
* Get the mailer's URI popup menu working.Matthew Barnes2009-05-284-182/+0
* Prefer GLib basic types over C types.Matthew Barnes2009-05-27106-1470/+1470
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-27122-580/+689
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-27118-420/+420
| * Merge branch 'warnings'Matthew Barnes2009-05-2740-152/+178
| |\
| | * Fix compiler warnings in plugins.Matthew Barnes2009-05-2740-152/+178
| * | Bug #578335 - CalDAV - replace '@' in username to "%40"Milan Crha2009-05-251-9/+46
| * | itip-formatter - search for master object tooMilan Crha2009-05-251-3/+5
| |/
| * Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-243-3/+3
| * Adding the new file which was missed in earlier commit for resend feature.Chenthill Palanisamy2009-05-221-0/+44
* | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-253-3/+3
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-2239-57/+54
|\|
| * Bug 523216 – User-oriented plugin descriptionsMatthew Barnes2009-05-2242-62/+59
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-227-28/+291
|\|
| * Show a progress message if the calendar is taking sometime to open.Chenthill Palanisamy2009-05-211-2/+5
| * Adds the resend feature to GroupWise features.Chenthill Palanisamy2009-05-214-20/+269
| * Fixes bug 499107 (bnc) - delete all the recurring instances from the folder.Chenthill Palanisamy2009-05-211-2/+10
| * Merge branch 'vcard-inline'Matthew Barnes2009-05-213-0/+335
| |\
| | * Use proper ngettext support in vcard-inline.cMatthew Barnes2009-05-211-2/+5
| | * Remove generated files from git.Matthew Barnes2009-05-063-61/+0
| | * Remove auto-generated files from git.Matthew Barnes2009-05-062-1428/+0
| | * Make vcard-inline actually work.Matthew Barnes2009-05-067-52/+10
| | * Convert the vCard Bonobo control to an EMFormatHook plugin.Matthew Barnes2009-05-0612-0/+1863
| * | Fix compiler warnings.Matthew Barnes2009-05-171-4/+4
| * | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-1711-28/+15
| |/
* | Fix compiler warnings.Matthew Barnes2009-05-211-4/+4
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-2113-30/+21
* | Use -no-undefined on Linux tooMilan Crha2009-05-2021-65/+51
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-0615-248/+342
|\|
| * Do not use deprepcate e_source_list_peek_group_by_nameMilan Crha2009-05-051-4/+6
| * Fix a build break in external-editor plugin.Matthew Barnes2009-05-051-0/+1
| * Fix an eplug typo.Matthew Barnes2009-05-051-1/+1
| * Add -I$(top_srcdir)/widgets to a bunch of plugins.Matthew Barnes2009-05-054-0/+4
| * Re-mark some metadata strings for translationMatthew Barnes2009-05-051-2/+2
| * Fix a -Werror-implicit-function-declaration regressionMatthew Barnes2009-05-051-0/+1
| * BUGFIX: 547414 - Publish Free/Busy calendar for configurable timeMilan Crha2009-05-046-17/+171
| * BUGFIX: 578540 - Create address book entries when sending mailsLucian Langa2009-05-042-46/+51
| * BUGFIX: 553261 - Handle absolute paths in gconf betterMilan Crha2009-05-042-179/+108
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-043-6/+6
|\|
| * ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-043-6/+6
| * Bug 575124 – Clarify "S_pecify the mailbox name" stringMatthew Barnes2009-05-031-1/+2
| * Bug 577482 – Bad strings in plugins/itip-formatter/itip-view.cMatthew Barnes2009-05-031-2/+2
| * Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-032-6/+6
| * Bug 542685 – [default-mailer] Leaking GConfValueMatthew Barnes2009-05-031-2/+2
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-0248-1/+94
| * Fix distcheck errors.Matthew Barnes2009-05-012-18/+1
| * Only #include specific libgnome[ui] headers; easier to track.Matthew Barnes2009-05-016-7/+11
| * More gnome-init cleanup for bug #567283.Matthew Barnes2009-05-013-6/+0
| * Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helperMatthew Barnes2009-05-011-0/+1
| * Bug 580894 – Kill libgnome/gnome-util (partial fix)Matthew Barnes2009-05-011-10/+9
| * Bump the required GLib and GTK+ versions to latest stable.Matthew Barnes2009-05-011-4/+0
| * BUGFIX: bug #579774 Use spamc to learn junk if availableDavid Ronis2009-04-301-8/+57
| * External Editor rewrite by Holger Macht. Fixes #567145Holger Macht2009-04-286-165/+300
| * Store username in a source URL in CalDAVMilan Crha2009-04-282-1/+21
| * Add some initial .gitignore files.Matthew Barnes2009-04-281-0/+1
| * Use consistent variable names for GtkUIManagerMatthew Barnes2009-04-283-6/+6
| * Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-2810-1181/+8
| * Define .error files correctly and external-editor crash fixMilan Crha2009-04-2713-82/+124
| * Be able to save mail to event, meeting, task or memoMilan Crha2009-04-258-403/+306
| * Use new ESourceList API (simplifies code)Milan Crha2009-04-258-125/+36
* | Bug 575124 – Clarify "S_pecify the mailbox name" stringMatthew Barnes2009-05-041-1/+2
* | Bug 577482 – Bad strings in plugins/itip-formatter/itip-view.cMatthew Barnes2009-05-041-2/+2
* | Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-042-6/+6
* | Bug 542685 – [default-mailer] Leaking GConfValueMatthew Barnes2009-05-041-2/+2
* | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-0446-1/+90
* | Merge changes from master.Matthew Barnes2009-05-022-18/+1
* | Merge in changes from master.Matthew Barnes2009-05-0110-18/+13
* | BUGFIX: bug #579774 Use spamc to learn junk if availableDavid Ronis2009-05-011-8/+57
* | External Editor rewrite by Holger Macht. Fixes #567145Holger Macht2009-05-016-163/+300
* | Store username in a source URL in CalDAVMilan Crha2009-05-012-1/+21
* | Resolve some differences between this branch and master.Matthew Barnes2009-04-281-2/+0
* | Add some initial .gitignore files.Matthew Barnes2009-04-281-0/+1
* | Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-281-0/+2
* | Define .error files correctly and external-editor crash fixMilan Crha2009-04-2813-80/+124
* | Be able to save mail to event, meeting, task or memoMilan Crha2009-04-288-403/+306
* | Use new ESourceList API (simplifies code)Milan Crha2009-04-288-125/+36
* | Use consistent variable names for GtkUIManagerMatthew Barnes2009-04-255-13/+13
* | Manual conflict resolutionMatthew Barnes2009-04-252-2/+2
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-2540-791/+765
|\|
| * Use system timezone in EvolutionMilan Crha2009-04-253-54/+16
| * Show error or success to user with publish-calendar pluginMilan Crha2009-04-256-72/+169
| * GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-2413-627/+428
| * ** Fix for bug #574248Milan Crha2009-04-093-3/+10
| * ** Fixes bug #578034Tobias Mueller2009-04-072-0/+8
| * ** Fix for bug #576696Milan Crha2009-03-264-2/+24
| * ** Fixes bug #572950Matthew Barnes2009-02-276-8/+29
| * remove deprecated and commented code.Andre Klapper2009-02-262-5/+5
| * ** Fix for bug #572399Milan Crha2009-02-252-6/+14
| * ** Fix for bug #559719Milan Crha2009-02-254-13/+42
| * Rats. gtk_status_icon_set_tooltip_text() is only in 2.16.Matthew Barnes2009-02-191-0/+4
| * ** Fixes part of bug #572348Matthew Barnes2009-02-192-1/+9
| * ** Fix for bug #571721Milan Crha2009-02-162-0/+7
| * ** Fixes part of bug #564229Matthew Barnes2009-02-142-1/+8
| * Substitute some deprecated gtk+ functions.Andre Klapper2009-02-122-1/+6
| * Include <mono/metadata/mono-config.h> to fix an implicit-function-declaration...Suman Manjunath2009-02-052-0/+6
| * Reviewed by Srinivasa Ragavan <sragavan@novell.com>Takao Fujiwara2009-02-033-3/+38
| * Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #548787 (Enable CnP f...Suman Manjunath2009-02-022-0/+25
| * ** Disable debug macros (#define d(x) x) throughout. (#569638)Matthew Barnes2009-02-013-3/+3
| * Removed dangling '*/'.Milan Crha2009-01-312-1/+5
| * ** Fix for bug #539467Milan Crha2009-01-296-47/+103
| * ** Fix for bug #470474 (bugzilla.novell.com)Bharath Acharya2009-01-292-11/+7
| * On Windows use -no-undefined and link with all required libraries. (JustTor Lillqvist2009-01-293-4/+28
| * Link with more libraries on Windows.Tor Lillqvist2009-01-292-3/+6
| * Use -no-undefined and link with more libraries on Windows.Tor Lillqvist2009-01-293-2/+19
| * Use -no-undefined and link with more libs on Windows.Tor Lillqvist2009-01-292-1/+19
| * Use -no-undefined and link with GNOME_PLATFORM_LIBS on Windows.Tor Lillqvist2009-01-292-2/+13
| * Windows port by Fridrich Strba.Tor Lillqvist2009-01-293-2/+28
| * Use -no-undefined on Windows. Link with libeutil.Tor Lillqvist2009-01-293-3/+25
| * Make it compile on Windows, by Fridrich Strbra. (Just compile; littleTor Lillqvist2009-01-294-4/+27
| * Remove a trailing space after the line continuation backslash.Tor Lillqvist2009-01-292-1/+6
| * Include <mono/metadata/threads.h> to fix an implicit-function-declaration com...Suman Manjunath2009-01-282-0/+6
| * Use also EVOLUTION_CALENDAR_CFLAGS.Milan Crha2009-01-2110-2/+27
| * ** Fix for bug #541209Suman Manjunath2009-01-2111-10/+222
| * ** Fix for bug #225712Milan Crha2009-01-194-11/+174
| * ** Fix for bug #208426Bharath Acharya2009-01-154-0/+1821
| * ** Fixes bug #567744Matthew Barnes2009-01-153-2/+11
| * ** Fix for bug #567687Milan Crha2009-01-152-4/+9
| * New convenience function calls gtk_show_uri() and displays an error dialogMatthew Barnes2009-01-112-6/+9
| * Reviewed by Matthew Barnes <mbarnes@redhat.com>Takao Fujiwara2009-01-093-1/+13
| * ** Fix for bug bnc #435694Bharath Acharya2008-12-292-2/+9
| * ** Fix for bug #359010Milan Crha2008-12-162-0/+13
| * init the bogofilter if it wasn't. say that evolution's welcome message issrinivasa ragavan2008-12-153-1/+54
| * Make the libgweather dependency optional, build the weather calendar setup pl...Suman Manjunath2008-12-102-2/+5
| * ** Fix for bug #562990Milan Crha2008-12-082-4/+12
| * Patch from Jennifer Newman <jennifer.newman@tufts.edu>: Fix for bug #549964 ...Suman Manjunath2008-12-082-1/+7
| * ** Fix for bug #558498Bharath Acharya2008-12-083-1/+34
| * ** Fixes bug #560420 (patch by hp@syntomax.com)Matthew Barnes2008-12-042-1/+10
| * ** Part of fix for bug #352287Milan Crha2008-12-033-110/+87
| * ** Part of fix for bug #562228Milan Crha2008-12-022-2/+52
| * ** Part of fix for bug #503662Milan Crha2008-11-282-1/+9
| * ** Part of fix for bug #359745Milan Crha2008-11-283-12/+163
| * Fix for bug #561467 - some changes in the core code needed for evolution-mapi.Suman Manjunath2008-11-282-0/+30
| * ** Fixes bug #552850Matthew Barnes2008-11-242-1/+8
| * ** Fix for bug bnc #446286Bharath Acharya2008-11-202-10/+7
| * Fix compilation error.Srinivasa Ragavan2008-11-202-0/+6
| * ** Fix for BNC bug #434320Srinivasa Ragavan2008-11-192-1/+27
| * Fix for bug #440646 (bugzilla.novell.com) - Set the ESource color-spec for pr...Suman Manjunath2008-11-112-1/+8
| * Committing on behalf of Matthew Barnes <mbarnes@redhat.com>Matthew Barnes2008-11-072-4/+23
| * ** Fix for bug #557246Bharath Acharya2008-11-072-1/+9
| * #541121: itip-formatter: don't allow sending a response to meetingPatrick Ohly2008-11-072-1/+11
| * ** Fix for bug #557726Bharath Acharya2008-11-062-0/+19
| * Fix proxy login dialog missing artwork issueSankarasivasubramanian Pasupathilingam2008-11-042-1/+8
| * License Change from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-11-032-20/+22
| * ** Fixes bug #558726 (patch by Frederic van Starbmann)Matthew Barnes2008-11-014-2/+16
| * ** Fixes bug #549025Matthew Barnes2008-10-222-2/+12
| * Milan Crha <mcrha@redhat.com> ** Fix for bug #514989 (Calculate tomorrow fro...Suman Manjunath2008-10-202-1/+8
| * Don't mix declarations and statements.Matthew Barnes2008-10-182-2/+6
| * ** Fix for bug #556284Bharath Acharya2008-10-162-36/+15
| * Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-10-142-10/+21
| * ** Fix for bug #550441Srinivasa Ragavan2008-10-142-0/+8
| * Fix for bug #424818 (bugzilla.novell.com) - Integrate the mark-calendar-offli...Suman Manjunath2008-10-136-216/+7
| * ** 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
| * ** Fix for bug #530606Milan Crha2008-10-094-11/+53
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-082-14/+20
| * Change licese from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-0318-143/+206
| * Mark two forgotten strings for translation. Fixes bug #553070Gabor Kelemen2008-10-012-2/+10
| * Add translator comment to the occurrences of the Proxy term. Fixes bugGabor Kelemen2008-10-016-2/+18
| * ** Fix for bug #553527Milan Crha2008-10-012-13/+106
| * ** Fix for bug #519491Milan Crha2008-10-012-13/+45
| * ** Fix for bug #511947Milan Crha2008-10-012-9/+22
| * ** Fix for bug #497928Milan Crha2008-09-292-4/+9
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-292-15/+20
| * ** Fix for bug #553461 and bug #553389Philip Withnall2008-09-265-7/+19
| * ** Fix for bug #553148Philip Withnall2008-09-265-5/+20
| * ** Fix for bug #551121Philip Withnall2008-09-263-5/+13
| * License change from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-252-13/+21
| * ** Fix for bug #313225Milan Crha2008-09-242-0/+12
| * Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-246-39/+60
| * ** Fixes bug #553479Philip Withnall2008-09-2410-5/+40
| * ** Fix for bug #553273Milan Crha2008-09-232-1/+8
| * ** Fixes bug #552851Philip Withnall2008-09-232-2/+12
| * Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-1913-106/+151
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-1611-91/+122
| * ** Fix for bug #514299Milan Crha2008-09-162-6/+15
| * License ChangesSankar P2008-09-152-19/+23
| * Milan Crha <mcrha@redhat.com> ** Fix for bug #505016 (Check for NULL to prev...Suman Manjunath2008-09-142-1/+8
| * License Changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-1314-93/+155
| * ** Fix for bug #551492Milan Crha2008-09-092-3/+10
| * Patch from Paul Bolle <pebolle@tiscali.nl> ** Fixes bug #550415 (Fixes a memo...Suman Manjunath2008-09-082-6/+13
| * esthetic license header cleans, and fix e-pkcs12Michael Meeks2008-09-061-9/+4
| * License changes. Changed license from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-0412-54/+125
| * Assign copyrights for Randall Hand.Sankarasivasubramanian Pasupathilingam2008-09-032-0/+6
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-0341-303/+512
| * Fix compiler warnings in some of the test programs.Matthew Barnes2008-09-014-3/+14
| * ** Fixes bug #458512Matthew Barnes2008-08-292-3/+7
| * ** Fix for bug #534762Philip Withnall2008-08-277-4/+26
| * License ChangesSankarasivasubramanian Pasupathilingam2008-08-2764-400/+863
| * ** Fix for bug #525555Milan Crha2008-08-202-58/+12
| * New convenience function for launching help from Evolution. Displays anMatthew Barnes2008-08-154-17/+18
| * Add ssl toggle; synch UI for refreshin with the google calendar pluginJörgen Scheibengruber2008-08-142-43/+138
| * Added missing include.Milan Crha2008-08-122-0/+5
| * Have a check for OS_WIN32 and handle the schema data differently. makeBharath Acharya2008-08-1210-20/+110
| * Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows.Bharath Acharya2008-08-1232-17/+146
| * Added necessary libraries to link to. Build break while compiling onBharath Acharya2008-08-126-1/+30
| * ** Fixes bug #546892Matthew Barnes2008-08-129-10/+28
| * ** Fixes bug #546785Paul Bolle2008-08-084-2/+24
| * ** Fixes bug #530402Matthew Barnes2008-08-072-4/+11
| * ** Fix for bug #535745Milan Crha2008-08-072-17/+383
| * ** Fix for bug #435969Milan Crha2008-08-062-0/+10
| * Patch from Matthias Braun <matze@braunis.de>: Fix for bug #544051 (WebDAV bac...Suman Manjunath2008-08-043-0/+414
| * ** Fixes bug #514006Matthew Barnes2008-08-022-1/+8
| * ** Fixes bug #517151Matthew Barnes2008-08-022-1/+8
| * ** Fixes bug #529460Matthew Barnes2008-08-022-2/+10
| * ** Fixes bug #544860Matthew Barnes2008-08-022-0/+12
| * ** Fixes bug #543754Matthew Barnes2008-08-022-1/+8
| * ** Fixes bug #544861Matthew Barnes2008-08-022-1/+8
| * ** Fixes bug #543755Matthew Barnes2008-08-022-1/+7
| * ** Fix for bug #353927Milan Crha2008-08-012-2/+32
| * ** Fixes bug #545568Matthew Barnes2008-07-3118-9/+87
| * ** Part of fix for bug #500389Milan Crha2008-07-302-0/+21
| * ** Fix for bug #543756Milan Crha2008-07-283-6/+22
| * ** Fix for bug #491176Milan Crha2008-07-282-7/+17
| * ** See bug #504417Lucian Langa2008-07-282-2/+8
| * ** Fix for bug #544022Milan Crha2008-07-225-3/+19
| * Another typo fix. Lesson learnt - Don't commit when you are sleepy !Johnny Jacob2008-07-222-4/+8
| * EPlugin : Python Loader : Add example sources to distJohnny Jacob2008-07-212-1/+13
| * Templates EPlugin : Remove unused header files.Johnny Jacob2008-07-213-1/+7
| * Committing on behalf of Ashish Shrivastava <shashish@novell.com>Bharath Acharya2008-07-211-0/+176
| * Committing on behalf of Jörgen Scheibengruber <mfcn@gmx.de>Jörgen Scheibengruber2008-07-216-4/+324
| * Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-07-212-26/+120
| * ** Fixes Bug #200147Bharath Acharya2008-07-216-0/+1005
| * ** Fix for bug #542149Bharath Acharya2008-07-213-0/+16
| * Committing on behalf of Ashish Shrivastava <shashish@novell.com>Ashish Shrivastava2008-07-214-3/+437
| * 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
* | Convert "import-ics-attachments" plugin to an EAttachmentHandler subclass.Matthew Barnes2009-04-104-604/+0
* | Finish attachment drag and drop.Matthew Barnes2009-04-025-571/+0
* | Saving progress on a massive attachment handling rewrite.Matthew Barnes2009-03-212-6/+6
* | Cleaning up the attachment bar, centralizing its popup menu, and convertingMatthew Barnes2009-03-091-1/+2
* | Kill EDropdownButton.Matthew Barnes2009-02-211-9/+8
* | Convert eab-vcard-control.c to a new "vcard-inline" plugin, similar to theMatthew Barnes2009-02-214-22/+416
* | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-1513-8/+88
* | Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-0149-88/+536
* | Split EAccountList and ESignatureList management out of the mail module.Matthew Barnes2009-01-272-4/+4
* | Redesign EPluginUI to accommodate merging and unmerging shell views.Matthew Barnes2009-01-247-98/+135
* | Merge revisions 37075:37107 from trunk.Matthew Barnes2009-01-218-11/+1995
* | Untangle some circular dependencies with the composer.Matthew Barnes2009-01-201-3/+1