[geary] Created tag 3.35.2
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary] Created tag 3.35.2
- Date: Sun, 24 Nov 2019 02:12:19 +0000 (UTC)
The unsigned tag '3.35.2' was created.
Tagger: Michael James Gratton <mike vee net>
Date: 1574561388 +1100
Tag for 3.35.2
Changes since the last tag '3.35.1':
Alex Henrie (2):
Don't linkify text near a URL that looks like a URL with a bad protocol
Remove unused variable urlRegex from ComposerPageState.containsKeywords
Asier Sarasua Garmendia (1):
Update Basque translation
Chris Heywood (17):
First changes for supporting drag & dropped and pasted images
Merge remote-tracking branch 'origin/mainline' into wip/90-304-image-dnd-paste
Cleanup inefficient GMime stream creation for attachment !343
Don't repeat the string search when replacing an inline image source !343
Improve passing of inline dropped file through to vala !343
Tests for ComposedEmail.contains_inline_img_src and replace_inline_img_src
Added a few tests for RFC822.Message - Inline attachments in from_composed_email - get_recipients -
get_searchable_body - get_searchable_recipients - get_network_buffer
Tidy up, remove comment
Mark ourselves busy while pasting inline images
First changes for supporting drag & dropped and pasted images
Cleanup inefficient GMime stream creation for attachment !343
Don't repeat the string search when replacing an inline image source !343
Improve passing of inline dropped file through to vala !343
Tests for ComposedEmail.contains_inline_img_src and replace_inline_img_src
Added a few tests for RFC822.Message - Inline attachments in from_composed_email - get_recipients -
get_searchable_body - get_searchable_recipients - get_network_buffer
Tidy up, remove comment
Mark ourselves busy while pasting inline images
Daniel Mustieles (4):
Update Spanish translation
Updated Spanish translation
Update Spanish translation
Updated Spanish translation
Emin Tufan Çetin (2):
Update Turkish translation
Update Turkish translation
Jordi Mas (1):
Update Catalan translation
Mario Ravalli (3):
Link preview popup is way too big
Link preview popup is way too big
Move function to short url from conversation-message to a more generic util/email. Changed name of
function to "shorten_url"
Michael Gratton (170):
.gitlab-ci.yml: Fix a few vars not using build dir variable
.gitlab-ci.yml: Re-enable Fedora for CI
Remove Flatpak test locale hack, just use en_US.UTF-8 for now
Merge branch 'mjog/ci-updates' into 'mainline'
Fix segfault on invalid UTF-8 when generating preview
Merge branch 'mjog/preview-regex-segfault' into 'mainline'
Extend the IMAP FETCH HEADER.FIELDS hack for multiple fields
Fix RFC822.Header.get_header_names returning null names
Add a compatibility JSON-based flatpak manifest
Merge branch 'mjog/json-manifest-compat' into 'mainline'
Fix ContactStoreImpl not saving flags removed from a contact
Merge contacts when harvesting them
Update Contact::load_remote_resources with engine contact flags
Trivial docs update
Merge branch 'mjog/550-always-show-images-not-saved' into 'mainline'
Use SQL UPSERT clause when updating contacts
Merge branch 'mjog/contacts-upsert' into 'mainline'
Merge branch 'mjog/571-imap-fetch-space-workaround-redux' into 'mainline'
Merge branch 'links' into 'mainline'
Fix ConversationList GtkStyleContext log spam
Merge branch 'mjog/608-gtk-style-context-log-spam' into 'mainline'
Fix GenericAccount::to_email_identifier not actually working
Update Geary.Outbox.EmailIdentifier variant type marker
Merge branch 'mjog/fix-email-id-from-variant' into 'mainline'
Fix crash when updating contacts with null names
Merge branch 'urlRegex' into 'mainline'
Merge branch 'mjog/fix-contact-store-crash' into 'mainline'
Ensure ComposerWidget checks referred email for required fields
ComposerWidget: Don't add invalid Message-ID to In-Reply-To
Fix headers not being parsed due to case differences
Make serialisation of Geary.Email.Field more usable
Merge branch 'mjog/fix-null-message-ids' into 'mainline'
Fix unhandled error build waning
Merge branch 'mjog/fix-composer-undhandled-error-build-warning' into 'mainline'
Improve Geary.Account API for listing folders
Move GAction related code from app Controller to MainWindow
Implement an application-level command stack
Implement main toolbar composer actions
Move per-message action handlers from Controller to MainWindow
ConversationList: Minor selection-related perf tweak
Application.Controller: Make context class publically accessible
Move conversation selection and action updates to main window
Allow Command instances to denote whether they support undoing
Implement conversation flag updating as undoable commands
Implement moving conversations as undoable commands
Implement copying conversations as a command
Implement deleting conversations as non-undoable commands
Implement emptying spam/trash as non-undoable commands
Minor code style and doc comment update
Clean up MainWindow action definitions
Don't initially notify on mark email commands
Rename MainWindow::current_account and ::current_folder props
Remove Application.Controller::current_account
Make Application.Controller commands per-account
Allow CommandStack subclasses to access the undo stack
Add status signals to Application.Command
Update Application.CommandSequence
Trim controller command stack when exogenous events occur
Use Geary.FolderSupport.Archive when moving to archive special
Merge Controller.move_conversations and move_messages impls
Trivial translation comment cleanup
Make GearyApplication::show_uri handle mailto: URIs
Clean up attachment save code
Rename client GtkUtil package to conform to style: Util.Gtk
Move View Source implementation to ConversationEmail
Remove ConversationEmail::load_error
Move policy decision for folders supporting trash to controller
Fix MainWindow shift button detection
Move email action handling to ConversationListBox
Fix some bad container impl assumptions in MinimalFolder
Add location and conversation context properties to EmailCommand
Prevent the same application action re-executed multiple times
Move folder selection and related handling to MainWindow
Require MainWindow::select_folder to declare mode of interaction
Application.Controller: Add convenience method
Move MainWindow folder management impl to MainWindow
Improve application shutdown process
Geary.App.ConversationMonitor: Fix re-entrancy issues
Re-select folder, conversation and email on EmailCommand undo
ConversationListView: Remove some unused code
Update appstream to mention improved undo support
Merge branch 'mjog/account-command-stacks' into 'mainline'
Add Components.EntryUndo class to manage undo for GTK Entries
Implement undo support for the composer's text entries
Add undo support for account editor text entries
Rework action names groups across the client
Add undo support for MainWindow search and find entries
Update MainWindow undo/redo actions before in-app notifications
Update appdata with the new feature
Merge branch 'mjog/233-entry-undo' into 'mainline'
Components.EntryUndo: Minor fixes
Merge branch 'mjog/entry-undo-cleanup' into 'mainline'
Merge branch 'link_preview' into 'mainline'
Merge branch 'wip/90-304-image-dnd-paste' into 'mainline'
Rename Config class and source file to match code style
Let Application.Command instances specify if they support redo
Util.Email.to_short_recipient_display: Consider all of to/cc/bcc
Make Geary.ComposedEmail implement Geary.EmailHeaderSet
Replace Geary.Account::send_email w/ Smtp.ClientService methods
Minimise DOM changes made by ComposerPageState::cleanContent JS
Move composer classes into their own namespace
Clean up the Composer API
Clean up Composer.Widget header management
Clean up how Composer.Widget's presentation mode is updated
Rework Composer.Widget close management
Minor Application.Controller shutdown cleanup
Add undo-send-delay application setting
Implement undo-on-send
Update composer draft lifecycle management
Make Application.Controller's composer command re-usable
Implement undoing discarded composers
Implement undoing saved composers
Don't prompt when closing in-main-window composers
Ensure saved drafts are reused when reusing Composer.Widget
Remove unused method
Clean up composer handling on application quit
Merge branch 'mjog/493-undo-send' into 'mainline'
Remove GearyApplication.instance global var
Rename GearyApplication class and source to match code style
Move MainWindow to Application package
Promote AccountContext to a top-level internal class
Drop Application.Controller access to internal
Add Application.Controller::account_available and unavailable
Move Application.MainWindow handling from Controller to Client
Clean up Application.Controller and MainWindow shutdown
Improve logging initialisation and startup
Rework how Application.Client manages application holds
Add support for opening additional main windows
Move global GTK CSS loading from main window to the app
Always update Application.MainWindow title
Show HeaderBar close buttons by default
Update appdata with recent new features
Add keyboard shortcut to help for new windows
Remove shortcuts from composer tooltips
Update archive, shortcuts and composer manual pages
Select account/folder/conversations in new windows
Open conversations in new window on activate
Improve UX when automating folder/conversation selection
Ensure the inbox of the first account is selected on app startup
Remove Application.Controller::display_main_window_if_ready
Merge branch 'mjog/mutiple-main-windows' into 'mainline'
Merge branch 'mjog/docs-update' into 'mainline'
Clean up Geary.Engine account API and implementation
Rework application engine convenience methods
Remove the Geary.Engine.instance singleton 🎉
Rework Geary.Engine lifecycle managment
Merge branch 'mjog/engine-api-cleanup' into 'mainline'
Fix race when Application.Contoller's constructor opens a window
Take copies of ConversationListView's selection for undo ops
Fix indentation of util-collection.vala
De-cruftify Geary.Collection utility functions
Fix valac criticals at build time
Remove unused method
Merge branch 'mjog/misc-fixes' into 'mainline'
Replace use of Gee.TreeSet in Util.Cache.Lru
Replace uses of Gee.TreeSet where used for sorting
Ensure Components.Validator::is-valid gets notify sigs emitted
Add manual Components.Validator::validator method
Manually pre-validate default name in Accounts.EditorAddPane
Merge branch 'mjog/636-add-account-name-validation' into 'mainline'
Fix criticals when activating search
Merge branch 'mjog/fix-search-not-realised' into 'mainline'
Convert prefs dialog to a HdyPreferencesWindow
Update MainWindow shortcuts to be keybinding signal based
Re-implement single key shortcuts as a preference
Update help with information about single key shortcuts
Update release notes with new features
Update online keyboard shortcuts help
Merge branch 'wip/fix-main-window-shortcuts' into 'mainline'
Update files for 3.35.2
Michael James Gratton (1):
iMerge branch 'wip/90-304-image-dnd-paste' into 'mainline'
Piotr Drąg (2):
Update Polish translation
Update POTFILES.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]