aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Bug 540362: [webkit-composer] Use webkit for composerTomas Popela2014-06-0950-681/+548
* Bug 731321 - Missing custom types when loading .ui definitionMilan Crha2014-06-062-4/+4
* Bug 730977 - Online state change received in a dedicated threadMilan Crha2014-06-061-4/+54
* Ignore false GSettings key change notificationsMilan Crha2014-06-053-3/+35
* Properly disconnect signal handlers added with e_signal_connect_notify*()Milan Crha2014-06-051-1/+23
* Ignore false GObject property change notificationsMilan Crha2014-06-0511-16/+16
* Bug 604346 - Ctrl+Enter sends mail without asking confirmationMilan Crha2014-06-031-0/+6
* Add "Send messages through Outbox folder" optionMilan Crha2014-06-021-0/+6
* Bug 730743 - Add an option to disable sender's photo search at gravatar.comMilan Crha2014-05-273-0/+115
* Bug 726746 - Allow to auto-empty trash without needing to exitMilan Crha2014-05-261-3/+3
* Bug #563048 - Prefer Inbox type over other types in folder descriptionMilan Crha2014-05-201-4/+11
* Bug #678843 - May re-prompt password on account re-enableMilan Crha2014-05-1312-56/+283
* Bug #691957 - MDN: Do not show "Sender has been notified..." messageMilan Crha2014-05-091-5/+1
* Bug #699797 - Verify SSL trust after redirectionMatt McCutchen2014-04-181-84/+13
* Bug #684425 - Do not pass NULL text to gtk_entry_set_text()Milan Crha2014-04-116-12/+13
* e-util: Port to thread-safe ECategories APIPhilip Withnall2014-03-288-24/+32
* Bug #726542 - Unpadded black border on various mail account settings pagesMilan Crha2014-03-281-0/+1
* Add EMailFolderCreateDialog.Matthew Barnes2014-03-273-8/+79
* EMFolderSelector: Remove 'title' argument when creating.Matthew Barnes2014-03-271-2/+4
* EMFolderSelector: Add a "default-button-label" property.Matthew Barnes2014-03-271-1/+3
* EMFolderSelector: Add a "caption" property.Matthew Barnes2014-03-271-1/+1
* EMFolderSelector: Add a "can-create" property.Matthew Barnes2014-03-271-1/+1
* [text-highlight] Fix a possible memory leakMilan Crha2014-03-261-0/+1
* Add an --enable-code-coverage configure option to enable gcov supportMilan Crha2014-03-2535-96/+131
* ECalConfigWeather: Fix a confusing translator comment.Matthew Barnes2014-03-151-7/+6
* Bug 711350: Cannot position caret in received message body without using the ...Tomas Popela2014-03-111-1/+4
* Bug #711351 - Folder change in folder tree steals focusMilan Crha2014-03-071-0/+3
* Bug #711658 - Time zone for new events sometimes defaults to UTCMilan Crha2014-03-061-4/+4
* Miscellaneous cleanups.Matthew Barnes2014-03-0323-104/+104
* EMailFormatter: Use GOutputStream instead of CamelStream.Matthew Barnes2014-03-013-40/+38
* Replace 'interface' with 'iface' in the codeTarnyko2014-02-2610-56/+56
* Bug 724909 - Highlight module hangs on large attachmentsMatthew Barnes2014-02-251-27/+182
* Add missing action captions after gtk-stock replacementMilan Crha2014-02-251-1/+1
* Add shortcuts previously defined by gtk-stock item definitionsMilan Crha2014-02-176-7/+7
* Do not use "dialog-apply" icon and make EStockRequest fool-proofMilan Crha2014-02-131-16/+25
* Stop using deprecated gtk-stock itemsMilan Crha2014-02-1317-128/+119
* Memory leaks of GSettings objectsMilan Crha2014-01-311-0/+2
* Avoid multiple save of folder changes on application quitMilan Crha2014-01-301-17/+2
* Bug #722346 - _NL_MEASUREMENT_MEASUREMENT is not portableMilan Crha2014-01-241-6/+14
* Fix return values in a few functionsKjartan Maraas2014-01-221-1/+1
* Fix duplicate #includesKjartan Maraas2014-01-221-2/+0
* Drop libsoup-gnome dependencyFabiano Fidêncio2014-01-211-1/+0
* Prevent GSettings from freaking out over a missing junk filter.Matthew Barnes2014-01-171-3/+6
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-08260-2600/+2340
* Coding style and whitespace cleanup.Matthew Barnes2013-12-073-20/+28
* ECaldavChooser: Remove deprecated SOUP_TYPE_GNOME_FEATURES_2_26.Matthew Barnes2013-12-071-4/+0
* Remove audio-inline module.Matthew Barnes2013-12-069-844/+0
* Bug #715057 - Weather calendar is using Fahrenheit units as defaultFabiano Fidêncio2013-12-012-5/+41
* Remove mail_cancel_all().Matthew Barnes2013-11-281-8/+0
* EGravatarPhotoSource: Remove EProxy usage.Matthew Barnes2013-11-271-14/+0
* Use SoupSession's request API instead of SoupRequester.Matthew Barnes2013-11-271-8/+1
* Use plain SoupSesson everywhere.Matthew Barnes2013-11-262-3/+3
* ESettingsMailSession: Bind to "junk-default-plugin".Matthew Barnes2013-11-261-1/+77
* Bug 712668 - Disable message recovery after initial scanMatthew Barnes2013-11-261-1/+11
* composer-autosave: Miscellaneous cleanups.Matthew Barnes2013-11-267-170/+275
* Add ESettingsMailSession.Matthew Barnes2013-11-254-0/+165
* EMMailerPrefs: Remove some unused bits.Matthew Barnes2013-11-241-6/+2
* Weather calendar: Be able to change temperature unitMilan Crha2013-11-233-9/+37
* Remove "side-bar-ellipsize-mode" setting.Matthew Barnes2013-11-211-5/+0
* [itip-formatter] Search for an event in enabled calendars onlyMilan Crha2013-11-211-2/+2
* Add em_folder_tree_model_get_row_reference().Matthew Barnes2013-11-201-22/+33
* Bug #712342 - Calendar search doesn't finishMilan Crha2013-11-201-13/+9
* Bug #712388 - Crash when opening Properties of a Weather calendarMilan Crha2013-11-191-36/+52
* Add em_folder_tree_ref_selected_store().Matthew Barnes2013-11-171-4/+15
* EShellBackend cleanups.Matthew Barnes2013-11-171-96/+103
* EMailShellView cleanups.Matthew Barnes2013-11-172-44/+57
* Fix/mute issues found by Coverity scanMilan Crha2013-11-157-19/+17
* "Disco is dead!", says Camel.Matthew Barnes2013-11-141-2/+1
* Fix some cppcheck warnings (uninitialized variable usages)Milan Crha2013-11-121-1/+1
* Convert libemail-engine to a single-include model.Matthew Barnes2013-11-129-27/+6
* Move EMailImageLoadingPolicy to e-mail-formatter-enums.h.Matthew Barnes2013-11-111-1/+1
* Generate enum GTypes for libevolution-mail.Matthew Barnes2013-11-111-0/+1
* Rename e-mail-enums.h to e-mail-engine-enums.h.Matthew Barnes2013-11-111-1/+1
* Bug 707112 - Replace webkit_dom_html_element_get_id usageKerrick Staley2013-11-051-1/+13
* Bug #657808 - Copy/move of a single instance should grab whole serieMilan Crha2013-11-052-128/+97
* Fix Contact Editor crash.Matthew Barnes2013-11-011-3/+0
* Bug 710797 - Name all the timeouts added with g_timeout_add()Bastien Nocera2013-10-304-17/+29
* EContactsSelector: Show icons.Matthew Barnes2013-10-261-0/+2
* Use EProxyPreferences in EPreferencesWindow.Matthew Barnes2013-10-264-647/+15
* Remove e_source_selector_set_select_new().Matthew Barnes2013-10-263-3/+0
* Miscellaeous cleanups.Matthew Barnes2013-10-201-40/+61
* Bug #215115 - Per-folder From: email addressMilan Crha2013-10-081-0/+747
* Bug 708390 - text-highlight: Don't interfere with printingMatthew Barnes2013-10-011-27/+2
* Bug #659890 - Merge addressbook 'widgets' and 'merging' librariesMilan Crha2013-09-243-3/+1
* Adapt to Camel API changes.Matthew Barnes2013-09-243-15/+12
* Bug 707425 - Inconsistent capitalization in calendar Search menuMatthew Barnes2013-09-221-3/+3
* Bug #706008 - Workaround gnome-shell style change on focus changeTomas Popela2013-09-121-8/+3
* Miscellaneous cleanups.Matthew Barnes2013-09-0811-146/+146
* Add EShellView to E{Calendar,MemoList,TaskList}SelectorFabiano Fidêncio2013-09-053-3/+3
* Bug 707043 - Audio attachment not shown correctlyDavid Woodhouse2013-08-312-1/+7
* Bug #658164 - Pressing the "Make this Occurrence Movable" changes meeting timeFabiano Fidêncio2013-08-271-1/+1
* Bug #274144 - 'Update attendee status' might not be done multiple timesMilan Crha2013-08-211-4/+86
* Bug #698275 - Enable/disable account yields to a several seconds busy loopMilan Crha2013-08-212-26/+60
* Bug #682277 - Multiselect of messages causes slow UI updateMilan Crha2013-08-201-10/+10
* Fix sidebar message counts for real Junk / Trash folders.Matthew Barnes2013-08-031-12/+30
* Bug 704861 - Runtime warning in calendar moduleMatthew Barnes2013-07-291-1/+1
* Miscellaneous cleanups.Matthew Barnes2013-07-281-1/+2
* Add e_web_view_cursor_image_copy().Matthew Barnes2013-07-281-1/+1
* Rename e_mail_display_set_parts_list().Matthew Barnes2013-07-271-1/+1
* Rename e_mail_display_get_parts_list().Matthew Barnes2013-07-261-1/+1
* ETaskShellView: Disconnect all signal handlers in dispose().Matthew Barnes2013-07-202-56/+190
* EMemoShellView: Disconnect all signal handlers in dispose().Matthew Barnes2013-07-202-44/+178
* ECalShellView: Disconnect all signal handlers in dispose().Matthew Barnes2013-07-202-105/+303
* Bug #703153 - Forgotten signal callbacks for freed objectsMilan Crha2013-07-191-0/+3
* Bug 704259 - Fix "reply-style" key migration logicMatthew Barnes2013-07-181-49/+8
* mail_folder_cache_get_folder_info_flags: Change parameters.Matthew Barnes2013-07-181-2/+11
* Bug #703389 - Proxy ignored for imagesMilan Crha2013-07-161-0/+15
* Bug 703991: Crash when using -fstack-protector-strong.Matthew Barnes2013-07-131-2/+2
* Bug 702664 - Settings migration issue from "headers" to "show-headers"Matthew Barnes2013-07-101-0/+2
* Bug 703490 - Stop invoking spamc, just use spamassassinMatthew Barnes2013-07-081-525/+19
* Miscellaneous cleanups.Matthew Barnes2013-07-076-16/+22
* Bug 703638 - Keep ItipView alive while connecting to calendarMatthew Barnes2013-07-071-2/+3
* ItipView: Minor cleanups.Matthew Barnes2013-07-071-16/+23
* EShellView can load the GalViewCollection itself now.Matthew Barnes2013-07-0623-221/+135
* Remove gal_view_collection_add_factory().Matthew Barnes2013-07-0610-104/+29
* Split CalendarViewFactory into separate classes by view type.Matthew Barnes2013-07-061-4/+4
* Split CalendarView into separate classes by view type.Matthew Barnes2013-07-061-8/+17
* GalViewFactoryEtable: Remove "specification" property.Matthew Barnes2013-07-065-90/+5
* EShellView: Add a "view-instance" property.Matthew Barnes2013-07-0614-207/+23
* ETableSpecification: Implement GInitable.Matthew Barnes2013-07-025-30/+50
* e-mail-shell-view.c: Avoid e_tree_set_state().Matthew Barnes2013-07-021-2/+12
* ETaskShellContent: Remove hard-coded default table state.Matthew Barnes2013-07-021-15/+0
* EMemoShellContent: Remove hard-coded default table state.Matthew Barnes2013-07-021-14/+0
* Contacts view: Add 'Refresh' into books context menuMilan Crha2013-07-015-1/+91
* Bug 702664 - Settings migration issue from "headers" to "show-headers"Matthew Barnes2013-06-212-2/+9
* Calendar views inline text edit with Ctrl+C/V/X does not workMilan Crha2013-06-214-0/+76
* Convert ETreeModel to an interface.Matthew Barnes2013-06-161-2/+2
* message_list_get_selected: Give the returned array a free func.Matthew Barnes2013-06-152-5/+5
* mdn: Fix a runtime warning.Matthew Barnes2013-06-151-4/+4
* Add e_mail_reader_ref_folder().Matthew Barnes2013-06-154-41/+77
* MessageList: Remove public 'hidejunk' and 'hidedeleted' flags.Matthew Barnes2013-06-151-21/+1
* MessageList: Add a "show-deleted" property.Matthew Barnes2013-06-151-0/+5
* MessageList: Add a "folder" property.Matthew Barnes2013-06-151-6/+7
* MessageList: Add a "thread-latest" property.Matthew Barnes2013-06-141-0/+5
* ESettingsMessageList: Apply the "thread-expanded" setting.Matthew Barnes2013-06-141-0/+6
* MessageList: Add a "thread-subject" property.Matthew Barnes2013-06-141-1/+4
* Make MessageList extensible.Matthew Barnes2013-06-144-0/+160
* 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-111-6/+13
* 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
* 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-081-81/+2
* EMailPartHeaders: Add a "default-headers" property.Matthew Barnes2013-06-084-0/+196
* Add "show-headers" settings key.Matthew Barnes2013-06-063-97/+235
* ESettingsDeprecated: Fix missing handler ID assignment.Matthew Barnes2013-06-061-0/+1
* EMailBrowser: Add "close-on-reply-policy" property.Matthew Barnes2013-06-055-0/+219
* Remove unused EMailNotebookView.Matthew Barnes2013-06-031-1/+0
* Simplify em_utils_forward_message() arguments.Matthew Barnes2013-06-021-22/+14
* 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-011-3/+2
* Add a boolean return to e_cal_model_add_client().Matthew Barnes2013-06-011-3/+2
* GnomeCalendar: Get rid of the async message dispatcher.Matthew Barnes2013-06-011-4/+2
* Bug #700812 - Search in Calendar view is brokenMilan Crha2013-05-302-5/+34
* Use F9 to toggle sidebar visibility.Matthew Barnes2013-05-291-1/+1
* EMailParserAudio: Minor cleanup.Matthew Barnes2013-05-291-3/+1
* Rename libcomposer to libevolution-mail-composer.Matthew Barnes2013-05-283-3/+3
* Rename libemformat to libevolution-mail-formatter.Matthew Barnes2013-05-289-9/+9
* Rename libeshell to libevolution-shell.Matthew Barnes2013-05-2816-16/+16
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-2834-37/+37
* Make EAttachment a little more thread-safe.Matthew Barnes2013-05-242-3/+9
* Attachment-related cleanups.Matthew Barnes2013-05-242-41/+59
* Simplify EABContactFormatter.Matthew Barnes2013-05-211-9/+11
* Convert EMailPart to a GObject.Matthew Barnes2013-05-2017-385/+776
* 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_set_is_attachment().Matthew Barnes2013-05-201-1/+1
* Add e_mail_part_set_mime_type().Matthew Barnes2013-05-201-1/+1
* Add e_mail_part_get_mime_type().Matthew Barnes2013-05-201-1/+4
* Add e_mail_part_ref_mime_part().Matthew Barnes2013-05-202-7/+19
* Add e_mail_part_id_has_substr().Matthew Barnes2013-05-202-2/+3
* Add e_mail_part_id_has_prefix().Matthew Barnes2013-05-201-1/+1
* Add e_mail_part_get_id().Matthew Barnes2013-05-205-12/+22
* em-format cleanups.Matthew Barnes2013-05-207-42/+52
* Bug #699980 - Calendar delete does not remove events from viewMilan Crha2013-05-143-0/+12
* contact-photos: Obtain an EClient asynchronously.Matthew Barnes2013-05-081-39/+76
* Coding style and whitespace cleanup.Matthew Barnes2013-05-086-24/+25
* 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-071-1/+1
* Merge [mark-all-read] plugin into core codeMilan Crha2013-05-043-29/+328
* Bug #699555 - prompt-on-mark-all-read doesn't work in context menuMilan Crha2013-05-031-15/+1
* Make sure EAddressbookModel has a fresh EBookClient.Matthew Barnes2013-04-301-29/+9
* EGravatarPhotoSource: Work around libsoup deadlocks.Matthew Barnes2013-04-271-36/+7
* Add a gravatar module.Matthew Barnes2013-04-267-0/+574
* ETaskShellSidebar: Remove unused "status-message" signal.Matthew Barnes2013-04-253-30/+0
* ETaskShellSidebar: Submit an EActivity when obtaining an EClient.Matthew Barnes2013-04-251-51/+58
* EMemoShellSidebar: Remove unused "status-message" signal.Matthew Barnes2013-04-253-30/+0
* EMemoShellSidebar: Submit an EActivity when obtaining an EClient.Matthew Barnes2013-04-251-51/+58
* ECalShellSidebar: Remove unused "status-message" signal.Matthew Barnes2013-04-252-23/+0
* ECalShellSidebar: Submit an EActivity when obtaining an EClient.Matthew Barnes2013-04-251-51/+58
* ETaskShellSidebar: Remove some unnecessary #includes.Matthew Barnes2013-04-251-4/+0
* EMemoShellSidebar: Remove some unnecessary #includes.Matthew Barnes2013-04-251-4/+0
* ECalShellSidebar: Remove some unnecessary #includes.Matthew Barnes2013-04-251-4/+0
* Add contact-photos module.Matthew Barnes2013-04-247-0/+894
* [EMailFormatter] Use GdkRGBA and GtkStyleContext to get theme colorsMilan Crha2013-04-233-30/+28
* Remove "Search for sender photograph only in local address books".Matthew Barnes2013-04-215-171/+0
* [web-inspector] Yet more shortcut tweaking.Matthew Barnes2013-04-181-1/+1
* Remove backward-compatibility cruft for goa-1.0 < 3.8.Matthew Barnes2013-04-175-560/+0
* Restore "Automatic Contacts" plugin preferences page.Matthew Barnes2013-04-141-4/+96
* Add e_cal_model_ref_default_client().Matthew Barnes2013-04-134-6/+14
* Remove e_cal_model_get_client_for_source().Matthew Barnes2013-04-133-39/+30
* Add e_cal_model_list_clients().Matthew Barnes2013-04-132-13/+12
* web-inspector: Change the shortcut key to match Chrome.Matthew Barnes2013-04-121-3/+3
* Bug #271262 - Allow Send/Receive of local stores in offlineMilan Crha2013-04-093-20/+31
* Remove more Express Mode hacks.Matthew Barnes2013-04-018-224/+123
* Remove e_shell_hide_widgets_for_express_mode().Matthew Barnes2013-04-012-32/+0
* Remove EUIManager.Matthew Barnes2013-04-011-2/+2
* Remove e_shell_get_startup_view().Matthew Barnes2013-04-011-10/+0
* Fix for typing in ITIP comments when some keys triggered actions.Tomas Popela2013-03-281-0/+2
* ESettingsMailFormatter: Fix binding flag typo.Matthew Barnes2013-03-271-1/+1
* Bug 696257 - Handle default values for "primary" selection settingsMatthew Barnes2013-03-254-4/+16
* Fix a typo which disabled "Always load images" option foreverMilan Crha2013-03-221-1/+1
* Remove EMailShellSettings.Matthew Barnes2013-03-1716-1033/+592
* Remove ECalShellSettings.Matthew Barnes2013-03-1722-1574/+996
* Remove EBookShellSettings.Matthew Barnes2013-03-176-107/+58
* Add "headers-collapsed" setting.Matthew Barnes2013-03-171-2/+2
* Add "image-loading-policy" setting.Matthew Barnes2013-03-171-0/+27
* Add "reply-style-name" setting.Matthew Barnes2013-03-171-0/+69
* Add "forward-style-name" setting.Matthew Barnes2013-03-171-0/+35
* Convert all "week-start-day" properties to GDateWeekday.Matthew Barnes2013-03-174-99/+27
* EDayView: Move "work-day-*" properties to ECalModel.Matthew Barnes2013-03-172-35/+35
* EDayView: Split working days into separate boolean properties.Matthew Barnes2013-03-171-2/+32
* Add ESettingsDeprecated.Matthew Barnes2013-03-174-0/+436
* Use e_source_registry_list_enabled() where appropriate.Matthew Barnes2013-03-171-12/+3
* e-mail-config-smtp-backend.c: Forgot a 'return' statement.Matthew Barnes2013-03-121-0/+2
* Bug 695693 - Handle <authentication> tags during auto-configurationMatthew Barnes2013-03-121-1/+30
* Bug #690930 - Launching calendar from clock-applet applies timezone twiceMilan Crha2013-03-121-13/+22
* Add ESettingsSpellEntry.Matthew Barnes2013-03-124-0/+163
* mailto-handler cleanups.Matthew Barnes2013-03-111-9/+15
* EMeetingStore: Removed unused "week-start-day" property.Matthew Barnes2013-03-091-5/+0
* CompEditor: Add a "week-start-day" property.Matthew Barnes2013-03-091-0/+5
* Add ESettingsWeekdayChooser.Matthew Barnes2013-03-094-0/+166
* EMeetingTimeSelector: Remove unused properties.Matthew Barnes2013-03-091-10/+0
* [backup-restore] Dir separator removal breaks DConf settings restoreMilan Crha2013-03-071-11/+15
* cal_comp_event_new_with_current_time: Remove 'zone' parameter.Matthew Barnes2013-03-061-2/+0
* [itip-formatter] Reference a view when searching for a calendarTomas Popela2013-03-051-1/+2
* ESettingsDateEdit: Forgot to bind "use-24-hour-format" property.Matthew Barnes2013-03-041-0/+5
* Use EClientComboBox where appropriate.Matthew Barnes2013-03-021-6/+6
* EMailPartItip: Remove redundant client cache.Matthew Barnes2013-02-283-46/+0
* ItipView: Use EClientCache to obtain calendar clients.Matthew Barnes2013-02-281-3/+25
* ItipView: Replace "registry" property with "client-cache".Matthew Barnes2013-02-285-101/+146