aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanups.Matthew Barnes2010-06-071-22/+53
|
* More GTK3 preparation.Matthew Barnes2010-06-041-2/+3
| | | | | This uses the new gtk_assistant_commit() I had added to GTK+ for our EImportAssistant progress page.
* Add translator comments in mail-to-task pluginMilan Crha2010-06-031-0/+18
|
* Convert "startup-wizard" to an EExtension.Matthew Barnes2010-06-033-359/+0
| | | | | | | | | | | | | | Convert the "startup-wizard" EPlugin to an EExtension, and fix up the importing UI a bit (but it still needs a lot more love). Importing progress is now shown directly in the GtkAssistant window. Define a new EConfigItem type (E_CONFIG_PAGE_PROGRESS) for creating progress pages in a GtkAssistant. Also, change EMAccountEditor semantics slightly: you now have to call e_config_create_window() manually after creating a new EMAccountEditor instance. This allows extra EConfigItems (specifications for the window content) to be added manually before the window is created.
* Keep chipping away at direct GtkHTML usage.Matthew Barnes2010-06-013-12/+14
| | | | | | | | | | EMFormatHTML now holds a sealed EWebView instead of a public GtkHTML, accessible through em_format_html_get_web_view(). Rename e_mail_reader_get_html_display() to e_mail_reader_get_formatter() and have it return an EMFormatHTML instead of an EMFormatHTMLDisplay, since that's usually the type you want (or else an EMFormat, but never an EMFormatHTMLDisplay).
* Coding style and whitespace cleanup.Matthew Barnes2010-05-271-1/+8
|
* Fix linking issue in bogo-junk-plugin.Matthew Barnes2010-05-271-0/+1
|
* Fix linking issue in sa-junk-plugin.Matthew Barnes2010-05-271-0/+1
|
* Merge branch 'express2'Matthew Barnes2010-05-273-5/+30
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-1/+0
| |
| * Fix compiler warnings.Matthew Barnes2010-05-251-4/+6
| |
| * Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-251-0/+3
| |\
| | * Bug #531013 - Proxy login window is not in focus.Vibha Yadav2010-05-211-0/+3
| | | | | | | | | | | | Grab focus for the Proxy Login window.
| | * Fix linking of face pluginFridrich Štrba2010-04-261-0/+1
| | |
| | * Bug #613392 - No copyright/licensing information for geo-utilsCedric Bosdonnat2010-04-262-0/+44
| | |
| * | Fix linking of face pluginFridrich Štrba2010-04-301-0/+1
| | |
| * | Bug #613392 - No copyright/licensing information for geo-utilsCedric Bosdonnat2010-04-302-0/+44
| | |
| * | Store the initial view request and use that to decide whether to showSrinivasa Ragavan2010-04-221-0/+8
| | | | | | | | | | | | startup wizard or not. Show only for mail and not calendar.
| * | Merge commit 'origin/gnome-2-30' into express2Michael Meeks2010-04-223-4/+4
| |\|
| | * Fix migration event hook for google-account-setup and calendar-weather pluginsPhilip Withnall2010-04-212-2/+2
| | |
| | * Bug 600861 - Backup utility should use --quit instead of --force-shutdownMatthew Barnes2010-04-181-2/+2
| | |
| * | Hide the junk plugin options in Express modeFederico Mena Quintero2010-04-142-4/+20
| | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * | More build fixes.Matthew Barnes2010-04-071-7/+19
| | |
| * | Fix mismatched quotes.Matthew Barnes2010-04-073-4/+4
| | |
| * | Alter UI conditional syntax to be more familiar cpp style, whichMichael Meeks2010-04-071-0/+1
| |/ | | | | | | avoids the need for intltool changes.
| * Alter UI conditional syntax to be more familiar cpp style, whichMichael Meeks2010-03-241-5/+5
| | | | | | | | avoids the need for intltool changes.
* | Bug #478090 - Meeting acceptances for attendees who weren't listed are lostMilan Crha2010-05-261-4/+6
| |
* | Bug #546551 - Dialog for mark-all-read always mentions subfoldersMilan Crha2010-05-211-2/+8
| |
* | Bug #531013 - Proxy login window is not in focus.Vibha Yadav2010-05-211-0/+3
| | | | | | | | Grab focus for the Proxy Login window.
* | Bug #607257 - Add checks for event->comp_data != NULLMilan Crha2010-05-142-4/+14
| |
* | Convert "default-mailer" plugin to an extension.Matthew Barnes2010-05-135-218/+0
| |
* | Adapt to Camel API changes.Matthew Barnes2010-05-081-1/+1
| | | | | | | | | | This also removes the boxed CamelObject GType, since CamelObject is an honest-to-goodness GObject now.
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-024-15/+26
| |
* | Adapt to Camel API changes.Matthew Barnes2010-04-308-24/+46
| |
* | Bug #610495 - Plugins should define e_plugin_lib_enableRoy Marples2010-04-2718-0/+136
| |
* | Fix linking of face pluginFridrich Štrba2010-04-261-0/+1
| |
* | Bug #613392 - No copyright/licensing information for geo-utilsCedric Bosdonnat2010-04-262-0/+44
| |
* | Camel is now GObject-based.Matthew Barnes2010-04-2413-56/+56
| |
* | Bug #360461 - Avoid markup in translatable messagesMilan Crha2010-04-236-51/+84
| |
* | Fix migration event hook for google-account-setup and calendar-weather pluginsPhilip Withnall2010-04-212-2/+2
| |
* | Bug 583742 — Port to external libgdataPhilip Withnall2010-04-192-37/+42
| | | | | | | | | | | | Port Google account setup plugin to external libgdata. This drops the dependency on libgdata-1.2 from e-d-s, and add a dependency on the external libgdata >= 0.4.0. Closes: bgo#583742
* | Fix usage of "backup" in translatable stringsPhilip Withnall2010-04-181-1/+1
| | | | | | | | | | "to back up" (verb) is different from "backup" (noun); correct some issues with confusion of the two words. Helps: bgo#615712
* | Bug 610428 - Duplicate mnemonic in itip formatted messageMatthew Barnes2010-04-181-5/+5
| |
* | Bug 600861 - Backup utility should use --quit instead of --force-shutdownMatthew Barnes2010-04-181-2/+2
| |
* | [win32] Fix a build breakage by adding a proper define for gmtime_rFridrich Štrba2010-04-151-0/+7
| | | | | | | | | | instead of the broken one that used to be pulled by including pthread.h
* | Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-1310-23/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still remaining: GtkAccessible::widget GtkAssistant::forward GtkAssistant::back GtkObject::flags GtkTreeStore::stamp The GtkAssistant fields are related to bug #596428. We don't need accessor functions so much as the enhancement described there implemented. https://bugzilla.gnome.org/show_bug.cgi?id=615613
* | Adapt to Camel API changes.Matthew Barnes2010-04-133-18/+26
| |
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-0816-51/+89
| |
* | Replace ESpinner with GtkSpinner.Matthew Barnes2010-04-081-2/+2
| | | | | | | | Also, bump our GTK+ requirement to 2.20.
* | Drop the "hula-account-setup" plugin.Matthew Barnes2010-04-075-770/+0
| | | | | | | | Novell's Hula project died half a decade ago.
* | Bug #567304 - Review strings for translationMilan Crha2010-04-071-1/+1
| |
* | Adapt to Camel API changes.Matthew Barnes2010-04-0410-25/+25
| |
* | Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-0336-6744/+0
| | | | | | | | Remove old ChangeLog files that predate our switch to git.
* | Only #include Camel's top-level header.Matthew Barnes2010-04-0333-118/+7
| |
* | Bug #458510 - Cannot translate "_Backup Settings..."Milan Crha2010-04-021-2/+2
| |
* | Bug #347330 - Mark forgotten strings for translationMilan Crha2010-04-021-1/+1
| |
* | Bug #605745 - Use a few more named constantsPaul Bolle2010-04-011-2/+2
| |
* | camel/camel-i18n.h gone, adapt to it properlyMilan Crha2010-04-013-3/+3
| |
* | Stop relying on CamelObject meta-data.Matthew Barnes2010-04-013-5/+5
| |
* | More build fixes.Matthew Barnes2010-04-011-7/+19
| |
* | Fix mismatched quotes.Matthew Barnes2010-03-293-4/+4
| |
* | Bug 611883 - Missing mnemonic in automatic contacts tabMatthew Barnes2010-03-281-1/+1
| |
* | Alter UI conditional syntax to be more familiar cpp style, whichMichael Meeks2010-03-232-5/+6
|/ | | | avoids the need for intltool changes.
* Fix misspelled strings.Srinivasa Ragavan2010-03-171-1/+1
|
* Make the gconf schemas installation rules consistent in all Makefiles.amFridrich Strba2010-03-163-18/+46
|
* Prevent future bugs like #612792.Matthew Barnes2010-03-151-3/+3
| | | | | | Add G_GNUC_NULL_TERMINATED to EAlert functions with variable-length parameter lists and drop the unnecessary "arg0" parameter so the function attribute works correctly.
* Actually respect the --disable-schemas-install configure optionFridrich Strba2010-03-158-0/+32
|
* Disable a chunk of UI from the mail-to-task pluginMichael Meeks2010-03-141-0/+4
| | | | | | Allow plugins to disable chunks of their UI - *NB* requires patched intltool, that doesn't elide comments in XML Remove some debug
* Removed obsolete method signatures in em-account-editor.hMichael Meeks2010-03-141-14/+10
| | | | | | Added em_account_editor_get_widget, and cleaned up the widget listing. Cleaned the startup wizard code to find it's label by name Added disabling of power-user 'indentity' frame in the first page express capplet.
* Restructure capplet stuffs and load only on express mode.Srinivasa Ragavan2010-03-142-2/+2
|
* Switch to anjal style on express mode.Srinivasa Ragavan2010-03-141-12/+14
|
* Integrate into new account button.Srinivasa Ragavan2010-03-141-1/+1
|
* Integrate account assistant wizard to anjal style.Srinivasa Ragavan2010-03-141-1/+1
|
* Integrate anjal's account capplet lib in start up wizard.Srinivasa Ragavan2010-03-142-2/+23
|
* Some more directories relocated on windowsFridrich Strba2010-03-111-0/+1
|
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-052-0/+8
|
* Bug #610327 - Proxy login doesn't show folder listBharath Acharya2010-03-051-1/+2
|
* Bug #601551 - [PST] evolution crashed with SIGSEGVMilan Crha2010-02-251-3/+11
|
* Coding style and whitespace cleanup.Matthew Barnes2010-02-201-6/+32
|
* Bug 609982 - Avoid unnecessary prompts when marking folders as readMatthew Barnes2010-02-171-93/+120
|
* [itip-formatter] Show reason of failed calendar openMilan Crha2010-02-121-8/+21
|
* Bug #604522 - Mouse wheel scroll doesn't work above inline imagesMilan Crha2010-02-111-0/+25
|
* Fix some dead assignments.Matthew Barnes2010-02-081-2/+2
|
* Add more missing linker flags.Matthew Barnes2010-02-081-0/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2010-02-086-257/+286
|
* Move some ESource-plugin common code to e-plugin-util.h/.cMilan Crha2010-02-0412-1257/+201
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-317-32/+32
|
* Revert "Without this evo 2.28.2 will not link/run at all"Matthew Barnes2010-01-291-1/+0
| | | | | | | This reverts commit 013ce5b70e85d6c9008cebd1d5efbe87a539d445. Looks like it was meant for gnome-2-28 branch. In any case it contains unresolved merge conflicts which breaks compilation.
* Without this evo 2.28.2 will not link/run at allFridrich Strba2010-01-281-0/+1
| | | | | | The change is needed: 1) To export the right symbols from the right dummy import library so that the loader does not look for symbols where they are not 2) Export that comp_editor_registry using a getter function for win32 so that we don't have to decorate the data string so that the autoexport works again
* Bug #607776 - Crash in image-inline.c:size_allocate_cbMilan Crha2010-01-281-0/+9
|
* Make authentication functionality availableGustavo Noronha Silva2010-01-277-7/+7
| | | | | | | This involves renaming the calendar auth-related functions to have a prefix, and shipping the headers. Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175
* Coding style and whitespace cleanups.Matthew Barnes2010-01-231-30/+38
|
* Add a EShellWindow::shell-view-created signal.Matthew Barnes2010-01-231-5/+17
| | | | | | | | | | | | | The signal uses the name of the newly created shell view as the detail, so for example "shell-view-created::mail" is emitted when the "mail" view is created. Also, add e_shell_window_peek_shell_view() to obtain a shell view if it exists but without instantiating it. Using these new tools, teach the templates plugin to wait for the user to switch to the "mail" view before connecting to its "update-actions" signal. Previously is was instantiating the "mail" view itself.
* Bug #603480 - [bbdb] Traverse lists in destinations properlyMilan Crha2010-01-191-5/+21
|
* Bug #603480 - [bbdb] Crash on unref of uninitialized memoryMilan Crha2010-01-191-6/+7
| | | | after address book error
* Remove dead assignments found by clang.Matthew Barnes2010-01-1615-61/+17
|
* Bug 606449 - empty mail-notification popupsLucian Langa2010-01-091-3/+5
|
* Bug 598305 - Use Exif data to rotate inlined photosMatthew Barnes2010-01-091-1/+80
|
* Bug #606340 - Crash on non-utf8 letter in mail folder nameMilan Crha2010-01-081-32/+14
|
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-082-3/+3
| | | | Several GtkWidget macros were recently deprecated.
* Bug #603469 - Crash in contacts-map with no Home address filledCedric Bosdonnat2010-01-071-1/+13
| | | | | | There was some confusion between the query using E_CONTACT_ADDRESS and the address used. Now the first of the following is shown in the map: Home, Work, Other.
* Coding style and whitespace cleanup.Matthew Barnes2010-01-052-9/+25
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-2/+8
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-2837-55/+107
|
* Bug #329693 - Add contexts to translated "None" wordsMilan Crha2009-12-243-5/+9
|
* Bug 604822 - Drop more alert titlesPaul Bolle2009-12-203-4/+2
| | | | | Drop all alert titles to be found in *.error.xml. HIG suggests alerts do not have a title.
* Coding style and whitespace cleanup.Matthew Barnes2009-12-201-3/+2
|
* Bug #603701 - Don't treat 4 byte values as DDWORDsPaul Bolle2009-12-181-12/+12
| | | | | The values of PT_LONG and PT_BOOLEAN MAPI tags are 4 byte wide so they should be accessed as DWORDs.
* Bug #359755 - Do not fetch content of a CalDAV calendar when given itMilan Crha2009-12-161-17/+62
|
* Make the mail folder cache a proper GObjectJonathon Jongsma2009-12-161-1/+2
| | | | | | | | | | | mail-folder-cache previously was a bit of a pseudo object (sort of a singleton) that operated on some file static data. This commit re-factors things so that it is a proper class named MailFolderCache. At the moment, this doesn't gain us much, but in the future, it will allow us to add signals, etc so that we can de-couple a lot of the interdependencies in here. This is essentially a pre-requisite to splitting up a lot of the mail backend stuff. https://bugzilla.gnome.org/show_bug.cgi?id=604627
* Bug #603342 - Memory leak fixesMilan Crha2009-12-151-0/+1
|
* Bug #604512 - Calendar publishing tab misses button labelMilan Crha2009-12-151-4/+6
|
* Bug #604182 - Hide variable used only with HAVE_LIBNOTIFYMilan Crha2009-12-111-0/+2
|
* Bug #499322 - Use extension for "Save as" suggested file nameMilan Crha2009-12-102-2/+2
|
* Bug #591938 - Update translator's commentsMilan Crha2009-12-101-1/+5
|
* Bug #604182 - Do not block UI with publish-calendar messagesMilan Crha2009-12-101-6/+113
|
* Bug #359755 - Support for CalDAV collectionsMilan Crha2009-12-084-9/+1436
|
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-0814-19/+19
| | | | | | The changes are mainly including the e-alert-header.h header instead of just e-alert.h. This allows us to include e-alert.h in non-UI situations when necessary.
* Bug #603061 - Use .ics for temp vcalendar filesPaul Bolle2009-12-021-2/+2
|
* Expand the EMailReader interface so it's easier to use.Matthew Barnes2009-12-027-62/+47
| | | | | | | | Adds the following methods: CamelFolder * (*get_folder) (EMailReader *reader); const gchar * (*get_folder_uri) (EMailReader *reader); GPtrArray * (*get_selected_uids) (EMailReader *reader);
* Kill message_list_free_uids().Matthew Barnes2009-12-023-3/+6
| | | | Use em_utils_uids_free() instead.
* Merge bits and pieces of the anjal-evo-2-30 branch.Matthew Barnes2009-12-017-25/+32
|
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-0124-65/+53
| | | | | | | | | | The EError mechanism is used both for error dialogs as well as basic alerts or user prompts, so we should give it a more general name which matches this use. This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that were not actually being used. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* port plugins to use new EError APIJonathon Jongsma2009-12-0110-32/+67
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=602963
* Rewrite champlain-gtk and geoclue detection.Matthew Barnes2009-11-291-7/+8
| | | | | | | Disabling desktop integration features must be explicit. If experimental plugins are enabled and unless --disable-contacts-map is given, configuration will fail if champlain-gtk or geoclue is missing.
* Coding style and whitespace cleanups.Matthew Barnes2009-11-294-12/+9
|
* Bug #361156 - contacts-map pluginCedric Bosdonnat2009-11-275-0/+396
| | | | | Add a map showing the location of contacts when possible. It's disabled at the moment.
* Bug #602177 - Plug leaks. Fix race.Paul Bolle2009-11-261-99/+55
|
* Bug #598166 - All Day Meeting String ImprovementMilan Crha2009-11-263-51/+77
|
* Bug 602625 - Typos in translation messagesMatthew Barnes2009-11-221-3/+3
| | | | Caused by libglade to GtkBuilder migration.
* Remove the last traces of libglade.Matthew Barnes2009-11-211-1/+0
|
* Add e_attachment_store_load_async().Matthew Barnes2009-11-201-19/+22
| | | | | | | This is a convenience function for adding multiple attachments to a store and loading them concurrently. Also included: e_attachment_store_load_finish()
* Bug #601517 - Accept/decline options are missing on event right clickMilan Crha2009-11-181-1/+1
|
* Remove unused files after GtkBuilder mergeMilan Crha2009-11-188-2713/+0
|
* Remove markup from translatable strings in ui filesClaude Paroz2009-11-177-29/+57
| | | | | | GTKBuilder format allows to separate markup from translatable content. Whenever possible, this should be preferred so as there is less content to translate and less error opportunities.
* Bug 360461 - Do not hardcode invisible_char in ui filesClaude Paroz2009-11-176-9/+0
|
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-1752-4957/+6609
|
* EWebView popup menu enhancements.Matthew Barnes2009-11-141-7/+19
| | | | Bumps the GtkHtml dependency to 3.29.2 for gtk_html_unselect_all().
* Bug 601626 - pst-import missing link to libeutilTravis Reitter2009-11-121-0/+1
|
* More build failures due to missing internal lib dependenciesJonathon Jongsma2009-11-123-0/+3
|
* Use EVOLUTION_CALENDAR_CFLAGS instead of EVOLUTION_MAIL_CFLAGSTor Lillqvist2009-11-111-1/+1
| | | | | The code uses ical stuff and the libical CFLAGS are present in EVOLUTION_CALENDAR_CFLAGS but not EVOLUTION_MAIL_CFLAGS.
* Enable building without Canberra-GTKTor Lillqvist2009-11-111-0/+9
|
* Kill more redundant save dialogs and related utilities.Matthew Barnes2009-11-112-92/+81
|
* EMFormat plugins should always be enabled.Matthew Barnes2009-11-103-3/+6
| | | | | | Marks them as "system plugins" so they're not shown in Plugin Manager. This is a temporary fix until I can rework EMFormat to use GTypeModule extensions instead of EPlugins.
* Add zooming and drag-and-drop to the plugin.Matthew Barnes2009-11-102-28/+138
| | | | A bunch of crusty old code in em-format-html-display.c falls out.
* Prototype an inline image plugin.Matthew Barnes2009-11-103-0/+373
| | | | Uses GtkImageView to display the image.
* Bug 600926 - Fails to build due to missing dependenciesJonathon Jongsma2009-11-105-0/+6
|
* Kill more redundant save functions.Matthew Barnes2009-11-082-56/+147
|
* Bug #482327 - Save attached calendar with multiple items easilyMilan Crha2009-11-071-1/+32
|
* Build filename using g_build_filename instead of hardcoding forward-slashTobias Mueller2009-11-061-2/+4
|
* Quote filename during restore to prevent user assisted arbitrary code executionTobias Mueller2009-11-061-1/+5
| | | | Fixes bug 540516.
* Bug #557505 - [bbdb] hangs and is unresponsiveMilan Crha2009-11-043-58/+229
| | | | Reverted some parts of bug #599199 and did the same differently
* Bug #464400 - New mail notify should display sender and subjectMilan Crha2009-10-311-5/+57
|
* Bug #583450 - [prefer-plain] Ability to hide html attachmentsMilan Crha2009-10-301-12/+38
|
* Bug #570835 - Custom e-mail headers inserted with double columnMilan Crha2009-10-301-18/+16
|
* Bug #561843 - Properly check for filename being set, to not crashMilan Crha2009-10-301-1/+1
|
* Bug #552727 - Flooded by spam checking errors if bogofilter not installedMilan Crha2009-10-282-18/+69
|
* Bug #550049 - Disable Mark messages as read actions when unusableMilan Crha2009-10-281-1/+95
|
* Cleanup and rename filter classes.Matthew Barnes2009-10-271-2/+2
|
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-2/+2
|
* Prefer GLib mutexes over pthread mutexes.Matthew Barnes2009-10-271-31/+30
|
* Bug #599199 - Hangs regularly when synchro with pidgin is activatedMilan Crha2009-10-273-35/+41
| | | | | | | The sync is done only once on idle after start. The method of checking for buddy list changes is done by md5 checksum now, as the pidgin start/stop changed file time, which was the old method of detecting changes. Also not using getenv("HOME"), but g_get_home_dir() instead.
* Coding style and whitespace cleanups.Matthew Barnes2009-10-242-5/+5
|
* Bug #575208 - Use complete template message with all attachmentsMilan Crha2009-10-241-61/+9
|
* Bug 599245 - Use bitwise AND instead of logical AND for checking flagsThomas Andersen2009-10-221-2/+2
|
* Bug 480361 - Useful action when clicking on a mail notificationMatthew Barnes2009-10-211-39/+80
|
* Bug #470291 - [prefer-plain] Be able to show HTML only messagesMilan Crha2009-10-161-34/+65
|
* Bug #322261 - vCalendar replies are sent out using the default accountMilan Crha2009-10-162-9/+14
|
* Bug #329710 - [PublishCal] 'Enable' button should update on changeMilan Crha2009-10-151-13/+19
|
* Bug #373297 - Option for autocomplete in address book preferencesMilan Crha2009-10-152-2/+43
|
* Bug #523335 - [mail-to-task] EnhancementsMilan Crha2009-10-151-6/+54
|
* Bug #573878 - [face] Plugin is unusableMilan Crha2009-10-155-85/+450
|
* Bug #597123 - Composer's Send Options doesn't workMilan Crha2009-10-142-22/+85
|
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-1312-46/+65
|
* Bug #456240 - Move exchange plugin to exchange packageMilan Crha2009-10-0230-12371/+0
| | | | Also added gtkhtml-editor and libgnomecanvas-2.0 to evolution-plugin.pc
* Build with GTK_DISABLE_DEPRECATED and fix resulting breakage.Matthew Barnes2009-10-021-0/+2
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-0138-271/+371
|
* Trim unused or unnecessary bits from the import framework.Matthew Barnes2009-09-262-1/+2
|
* Overlooked compiler warnings from exchange-operations pluginMilan Crha2009-09-252-2/+2
|
* Bug #593609 - Have buildable exchange-operations plugin againMilan Crha2009-09-2529-3805/+1574
|
* Fix duplicate symbols in Glade files.Matthew Barnes2009-09-254-4/+4
|
* Rework optional plugin detection to fix distcheck.Matthew Barnes2009-09-241-1/+1
|
* Remove trailing whitespacesMilan Crha2009-09-232-2/+2
|
* GN-bug #593617 - GroupWise plugins are not builtMilan Crha2009-09-2320-780/+789
|
* Kill the ipod-sync plugin, along with the HAL dependency.Matthew Barnes2009-09-2210-1539/+0
|
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-1910-6/+24
|
* Fix crashes in mail-to-task plugin.Matthew Barnes2009-09-131-14/+9
|
* Bug 594863 - Message body doesn't allow right click pop up menuMatthew Barnes2009-09-131-0/+16
|
* Bug 595002 - There should not be a space before ? in stringsMatthew Barnes2009-09-132-4/+4
|
* Bug #582780 - Use proxy in Google calendar setup pluginAlexander Klepikov2009-09-111-0/+20
|
* Finish killing Bonobo.Matthew Barnes2009-09-091-2/+3
|
* Bug 594284 - FTBFS: missing linksDiego Escalante Urrelo2009-09-069-0/+11
|
* Get the mailing-list-actions plugin working.Matthew Barnes2009-09-056-180/+365
| | | | | | | Also get mail-to-task working for the message browser window. Came up with a new technique for managing actions and action groups in the process. Also gave the EMailReader interface an "update-actions" signal for plugins to connect to.
* Remove some obsolete utility functions.Matthew Barnes2009-09-054-5/+5
|
* Make dbus-glib mandatory.Matthew Barnes2009-09-052-24/+5
|
* Kill the default parent window hack in e-error.c.Matthew Barnes2009-09-051-1/+6
| | | | | | Fix as many cases that relied on it as I could find, but there may be more cases out there. They should be fixed too. Passing a NULL parent window to e_error_new() is illegal and will emit a runtime warning.
* Bug 593442 - plugin-manager: HIG-ify main screenPaul Bolle2009-09-041-12/+13
| | | | | | The main screen of the plugin-manager is a bit sloppy. HIG-ify it. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Get the "save-calendar" plugin working.Matthew Barnes2009-09-047-54/+196
| | | | Based on initial work by Milan Crha.
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-4/+4
| | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing.
* Get the publish-calendar plugin working.Milan Crha2009-09-024-50/+67
|
* Kill debug messages in default-mailer plugin.Matthew Barnes2009-09-021-3/+0
|
* Cleanup up templates using EPluginUI callback feature.Matthew Barnes2009-09-022-29/+14
|
* Bug 593675 - Freeze on startupMilan Crha2009-09-011-12/+41
|
* Bug #593648 - mail-to-task used full path in .eplug fileMilan Crha2009-08-311-1/+1
| | | | just a part-of-bug, this doesn't fix whole bug.
* Fix for few compiler warningsMilan Crha2009-08-311-1/+3
|
* Merge commit 'origin/kill-bonobo'Matthew Barnes2009-08-30113-4104/+1397
|\
| * Coding style and whitespace cleanup.Matthew Barnes2009-08-303-12/+14
| |
| * Simplify EPlugin loading at startup.Matthew Barnes2009-08-3035-2297/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook.
| * Build with -Wl,--no-undefined and fix linker errors.Matthew Barnes2009-08-282-4/+10
| |
| * Cleanup mail-notification configuration page.Matthew Barnes2009-08-231-217/+190
| |
| * Bug 571488 - Migrate from deprecated gnome_sound to libcanberraH.Habighorst2009-08-233-39/+84
| |
| * Bug 567260 - Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-187-80/+98
| |
| * Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-163-11/+16
| |
| * Bug 567260 – Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-141-17/+28
| |
| * Get the backup-restore plugin working.Matthew Barnes2009-08-124-66/+78
| |
| * Get the itip-formatter plugin working.Matthew Barnes2009-08-122-4/+14
| |
| * Get the calendar-weather plugin working.Matthew Barnes2009-08-123-20/+14
| |
| * Get the pst-import plugin working.Matthew Barnes2009-08-121-3/+3
| |
| * Bug #584030 - [Mail-To-Task] improve duplicate handling and suchMilan Crha2009-08-122-18/+296
| |
| * Allow calendar to be written as a external app and split the huge .so toSrinivasa Ragavan2009-08-122-2/+2
| | | | | | | | a share private lib and component lib.
| * Fix distcheck errors.Matthew Barnes2009-08-111-1/+1
| |
| * Compiler warning fixes (as part of bug #424078)Milan Crha2009-08-111-1/+1
| |
| * Bug #420513 - Be able to notify about meeting only new attendeesMilan Crha2009-08-111-4/+4
| |
| * Bug #586076 - [external-editor] Pass cursor pos to vimMilan Crha2009-08-111-14/+61
| |
| * Bug #551127 - Added translators comment and changed strings slightlyMilan Crha2009-08-111-4/+8
| |
| * Bug #573919 - [Mail-Notification] Check for 'actions' capabilityKen VanDine2009-08-111-4/+37
| |
| * Bug #401530 - [imap-features] imap-headers.glade issuesMilan Crha2009-08-112-13/+25
| |
| * Bug #325278 - cannot access parts of "save calendar" without mouseMilan Crha2009-08-112-9/+21
| |
| * Bug #317290 - [Publish-Calendar] Cancel setup should cancelMilan Crha2009-08-113-21/+27
| | | | | | | | , not continue
| * Remove debug messages.Matthew Barnes2009-08-101-4/+0
| |
| * Kill EMMenu and EMPopup.Matthew Barnes2009-08-106-180/+248
| | | | | | | | | | Also finish adapting Templates plugin to EPluginUI. It was still leaning pretty hard on EMPopup.
| * More refactoring of settings management.Matthew Barnes2009-08-091-1/+2
| |
| * Remove some unnecessary Bonobo includes.Matthew Barnes2009-08-061-3/+0
| |
| * Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-2810-260/+612
| |\
| * | More whitespace cleanup.Matthew Barnes2009-07-1922-97/+97
| | |
| * | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-155-23/+15
| |\ \
| * | | Fix excessive whitespace.Matthew Barnes2009-07-1462-179/+4
| | | |
| * | | Version check for the deprecation workaround was off by one.Matthew Barnes2009-07-141-2/+2
| | | |
| * | | Work around deprecation of g_mount_unmount().Matthew Barnes2009-07-141-0/+8
| | | |
| * | | Fix compiler warnings in tnef-attachments plugin.Matthew Barnes2009-07-141-20/+20
| | | |
| * | | Fix some build issues.Matthew Barnes2009-07-143-3/+6
| | | |
| * | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-112-3/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: addressbook/util/addressbook.h calendar/gui/e-week-view-main-item.c configure.ac e-util/Makefile.am mail/em-account-editor.c mail/em-folder-selection-button.c shell/e-shell.c
| * | | | Fix merge issues in EMAccountEditor.Matthew Barnes2009-07-021-22/+22
| | | | |
| * | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-0116-81/+229
| |\ \ \ \
| * | | | | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-0144-45/+44
| | | | | |
| * | | | | Get the "startup-wizard" plugin working again.Matthew Barnes2009-06-302-16/+31
| | | | | |
| * | | | | Get the "mail-to-task" plugin working again.Matthew Barnes2009-06-265-193/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This one was more challenging. It exposed some flaws in the new shell design and in EPluginUI, which is good because they're fixed now.
| * | | | | Kill the "folder-unsubscribe" plugin.Matthew Barnes2009-06-264-206/+0
| | | | | | | | | | | | | | | | | | | | | | | | Feature is now integrated in core mailer, and has a main menu item.
| * | | | | Get the "prefer-plain" plugin working again.Matthew Barnes2009-06-251-6/+6
| | | | | |
| * | | | | Get the "templates" plugin working again.Matthew Barnes2009-06-251-9/+9
| | | | | |