aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* More whitespace cleanup.Matthew Barnes2009-07-1922-97/+97
* Bug #588856 - Migration code for Google by CalDAV calendarMilan Crha2009-07-173-14/+62
* Bug #583374 - Use CalDAV as Google's calendar backendMilan Crha2009-07-171-63/+103
* Do not decode the date as its already in local timezone.Chenthill Palanisamy2009-07-141-3/+1
* Bug #586109 - [vcard-inline] Crash while rendering inline vcardMilan Crha2009-07-141-1/+5
* Version check for the deprecation workaround was off by one.Matthew Barnes2009-07-141-2/+2
* Bug 588018 – NetworkManager & DBUS build check rewriteH.Habighorst2009-07-142-18/+6
* Work around deprecation of g_mount_unmount().Matthew Barnes2009-07-141-0/+8
* Bug #586958 - Too long texts instartup wizardMichael Terry2009-07-131-1/+3
* Fix excessive whitespace.Matthew Barnes2009-07-1363-183/+4
* Fix compiler warnings in tnef-attachments plugin.Matthew Barnes2009-07-131-20/+20
* Bug 588106 – Makefile.am misuses *_LDFLAGSDaniel Macks2009-07-092-3/+4
* Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-0147-48/+48
* Bug #566369 - fix string typo "cancelled" => "canceled"Milan Crha2009-06-221-1/+1
* Bug #566369 - backup-restore - recognize broken archiveMilan Crha2009-06-222-20/+64
* Fix build issue for pst-import pluginBharath Acharya2009-06-221-0/+1
* Bug #346146 - Appointments in Sent folder should not display actionsMilan Crha2009-06-191-4/+24
* ipod-sync - include also 'widgets' directoryMilan Crha2009-06-191-0/+1
* Bug 586332 - Build error (long gint)Matthew Barnes2009-06-192-2/+2
* Stop abusing forward declarations.Matthew Barnes2009-06-1912-65/+45
* Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-199-63/+18
* Bug #586251 - Let the SSL checkbox for Google calendar workMilan Crha2009-06-181-55/+75
* Leak a bit less. Use proper function prototype.Milan Crha2009-06-151-1/+3
* Fix coding style.Matthew Barnes2009-06-142-8/+8
* Avoid the console popping while evolution running on windowsFridrich Strba2009-06-051-0/+4
* Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-057-19/+22
* Bug #581780 - Remember passwords in keyring for web calendars tooMilan Crha2009-06-041-9/+75
* Add libraries to LIBADD so that -no-undefined on win32 works well.Fridrich Strba2009-06-043-4/+29
* Fix more compiler warnings.Matthew Barnes2009-06-021-1/+1
* More code cleanup.Matthew Barnes2009-06-0236-127/+127
* Whitespace cleanup.Matthew Barnes2009-05-2943-167/+167
* Prefer GLib basic types over C types.Matthew Barnes2009-05-29107-1481/+1481
* Remove trailing whitespace, again.Matthew Barnes2009-05-29118-419/+419
* Bug #583441 - bbdb plugin is getting information from composer nowMilan Crha2009-05-281-27/+31
* 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
* Bug 523216 – User-oriented plugin descriptionsMatthew Barnes2009-05-2242-62/+59
* 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
|/
* 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
* ** 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
* 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
* ** Fix for bug #540400Roger Zauner2008-07-032-1/+7
* ** Fix for bug #540274Milan Crha2008-07-013-3/+192
* Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #536488 (Remove the ....Suman Manjunath2008-06-302-0/+11
* Patch from Tobias Mueller <muelli@auftrags-killer.org> ** Fix for bug #54051...Suman Manjunath2008-06-302-9/+25
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-2182-82/+82
* Multiple open dialogs is an usability issue and a potential HIG violation.Sankar P2008-06-202-5/+15
* Check if cnc is valid before using it. Fixes a crash.Sankar P2008-06-202-19/+28
* Use Evolution icon for the window.Milan Crha2008-06-202-0/+6
* Ask the user if he really wants to retract mails. Re-arrange the menus aSankar P2008-06-192-8/+35
* ** Fix for bug #478469Milan Crha2008-06-192-15/+81
* ** Fixes bug #530069Matthew Barnes2008-06-192-10/+42
* ** Fix for bug #318089Milan Crha2008-06-192-39/+70
* plugins/Makefile.am (DIST_SUBDIRS): Add python loader to DIST.Johnny Jacob2008-06-161-1/+1
* ** Fix for bug #273627Milan Crha2008-06-162-2/+82
* A simple example python plugin - just hook onto events.Johnny Jacob2008-06-125-0/+81
* EPlugin : Initial commit for python support for eplugins.Johnny Jacob2008-06-125-0/+274
* Attachment Reminder : Fixes Bug #208943. Add attachment button added.Johnny Jacob2008-06-093-5/+22
* Fix build breakage. Apparently <gtk/gtk.h> only recently startedMatthew Barnes2008-06-071-0/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-0645-235/+37
* Never undefine DISABLE_DEPRECATED macros in source code. Yes, it willMatthew Barnes2008-06-062-2/+5
* Don't undef DISABLE_DEPRECATED macros in source code. That's just evil.Matthew Barnes2008-06-042-1/+6