aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove e_tree_model_set_value_at().Matthew Barnes2013-06-165-38/+1
* Remove e_tree_model_has_get_node_by_id().Matthew Barnes2013-06-166-39/+5
* Remove e_tree_model_has_save_id().Matthew Barnes2013-06-167-37/+2
* Remove e_tree_model_icon_at().Matthew Barnes2013-06-165-73/+3
* Convert ETreeModel to an interface.Matthew Barnes2013-06-1614-1857/+950
* Add e_tree_memory_get_n_children().Matthew Barnes2013-06-165-35/+15
* Simplify ETreeMemory.Matthew Barnes2013-06-162-186/+56
* Remove e_tree_model_has_change_pending().Matthew Barnes2013-06-164-34/+0
* ETreeModel: Further cleanups.Matthew Barnes2013-06-152-152/+163
* Remove unused e_tree_model_new().Matthew Barnes2013-06-153-15/+0
* Remove unused e_tree_model_node_request_collapse().Matthew Barnes2013-06-154-53/+0
* Remove unused e_tree_model_node_col_changed().Matthew Barnes2013-06-155-78/+0
* Remove unused e_tree_model_no_change().Matthew Barnes2013-06-155-56/+0
* Remove unused e_tree_model_node_traverse_preorder().Matthew Barnes2013-06-153-41/+0
* Remove unused e_tree_model_node_get_prev().Matthew Barnes2013-06-154-37/+0
* Remove unused e_tree_model_node_get_last_child().Matthew Barnes2013-06-154-38/+0
* e_tree_model_node_find: Remove "forward_direction" parameter.Matthew Barnes2013-06-153-44/+14
* ETreeMemory: Further cleanups.Matthew Barnes2013-06-152-134/+137
* ETreeMemory: Remove unused "fill-in-children" signal.Matthew Barnes2013-06-152-68/+0
* Remove unused e_tree_memory_new().Matthew Barnes2013-06-153-15/+0
* Remove unused e_tree_memory_construct().Matthew Barnes2013-06-153-13/+0
* Remove unused e_tree_memory_set_node_destroy_func().Matthew Barnes2013-06-153-19/+0
* Remove unused e_tree_memory_sort_node().Matthew Barnes2013-06-153-88/+0
* Remove unused e_tree_memory_node_insert_before().Matthew Barnes2013-06-153-41/+0
* Remove unused e_tree_memory_node_insert_id().Matthew Barnes2013-06-153-16/+0
* Remove unused ETreeSorted.Matthew Barnes2013-06-157-1568/+0
* Remove em_utils_uids_free().Matthew Barnes2013-06-153-35/+0
* Remove em_utils_uids_copy().Matthew Barnes2013-06-152-27/+0
* Avoid em_utils_uids_free() in other places.Matthew Barnes2013-06-152-4/+5
* message_list_get_selected: Give the returned array a free func.Matthew Barnes2013-06-1511-89/+58
* MessageList: Further cleanups.Matthew Barnes2013-06-151-295/+358
* Remove unused message_list_get_uids().Matthew Barnes2013-06-152-23/+0
* mdn: Fix a runtime warning.Matthew Barnes2013-06-151-4/+4
* Add e_mail_reader_ref_folder().Matthew Barnes2013-06-1513-240/+377
* MessageList: Add a "group-by-threads" property.Matthew Barnes2013-06-153-47/+99
* MessageList: Remove public 'hidejunk' and 'hidedeleted' flags.Matthew Barnes2013-06-153-76/+91
* MessageList: Add a "show-deleted" property.Matthew Barnes2013-06-153-0/+61
* MessageList: Add a "folder" property.Matthew Barnes2013-06-155-119/+279
* MessageList: Add a "thread-latest" property.Matthew Barnes2013-06-143-6/+56
* ESettingsMessageList: Apply the "thread-expanded" setting.Matthew Barnes2013-06-142-28/+31
* MessageList: Add a "thread-subject" property.Matthew Barnes2013-06-143-14/+67
* Make MessageList extensible.Matthew Barnes2013-06-145-0/+172
* Remove global "shell_builtin_backend" variable.Matthew Barnes2013-06-143-16/+0
* em_utils_is_re_in_subject: Remove unused 'shell' parameter.Matthew Barnes2013-06-144-17/+11
* message_list_regen_done_cb: Fix a runtime warning.Matthew Barnes2013-06-141-11/+9
* message_list_set_folder: Remove unused "outgoing" parameter.Matthew Barnes2013-06-133-21/+6
* Remove unused MESSAGE_LIST_LOCK / MESSAGE_LOCK_UNLOCK macros.Matthew Barnes2013-06-131-3/+0
* Remove message_list_ensure_message().Matthew Barnes2013-06-132-25/+1
* Reimplement mail_regen_list().Matthew Barnes2013-06-131-400/+654
* MessageList: Move regen-related members into private struct.Matthew Barnes2013-06-132-46/+54
* MessageList: Remove dead code.Matthew Barnes2013-06-131-307/+9
* Updated Lithuanian translationAurimas Černius2013-06-131-2172/+2205
* Updated Spanish translationDaniel Mustieles2013-06-121-237/+266
* ECalShellView: Disconnect "prepare-for-quit" handler on dispose().Matthew Barnes2013-06-113-1/+16
* ECalShellView cleanups.Matthew Barnes2013-06-111-55/+57
* Reimplement the main toolbar's "prefer-item" feature.Matthew Barnes2013-06-115-126/+52
* EMenuToolButton cleanups.Matthew Barnes2013-06-112-33/+38
* ETaskShellSidebar: Update selector rows after restoring state.Matthew Barnes2013-06-111-0/+6
* EMemoShellSidebar: Update selector rows after restoring state.Matthew Barnes2013-06-111-0/+6
* ECalShellSidebar: Update selector rows after restoring state.Matthew Barnes2013-06-111-0/+6
* Add e_source_selector_update_all_rows().Matthew Barnes2013-06-113-0/+34
* Updated Galician translationsFran Diéguez2013-06-101-205/+233
* Bug 701669 - Bad assumption in prefer-plain moduleMatthew Barnes2013-06-081-2/+7
* EMailParserPreferPlain cleanups.Matthew Barnes2013-06-081-24/+31
* EMailFormatter: Remove the header API.Matthew Barnes2013-06-084-385/+2
* EMailFormatterQuoteHeaders: Avoid EMailFormatter header API.Matthew Barnes2013-06-081-27/+19
* EMailFormatterHeaders: Avoid EMailFormatter header API.Matthew Barnes2013-06-081-66/+67
* Add EMailPrintConfigHeaders.Matthew Barnes2013-06-086-530/+810
* Add e_mail_part_headers_ref_print_model().Matthew Barnes2013-06-083-0/+166
* EMailPartHeaders: Add a "default-headers" property.Matthew Barnes2013-06-088-2/+341
* Make EMailPart and its subclasses extensible.Matthew Barnes2013-06-081-2/+14
* EMailFormatterQuoteHeaders cleanups.Matthew Barnes2013-06-081-27/+57
* EMailFormatterHeaders cleanups.Matthew Barnes2013-06-082-43/+58
* e_mail_formatter_format_header: Split the header param.Matthew Barnes2013-06-074-36/+41
* e_mail_formatter_format_header: Remove unused CamelMedium param.Matthew Barnes2013-06-074-15/+8
* Bug #555130 - Redesign task editorMilan Crha2013-06-068-1430/+884
* Updated Spanish translationDaniel Mustieles2013-06-061-37/+56
* Updated Galician translationsFran Diéguez2013-06-061-387/+425
* Updated Spanish translationDaniel Mustieles2013-06-061-142/+176
* EMailPart: Add "part-list" property.Matthew Barnes2013-06-064-2/+64
* Remove EMailReaderHeader struct.Matthew Barnes2013-06-062-122/+0
* Add "show-headers" settings key.Matthew Barnes2013-06-064-100/+243
* ESettingsDeprecated: Fix missing handler ID assignment.Matthew Barnes2013-06-061-0/+1
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2013-06-051-5434/+5771
* Updated Greek translationDimitris Spingos2013-06-051-1041/+1051
* Added Aragonese translationJorge Pérez Pérez2013-06-052-0/+21404
* Bug 684302 - Prompt to close message window on reply should be inlineMatthew Barnes2013-06-053-48/+88
* EMailBrowser: Add "close-on-reply-policy" property.Matthew Barnes2013-06-058-29/+303
* EMailDisplay cleanups.Matthew Barnes2013-06-053-67/+83
* EMailBrowser cleanups.Matthew Barnes2013-06-052-102/+118
* Define GEnumClass types for mail formatter/parser enums.Matthew Barnes2013-06-059-69/+129
* Add EAutomaticActionPolicy enum.Matthew Barnes2013-06-052-0/+21
* Updated Slovenian translationMatej Urbančič2013-06-041-868/+859
* Bug #250046 - Empty group address as recipient prevents message sendMilan Crha2013-06-044-0/+49
* Updated Spanish translationDaniel Mustieles2013-06-031-284/+278
* Updated Norwegian bokmål translationKjartan Maraas2013-06-031-283/+247
* Remove deleted fileKjartan Maraas2013-06-031-1/+0
* EMailReader: Remove unused actions.Matthew Barnes2013-06-036-225/+1
* Remove unused EMailNotebookView.Matthew Barnes2013-06-035-1059/+0
* Add e_mail_reader_forward_messages().Matthew Barnes2013-06-035-250/+256
* Add e_mail_reader_edit_messages().Matthew Barnes2013-06-036-131/+125
* Move "ask-reply-close-browser" prompt to EMailBrowser.Matthew Barnes2013-06-034-103/+71
* EMailReader: Add a "composer-created" signal.Matthew Barnes2013-06-034-8/+96
* em_utils_edit_message: Change return type to EMsgComposer.Matthew Barnes2013-06-023-4/+5
* em_utils_redirect_message: Return the EMsgComposer.Matthew Barnes2013-06-022-4/+8
* em_utils_compose_new_message(): Return the EMsgComposer.Matthew Barnes2013-06-022-4/+8
* Simplify em_utils_forward_message() arguments.Matthew Barnes2013-06-023-48/+37
* em-composer-utils.c cleanups.Matthew Barnes2013-06-021-246/+328
* e-mail-reader.h: Remove unimplemented declarations.Matthew Barnes2013-06-021-5/+0
* Updated Galician translationsFran Diéguez2013-06-021-942/+938
* Add e_composer_header_table_ref_source().Matthew Barnes2013-06-025-77/+53
* EComposerHeaderTable: Remove "shell" property.Matthew Barnes2013-06-024-63/+4
* EComposeHeaderTable: Replace "registry" property with "client-cache".Matthew Barnes2013-06-027-67/+150
* EMailReader cleanups.Matthew Barnes2013-06-022-123/+168
* Minor efficiency tweak in task_shell_view_model_row_appended_cb().Matthew Barnes2013-06-011-3/+1
* Minor efficiency tweak in memo_shell_view_model_row_appended_cb().Matthew Barnes2013-06-011-3/+1
* Minor efficiency tweak in cal_shell_view_user_created_cb().Matthew Barnes2013-06-011-7/+3
* Add a boolean return to e_cal_model_remove_client().Matthew Barnes2013-06-013-7/+19
* Add a boolean return to e_cal_model_add_client().Matthew Barnes2013-06-013-11/+22
* GnomeCalendar: Fix a potential reference leak.Matthew Barnes2013-06-011-2/+1
* GnomeCalendar: Avoid runtime warnings during initialization.Matthew Barnes2013-06-011-52/+60
* Remove e_shell_view_[un]block_update_actions().Matthew Barnes2013-06-013-64/+1
* GnomeCalendar: Get rid of the async message dispatcher.Matthew Barnes2013-06-012-285/+302
* EShell: Check cookie before calling gtk_application_uninhibit().Matthew Barnes2013-05-311-1/+8
* l10n: Update Japanese translationJiro Matsuzawa2013-05-311-3/+3
* Ask for a Smart Card password with a token name tooMilan Crha2013-05-311-1/+10
* Bug #700812 - Search in Calendar view is brokenMilan Crha2013-05-302-5/+34
* Updated Odia Translation.ManojKumar Giri2013-05-301-1177/+801
* Make EAlertDialog non-resizable.Matthew Barnes2013-05-301-13/+5
* e_mail_session_send_to(): Don't silently ignore if we can't send.Matthew Barnes2013-05-302-17/+20
* Remove Evolution icon from header section.Matthew Barnes2013-05-301-58/+0
* Bug 700277 - EClientCache allocates memory ad infinityMatthew Barnes2013-05-301-0/+95
* Updated Spanish translationDaniel Mustieles2013-05-301-11/+16
* Update Quick Reference Card to show F12 shortcut.Matthew Barnes2013-05-2926-29/+26
* User docs: Update shortcuts, see https://mail.gnome.org/archives/evolution-li...Andre Klapper2013-05-292-4/+4
* Use F9 to toggle sidebar visibility.Matthew Barnes2013-05-292-2/+2
* Distinguish "attachment-wrapper" elements from attachments.Matthew Barnes2013-05-292-13/+23
* EMailFormatterAttachment cleanups.Matthew Barnes2013-05-291-54/+35
* EMailParserAudio: Minor cleanup.Matthew Barnes2013-05-291-3/+1
* Rename libcomposer to libevolution-mail-composer.Matthew Barnes2013-05-2825-25/+374
* Rename libemformat to libevolution-mail-formatter.Matthew Barnes2013-05-2827-32/+559
* Rename libeshell to libevolution-shell.Matthew Barnes2013-05-2851-60/+62
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-2877-103/+104
* configure.ac: Remove unnecessary regex library check.Matthew Barnes2013-05-281-9/+0
* configure.ac: Remove unused function and header checks.Matthew Barnes2013-05-283-143/+3
* configure.ac: Update audio-inline comment.Matthew Barnes2013-05-281-3/+3
* configure.ac: Remove blacklisting of WebKitGTK+ 1.9.90.Matthew Barnes2013-05-281-10/+0
* Updated Norwegian bokmål translationKjartan Maraas2013-05-281-227/+177
* Updated Spanish translationDaniel Mustieles2013-05-271-40/+36
* Tamil Translation UpdatedShantha kumar2013-05-271-1869/+2378
* Post-release version bump.Matthew Barnes2013-05-261-1/+1
* NEWS update for 3.9.2 release.EVOLUTION_3_9_2Matthew Barnes2013-05-261-0/+45
* Update libeutil API documentation.Matthew Barnes2013-05-261-7/+8
* e-mail-reader-utils.c cleanups.Matthew Barnes2013-05-252-423/+548
* Utilize the new EMailSession functions when sending.Matthew Barnes2013-05-252-291/+148
* EMailSession: Add helper functions for sending messages.Matthew Barnes2013-05-252-13/+687
* Updated Spanish translationDaniel Mustieles2013-05-241-752/+745
* Updated gujarati fileSweta Kothari2013-05-241-1697/+1405
* Make EAttachment column updates thread-safe.Matthew Barnes2013-05-241-8/+125
* Make EAttachment a little more thread-safe.Matthew Barnes2013-05-2413-110/+257
* Attachment-related cleanups.Matthew Barnes2013-05-249-193/+220
* Updated Czech translationMarek Černocký2013-05-241-142/+28
* Updated Czech translationMarek Černocký2013-05-231-1842/+1970
* Assamese translation updatedNilamdyuti Goswami2013-05-231-584/+489
* Updated Polish translationPiotr Drąg2013-05-221-1399/+1320
* Use an user-friendlier message when update comp-editor failsFabiano Fidêncio2013-05-221-26/+17
* Simplify EABContactFormatter.Matthew Barnes2013-05-214-316/+56
* EABContactFormatter cleanups.Matthew Barnes2013-05-212-200/+184
* Updated Norwegian bokmål translationKjartan Maraas2013-05-201-181/+71
* Updated POTFILES.inVadim Rutkovsky2013-05-201-3/+4
* Convert EMailPart to a GObject.Matthew Barnes2013-05-2048-701/+1810
* Rename EMailFormatterVCardInline to EMailFormatterVCard.Matthew Barnes2013-05-204-32/+32
* Rename EMailParserVCardInline to EMailParserVCard.Matthew Barnes2013-05-204-30/+30
* Rename EMailPartVCardInline to EMailPartVCard.Matthew Barnes2013-05-204-20/+20
* Rename EMailFormatterAudioInline to EMailFormatterAudio.Matthew Barnes2013-05-204-42/+42
* Rename EMailParserAudioInline to EMailParserAudio.Matthew Barnes2013-05-204-29/+29
* Rename EMailPartAudioInline to EMailPartAudio.Matthew Barnes2013-05-204-20/+20
* Add e_mail_part_attachment_ref_attachment().Matthew Barnes2013-05-204-7/+18
* Add e_mail_part_get_validity_flags().Matthew Barnes2013-05-203-11/+23
* Add e_mail_part_has_validity().Matthew Barnes2013-05-203-1/+11
* Add e_mail_part_set_is_attachment().Matthew Barnes2013-05-203-1/+12
* Add e_mail_part_get_is_attachment().Matthew Barnes2013-05-209-10/+19
* Add e_mail_part_set_mime_type().Matthew Barnes2013-05-2011-9/+28
* Add e_mail_part_get_mime_type().Matthew Barnes2013-05-2013-18/+47
* Add e_mail_part_ref_mime_part().Matthew Barnes2013-05-2017-39/+131
* Add e_mail_part_id_has_substr().Matthew Barnes2013-05-203-2/+5
* Add e_mail_part_id_has_suffix().Matthew Barnes2013-05-207-16/+28
* Add e_mail_part_id_has_prefix().Matthew Barnes2013-05-205-4/+16
* Add e_mail_part_set_cid().Matthew Barnes2013-05-203-1/+15
* Add e_mail_part_get_cid().Matthew Barnes2013-05-208-7/+19
* Add e_mail_part_get_id().Matthew Barnes2013-05-2022-67/+127
* em-format cleanups.Matthew Barnes2013-05-2035-206/+294
* EMailPart: Store validity pairs in a GQueue.Matthew Barnes2013-05-207-48/+60
* Updated Russian translationYuri Myasoedov2013-05-181-1664/+1686
* Updated Norwegian bokmål translationKjartan Maraas2013-05-161-1986/+2109
* Updated Odia Translation.ManojKumar Giri2013-05-161-5/+6
* Updated Odia Translation.ManojKumar Giri2013-05-161-113/+103
* Assamese translation updatedNilamdyuti Goswami2013-05-151-78/+78
* Assamese translation updatedNilamdyuti Goswami2013-05-151-1004/+1021
* Minor e_web_view_install_request_handler() cleanup.Matthew Barnes2013-05-151-7/+4
* Remove e_mail_display_set_charset().Matthew Barnes2013-05-153-17/+9
* Remove e_mail_formatter_get_headers().Matthew Barnes2013-05-152-17/+0
* Add e_mail_formatter_header_copy().Matthew Barnes2013-05-152-21/+42
* EMailDisplay cleanups.Matthew Barnes2013-05-152-99/+103
* EMailFormatterPrint cleanups.Matthew Barnes2013-05-151-35/+30
* EMailFormatter cleanups.Matthew Barnes2013-05-152-302/+339
* Updated Spanish translationDaniel Mustieles2013-05-141-12/+19
* Assamese translation updatedNilamdyuti Goswami2013-05-141-196/+276
* Assamese translation updatedNilamdyuti Goswami2013-05-141-1902/+1930
* User docs: Update Moving emails on IMAP. Fixes bug #700037Andre Klapper2013-05-141-5/+2
* Bug #699980 - Calendar delete does not remove events from viewMilan Crha2013-05-144-0/+17
* Bug 697632 - [mail-to-task] Invalid unref of a CamelFolderSamarjit Adhikari2013-05-121-3/+1
* EMailPrinter: Fix a couple typos.Matthew Barnes2013-05-111-1/+2
* Bug 7000028 - Drag-n-drop export of a file produces 0 sized PDF fileMatthew Barnes2013-05-111-29/+36
* Convert e_mail_printer_print() to a proper async function.Matthew Barnes2013-05-115-249/+349
* EMailPrinter cleanups.Matthew Barnes2013-05-102-191/+237
* em-utils.c cleanups.Matthew Barnes2013-05-101-95/+93
* Remove "drag-and-drop-save-name-format" setting.Matthew Barnes2013-05-103-21/+2
* Right-align mail header names.Matthew Barnes2013-05-094-74/+166
* EMailFormatterHeaders cleanups.Matthew Barnes2013-05-092-42/+59
* contact-photos: Obtain an EClient asynchronously.Matthew Barnes2013-05-081-39/+76
* Coding style and whitespace cleanup.Matthew Barnes2013-05-0822-78/+81
* Newly configured Google calendar cannot be openedMilan Crha2013-05-073-22/+60
* Bug #301323 - "Edit as new message" doesn't strip signature properlyMilan Crha2013-05-079-39/+57
* Bug #699551 - Signature is not removed on replyMilan Crha2013-05-076-6/+6
* Remove "GNOME Online Accounts" from configure summary.Matthew Barnes2013-05-061-1/+0
* Updated Slovenian translationMatej Urbančič2013-05-061-20/+29
* Updated Slovenian translationMatej Urbančič2013-05-051-1465/+1606
* Updated Spanish translationDaniel Mustieles2013-05-041-285/+269
* Merge [mark-all-read] plugin into core codeMilan Crha2013-05-0410-691/+340
* Bug #699555 - prompt-on-mark-all-read doesn't work in context menuMilan Crha2013-05-032-16/+2
* Bug #696531 - Force white background for HTML partsMilan Crha2013-05-031-7/+7
* Updated Spanish translationDaniel Mustieles2013-05-031-98/+3
* l10n: Fix invalid tag in es.poJiro Matsuzawa2013-05-031-1/+1
* l10n: Update Japanese translationOKANO Takayoshi2013-05-021-371/+369
* Bug #699334 - Calendar: reply all doesn't quite workMilan Crha2013-05-011-5/+28
* Make sure EAddressbookModel has a fresh EBookClient.Matthew Barnes2013-04-301-29/+9
* Updated Spanish translationDaniel Mustieles2013-04-291-1260/+1177
* Post-release version bump.Matthew Barnes2013-04-291-1/+1
* NEWS update for 3.9.1 release.Matthew Barnes2013-04-291-1/+95
* Missed a few evolution-settings.desktop.in references.Matthew Barnes2013-04-292-2/+0
* Updated POTFILES.inPiotr Drąg2013-04-291-1/+0
* Bug 699083 - X-GNOME-Bugzilla-OtherBinares missing trailing semicolonMatthew Barnes2013-04-281-1/+1
* Remove evolution-settings.desktop.in.inMatthew Barnes2013-04-281-10/+0
* EGravatarPhotoSource: Work around libsoup deadlocks.Matthew Barnes2013-04-271-36/+7
* EPhotoCache: Forgot to unlock a mutex.Matthew Barnes2013-04-271-0/+2
* EPhotoCache: Fix deadlock when cancelling subtasks.Matthew Barnes2013-04-271-16/+32
* Bug #626215 - Prefer mail saving in order by UIMilan Crha2013-04-263-0/+73
* Updated Greek translationDimitris Spingos2013-04-261-1228/+1146
* Add a gravatar module.Matthew Barnes2013-04-268-0/+575