aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 628003 - Bundle IM protocol icons dropped from gnome-icon-themeMatthew Barnes2010-08-2725-0/+1425
|
* Bug #627333 - Cannot cancel password dialog for a calendarMilan Crha2010-08-271-0/+3
|
* Forgot a line.Matthew Barnes2010-08-271-0/+2
| | | | This goes with the previous commit.
* Convert EAttachmentHandler to an EExtension.Matthew Barnes2010-08-276-123/+61
| | | | | | | | | | | | EAttachmentHandler predates EExtension, so this is really just a code cleanup to use the extension framework. But this also demonstrates that extensions can target interfaces as well as instantiable types, since EAttachmentView is an interface. What's also nice is EAttachmentView no longer has to directly interact with attachment handlers. Instead of EAttachmentView having to query each attachment handler for drag-and-drop info, each handler now pushes its own drag-and-drop info to its EAttachmentView during initialization.
* Mail module + EMailView cleanups.Matthew Barnes2010-08-278-249/+435
|
* Crash on Startup wizard cancelMilan Crha2010-08-261-4/+9
| | | | As reported in Red Hat bugzilla in 626810
* Updated French translationBruno Brouard2010-08-261-1/+1
|
* Updated French translationBruno Brouard2010-08-261-568/+618
|
* Updated Hebrew translationYair Hershkovitz2010-08-221-157/+145
|
* Updated French doc translationBruno Brouard2010-08-251-181/+21
|
* Update Galician translationsFran Diéguez2010-08-251-11/+11
|
* l10n: Updated Greek translation for evolutionGiannis Katsampirhs2010-08-251-6482/+8522
|
* GObject boilerplate cleanup.Matthew Barnes2010-08-25127-3307/+1302
| | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do.
* Bug #573320 - "Encrypt to self" by default on newly created mail accountsMilan Crha2010-08-241-1/+4
|
* Build break with evolution-connman - new parameter in a GDBus functionMilan Crha2010-08-241-0/+1
|
* Bug #627734 - Double-click a message opens it twiceMilan Crha2010-08-241-40/+9
|
* Bug 627601 - Memory leak in itip_get_comp_attendee()David Woodhouse2010-08-241-1/+3
|
* Bug 627611 - Memory leak in efh_format_header()David Woodhouse2010-08-241-3/+3
|
* Bug 627601 - Memory leak in itip_get_comp_attendee()David Woodhouse2010-08-241-0/+1
|
* Bug 627598 - Memory leak in emf_format_clone()David Woodhouse2010-08-241-0/+1
|
* Add e_load_cal_source_async().Matthew Barnes2010-08-249-340/+665
| | | | | | | | | | | | | | | | | Similar to e_load_book_source_async() in libedataserverui (and may wind up there eventually). This replaces e_auth_new_cal_from_source(). void e_load_cal_source_async (ESource *source, ECalSourceType source_type, icaltimezone *default_zone, GtkWindow *parent, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); ECal * e_load_cal_source_finish (ESource *source, GAsyncResult *result, GError **error);
* Update autoconfig settings for live.comGary Ching-Pang Lin2010-08-2313-13/+13
| | | | Bug 625627 - Fail to send mail with smtp.live.com with autoconfig
* Add encryption and authentication support for autoconfigGary Ching-Pang Lin2010-08-233-8/+72
| | | | Bug 625627 - Fail to send mail with smtp.live.com with autoconfig
* Updated Danish translationAsk H. Larsen2010-08-221-5453/+5799
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-08-212-1452/+1600
|
* Updated Norwegian bokmål translationKjartan Maraas2010-08-211-542/+586
|
* Update Simplified Chinese help translation.朱涛2010-08-212-1/+14361
|
* Update Simplified Chinese translations.Tao Wang2010-08-211-800/+906
|
* Fix more non-removal of signals on user_data object distruction byMichael Meeks2010-08-212-88/+88
| | | | using g_signal_connect_object in many places; fixes bgo#627525#
* Updated Hebrew translationYair Hershkovitz2010-08-151-6317/+6974
|
* Remove unused e_auth_new_cal_from_uri().Matthew Barnes2010-08-202-66/+0
|
* Use e_load_book_source_async() in EBookShellBackend.Matthew Barnes2010-08-201-32/+46
| | | | For handling "new-contact" and "new-contact-list" actions.
* Bug 627124 - Crash while opening task-page.uiMatthew Barnes2010-08-191-0/+1
|
* Use the new e_load_book_source_async() where possible.Matthew Barnes2010-08-198-162/+211
| | | | | | It's easier to use than addressbook_load() but requires starting with an ESource rather than an EBook, and there's a couple places left where that's not so easy. I'll spend more time on it later.
* Updated Spanish translationJorge González2010-08-171-301/+354
|
* Updated Galician translationsFran Diéguez2010-08-171-472/+513
|
* update Punjabi translationA S Alam2010-08-161-5459/+6098
|
* post release version bumpChenthill Palanisamy2010-08-161-1/+1
|
* News update for 2.31.90 releaseEVOLUTION_2_31_90Chenthill Palanisamy2010-08-161-0/+38
|
* ESelectionModel cleanups.Matthew Barnes2010-08-166-318/+460
|
* Fix a typo.Matthew Barnes2010-08-161-1/+1
|
* Updated Slovenian translationMatej Urbančič2010-08-151-6/+6
|
* Whitespace and coding style cleanup.Matthew Barnes2010-08-1416-114/+191
|
* Fix a runtime warning.Matthew Barnes2010-08-141-2/+2
|
* Pass an EShell to EMsgComposer instances.Matthew Barnes2010-08-1420-314/+733
| | | | Reduce the composer's dependency on e_shell_get_default().
* Updated Slovenian translationMatej Urbančič2010-08-141-2817/+1623
|
* Bug 624896 - Missing icons in table propertiesMatthew Barnes2010-08-145-0/+4
|
* Bug 605737 - Appointment reminder shows icons on buttonsMatthew Barnes2010-08-131-318/+181
|
* Refresh alarm-notify.ui.Matthew Barnes2010-08-131-347/+123
|
* Bump minimum GtkHtml version to 2.31.90.Matthew Barnes2010-08-131-5/+2
| | | | For bug 624913.
* Bug 624913 - Disallow drag-and-drop within the same attachment barMatthew Barnes2010-08-137-88/+178
| | | | | | | | | | | | Adds a boolean "dragging" property to the EAttachmentView interface, which becomes TRUE when the user start a drag from the attachment view. e_attachment_view_drag_motion() and e_attachment_view_drag_drop() both return FALSE when this property is set. Also, do not register the entire EMsgComposer window as a drag destination. Just intercept drag signals from the GtkHTML widget. Requires gtkhtml commit 344eb5e to fully work correctly.
* ECanvas cleanups.Matthew Barnes2010-08-133-406/+410
|
* Bug 323142 - Signature missing when handling mailto: URI with body partMatthew Barnes2010-08-131-1/+1
|
* EMsgComposer cleanups.Matthew Barnes2010-08-131-51/+58
|
* Minor correction to previous commit.Matthew Barnes2010-08-121-1/+1
|
* Bug 626724 - Folder tree mistakes "mark as unread" as new mailMatthew Barnes2010-08-124-5/+64
|
* EMFolderTreeModel cleanups.Matthew Barnes2010-08-121-31/+33
|
* Pause timline instead of stop. It hides the search animation texture.Srinivasa Ragavan2010-08-121-1/+2
|
* Add keybindings to tab.Srinivasa Ragavan2010-08-127-4/+334
| | | | | | Control Up - Go to parent folder. Control Shift Up/Down - prev/next tab Control Shift w - close tab.
* Add commands for keybindings for tab mode.Srinivasa Ragavan2010-08-121-1/+6
|
* Remove -DGDK_DISABLE_DEPRECATEDMatthew Barnes2010-08-111-1/+2
| | | | | | Until we can port the GDK drawing code to cairo. See: http://blogs.gnome.org/otte/2010/07/27/rendering-cleanup/
* remove select-on-focus hack, and replace with new skip-a-parentMichael Meeks2010-08-111-20/+7
| | | | | chaining hack; sub-set this only for when we have a hint visible ie. fix alt-c + type-new-search
* Ensure widgets are registered, without relying on config dialog setup at ↵Michael Meeks2010-08-112-0/+10
| | | | startup.
* build: Add libemformat to LDADD for evolution-settingsRob Bradford2010-08-111-1/+2
|
* Change the order of histogram. New things at the right.Srinivasa Ragavan2010-08-111-14/+11
|
* Add Histogram of mail trend in clutter tab and enable DnD of tabs.Srinivasa Ragavan2010-08-111-11/+104
|
* Typo in tree_autoscroll().Matthew Barnes2010-08-111-1/+1
|
* Bug 271691 - Add a way to view all attachments inlineMatthew Barnes2010-08-112-19/+110
|
* EAttachmentView cleanups.Matthew Barnes2010-08-111-65/+65
|
* More EMFormat cleanups.Matthew Barnes2010-08-111-9/+11
|
* Change em_format_redraw() to em_format_queue_redraw().Matthew Barnes2010-08-119-19/+50
| | | | | | This changes the behavior of the function: instead of redrawing immediately it schedules the redraw from an idle callback. This allows us to make multiple changes to EMFormat before redrawing.
* Defer the load / creation of configuration UI with changes toMichael Meeks2010-08-1122-139/+229
| | | | | | | | | e_preferences_window to take factory callbacks and store a reference to the shell. - This makes start-up substantially faster, particularly on Atom (eg.). Remove a number of idle handlers used to create these UIs in the first instance, cleaning the code.
* docs on where the repo for the web version lives, and how to deal with itMichael Meeks2010-08-101-0/+10
|
* Execute calendar search post startup, notMichael Meeks2010-08-101-2/+11
|
* EMFormat cleanups.Matthew Barnes2010-08-106-366/+498
|
* Bug 626453 - Show attachments inline when printingMatthew Barnes2010-08-103-21/+64
|
* Updated Tamil translationdrtv2010-08-081-1/+1
|
* Updated Tamil translationdrtv2010-08-081-1304/+1514
|
* Updated LowGerman translationNils-Christoph Fiedler2010-08-071-492/+492
|
* Updated French translationClaude Paroz2010-08-071-2855/+3247
| | | | Contributed by Laurent Coudeur and Claude Paroz
* fix bgo#625847 - make signatures work again.Michael Meeks2010-08-061-19/+18
|
* Make the intention of /tmp more explicit, and rescue people who happenMichael Meeks2010-08-061-2/+2
| | | | to have evolution .po files in /tmp from a sad fate ...
* use g_signal_connect_object to improve reliabilityMichael Meeks2010-08-051-40/+40
|
* Bug 626090 - Only set -fno-strict-aliasing for GCCMatthew Barnes2010-08-051-6/+11
|
* Bug 626059 - Welcome messages has incorrect linksChristian Kirbach2010-08-0521-120/+120
|
* We are not using dbus-glib anymore, don't call dbus_g_thread_initFridrich Štrba2010-08-053-3/+0
|
* Updated Norwegian bokmål translationKjartan Maraas2010-08-041-373/+392
|
* Updated Galician translations and added galician docs filesFran Diéguez2010-08-033-25/+12737
|
* Updated Galician translationsFran Diéguez2010-08-031-365/+397
|
* Updated Spanish translationJorge González2010-08-031-212/+212
|
* Post-release version bump.Matthew Barnes2010-08-031-1/+1
|
* NEWS update for 2.31.6 release.EVOLUTION_2_31_6Matthew Barnes2010-08-031-336/+443
|
* Updated Romanian translationLucian Adrian Grijincu2010-08-031-395/+133
|
* Bug 625761 - Folder views not preserved after migrationLucian Langa2010-08-031-4/+76
|
* Coding style and whitespace cleanup.Matthew Barnes2010-08-034-109/+200
|
* Updated Romanian translationLucian Adrian Grijincu2010-08-031-6583/+6669
|
* Update POTFILES.in.Matthew Barnes2010-08-031-0/+1
|
* Gtk-Doc fussing with SGML files.Matthew Barnes2010-08-0317-34/+0
|
* Fix a GError message.Matthew Barnes2010-08-031-1/+1
|
* Fix linker flags for API documentation.Matthew Barnes2010-08-031-4/+4
|
* fix lifecycle nasties bgo#625852Michael Meeks2010-08-032-27/+36
|
* Whoops, I broke configure.ac.Matthew Barnes2010-08-031-4/+4
|
* mail-session: Use the shell's active window as parent for dialogRob Bradford2010-08-031-3/+4
| | | | | | | This means that when the mail session generates an EAlertDialog e.g. for SSL certificate validity we can provide a parent window for the dialog. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=625846
* Prefer gio-2.0 when requiring GLib libraries.Matthew Barnes2010-08-021-7/+6
| | | | | | | | gio-2.0 is the "top level" library within GLib. It requires everything else we may need from GLib: glib-2.0, gobject-2.0, gmodule-2.0, gthread-2.0
* dbx-importer: Fix printf format warningDavid Woodhouse2010-08-021-2/+2
|
* mail-reader: e_mail_reader_get_formatter may now return NULLRob Bradford2010-08-021-1/+7
| | | | | | | Since e_mail_reader_get_formatter (the EMailNotebookView implementation) can now return NULL we need to prevent that being passed into other functions. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=624867
* em-format: Guard entry point to em_format_set_mode with g_return_if_failRob Bradford2010-08-021-0/+2
|
* Add new SGML files for API docs.Matthew Barnes2010-08-0217-0/+2684
|
* Missing linker flag.Matthew Barnes2010-08-021-0/+1
|
* addressbook: Port to use new _async suffix instead of _ex suffixRob Bradford2010-08-0217-105/+106
|
* build: Update gnome-icon-theme dependency for new default-avatar iconRob Bradford2010-08-021-1/+1
|
* addressbook/gui, plugins/groupwise, widgets/misc: Update to new icon themeRob Bradford2010-08-026-8/+8
| | | | | | | Since gnome-icon-theme 2.30.x the icon name for the default avatar has changed from stock_person to avatar-default Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=616822
* Bug 625724 - Message filters do no workLucian Langa2010-08-011-1/+1
|
* Updated German translationChristian Kirbach2010-08-011-730/+843
|
* Make EImportAssistant extensible.Matthew Barnes2010-07-312-38/+17
|
* Remove unused 'preview' argument from e_import_assistant_new_simple().Matthew Barnes2010-07-306-24/+12
| | | | We preview imported files by other means now.
* Remove folder-tree-expand-state.xml while migrating.Matthew Barnes2010-07-301-2/+11
|
* Bug 624500 - Missing EggSMClient linker flags in shellMatthew Barnes2010-07-302-1/+7
|
* Updated Spanish translationJorge González2010-07-301-315/+320
|
* Bug 625624 - Customizations of contacts views forgottenMatthew Barnes2010-07-304-3/+18
| | | | Found similar bugs in EShellMemoContent and EShellTaskContent.
* Fix build break in network-manager module.Matthew Barnes2010-07-301-0/+1
|
* Simplify em_folder_tree_restore_state().Matthew Barnes2010-07-301-14/+10
|
* Avoid overwriting files while migrating.Matthew Barnes2010-07-301-2/+20
|
* Bug #625606 - git/master build dies with glib-2.25.12Milan Crha2010-07-304-4/+4
|
* Bug 625204 - Typo in e_day_view_finish_long_event_resize()Thomas Mittelstaedt2010-07-291-1/+1
|
* More XDG base directory migration tweaks.Matthew Barnes2010-07-291-32/+18
|
* Fix where to look for filters.xml and vfolders.xml.Matthew Barnes2010-07-294-44/+47
| | | | | They live in $XDG_CONFIG_DIR/evolution/mail now. Evolution was looking in $XDG_DATA_DIR/evolution/mail.
* Bug 622181 - Backup settings uses unhelpful yes/no dialogMatthew Barnes2010-07-291-8/+8
|
* Reset BASE_VERSION to 2.32.Matthew Barnes2010-07-291-2/+2
| | | | | | | In light of today's announcement that GNOME 3.0 is delayed again, the September 2010 release will be called Evolution 2.32. http://www.gnome.org/press/releases/2010-07-gnome-3.0-rescheduled.html
* Migrate ~/.evolution/cache/tmp.Matthew Barnes2010-07-291-0/+6
|
* Remove .goutputstream-XXXXXX files during migration.Matthew Barnes2010-07-291-0/+31
| | | | | | | GIO had a bug for awhile where it would leave behind an empty temp file with the pattern .goutputstream-XXXXXX if an output stream operation was cancelled. We've had several reports of these files in config directories, so remove any we find.
* Add more debug messages to basedir migration.Matthew Barnes2010-07-281-1/+18
| | | | | If directory removal fails because the directory is not empty, list the file names in that directory.
* Remove unused variable.Matthew Barnes2010-07-281-1/+0
|
* Bug #622912 - Migrate from dbus-glib to glib's GDBusMilan Crha2010-07-287-199/+185
|
* Updated Telugu Translationskrishnababu k2010-07-281-5412/+5397
|
* Updated Indonesian translationNana Suryana2010-07-281-1929/+1243
|
* Updated Indonesian translationNana Suryana2010-07-281-10171/+5902
|
* Migrate ~/.evolution to XDG base directories.Matthew Barnes2010-07-2714-58/+589
| | | | | Migration runs just before the main loop starts. It's just a sequence of local directory and file renames.
* Use PVOID instead of gpointer when working with COM+ function pointersFridrich Štrba2010-07-271-6/+6
|
* Updated Indonesian translationNana Suryana2010-07-271-4701/+9269
|
* More clutter-gtk requirement tweaks.Matthew Barnes2010-07-271-1/+2
|
* Update clutter-gtk requirement for gtk+-3.0.Matthew Barnes2010-07-271-4/+8
|
* More code cleanup.Matthew Barnes2010-07-2717-697/+489
|
* Drop the "quote-from-selection" property.Matthew Barnes2010-07-266-81/+7
| | | | | David's solution is simpler: check if the HTML widget is mapped. Avoids having to propagate the property to Srini's new classes.
* Coding style and whitespace cleanup.Matthew Barnes2010-07-2626-1103/+1150
|
* Bug 624534 - Adapt to GTK+ GtkNotebookPage changesKjartan Maraas2010-07-265-6/+6
|
* More usable tab switching logic than just vannina appendSrinivasa Ragavan2010-07-263-11/+40
|
* Fix a compilation errorSrinivasa Ragavan2010-07-261-2/+2
|
* Fix right click issues.Srinivasa Ragavan2010-07-261-8/+63
|
* Make clutter mode even more appealing.Srinivasa Ragavan2010-07-265-51/+49
|
* Allow editing mails in composer and understand vfolders.Srinivasa Ragavan2010-07-261-3/+70
|
* Add animations for selecting mail and search.Srinivasa Ragavan2010-07-264-3/+141
|
* Add switch for tab & non-tab mode.Srinivasa Ragavan2010-07-261-1/+1
|
* Select folder tree based on the tab selected.Srinivasa Ragavan2010-07-261-3/+14
|
* Fix tab close issues in gtk & clutter mode.Srinivasa Ragavan2010-07-261-8/+27
|
* Add more clutter effects. Fade while selecting pages etc.Srinivasa Ragavan2010-07-261-7/+178
|
* Workaround table header image draw, it crashes under clutter.Srinivasa Ragavan2010-07-261-0/+11
|
* Add tab-close functionality in Mx.Srinivasa Ragavan2010-07-261-8/+65
|
* Make search work wellSrinivasa Ragavan2010-07-261-0/+2
|
* Redo everything with optional clutter support.Srinivasa Ragavan2010-07-262-46/+80
|
* Build awesome clutter/Mx based tab'ed mail reader.Srinivasa Ragavan2010-07-262-27/+281
|
* Add Tab/Tab picker under clutter.Srinivasa Ragavan2010-07-264-0/+3453
|
* Add content for tabs.Srinivasa Ragavan2010-07-2623-0/+136
|
* Option to build with clutter/MXSrinivasa Ragavan2010-07-261-0/+21
|
* Add optional clutter support.Srinivasa Ragavan2010-07-262-0/+20
|
* Add folder pane for tabbed browser.Srinivasa Ragavan2010-07-2614-1560/+615
|
* Make the update-actions work across tabs.Srinivasa Ragavan2010-07-263-0/+85
|
* Unique folder tabsSrinivasa Ragavan2010-07-261-1/+25
|
* More bug fixes.Srinivasa Ragavan2010-07-264-4/+29
|
* Fix a compilation errorSrinivasa Ragavan2010-07-261-2/+0
|
* Add EMailNotebook ViewSrinivasa Ragavan2010-07-265-22/+295
|
* Add EMailReader i/f recurrsive from tne Content.Srinivasa Ragavan2010-07-262-1/+86
|
* Make EMailPanedView up & working.Srinivasa Ragavan2010-07-263-4/+51
|
* Rewrite the content piece of evolution.Srinivasa Ragavan2010-07-266-947/+47
|
* Redo EMailPanedView and almost match to the basic one.Srinivasa Ragavan2010-07-265-54/+573
|
* More changes and modifications.Srinivasa Ragavan2010-07-264-3/+580
|
* re-baseclass few things.Srinivasa Ragavan2010-07-263-5/+7
|
* New set of basic viewsSrinivasa Ragavan2010-07-266-0/+372
|
* Add folder pane.Srinivasa Ragavan2010-07-262-0/+985
|
* Add class for message pane.Srinivasa Ragavan2010-07-262-0/+988
|
* Add base class for every page.Srinivasa Ragavan2010-07-262-0/+124
|
* Bug 598833 - Do not ship dropped evo_mail_notifier.pngMatthew Barnes2010-07-252-0/+0
|
* Updated Kannada translationsShankar Prasad2010-07-231-23/+17
|
* Bug 624525 - Variable name collision in gtk-compat macroMilan Crha2010-07-223-7/+7
|
* Updated Marathi TranslationsSandeep Shedmake2010-07-221-9190/+7473
|
* Bug #624891 - Various compiler warnings in git/masterMilan Crha2010-07-224-9/+9
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-07-202-10725/+11330
|
* Updated Norwegian bokmål translationKjartan Maraas2010-07-191-1796/+2674
|
* Bug 624677 - Missing keyboard shortcut for "Save as mbox"Matthew Barnes2010-07-191-1/+1
|
* Update API documentation.Matthew Barnes2010-07-199-7/+739
|
* Fixed headers in galician translation fileFran Diéguez2010-07-191-1/+1
|
* Fixed headers in galician translation fileFran Diéguez2010-07-191-640/+811
|
* Updated Spanish translationJorge González2010-07-181-772/+942
|
* Major update of Simplified Chinese translation.Aron Xu2010-07-181-1301/+1271
|
* Bug 624482 - Monitor /apps/evolution/mail/prompts for changesDavid Woodhouse2010-07-171-0/+4
| | | | | Otherwise the UI doesn't notice changes when they're made directly in gconf, which is what the dialogs actually do.
* Disable my evil GtkExpander hack in EAttachmentPaned.Matthew Barnes2010-07-171-1/+9
| | | | | | | | The new height-for-width logic in GTK3 doesn't like my trick to center a GtkExpander's label widget, so I have to disable it entirely for GTK3 or else Evolution crashes when opening a composer window. Bug #614049 has a GtkExpander patch that would let me do it properly.
* Report error to user when fails to open calendar/task/memo listMilan Crha2010-07-164-0/+54
|
* Add translation note for 'Group Reply'.David Woodhouse2010-07-161-2/+5
|
* [i18n] Updated German translationMario Blättermann2010-07-161-3022/+3643
|
* Clean up "ensure_sources" backend routines.Matthew Barnes2010-07-164-294/+70
| | | | | | | | | Remove redundant logic (we call e_source_list_ensure_group() and then proceed to do the same thing it just did), and use "local:" as the base URI for the "On This Computer" group. This requires commit 9e0845207b39f256f7e81d388741ed30a764ea7b in Evolution-Data-Server to work properly.
* Add nag popup when mailing list hijacks private reply with Reply-To: headerDavid Woodhouse2010-07-168-2/+117
|
* Change 'Reply to All' toolbar button into configurable 'Group Reply'David Woodhouse2010-07-156-4/+102
| | | | | ...with a dropdown menu like the Forward button, and configuration for whether it tries to do 'Reply to List' by default.
* Don't show the "reply in private?" nag popup for munged Reply-To: list messagesDavid Woodhouse2010-07-153-20/+84
|
* Fix two memory leaks when replyingDavid Woodhouse2010-07-154-4/+18
| | | | | | | | | | | | 1: em_utils_reply_to_message() can be passed a newly-created message (from a current selection. It needs to unref it. Which means that when we pass it a message which *isn't* newly-created, we have to obtain a ref of our own. It was that or add a boolean parameter to tell it whether to unref or not. 2: emf_finalize() wasn't unreferencing emf->message -- so when we clone the EMFormat in em_utils_message_to_html() and immediately unreference the clone, a refcount on the message got leaked. Fix emf_finalize() to unref emf->message as presumably it should.
* Add support for ignoring mailing list Reply-To: headersDavid Woodhouse2010-07-155-37/+117
|
* Warn on reply-to-all with too many recipientsDavid Woodhouse2010-07-158-7/+140
|
* Bug 624204 - Warn when replying privately to a mailing list messageDavid Woodhouse2010-07-156-1/+85
|
* Bug 624237 - Fails to start when smartcard is insertedMatthew Barnes2010-07-141-2/+10
|
* Bug #624335 - Abort after group-by-thread with certain sortingMilan Crha2010-07-141-15/+2
|
* Bug #615049 - Crash in remove_contact at e-addressbook-model.c:202Milan Crha2010-07-141-0/+8
|
* Updated Tamil translationdrtv2010-07-141-4694/+3325
|
* Update Simplified Chinese translation.Aron Xu2010-07-141-5688/+5629
|
* EMailReader: Remove unused variableMatthew Barnes2010-07-141-1/+0
|
* Bug 624285 - When replying, ignore text selection if preview is hiddenMatthew Barnes2010-07-146-1/+95
|
* Bug #623035 - Crash when printing email with too many recipientsMilan Crha2010-07-141-0/+2
|
* Bug 624235 - CamelPOP3Store missing some methodsMatthew Barnes2010-07-131-0/+7
| | | | | | CamelPOP3Store's get_folder_info() now sets CAMEL_STORE_ERROR_NO_FOLDER since it has no folder hierarchy to scan. This catches and clears that error so it doesn't reach the user.
* Bug 624216 - Runtime warning in Attachment Reminder pluginMatthew Barnes2010-07-132-218/+101
| | | | Also fixes the same bug in Email Custom Header plugin.
* Post-release version bump.EVOLUTION_2_31_5_CORRECTEDMatthew Barnes2010-07-131-1/+1
|
* NEWS update for Evolution 2.31.5.Matthew Barnes2010-07-131-0/+39
|
* Updated Galician translationsFran Diéguez2010-07-131-835/+839
|
* Bug 624128 - Folder -> Subscriptions is always enabledMatthew Barnes2010-07-128-40/+94
|
* Coding style and whitespace cleanup.Matthew Barnes2010-07-1277-690/+1198
|
* Updated Norwegian bokmål translationKjartan Maraas2010-07-111-287/+33
|
* Fix some linking issues.Matthew Barnes2010-07-112-0/+4
|
* Fix some compiler warnings.Matthew Barnes2010-07-113-3/+10
|
* Updated Norwegian bokmål translationKjartan Maraas2010-07-111-3054/+2168
|
* Bug 621839 - Improve auto-selection of messages (take two)Matthew Barnes2010-07-111-26/+29
| | | | | | | | | First patch for this bug misunderstood what was being asked for. It auto-selected the newest unread message or else the newest read message, but the desired behavior was to select the -oldest- unread message or else the newest read message. ("Newest" and "oldest" being determined by date/time received.)
* Bug 623702 - SEGV on redirecting messageMatthew Barnes2010-07-101-0/+5
|
* Bug 623738 - Select All is always enabled for message listMatthew Barnes2010-07-101-1/+3
|
* Bug 623947 - Error handling issues in em-format.cMatthew Barnes2010-07-101-4/+10
|
* Bug 624011 - EMeetingTimeSelector tries to change mouse cursor before it's ↵Matthew Barnes2010-07-101-9/+15
| | | | realized
* Bug 624022 - "stock_mail-import" no longer exists in gnome-icon-themeMatthew Barnes2010-07-101-19/+0
|
* Updated Spanish translationJorge González2010-07-101-328/+330
|
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-0948-418/+448
|
* Updated Spanish translationJorge González2010-07-091-286/+294
|
* Fix places where "~/.evolution" is hard-coded.Matthew Barnes2010-07-099-46/+30
| | | | | Also replace "$USER_DATA_DIR/cache" path constructions with e_get_user_cache_dir().
* Bug #623796 - Post Message to List asks for confirmation on closeMilan Crha2010-07-091-13/+10
|
* Migrate from CamelException to GError.Matthew Barnes2010-07-0963-825/+979
|
* Fix transience problems with ENameSelectorDialogs ...Michael Meeks2010-07-088-39/+17
|
* Updated Slovenian translationMatej Urbančič2010-07-061-39/+1423
|
* Bug 623432 - Use gweather-3.0 when building with gtk3Maciej Piechotka2010-07-041-4/+8
|
* Updated Spanish translationJorge González2010-07-011-194/+227
|
* Updated Slovenian translationAndrej Žnidaršič2010-06-301-1364/+3
|
* Updated Slovenian translationAndrej Žnidaršič2010-06-301-6754/+7895
|
* Bug 623201 - Set default options automatically while creating a new accountChenthill Palanisamy2010-06-301-1/+12
|
* MeeGo Bugzilla #3286 - Allow edit accounts in the capplet to goSrinivasa Ragavan2010-06-301-2/+2
| | | | fwd/back.
* Work around sudden disappearance of GdkRegion in GTK+ 2.90.5.Matthew Barnes2010-06-305-0/+57
| | | | API was deprecated and removed in less than two hours! Sheesh!
* Updated Galician translationsFran Diéguez2010-06-301-2/+25
|
* Updated Galician translationsFran Diéguez2010-06-301-1/+1
|
* post release version bumpChenthill Palanisamy2010-06-301-1/+1
|