Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 704663 - Crash under em_folder_tree_model_add_store() | Milan Crha | 2014-06-11 | 4 | -4/+49 |
| | |||||
* | tests: correctly fetch combobox/textbox pair in contact editor | Vadim Rutkovsky | 2014-06-11 | 1 | -8/+15 |
| | |||||
* | Bug 731278 - Next message is not selected after move | Milan Crha | 2014-06-11 | 1 | -3/+1 |
| | |||||
* | tests: don't attach empty stdout / stderr | Vadim Rutkovsky | 2014-06-11 | 1 | -2/+5 |
| | |||||
* | Bug 678843 - May re-prompt password on message send | Milan Crha | 2014-06-10 | 2 | -3/+43 |
| | | | | | Follow-up fix, forgotten place to re-enable password prompt when sending message. | ||||
* | tests: correctly calculate combobox/textbox pair | Vadim Rutkovsky | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | tests: don't use pkexec | Vadim Rutkovsky | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | tests: capture stdout | Vadim Rutkovsky | 2014-06-10 | 2 | -12/+31 |
| | |||||
* | Fix possible crash after migrate of mbox to maildir | Milan Crha | 2014-06-10 | 1 | -0/+7 |
| | | | | | | | Folders can leave notifications in the main loop which would be delivered on idle, but these can be left in the main loop longer than the temporary CamelSession object is alive, which leads to a crash, because of the CamelStore's descendant being freed too early. | ||||
* | EHTMLEditor: Fix various bugs in block in/undent | Tomas Popela | 2014-06-10 | 2 | -14/+24 |
| | | | | | | Fix the wrong position of caret when in/undenting empty block and don't lose spell checked words when in/undenting. Also don't insert unnecessary empty lines into plain text version of message when processing indented block. | ||||
* | EHTMLEditorView: Skip BR on the end of HTML that's parsed into paragraphs | Tomas Popela | 2014-06-10 | 1 | -1/+1 |
| | | | | Do that to avoid unnecessary empty paragraph element. | ||||
* | EHTMLEditorView: Replace Tab character with 8 spaces instead of 4 | Tomas Popela | 2014-06-10 | 1 | -3/+3 |
| | |||||
* | Bug 731416 - [webkit-composer] Busy-loop when replying to an email | Tomas Popela | 2014-06-10 | 1 | -1/+4 |
| | | | | | Don't try to wrap words that are longer than defined word wrap length, otherwise we will end in busy loop. | ||||
* | Bug 540362: [webkit-composer] Use webkit for composer | Tomas Popela | 2014-06-09 | 211 | -5470/+32916 |
| | | | | Merge wip/webkit-composer branch into master. | ||||
* | Updated French translation | Alexandre Franke | 2014-06-09 | 1 | -1833/+2028 |
| | |||||
* | Bug 668006 - Crash when dragging column headers of Tasks list | Milan Crha | 2014-06-06 | 1 | -8/+7 |
| | |||||
* | Bug 731321 - Missing custom types when loading .ui definition | Milan Crha | 2014-06-06 | 8 | -4/+18 |
| | |||||
* | Bug 730977 - Online state change received in a dedicated thread | Milan Crha | 2014-06-06 | 1 | -4/+54 |
| | |||||
* | Bug 227536 - Add "Message Location" filter option | Milan Crha | 2014-06-06 | 1 | -0/+18 |
| | |||||
* | Ignore false GSettings key change notifications | Milan Crha | 2014-06-05 | 7 | -12/+139 |
| | | | | | | | Similar to GObject::notify, the GSettings::changed can be emitted even if a key didn't change. It's up to the user (aka evolution) to test for real changes, thus let's do it. It may have certain performance positive impact too. | ||||
* | Properly disconnect signal handlers added with e_signal_connect_notify*() | Milan Crha | 2014-06-05 | 16 | -30/+151 |
| | | | | | | | | | | | This is a follow-up for the previous commit, where e_signal_connect_notify*() functions had been added. Due to a different callback and user data being attached to the 'notify' signal, the g_signal_handlers_*() functions do not work properly, thus these e_signal_connect_notify*() functions need a different way for a signal handler disconnect. A side-change was done in e-settings-web-view-gtkhtml.c, checking for a real key change from GSettings. | ||||
* | Ignore false GObject property change notifications | Milan Crha | 2014-06-05 | 68 | -170/+513 |
| | | | | | | | | | | | | | | | | | | | | | | This is related to bug 698275, which did not cover all cases. The problem here is that the dconf can in certain situation claim that everything changed (path "/" changed), which GSettingsBinding propagates to a GObject property unconditionally and GObject's property setter (g_object_set_property()) also notifies about the property change unconditionally, despite the real descendant property setter properly checks for the value change. After all these false notifications a callback on "notify" signal is called and possibly an expensive operation is run. Checking whether the value really changed helps in performance, for which were added new e-util functions: e_signal_connect_notify() e_signal_connect_notify_after() e_signal_connect_notify_swapped() e_signal_connect_notify_object() which have the same prototype as their GLib counterparts, but they allow only "notify::..." signals and they test whether the value really changed before they call the registered callback. | ||||
* | Bug 730738 - Extra new line at the beginning of the message in Edit as New | Milan Crha | 2014-06-03 | 1 | -3/+0 |
| | |||||
* | Bug 604346 - Ctrl+Enter sends mail without asking confirmation | Milan Crha | 2014-06-03 | 5 | -0/+111 |
| | |||||
* | Add "Send messages through Outbox folder" option | Milan Crha | 2014-06-02 | 4 | -1/+38 |
| | | | | | | | | | | | Users ask from time to time for the old behaviour when the messages used to be saved through Outbox, rather than the composer being opened all the time the message is sending. The change is pretty simple, thus why not to add it. Note the Outbox is not flushed after sending, the users is responsible to invoke the Outbox flush on his/her own. This also allows a user to postpone the message send for later. | ||||
* | Bug 731082 - Send mail in offline mode should use Outbox folder | Milan Crha | 2014-06-02 | 1 | -0/+8 |
| | |||||
* | Bug 729303 - Default width of Message Filters window is too small | Milan Crha | 2014-05-30 | 1 | -0/+1 |
| | |||||
* | Bug 729519 - [Composer] Do not show 'Untitled Message' in Discard question | Milan Crha | 2014-05-30 | 2 | -3/+13 |
| | |||||
* | Bug 729667 - Create Folder window is much too short | Milan Crha | 2014-05-30 | 1 | -0/+1 |
| | |||||
* | Bug 729963 - Include SIP, IM and TEL while merging contacts + Allow to ↵ | Christian Schaarschmidt | 2014-05-29 | 1 | -100/+174 |
| | | | | select GivenName, FN | ||||
* | Bug 729905 - [external-editor] Mark composer changed after message body set | Milan Crha | 2014-05-29 | 1 | -0/+2 |
| | |||||
* | Bug 730110 - Search results include also last email looked at | Milan Crha | 2014-05-28 | 1 | -0/+1 |
| | |||||
* | Bug 730743 - Add an option to disable sender's photo search at gravatar.com | Milan Crha | 2014-05-27 | 5 | -0/+136 |
| | |||||
* | Bug 726746 - Allow to auto-empty trash without needing to exit | Milan Crha | 2014-05-26 | 2 | -4/+213 |
| | |||||
* | Bug 730144 - Sort Templates menu items alphabetically | Milan Crha | 2014-05-26 | 1 | -0/+53 |
| | |||||
* | Bug 730756 - Incorrect g_variant_unref() call after g_variant_builder_end() | Milan Crha | 2014-05-26 | 2 | -3/+2 |
| | |||||
* | Post-release version bump | Milan Crha | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.13.2 | Milan Crha | 2014-05-26 | 1 | -0/+47 |
| | |||||
* | Bug #730199 - [MessageList] Support dates with value larger than 2^32 | Milan Crha | 2014-05-24 | 6 | -26/+89 |
| | |||||
* | Bug #730145 - Switching folders marks message as seen | Carl Schaefer | 2014-05-23 | 1 | -18/+16 |
| | |||||
* | Runtime criticals when closing an appointment editor with reminders | Milan Crha | 2014-05-23 | 1 | -0/+6 |
| | | | | | | | There were printed two runtime warnings on close of an appointment editor when the appointment had filled any reminder. It was a side effect of a recent leak fix in an EAlarmList. The criticals were not critical, a NULL pointer had been used on a place where it should not. | ||||
* | Updated German translation | Christian Kirbach | 2014-05-23 | 1 | -728/+823 |
| | |||||
* | Update tar format to tar-ustar | Yanko Kaneti | 2014-05-20 | 1 | -1/+1 |
| | | | | | | | | | "tar-ustar selects the ustar format defined by POSIX 1003.1-1988. This format is believed to be old enough to be portable. It fully supports empty directories. It can store file names with up to 256 characters, provided that the file name can be split at directory separator in two parts, first of them being at most 155 bytes long. So, in most cases the maximum file name length will be shorter than 256 characters." From http://www.gnu.org/software/automake/manual/html_node/List-of-Automake-options.html | ||||
* | Custom mail account order reset on an account add or remove | Milan Crha | 2014-05-20 | 1 | -30/+91 |
| | | | | | | | | It was quite discouraging to change order of mail accounts when it reset to default sort order when a new account had been added or an old removed. Rather than reset the order, the Evolution should adapt the account count change properly, same as sort newly added accounts by the default sort function. | ||||
* | Bug #563048 - Prefer Inbox type over other types in folder description | Milan Crha | 2014-05-20 | 1 | -4/+11 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2014-05-20 | 1 | -7/+7 |
| | |||||
* | tests: give an app 5 secs to start | Vadim Rutkovsky | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | Bug #678843 - May re-prompt password on account re-enable | Milan Crha | 2014-05-13 | 24 | -76/+533 |
| | |||||
* | tests: correctly search for combobox-textbox pair | Vadim Rutkovsky | 2014-05-11 | 1 | -3/+4 |
| | |||||
* | tests: make addressbook_contacts test shorter | Vadim Rutkovsky | 2014-05-11 | 1 | -186/+37 |
| | |||||
* | tests: run pkexec journalctl | Vadim Rutkovsky | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | EContactEditor: Make sure custom widget types are available | Milan Crha | 2014-05-09 | 1 | -0/+7 |
| | | | | Make sure evolution's widget types are available before loading the .ui file. | ||||
* | EContactEditor: Restore focused widget in sensitize_all() | Milan Crha | 2014-05-09 | 1 | -0/+17 |
| | | | | | | | Recent changes in commit c2de4087369147e introduced a regression in preselected widget after editor open, it was 'e-mail', instead of 'fullname' after that commit. The focus changes when the dyntable was updating maximum allowed entries in itself. | ||||
* | Bug #691957 - MDN: Do not show "Sender has been notified..." message | Milan Crha | 2014-05-09 | 1 | -5/+1 |
| | | | | | | | Evolution doesn't have any capability to distinguish between truly sent read receipts and those cancelled, neither it stores anywhere the date of the read receipt send, thus showing to users an information about "Sender has been notified..." is only confusing to them. | ||||
* | [l10n] Updated Catalan (Valencian) translation | Carles Ferrando | 2014-05-09 | 1 | -4346/+4767 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2014-05-07 | 1 | -423/+459 |
| | |||||
* | EWebView: Rework how link with fragment is detected, use SoupURI for it | Tomas Popela | 2014-05-07 | 1 | -7/+55 |
| | | | | | Also when hovering over the link with fragment that points to message don't show the whole URI in status bar, but just the fragment. | ||||
* | Bug #666142 - Filtered message not opened in a separate window | Milan Crha | 2014-05-06 | 5 | -13/+21 |
| | |||||
* | Bug #653892 - Allow to enter more than four email addresses | Christian Schaarschmidt | 2014-05-06 | 9 | -538/+573 |
| | |||||
* | EWebView: Allow navigation in page through HTML anchor elements | Tomas Popela | 2014-05-05 | 1 | -3/+14 |
| | |||||
* | EFileRequest: Fix build with additional debug messages enabled | Tomas Popela | 2014-05-05 | 1 | -1/+7 |
| | |||||
* | Finnish translation update | Juhani Numminen | 2014-05-01 | 1 | -1207/+1098 |
| | |||||
* | Bug #729084 - Use tel: URI instead of callto: for phone numbers | Milan Crha | 2014-04-30 | 5 | -21/+37 |
| | | | | | | | | | This change does a bit more, actually: - learn the code of "tel" URI, being handler similar to "sip", "callto", "h323" - generate tel: URIs for phone numbers, but only if the leading character of the phone number is a plus ("+") sign - always remove spaces in href part in the e_text_to_html() when E_TEXT_TO_HTML_URL_IS_WHOLE_TEXT flag is set | ||||
* | Bug 729256: Busy loop under replace_local_image_links() | Tomas Popela | 2014-04-30 | 1 | -39/+28 |
| | | | | | Rework replace_local_image_links to use CSS selectors to avoid iterating through the DOM tree. | ||||
* | tests: eliminate tabs from tests | Vadim Rutkovsky | 2014-04-30 | 1 | -1/+1 |
| | |||||
* | tests: remove extra table header from addressbook.feature | Vadim Rutkovsky | 2014-04-30 | 1 | -1/+0 |
| | |||||
* | tests: scroll to the bottom of contact editor if needed | Vadim Rutkovsky | 2014-04-30 | 1 | -0/+5 |
| | |||||
* | tests: make a small pause for menu to appear | Vadim Rutkovsky | 2014-04-29 | 1 | -0/+1 |
| | |||||
* | EContactEditor: IM field is focused after editor open | Milan Crha | 2014-04-29 | 1 | -0/+17 |
| | | | | | | | Due to made widget changes in fill_in_all() the focus can change from the full name entry elsewhere. Remembering focused widget and restoring it at the end of the function makes the editor being opened with full name entry instead, as expected. | ||||
* | EContactEditor: IM service name not localized properly | Milan Crha | 2014-04-29 | 1 | -1/+1 |
| | | | | | The IM service names are correctly marked for translation, but they are not localized (passed to gettext) at the place of its usage. | ||||
* | Bug #685323 - Provide SIP field for contacts | Milan Crha | 2014-04-29 | 6 | -34/+611 |
| | |||||
* | tests: attach journald logs to html report | Vadim Rutkovsky | 2014-04-29 | 1 | -1/+11 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2014-04-29 | 1 | -121/+125 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2014-04-29 | 1 | -1/+10 |
| | |||||
* | tests: wait until contact editor is hidden while saving | Vadim Rutkovsky | 2014-04-29 | 2 | -0/+3 |
| | |||||
* | tests: add necessary comboboxes in contact editor if needed | Vadim Rutkovsky | 2014-04-29 | 1 | -3/+9 |
| | |||||
* | tests: fix searchbar lookup | Vadim Rutkovsky | 2014-04-29 | 1 | -3/+4 |
| | |||||
* | Fix regressions after commit fdde3339619 | Milan Crha | 2014-04-28 | 7 | -25/+17 |
| | | | | | The commit fixed few memory leaks, but also caused several crashes due to those changes, thus this fixes the introduces issues. | ||||
* | Post-release version bump. | Matthew Barnes | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.13.1 release. | Matthew Barnes | 2014-04-27 | 1 | -0/+54 |
| | |||||
* | Remove explicit adwaita-icon-theme dependency. | Matthew Barnes | 2014-04-27 | 1 | -6/+0 |
| | | | | | | | | | | | | | The last time we needed to explicitly depend on a particular g-i-t version was when "default-avatar" was added, but that was nearly 4 years ago. The new "adwaita-icon-theme" dependency breaks the build on anything less than a bleeding-edge environment, so I think we'd be better off just leaving the dependency implicit. Alternatively we could still explicitly check for gnome-icon-theme as a fallback for adwaita-icon-theme, but meh... it's not worth it IMO. | ||||
* | build: gnome-icon-theme is now adwaita-icon-theme | Vadim Rutkovsky | 2014-04-26 | 1 | -1/+1 |
| | |||||
* | tests: don't prompt for default mail handler | Vadim Rutkovsky | 2014-04-26 | 2 | -4/+2 |
| | |||||
* | tests: temporary disable long shortcuts tests | Vadim Rutkovsky | 2014-04-26 | 1 | -3/+2 |
| | |||||
* | Leftover "Generating message list..." info in a message-list | Milan Crha | 2014-04-25 | 1 | -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 client | Vadim Rutkovsky | 2014-04-25 | 1 | -0/+3 |
| | |||||
* | tests: make an html report | Vadim Rutkovsky | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | tests: add addressbook tests | Vadim Rutkovsky | 2014-04-25 | 5 | -4/+659 |
| | |||||
* | Fix various memory leaks | Milan Crha | 2014-04-25 | 17 | -23/+72 |
| | |||||
* | tests: when switching tabs make sure required service is running | Vadim Rutkovsky | 2014-04-24 | 1 | -0/+23 |
| | |||||
* | tests: don't restart Evolution after initial setup | Vadim Rutkovsky | 2014-04-24 | 1 | -4/+0 |
| | |||||
* | Updated Greek translation | Tom Tryfonidis | 2014-04-24 | 1 | -87/+90 |
| | |||||
* | tests: store the screenshot for failed tests | Vadim Rutkovsky | 2014-04-24 | 2 | -1/+16 |
| | |||||
* | [EActivityBar] Reset priv->timeout_id when the timeout is reached | Milan Crha | 2014-04-24 | 1 | -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 clipboards | Milan Crha | 2014-04-22 | 1 | -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 translation | marablack3 | 2014-04-19 | 1 | -1615/+1968 |
| | |||||
* | Bug #699797 - Verify SSL trust after redirection | Matt McCutchen | 2014-04-18 | 1 | -84/+13 |
| | |||||
* | Newly created folders always marked as having subfolders | Milan Crha | 2014-04-17 | 1 | -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 translation | Matej Urbančič | 2014-04-13 | 1 | -3/+4 |
| | |||||
* | Bug #684425 - Do not pass NULL text to gtk_entry_set_text() | Milan Crha | 2014-04-11 | 15 | -29/+126 |
| | |||||
* | Bug #727967 - Undo/Redo text is not displayed in menus | Milan Crha | 2014-04-11 | 2 | -4/+4 |
| | |||||
* | Bug #727888 - Wrap the Location label in a reminder dialog | Milan Crha | 2014-04-11 | 2 | -0/+8 |
| | |||||
* | tests: don't check that Skip Lookup button is hidden due to bug 726539 | Vadim Rutkovsky | 2014-04-11 | 1 | -2/+3 |
| | |||||
* | tests: initial setup: rewrite Next/Continue button detection | Vadim Rutkovsky | 2014-04-11 | 1 | -12/+7 |
| | |||||
* | tests: initial setup: find windows by roleName | Vadim Rutkovsky | 2014-04-11 | 1 | -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 Rutkovsky | 2014-04-11 | 1 | -7/+7 |
| | |||||
* | tests: rename test m4 to a nice name | Vadim Rutkovsky | 2014-04-11 | 1 | -9/+11 |
| | | | | The new m4 also fixes srcdir != builddir issue | ||||
* | Updated Russian translation | Yuri Myasoedov | 2014-04-11 | 1 | -694/+762 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2014-04-11 | 1 | -253/+247 |
| | |||||
* | Reset MessageList::seen_id in mail_reader_message_seen_cb() | Milan Crha | 2014-04-11 | 1 | -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 translation | Matej Urbančič | 2014-04-05 | 1 | -3/+3 |
| | |||||
* | Fix few more memory leaks | Milan Crha | 2014-04-04 | 2 | -1/+7 |
| | |||||
* | EMailDisplay: Install HTML click event handlers on images in all frames | Tomas Popela | 2014-04-04 | 1 | -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 translation | Matej Urbančič | 2014-04-04 | 1 | -251/+254 |
| | |||||
* | Cancel pending mail operations when going offline or on quit | Milan Crha | 2014-04-03 | 1 | -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 translation | Gianvito Cavasoli | 2014-04-03 | 1 | -11267/+9641 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2014-04-03 | 1 | -13/+13 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2014-04-02 | 1 | -1/+1 |
| | |||||
* | Bug #340075 - More IM contact fields | Christian Schaarschmidt | 2014-04-02 | 2 | -424/+255 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2014-04-02 | 1 | -1/+1 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | Fixed a menu item name | Marek Černocký | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | doap: update URLs | Piotr Drąg | 2014-03-31 | 2 | -5/+5 |
| | |||||
* | Updated German translation | Christian Kirbach | 2014-03-30 | 1 | -652/+721 |
| | |||||
* | e-util: Port to thread-safe ECategories API | Philip Withnall | 2014-03-28 | 19 | -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 pages | Milan Crha | 2014-03-28 | 9 | -0/+9 |
| | |||||
* | Bug #726654 - Search bar's filter change may not steal keyboard focus | Milan Crha | 2014-03-27 | 1 | -7/+0 |
| | |||||
* | POTFILES.skip: Remove unexistent files | Milan Crha | 2014-03-27 | 1 | -22/+0 |
| | |||||
* | Drop image-inline plugin | Milan Crha | 2014-03-27 | 5 | -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 commit | Milan Crha | 2014-03-27 | 1 | -0/+1 |
| | |||||
* | POTFILES.in: Add a new mail/e-mail-folder-create-dialog.c | Milan Crha | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | Add EMailFolderCreateDialog. | Matthew Barnes | 2014-03-27 | 10 | -312/+702 |
| | | | | Subclass of EMFolderSelector, replaces em_folder_utils_create_folder(). | ||||
* | Add em_folder_selector_new_activity(). | Matthew Barnes | 2014-03-27 | 2 | -0/+36 |
| | | | | | Returns a new EActivity configured to display status and error messages directly in the selector dialog. | ||||
* | EMFolderSelector: Add an activity bar. | Matthew Barnes | 2014-03-27 | 1 | -0/+7 |
| | |||||
* | EMFolderSelector: Use an ETreeViewFrame. | Matthew Barnes | 2014-03-27 | 1 | -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 Barnes | 2014-03-27 | 2 | -7/+41 |
| | | | | This makes EMFolderSelector a little more "subclassable". | ||||
* | Add em_folder_selector_set_selected(). | Matthew Barnes | 2014-03-27 | 2 | -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 Barnes | 2014-03-27 | 2 | -0/+43 |
| | | | | Will eventually replace em_folder_selector_get_selected_uri(). | ||||
* | Add em_folder_selector_get_content_area(). | Matthew Barnes | 2014-03-27 | 2 | -0/+24 |
| | | | | A more useful alternative to gtk_dialog_get_content_area(). | ||||
* | EMFolderSelector: Override constructed() method. | Matthew Barnes | 2014-03-27 | 1 | -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 Barnes | 2014-03-27 | 8 | -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 Barnes | 2014-03-27 | 8 | -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 Barnes | 2014-03-27 | 8 | -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 Barnes | 2014-03-27 | 8 | -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 Barnes | 2014-03-27 | 2 | -123/+154 |
| | |||||
* | EMFolderSelector: Implement EAlertSink interface for real. | Matthew Barnes | 2014-03-27 | 1 | -3/+47 |
| | |||||
* | EMFolderSelector: Seal up the public instance struct. | Matthew Barnes | 2014-03-27 | 2 | -38/+26 |
| | |||||
* | EMFolderSelector: Make EM_FOLDER_SELECTOR_RESPONSE_NEW private. | Matthew Barnes | 2014-03-27 | 2 | -4/+3 |
| | |||||
* | Fix two memory leaks | Milan Crha | 2014-03-26 | 2 | -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 leak | Milan Crha | 2014-03-26 | 1 | -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 link | Andre Klapper | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | User docs: Update href links for project page etc. | Andre Klapper | 2014-03-26 | 5 | -8/+8 |
| | |||||
* | User docs: Fix broken link to Seahorse docs | Andre Klapper | 2014-03-26 | 1 | -2/+2 |
| | |||||
* | User docs: Fix page ID | Andre Klapper | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | User docs: Link to more specific Seahorse user docs page | Andre Klapper | 2014-03-26 | 1 | -3/+4 |
| | |||||
* | User docs: Update instructions due to Google doc changes | Andre Klapper | 2014-03-26 | 1 | -3/+7 |
| | |||||
* | User docs: Mark some names as non-translatable | Andre Klapper | 2014-03-26 | 1 | -11/+11 |
| | |||||
* | User docs: Use proper markup | Andre Klapper | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | User docs: Don't use 'mails'; mail is plural already | Andre Klapper | 2014-03-26 | 2 | -3/+3 |
| | |||||
* | User docs: Use 'Mail' instead of 'E-Mail' or 'Emails' | Andre Klapper | 2014-03-26 | 2 | -3/+3 |
| | |||||
* | User docs: Remove Palm sync instructions - too old now | Andre Klapper | 2014-03-26 | 1 | -37/+1 |
| | |||||
* | User docs: Use Unicode for ellipsis | Andre Klapper | 2014-03-26 | 30 | -32/+32 |
| | |||||
* | User docs: Use proper markup | Andre Klapper | 2014-03-26 | 1 | -4/+4 |
| | |||||
* | User docs: Change 'user name' to 'username' as everywhere else | Andre Klapper | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | User docs: Simplify pathname in home directory | Andre Klapper | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | User docs: Harmonize some strings about entering URL | Andre Klapper | 2014-03-26 | 4 | -4/+4 |
| | |||||
* | User docs: Improve instructions | Andre Klapper | 2014-03-26 | 1 | -3/+3 |
| | |||||
* | EPhotoCache: Fix a memory leak | Milan Crha | 2014-03-25 | 1 | -2/+3 |
| | |||||
* | Add an --enable-code-coverage configure option to enable gcov support | Milan Crha | 2014-03-25 | 73 | -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 switch | Vadim Rutkovsky | 2014-03-25 | 8 | -0/+810 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=726832 | ||||
* | Fix memory leaks from a commit for bug #508744 | Milan Crha | 2014-03-25 | 1 | -0/+3 |
| | | | | I missed that part when copying the code from a test program I cooked. | ||||
* | Bug #545106 - [Automatic Contacts] Adds duplicate email addresses | Watson Yuuma Sato | 2014-03-25 | 1 | -46/+104 |
| | |||||
* | Bug #724059 - Allow arbitrary number of phone entries in the contact editor | Christian Schaarschmidt | 2014-03-24 | 5 | -434/+1026 |
| | |||||
* | Bug #726110 - Use gtk_drag_check_threshold() instead of hard-coded values | Milan Crha | 2014-03-24 | 5 | -24/+14 |
| | |||||
* | Updated Galician translation | Fran Dieguez | 2014-03-24 | 1 | -587/+651 |
| | |||||
* | Bug #551793 - Alarms dialog: Change "Customize" option | Anup-Allamsetty | 2014-03-24 | 2 | -24/+1 |
| | |||||
* | Bug #508744 - Select PGP key from a list in mail account properties | Milan Crha | 2014-03-24 | 3 | -0/+120 |
| | |||||
* | Bug 719417 - Remove em-filter-i18n.h | Matthew Barnes | 2014-03-24 | 6 | -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 translation | Jiro Matsuzawa | 2014-03-24 | 1 | -4279/+4803 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2014-03-24 | 1 | -271/+270 |
| | |||||
* | folder_tree_render_icon: Readability cleanup. | Matthew Barnes | 2014-03-24 | 1 | -1/+7 |
| | | | | Makes the logic easier to debug too. | ||||
* | Updated Russian translation | Yuri Myasoedov | 2014-03-23 | 1 | -128/+86 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2014-03-23 | 1 | -4/+4 |
| | |||||
* | NEWS update for 3.12.0 release. | Matthew Barnes | 2014-03-23 | 1 | -0/+18 |
| | |||||
* | Forbid header bars in stock GTK+ dialogs. | Matthew Barnes | 2014-03-23 | 1 | -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 translation | Christian Kirbach | 2014-03-23 | 1 | -3876/+4246 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2014-03-23 | 1 | -4024/+4427 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2014-03-23 | 1 | -4267/+4751 |
| | |||||
* | Updated Brazilian Portuguese translation | Enrico Nicoletto | 2014-03-21 | 1 | -985/+1277 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2014-03-21 | 1 | -4308/+4742 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2014-03-20 | 1 | -777/+534 |
| | |||||
* | Updated Hungarian translation | Gábor Kelemen | 2014-03-19 | 1 | -686/+1012 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2014-03-19 | 1 | -4951/+5619 |
| | |||||
* | Updated Serbian translation | Мирослав Николић | 2014-03-18 | 2 | -8472/+9534 |
| | |||||
* | Finnish translation update by Jiri Grönroos | Ville-Pekka Vainio | 2014-03-17 | 1 | -4433/+4828 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2014-03-16 | 1 | -2/+2 |
| | |||||
* | Fix distcheck error. | Matthew Barnes | 2014-03-16 | 1 | -3/+2 |
| | |||||
* | NEWS update for 3.11.92 release. | Matthew Barnes | 2014-03-16 | 1 | -0/+46 |
| | |||||
* | Updated Ukrainian translation | Daniel Korostil | 2014-03-16 | 1 | -1029/+1286 |
| | |||||
* | Updated French translation | AlainLojewski | 2014-03-16 | 1 | -4316/+4810 |
| | |||||
* | Updated Hungarian translation | Gábor Kelemen | 2014-03-16 | 1 | -4240/+4776 |
| | |||||
* | ECalConfigWeather: Fix a confusing translator comment. | Matthew Barnes | 2014-03-15 | 1 | -7/+6 |
| | |||||
* | Missing attachment button for attachments of a known type | Milan Crha | 2014-03-14 | 1 | -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 translation | Pau Iranzo | 2014-03-14 | 1 | -4269/+4545 |
| | |||||
* | Bug #710337 - Define ETree/ETable "alternating-row-colors" style property | Milan Crha | 2014-03-14 | 2 | -2/+43 |
| | |||||
* | Bug #726225 - [abrt] Memory corruption during message list regen after Trash ↵ | Milan Crha | 2014-03-14 | 1 | -2/+6 |
| | | | | expunge | ||||
* | Contact photos not always shown in a contact preview | Milan Crha | 2014-03-13 | 1 | -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 loads | Milan Crha | 2014-03-13 | 2 | -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 translation | Paweł Żołnowski | 2014-03-13 | 1 | -4206/+4465 |
| | |||||
* | Bug #722938 - Adapt a11y code for newest gtk | Mike Gorse | 2014-03-13 | 27 | -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 translatable | Richard Hughes | 2014-03-12 | 2 | -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 Popela | 2014-03-11 | 1 | -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 Barnes | 2014-03-11 | 8 | -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 view | Milan Crha | 2014-03-10 | 2 | -7/+38 |
| | |||||
* | Updated Czech translation | Jiří Eischmann | 2014-03-10 | 1 | -3833/+4178 |
| | |||||
* | Updated Latvian translation | Rūdolfs Mazurs | 2014-03-08 | 1 | -4324/+4795 |
| | |||||
* | Updated Chinese (China) translation | Wylmer Wang | 2014-03-08 | 1 | -404/+386 |
| | |||||
* | Bug 723204 - Account assistant is too wide | Matthew Barnes | 2014-03-08 | 1 | -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 focus | Milan Crha | 2014-03-07 | 4 | -2/+60 |
| | |||||
* | Updated Indonesian translation | Andika Triwidada | 2014-03-07 | 1 | -291/+305 |
| | |||||
* | Updated Korean translation | Changwoo Ryu | 2014-03-06 | 1 | -4277/+4566 |
| | |||||
* | Bug #711658 - Time zone for new events sometimes defaults to UTC | Milan Crha | 2014-03-06 | 6 | -9/+41 |
| | |||||
* | Bug #725615 - Disable Delete button in a vTrash folder | Milan Crha | 2014-03-06 | 2 | -3/+9 |
| | |||||
* | Bug #446659 - Message view can scroll away after message deletion | Milan Crha | 2014-03-06 | 3 | -78/+101 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2014-03-05 | 1 | -252/+251 |
| | |||||
* | Bug #725402 - Checking sender for multiple images causes hang | Milan Crha | 2014-03-05 | 1 | -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 Crha | 2014-03-04 | 1 | -0/+2 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2014-03-04 | 2 | -1434/+2062 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2014-03-04 | 1 | -787/+1084 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2014-03-03 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.11.91 release. | Matthew Barnes | 2014-03-03 | 1 | -1/+44 |
| | |||||
* | Update API documentation. | Matthew Barnes | 2014-03-03 | 2 | -1/+2 |
| | |||||
* | Miscellaneous cleanups. | Matthew Barnes | 2014-03-03 | 207 | -1592/+1717 |
| | |||||
* | Remove obsolete white-papers. | Matthew Barnes | 2014-03-01 | 4 | -1002/+0 |
| | |||||
* | EMailFormatter: Use GOutputStream instead of CamelStream. | Matthew Barnes | 2014-03-01 | 33 | -430/+552 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2014-02-28 | 1 | -125/+45 |
| | |||||
* | EWebView: Limit zoom-in/zoom-out to 0.1 .. 5.0 values | Milan Crha | 2014-02-28 | 1 | -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 translation | Daniel Mustieles | 2014-02-28 | 1 | -254/+248 |
| | |||||
* | User docs: Add shortcuts for marking messages as (un)read | Ged Haywood | 2014-02-27 | 1 | -1/+7 |
| | |||||
* | Replace 'interface' with 'iface' in the code | Tarnyko | 2014-02-26 | 77 | -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 usage | Priit Laes | 2014-02-26 | 1 | -1/+1 |
| | |||||
* | Bug #542723 - [vCard importer] Some fields get imported also into notes | Sebastian Fritz | 2014-02-25 | 1 | -31/+0 |
| | |||||
* | ETree/ETable: Allow easier adding of columns for sorting | Milan Crha | 2014-02-25 | 5 | -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 messages | Milan Crha | 2014-02-25 | 1 | -1/+1 |
| | |||||
* | Bug 724909 - Highlight module hangs on large attachments | Matthew Barnes | 2014-02-25 | 1 | -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 translation | Aurimas Černius | 2014-02-25 | 1 | -127/+107 |
| | |||||
* | Bug #725010 - Fix strings in "Composer Preferences > Send Account" tab | Milan Crha | 2014-02-25 | 1 | -12/+24 |
| | |||||
* | Add missing action captions after gtk-stock replacement | Milan Crha | 2014-02-25 | 4 | -8/+8 |
| |