aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Leftover "Generating message list..." info in a message-listMilan Crha2014-04-251-0/+1
| | | | | | | | In some cases, like on errors or cancel, there could be left an information in the message-list that the list is generating its content, while it didn't do it in reality. This always resets the message-list information in case the current message-list generation finished and was the last in the queue.
* tests: set evo as default email clientVadim Rutkovsky2014-04-251-0/+3
|
* tests: make an html reportVadim Rutkovsky2014-04-251-1/+1
|
* tests: add addressbook testsVadim Rutkovsky2014-04-255-4/+659
|
* Fix various memory leaksMilan Crha2014-04-2517-23/+72
|
* tests: when switching tabs make sure required service is runningVadim Rutkovsky2014-04-241-0/+23
|
* tests: don't restart Evolution after initial setupVadim Rutkovsky2014-04-241-4/+0
|
* Updated Greek translationTom Tryfonidis2014-04-241-87/+90
|
* tests: store the screenshot for failed testsVadim Rutkovsky2014-04-242-1/+16
|
* [EActivityBar] Reset priv->timeout_id when the timeout is reachedMilan Crha2014-04-241-2/+39
| | | | | | | Since GLib begun to claim about incorrect ids being passed to g_source_remove(), a problem with EActivityBar had been discovered, it doesn't unset its priv->timeout_id when the timeout is reached, which leads to the new runtime warnings from GLib.
* Make 'Copy Link Location' copy into both primary and selection clipboardsMilan Crha2014-04-221-1/+5
| | | | | | | It used to copy the link into both buffers, same as the 'Copy Email Address" does, but it seems, after a move to WebKit based message preview, this changed and the link had been copied only to the selection clipboard. Make the function consistent and copy the link into to both clipboards.
* Updated Greek translationmarablack32014-04-191-1615/+1968
|
* Bug #699797 - Verify SSL trust after redirectionMatt McCutchen2014-04-181-84/+13
|
* Newly created folders always marked as having subfoldersMilan Crha2014-04-171-3/+2
| | | | | This corrects, a bit, a regression caused by commit b0106cc8, reported at https://bugzilla.gnome.org/show_bug.cgi?id=722698#c13
* Updated Slovenian translationMatej Urbančič2014-04-131-3/+4
|
* Bug #684425 - Do not pass NULL text to gtk_entry_set_text()Milan Crha2014-04-1115-29/+126
|
* Bug #727967 - Undo/Redo text is not displayed in menusMilan Crha2014-04-112-4/+4
|
* Bug #727888 - Wrap the Location label in a reminder dialogMilan Crha2014-04-112-0/+8
|
* tests: don't check that Skip Lookup button is hidden due to bug 726539Vadim Rutkovsky2014-04-111-2/+3
|
* tests: initial setup: rewrite Next/Continue button detectionVadim Rutkovsky2014-04-111-12/+7
|
* tests: initial setup: find windows by roleNameVadim Rutkovsky2014-04-111-6/+6
| | | Headerbar is now uses in initial setup wizard, so the name of window changes on moving to a different page
* tests: Continue button was renamed to 'Next'Vadim Rutkovsky2014-04-111-7/+7
|
* tests: rename test m4 to a nice nameVadim Rutkovsky2014-04-111-9/+11
| | | | The new m4 also fixes srcdir != builddir issue
* Updated Russian translationYuri Myasoedov2014-04-111-694/+762
|
* Updated Russian translationYuri Myasoedov2014-04-111-253/+247
|
* Reset MessageList::seen_id in mail_reader_message_seen_cb()Milan Crha2014-04-111-0/+6
| | | | | | Otherwise invalid source ID is used in the call of g_source_remove() when is tried to remove "pending" auto-mark-as-seen timeout callback. It can show a runtime warning on a console too.
* Updated Slovenian translationMatej Urbančič2014-04-051-3/+3
|
* Fix few more memory leaksMilan Crha2014-04-042-1/+7
|
* EMailDisplay: Install HTML click event handlers on images in all framesTomas Popela2014-04-041-22/+22
| | | | | The handlers were installed just on main frame. Thus if subframe contained +/- images to show/hide i.e. CC'ed people it was not working.
* Updated Slovenian translationMatej Urbančič2014-04-041-251/+254
|
* Cancel pending mail operations when going offline or on quitMilan Crha2014-04-031-7/+21
| | | | | | | This used to be done in mail_cancel_all(), but since commit 8ae3cc32830179e09 the function is gone and the mail operations are not cancelled, which prevents the application to go offline or to quit in a timely manner, because it's waiting for a finish of possibly expensive operations.
* Updated Italian translationGianvito Cavasoli2014-04-031-11267/+9641
|
* Updated Czech translationMarek Černocký2014-04-031-13/+13
|
* Updated Czech translationMarek Černocký2014-04-021-1/+1
|
* Bug #340075 - More IM contact fieldsChristian Schaarschmidt2014-04-022-424/+255
|
* Updated Czech translationMarek Černocký2014-04-021-1/+1
|
* Updated Czech translationMarek Černocký2014-04-011-1/+1
|
* Fixed a menu item nameMarek Černocký2014-04-011-1/+1
|
* Updated Czech translationMarek Černocký2014-04-011-1/+1
|
* doap: update URLsPiotr Drąg2014-03-312-5/+5
|
* Updated German translationChristian Kirbach2014-03-301-652/+721
|
* e-util: Port to thread-safe ECategories APIPhilip Withnall2014-03-2819-57/+82
| | | | | | | | | | | | | | This ports the following two function calls throughout Evolution: • e_categories_get_list() to e_categories_dup_list() • e_categories_get_icon_file_for() to e_categories_dup_icon_file_for() It necessarily changes some internal e-util API: • e_util_get_searchable_categories() to e_util_dup_searchable_categories() This bumps the EDS requirement to 3.13.1. https://bugzilla.gnome.org/show_bug.cgi?id=727221
* Bug #726542 - Unpadded black border on various mail account settings pagesMilan Crha2014-03-289-0/+9
|
* Bug #726654 - Search bar's filter change may not steal keyboard focusMilan Crha2014-03-271-7/+0
|
* POTFILES.skip: Remove unexistent filesMilan Crha2014-03-271-22/+0
|
* Drop image-inline pluginMilan Crha2014-03-275-666/+1
| | | | | | The GtkImageView didn't receive any change for the past two years, and since Evolution uses WebKitGTK the plugin lost its value. The same can be done with WebKit too, in some extent, once someone implements it.
* POTFILES.in: Return back accidentally removed line from the previous commitMilan Crha2014-03-271-0/+1
|
* POTFILES.in: Add a new mail/e-mail-folder-create-dialog.cMilan Crha2014-03-271-1/+1
|
* Add EMailFolderCreateDialog.Matthew Barnes2014-03-2710-312/+702
| | | | Subclass of EMFolderSelector, replaces em_folder_utils_create_folder().
* Add em_folder_selector_new_activity().Matthew Barnes2014-03-272-0/+36
| | | | | Returns a new EActivity configured to display status and error messages directly in the selector dialog.
* EMFolderSelector: Add an activity bar.Matthew Barnes2014-03-271-0/+7
|
* EMFolderSelector: Use an ETreeViewFrame.Matthew Barnes2014-03-271-59/+62
| | | | | | | | Convert the folder selector's "New" button to a [+] button on an inline toolbar beneath the folder tree. The symbolic button looks better, and clicking it no longer triggers a "response" signal, which terminates a gtk_dialog_run() call. We don't want gtk_dialog_run() to terminate in this case.
* EMFolderSelector: Add a "folder-selected" signal.Matthew Barnes2014-03-272-7/+41
| | | | This makes EMFolderSelector a little more "subclassable".
* Add em_folder_selector_set_selected().Matthew Barnes2014-03-272-0/+31
| | | | | Mostly a convenience function so callers don't have to dig up the dialog's folder tree widget.
* Add em_folder_selector_get_selected().Matthew Barnes2014-03-272-0/+43
| | | | Will eventually replace em_folder_selector_get_selected_uri().
* Add em_folder_selector_get_content_area().Matthew Barnes2014-03-272-0/+24
| | | | A more useful alternative to gtk_dialog_get_content_area().
* EMFolderSelector: Override constructed() method.Matthew Barnes2014-03-271-158/+159
| | | | | | | | Now that all the instantiation arguments have either been eliminated or made into GObject properties, we can initialize the dialog properly via the constructed() method instead of some custom internal function. This makes EMFolderSelector a LOT more "subclassable".
* EMFolderSelector: Remove 'title' argument when creating.Matthew Barnes2014-03-278-23/+29
| | | | | | Just call gtk_window_set_title() after creating the dialog. This makes EMFolderSelector a little more "subclassable".
* EMFolderSelector: Add a "default-button-label" property.Matthew Barnes2014-03-278-22/+112
| | | | | | | Replaces the 'oklabel' argument when creating a new dialog, and can be changed after the dialog is created. This makes EMFolderSelector a little more "subclassable".
* EMFolderSelector: Add a "caption" property.Matthew Barnes2014-03-278-34/+113
| | | | | | | Replaces the 'text' argument when creating a new dialog, and can be changed after the dialog is created. This makes EMFolderSelector a little more "subclassable".
* EMFolderSelector: Add a "can-create" property.Matthew Barnes2014-03-278-31/+104
| | | | | | | Replaces the EM_FOLDER_SELECTOR_CAN_CREATE flag, and can also be set after the selector dialog is instantiated. This makes EMFolderSelector a little more "subclassable".
* EMFolderSelector: Further cleanups.Matthew Barnes2014-03-272-123/+154
|
* EMFolderSelector: Implement EAlertSink interface for real.Matthew Barnes2014-03-271-3/+47
|
* EMFolderSelector: Seal up the public instance struct.Matthew Barnes2014-03-272-38/+26
|
* EMFolderSelector: Make EM_FOLDER_SELECTOR_RESPONSE_NEW private.Matthew Barnes2014-03-272-4/+3
|
* Fix two memory leaksMilan Crha2014-03-262-7/+3
| | | | | | | a) ETableColumnSpecification: the 'title' property is always overwritten during the spec file loading, thus no need to allocate it here b) the 'uids' are leaked on message move, because the GPtrArray is supposed to be always unreffed
* [text-highlight] Fix a possible memory leakMilan Crha2014-03-261-0/+1
| | | | | The related part of the code could be reached also when the 'syntax' variable had been previously set to a newly allocated string, thus (try to) free it first.
* User docs: Fix broken See Also linkAndre Klapper2014-03-261-1/+1
|
* User docs: Update href links for project page etc.Andre Klapper2014-03-265-8/+8
|
* User docs: Fix broken link to Seahorse docsAndre Klapper2014-03-261-2/+2
|
* User docs: Fix page IDAndre Klapper2014-03-261-1/+1
|
* User docs: Link to more specific Seahorse user docs pageAndre Klapper2014-03-261-3/+4
|
* User docs: Update instructions due to Google doc changesAndre Klapper2014-03-261-3/+7
|
* User docs: Mark some names as non-translatableAndre Klapper2014-03-261-11/+11
|
* User docs: Use proper markupAndre Klapper2014-03-261-1/+1
|
* User docs: Don't use 'mails'; mail is plural alreadyAndre Klapper2014-03-262-3/+3
|
* User docs: Use 'Mail' instead of 'E-Mail' or 'Emails'Andre Klapper2014-03-262-3/+3
|
* User docs: Remove Palm sync instructions - too old nowAndre Klapper2014-03-261-37/+1
|
* User docs: Use Unicode for ellipsisAndre Klapper2014-03-2630-32/+32
|
* User docs: Use proper markupAndre Klapper2014-03-261-4/+4
|
* User docs: Change 'user name' to 'username' as everywhere elseAndre Klapper2014-03-261-1/+1
|
* User docs: Simplify pathname in home directoryAndre Klapper2014-03-261-1/+1
|
* User docs: Harmonize some strings about entering URLAndre Klapper2014-03-264-4/+4
|
* User docs: Improve instructionsAndre Klapper2014-03-261-3/+3
|
* EPhotoCache: Fix a memory leakMilan Crha2014-03-251-2/+3
|
* Add an --enable-code-coverage configure option to enable gcov supportMilan Crha2014-03-2573-178/+273
| | | | | When enabled, this will compile all libraries/binaries with the necessary gcc and ld flags to enable code coverage support using gcov.
* Add installed tests using --enable-installed-tests switchVadim Rutkovsky2014-03-258-0/+810
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=726832
* Fix memory leaks from a commit for bug #508744Milan Crha2014-03-251-0/+3
| | | | I missed that part when copying the code from a test program I cooked.
* Bug #545106 - [Automatic Contacts] Adds duplicate email addressesWatson Yuuma Sato2014-03-251-46/+104
|
* Bug #724059 - Allow arbitrary number of phone entries in the contact editorChristian Schaarschmidt2014-03-245-434/+1026
|
* Bug #726110 - Use gtk_drag_check_threshold() instead of hard-coded valuesMilan Crha2014-03-245-24/+14
|
* Updated Galician translationFran Dieguez2014-03-241-587/+651
|
* Bug #551793 - Alarms dialog: Change "Customize" optionAnup-Allamsetty2014-03-242-24/+1
|
* Bug #508744 - Select PGP key from a list in mail account propertiesMilan Crha2014-03-243-0/+120
|
* Bug 719417 - Remove em-filter-i18n.hMatthew Barnes2014-03-246-573/+491
| | | | | Remove this old hack and translate the pre-defined filter/search/vfolder rules the same way any other XML file gets translated.
* l10n: Update Japanese translationJiro Matsuzawa2014-03-241-4279/+4803
|
* Updated Norwegian bokmål translationKjartan Maraas2014-03-241-271/+270
|
* folder_tree_render_icon: Readability cleanup.Matthew Barnes2014-03-241-1/+7
| | | | Makes the logic easier to debug too.
* Updated Russian translationYuri Myasoedov2014-03-231-128/+86
|
* Post-release version bump.Matthew Barnes2014-03-231-4/+4
|
* NEWS update for 3.12.0 release.Matthew Barnes2014-03-231-0/+18
|
* Forbid header bars in stock GTK+ dialogs.Matthew Barnes2014-03-231-0/+8
| | | | | Even in GNOME Shell, header bars look very out of place in Evolution. Override the system-wide setting to suppress them.
* Updated German translationChristian Kirbach2014-03-231-3876/+4246
|
* Updated Slovenian translationMatej Urbančič2014-03-231-4024/+4427
|
* Updated Basque languageInaki Larranaga Murgoitio2014-03-231-4267/+4751
|
* Updated Brazilian Portuguese translationEnrico Nicoletto2014-03-211-985/+1277
|
* Updated Danish translationKenneth Nielsen2014-03-211-4308/+4742
|
* Updated Russian translationYuri Myasoedov2014-03-201-777/+534
|
* Updated Hungarian translationGábor Kelemen2014-03-191-686/+1012
|
* Updated Portuguese translationDuarte Loreto2014-03-191-4951/+5619
|
* Updated Serbian translationМирослав Николић2014-03-182-8472/+9534
|
* Finnish translation update by Jiri GrönroosVille-Pekka Vainio2014-03-171-4433/+4828
|
* Post-release version bump.Matthew Barnes2014-03-161-2/+2
|
* Fix distcheck error.Matthew Barnes2014-03-161-3/+2
|
* NEWS update for 3.11.92 release.Matthew Barnes2014-03-161-0/+46
|
* Updated Ukrainian translationDaniel Korostil2014-03-161-1029/+1286
|
* Updated French translationAlainLojewski2014-03-161-4316/+4810
|
* Updated Hungarian translationGábor Kelemen2014-03-161-4240/+4776
|
* ECalConfigWeather: Fix a confusing translator comment.Matthew Barnes2014-03-151-7/+6
|
* Missing attachment button for attachments of a known typeMilan Crha2014-03-141-2/+0
| | | | | | | If there was a known formatter for the attachment's mime type, the attachment content was shown inline, without the attachment button, instead of it being shown collapsed and with the corresponding button. All that caused by a variable overwrite and a related memory leak.
* [l10n] Update Catalan translationPau Iranzo2014-03-141-4269/+4545
|
* Bug #710337 - Define ETree/ETable "alternating-row-colors" style propertyMilan Crha2014-03-142-2/+43
|
* Bug #726225 - [abrt] Memory corruption during message list regen after Trash ↵Milan Crha2014-03-141-2/+6
| | | | expunge
* Contact photos not always shown in a contact previewMilan Crha2014-03-131-2/+16
| | | | | | | | Locally stored photos were shown as a "missing image" instead of the actual photo for cases when the URL contained special characters which required to be encoded in the URL. This effectively updates commit 255e0529040baae67e3d70f1030ce248fd61856d, to check WebKit version for the unescape, because WebKit 2.2.5 (which I currently use) doesn't re-escape the URIs. Maybe earlier versions of the WebKit do the same.
* EWebView/EMailDisplay: Setup custom CSS styles to DOM right after document loadsMilan Crha2014-03-132-0/+7
| | | | | | | | | | | | | The custom styles, those which are added on-the-fly directly to DOM, were added only after whole document was completely loaded, which included also sub-frames content, thus when these were slow to download for any reason, the main frame content, like the top header bar, was shown with a default style, which is white background and black text color. The WebKitWebView's document-load-finished signal is emitted whenever the actual HTML content is loaded, and the DOM is available as well, for each frame, including the main frame of the WebView, thus updating/setting custom CSS styles in this signal handler makes the loaded frames look as expected, without waiting for other frames in the document to finish their load.
* Updated Polish translationPaweł Żołnowski2014-03-131-4206/+4465
|
* Bug #722938 - Adapt a11y code for newest gtkMike Gorse2014-03-1327-596/+128
| | | | | As of gtk+ 3.2, AtkObjectFactories are no longer used to generate accessibles for gtk widgets, so our custom atk classes need refactoring.
* Actually make the AppData file translatableRichard Hughes2014-03-122-1/+1
| | | | Evolution was installing a file with <_p> which made gnome-software very upset.
* Bug 711350: Cannot position caret in received message body without using the ↵Tomas Popela2014-03-111-1/+4
| | | | | | | | mouse If Caret mode is enabled don't try to process the navigation keys and don't set the focus on main frame to actually make the Caret mode working.
* Don't close base stream when destroying a CamelFilterOutputStream.Matthew Barnes2014-03-118-0/+20
| | | | | | | | | | | | | | | GFilterOutputStream, from which CamelFilterOutputStream is derived, defaults to closing its base stream when the instance is finalized. That makes sense in the general case, but CamelFilterOutputStreams are usually temporary wrappers on a more permanent base stream, so we need to remember to override the default "close-base-stream" property value. I was tempted to just make CamelFilterOutputStream override the default automatically, but I decided against it because my long term plan is to drop CamelFilterOutputStream for GConverterOutputStream which also does not override the "close-base-stream" default. The closer the semantics of the two classes match, the easier porting will be in the future.
* Bug #550697 - Crash after folder open in a closed mail viewMilan Crha2014-03-102-7/+38
|
* Updated Czech translationJiří Eischmann2014-03-101-3833/+4178
|
* Updated Latvian translationRūdolfs Mazurs2014-03-081-4324/+4795
|
* Updated Chinese (China) translationWylmer Wang2014-03-081-404/+386
|
* Bug 723204 - Account assistant is too wideMatthew Barnes2014-03-081-0/+1
| | | | | | Works around a GTK+ regression caused by: https://git.gnome.org/browse/gtk+/commit/?id=f18655c641dbe2ca2a28627538898be575667e1a
* Bug #711351 - Folder change in folder tree steals focusMilan Crha2014-03-074-2/+60
|
* Updated Indonesian translationAndika Triwidada2014-03-071-291/+305
|
* Updated Korean translationChangwoo Ryu2014-03-061-4277/+4566
|
* Bug #711658 - Time zone for new events sometimes defaults to UTCMilan Crha2014-03-066-9/+41
|
* Bug #725615 - Disable Delete button in a vTrash folderMilan Crha2014-03-062-3/+9
|
* Bug #446659 - Message view can scroll away after message deletionMilan Crha2014-03-063-78/+101
|
* Updated Norwegian bokmål translationKjartan Maraas2014-03-051-252/+251
|
* Bug #725402 - Checking sender for multiple images causes hangMilan Crha2014-03-051-4/+150
| | | | | | | | | | | | This was introduced around commit ef355cd5, when the caching of search results were dropped. The new function was also buggy, thus this commit fixes even that. Namely done changes: - cache email address book search results for 5 minutes - do not stop searching when any book fails to open (which can be due to temporary unreachable server, for example) - search in local books first
* Add a comment for translators above "_Send Account Override"Milan Crha2014-03-041-0/+2
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2014-03-042-1434/+2062
|
* Updated Galician translationsFran Diéguez2014-03-041-787/+1084
|
* Post-release version bump.Matthew Barnes2014-03-031-1/+1
|
* NEWS update for 3.11.91 release.Matthew Barnes2014-03-031-1/+44
|
* Update API documentation.Matthew Barnes2014-03-032-1/+2
|
* Miscellaneous cleanups.Matthew Barnes2014-03-03207-1592/+1717
|
* Remove obsolete white-papers.Matthew Barnes2014-03-014-1002/+0
|
* EMailFormatter: Use GOutputStream instead of CamelStream.Matthew Barnes2014-03-0133-430/+552
|
* Updated Spanish translationDaniel Mustieles2014-02-281-125/+45
|
* EWebView: Limit zoom-in/zoom-out to 0.1 .. 5.0 valuesMilan Crha2014-02-281-4/+11
| | | | | It doesn't make much sense to zoom below 0.1, same as zoom 5.0 is quite large, thus no need to zoom indefinitely in both directions.
* Updated Spanish translationDaniel Mustieles2014-02-281-254/+248
|
* User docs: Add shortcuts for marking messages as (un)readGed Haywood2014-02-271-1/+7
|
* Replace 'interface' with 'iface' in the codeTarnyko2014-02-2677-885/+884
| | | | | | Win32 headers have a #define for 'interface', which breaks the build when this word is used in the code, thus replace it to 'iface', the same way as GLib or GTK+ code use to have it. (See bug #722068.)
* configure: Fix typo in enable_spamassassin variable usagePriit Laes2014-02-261-1/+1
|
* Bug #542723 - [vCard importer] Some fields get imported also into notesSebastian Fritz2014-02-251-31/+0
|
* ETree/ETable: Allow easier adding of columns for sortingMilan Crha2014-02-255-12/+92
| | | | | | | | | This extends behaviour of left-clicking column header which is not used for sorting yet in an ETree/ETable in a way: a) alone left-click behaves like before, all current sorting is dropped and the ETree/ETable is sorted only by that column b) left-click with pressed Ctrl key adds the column as the first to sort by c) left-click with pressed Ctrl+Shift adds the column as the last to sort by
* Bug #724854 - Cursor moves to incorrect message when deleting multiple messagesMilan Crha2014-02-251-1/+1
|
* Bug 724909 - Highlight module hangs on large attachmentsMatthew Barnes2014-02-251-27/+182
| | | | | | | | | | | | | | The previous code was writing the entire MIME part content to the highlight utility's stdin pipe before reading the converted result. With enough content, this caused the write operation to get stuck. What's worse is this all happens synchronously in the UI thread. Not sure exactly what was going on, but my hunch proved correct that we need to simultaneously write to the stdin pipe and read from the stdout pipe to avoid the deadlock. Still not happy about this blocking the UI, but that would require some major refactoring in libevolution-mail-formatter.
* Updated Lithuanian translationAurimas Černius2014-02-251-127/+107
|
* Bug #725010 - Fix strings in "Composer Preferences > Send Account" tabMilan Crha2014-02-251-12/+24
|
* Add missing action captions after gtk-stock replacementMilan Crha2014-02-254-8/+8
|
* Bug #711758 - Handle relative path when importing from command lineMilan Crha2014-02-241-1/+40
|
* mail_session_dispose: First free folders, only then storesMilan Crha2014-02-241-18/+18
| | | | | | CamelFolder holds a weak reference to its parent CamelStore, thus if the store is freed before the folder, then the folder cannot access it, which can lead to crashes.
* Bug 597552 - Remove evolution-plugin.pc.inMatthew Barnes2014-02-244-23/+0
| | | | Use evolution-shell, evolution-mail or evolution-calendar instead.
* evolution-shell.pc: Add "errordir" definition.Matthew Barnes2014-02-241-0/+1
|
* libemail-engine.pc: Add missing gtk+-3.0 requirement.Matthew Barnes2014-02-241-1/+1
|
* Fix few more memory leaksMilan Crha2014-02-212-10/+28
|
* mail_xfer_folder: Not provided anymore (forgotten prototype definition)Milan Crha2014-02-211-6/+0
|
* Updated Lithuanian translationAurimas Černius2014-02-211-818/+1130
|
* EMFolderTreeModel: Fix a circular dependency between model and its dataMilan Crha2014-02-213-4/+29
| | | | | | | | | The model stores GtkTreeRowReference-s in its private data, but these references ref the model, thus there is a circular dependency between internal data and the object itself, effectively causing memory leaks. With this fixed, the CamelSession is correctly freed at the end of the application.
* EMailParser: Forgot to unref CamelSessionMilan Crha2014-02-211-0/+1
|
* Bug #711443 - IMAPX account unread count goes only up, not downMilan Crha2014-02-201-3/+51
|
* Updated Chinese (China) translationWylmer Wang2014-02-201-1126/+1483
|
* Updated Norwegian bokmål translationKjartan Maraas2014-02-201-982/+1313
|
* Updated Oriya translationManoj Kumar Giri2014-02-191-4951/+1511
|
* Bug #553927 - Autoselect newly created accounts in the folder treeMilan Crha2014-02-183-0/+129
|
* Bug #724437 - Content-Disposition inline confuses message formatterMilan Crha2014-02-182-3/+5
|
* Bug #709162 - Use-after-free on a reminder snoozeMilan Crha2014-02-171-1/+1
|
* Make calendar tooltip count also days, not only hours/minutes/secondsMilan Crha2014-02-171-1/+9
|
* Forgotten chunk from the previous commit (shortcuts from gtk-stock definitions)Milan Crha2014-02-171-1/+1
|
* Add shortcuts previously defined by gtk-stock item definitionsMilan Crha2014-02-1712-33/+33
|
* Post-release version bump.Matthew Barnes2014-02-171-1/+1
|
* NEWS update for 3.11.90 release.Matthew Barnes2014-02-171-0/+39
|
* Update API documentation.Matthew Barnes2014-02-171-1/+19
|
* Fixed Russian translationYuri Myasoedov2014-02-161-3874/+4279
|
* Updated Indonesian translationAndika Triwidada2014-02-141-3830/+4177
|
* Updated Assamese translationngoswami2014-02-141-524/+813
|
* e_menu_tool_action_new: Remove unused stock_id parameterMilan Crha2014-02-143-7/+5
|
* Fix EShellSearchbar regression after gtk-stock cleanupMilan Crha2014-02-141-4/+4
| | | | | There were missing icons on the shell's searchbar entry, due to missed property binding on stock-id, instead of icon-name.
* Updated POTFILES.inPiotr Drąg2014-02-131-0/+2
|
* Updated Spanish translationDaniel Mustieles2014-02-131-619/+885
|
* Bug #685381 - POP3's "delete-expunged" ignored when Empty trash on exitMilan Crha2014-02-131-8/+45
|
* Do not use "dialog-apply" icon and make EStockRequest fool-proofMilan Crha2014-02-133-41/+51
| | | | | | | | | The "dialog-apply" icon is not from a set of standard icons, thus it cannot be used, which I overlooked yesterday. With its drop are also dropped other button icons in itip-formatter. The missing icon made EStockRequest "panic" which effectively broke page rendering for WebKit - the rendering was never finished.
* Stop using deprecated gtk-stock itemsMilan Crha2014-02-13129-1188/+828
|
* Updated Brazilian Portuguese translationRafael Ferreira2014-02-121-40/+40
|
* Updated Assamese translationngoswami2014-02-121-582/+629
|
* Updated Ukrainian translationDaniel Korostil2014-02-121-4093/+4318
|
* EMailConfigAssistant: Hack the "Go Back" button after autoconfig.Matthew Barnes2014-02-111-4/+73
| | | | | | | | | | | | | | | | After account autoconfiguration, you can click the "Go Back" button to revise the account details. That's been in place for some time now, but it's not obvious from the button label. "Go Back" implies going back to the Identity page. Temporarily rename the "Go Back" button on the Summary page to something more accurate after a successful autoconfiguration, then reset it to its original "Go Back" label. Unfortunately the GtkAssistant API does not make this easy. I had to resort to crawling the assistant's internal child widgets and comparing button labels to locate the right button. So this hack may not be very future-proof.
* Fix a runtime warning on startup.Matthew Barnes2014-02-111-2/+6
| | | | | Calling g_source_remove() on a saved source ID but not resetting the source ID to zero.
* e_table_sort_info_duplicate: Missing ref of a 'column_spec' memberMilan Crha2014-02-111-0/+17
| | | | | | Both 'groupings' and 'sortings' arrays unref the 'column_spec' on removal, but the 'duplicate' function didn't ref them, which caused use-after-free at the end of the application.
* Bug #655806 - Folder deletion is very slowFabiano Fidêncio2014-02-111-45/+51
|
* Bug #722041 - NNTP Messages are silently dropped from OutboxMilan Crha2014-02-111-12/+8
|
* Bug #724023 - Run EMailFormatter in the main/UI threadMilan Crha2014-02-102-8/+18
| | | | | | | Any GtkWidget creation or manipulation should be done exclusively from the main/UI thread, thus make sure it is done that way. Of course, evolution can freeze for a little time (depends on the message size), until its formatting is done. It's unnoticeable with usual messages.
* Updated Spanish translationDaniel Mustieles2014-02-101-315/+349
|
* Updated Greek translationDimitris Spingos2014-02-101-821/+866
|
* Fix indents, <app> tags in remaining c*.pageAruna Sankaranarayanan2014-02-0815-263/+557
| | | | | Make indentation more consistent. Enclose Evolution within <app> tags.
* Fix indents, <app> tags for backup-restore.pageAruna Sankaranarayanan2014-02-081-20/+56
| | | | | Indent backup-restore.page Enclose Evolution within <app> tags wherever applicable.
* Bug #720542 - Crash on calendar view's tooltip timeoutMilan Crha2014-02-072-0/+17
|
* Tajik translation updatedVictor Ibragimov2014-02-071-7670/+12064
|
* Updated Spanish translationDaniel Mustieles2014-02-071-399/+503
|
* Updated Galician translationsFran Diéguez2014-02-071-633/+667
|
* Updated Brazilian Portuguese translationEnrico Nicoletto2014-02-071-619/+665
|
* User docs: Fix styling+indents in calendar-*.pageAruna Sankaranarayanan2014-02-0727-447/+968
| | | | | Fix indents and add <app> tags around Evolution in all calendar-*.pages.
* Bug #720940 - Always asked to synchronize folders when going offlineMilan Crha2014-02-061-1/+26
|
* Fix typos in a logic of a "mail:ask-quick-offline" user promptMilan Crha2014-02-051-1/+3
| | | | | | Two problems: a) the returned value of the prompt was checked reverted b) the messages were downloaded anyway, without setting CamelSession offline
* Revert "Declare em-filter-i18n.h as BUILT_SOURCES in mail/Makefile.am"Milan Crha2014-02-052-1/+81
| | | | | | | | It turned out that the file is required for translators, which are not supposed to build sources, thus the built file would be missing to them. I wasn't aware of that. This reverts commit fa75665c3bf9dceaeec233ccf3702cdc167de3c3.
* updated kn.poShankar Prasad2014-02-051-7203/+1050
|
* Updated Greek translationDimitris Spingos2014-02-051-175/+223
|
* Bug #721639 - Cannot overwrite builtin mail view definitionsMilan Crha2014-02-041-0/+10
|
* Remove unused mail_folder_cache_list_stores().Matthew Barnes2014-02-041-18/+0
|
* Declare em-filter-i18n.h as BUILT_SOURCES in mail/Makefile.amMilan Crha2014-02-032-81/+1
| | | | | This way git.mk knows about it and ignores changes in it, because, after all, this header file is auto-generated on build.
* Post-release version bump.Matthew Barnes2014-02-031-1/+1
|
* NEWS update for 3.11.5 release.Matthew Barnes2014-02-031-0/+56
|
* Bug 723377 - Add alternate zoom shortcutsMatthew Barnes2014-02-031-0/+17
| | | | | | | | | The zoom in shortcut (Ctrl+) can be confusing for some users because on keyboards with a [+ =] key the '+' requires holding Shift. To mitigate the confusion, also accept (Ctrl=) for zoom in. And while we're add it, also support Ctrl+ and Ctrl- on keypads, as well as keyboards with dedicated Zoom In / Zoom Out keys.
* Updated Greek translationDimitris Spingos2014-02-011-643/+674
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2014-01-312-1248/+1332
|
* EHttpRequest: Avoid possible data stream memory leakMilan Crha2014-01-311-2/+4
| | | | | The request's finish function is not called in case when the request is cancelled, which meant that the whole data stream was leaked.
* Add <programming-language> entry to DOAP fileAndre Klapper2014-01-311-0/+2
|
* Memory leaks of GSettings objectsMilan Crha2014-01-313-0/+4
|
* EHTTPRequest: Drop unneeded reference to EMailPartListMilan Crha2014-01-311-19/+0
|
* Avoid multiple save of folder changes on application quitMilan Crha2014-01-301-17/+2
| | | | | | | While looking at bug #721286, I found out that mail_shell_view_prepare_for_quit_cb calls a sync of the folder changes to the server, but mail_backend_prepare_for_quit_cb does the same thing (or even more, because it calls to synchronize changes in all folders), thus the former is redundant and can be dropped.
* Updated Spanish translationDaniel Mustieles2014-01-291-163/+161
|
* Bug #722951 - Check for empty rule valuesMilan Crha2014-01-297-50/+101
|
* Updated Spanish translationDaniel Mustieles2014-01-281-66/+46
|
* User docs: Fix my markupAndre Klapper2014-01-281-1/+1
|
* User docs: Clarify local calendar file option (bug 710462)Andre Klapper2014-01-281-1/+2
|
* User docs: Clarify that Maildir refers to maildir++ (bug 720407)Andre Klapper2014-01-281-1/+2
|
* User docs: Cover IMAP IDLE and IMAP NOTIFY (bug 721863)Andre Klapper2014-01-281-1/+3
|
* Forward/Reply styles in Preferences opened emptyMilan Crha2014-01-281-7/+7
| | | | | | This is a regression after commit b5023d3, an edit of the mail-config.ui file accidentally dropped ID-s for a GtkComboBoxText items, thus the g_settings_bind() could not match any item in the combo box.
* Bug #721213 - Character encoding combo opened emptyMilan Crha2014-01-282-11/+30
|
* Fix a runtime warning after a change for bug #583773Milan Crha2014-01-271-0/+1
| | | | | | Missed a case when an EMailReader is an EMailBrowser, which is not an EMailView, which produced a runtime warning on a console when a message was shown in a separate window (like after double-clicking it).
* Bug #707518 - Deleting a local address book triggers error "Unable to open ↵Milan Crha2014-01-271-0/+16
| | | | address book"
* Updated Spanish translationDaniel Mustieles2014-01-271-392/+419
|
* Updated Spanish translationDaniel Mustieles2014-01-271-51/+117
|
* User docs: Smaller Mail Notification screenshot; use default backgroundAndre Klapper2014-01-271-0/+0
|
* Updated Czech translationMarek Černocký2014-01-261-3/+3
|