[geary] Created tag geary-3.33.90



The unsigned tag 'geary-3.33.90' was created.

Tagger: Michael James Gratton <mike vee net>
Date: 1567124563 +1000

    Tag for 3.33.90

Changes since the last tag 'geary-3.33.1':

Alex Henrie (1):
      Only add a trailing comma when appending to the end of the address list

Bruce Cowan (1):
      Update British English translation

Christopher Davis (1):
      build: Set up dual install for flatpak

Daniel Mustieles (4):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Update Spanish translation

Daniel Șerbănescu (1):
      Update Romanian translation

Emin Tufan Çetin (5):
      Update Turkish translation
      Update Turkish translation
      Update Turkish translation
      Update Turkish translation
      Update Turkish translation

Enrico Nicoletto (1):
      Update Brazilian Portuguese translation

Federico Bruni (4):
      add appstream-glib dependency
      Update Italian translation
      Update Italian translation
      Update Italian translation

Jiri Grönroos (1):
      Update Finnish translation

Jiří Černý (2):
      Correct locking in create_controler
      Cleanup to meet source code conventions

Joe Barnett (1):
      Fix 100% CPU usage on mismatch utf escapes in rfc822 string

Jon Banafato (1):
      Fix crash when opening a detached composer window

Jordi Mas (2):
      Update Catalan translation
      Update Catalan translation

Khurshid Alam (1):
      Don't use notification action under Unity

Konstantin Kharlamov (1):
      .gitattributes: add syntax highlight for meson.build in Web UI

Mario Ravalli (1):
      manifest: Update libical version

Mete Can Eris (2):
      Move undo to in app notifications
      Allow replying/forwarding with another account.

Michael Gratton (253):
      Use GNOME odd/even version numbering to detect if running -dev
      Bump version for 3.33.1
      Merge branch 'syntax-highlight-meson.build' into 'mainline'
      Update IMAP error handling a bit for consistency
      Update workaround for mail.ru and others to work again
      Merge branch 'autocomplete_commas' into 'mainline'
      Ensure running with --hidden doesn't open a window
      Merge branch 'mWork' into 'mainline'
      Merge branch 'fix-misspellings' into 'mainline'
      Merge branch 'wip/426-hidden-broken' into 'mainline'
      Merge branch 'controler_locking' into 'mainline'
      Fix valadoc issues
      Fix valac warning
      Put International package under Util per naming convention.
      Add some doc comments for Util.International functions
      Try harder to ensure a spell checker is enabled by default
      Clean up SpellCheckPopover to avoid accessing config as much
      Merge branch 'wip/fix-warnings' into 'mainline'
      Merge branch 'wip/default-spellcheck-lang' into 'mainline'
      Add Gspell to dependencies and the build
      Add support for spell checking the subject line
      Merge branch 'wip/spellcheck-subject' into 'mainline'
      Merge branch '439-appstream-glib' into 'mainline'
      Don't load all engine contacts on startup
      Clean up ContactFlag API
      ContactStoreImpl unit tests
      Remove existing contact harvesting mechanism
      Clean up contact importance API
      Provide a way to access actual args for an expected mock call
      Add support for uint args in expected calls in MockObject
      Ensure Geary.Contact real names are distinct from their address
      Implement new contact harvester for the engine
      Pass email to a contact harvester instance when persisting it
      Replace Db.PrepareDelegate with a subclass virtual function hook
      Clean up ImapDB.Account ctor/open API a bit
      Add Geary.ContactStore.search method, impementation and tests
      Do prefix-only searching in ContactStoreImpl to impove results
      Convert composer email autocomplete to use search for matching
      Remove now unused ContactListStoreCache class
      Clean up context objects passed to ComposerWidget's constructor
      Decouple Application.Contact from Geary.Contact
      Add Application.ContactStore.search method
      Convert ContactEntryCompletion to use app contacts
      Ensure Geary.ContactStoreImpl validates UTF-8 strings
      Composer contact autocomplete tweaks
      Ensure test drivers all have sane locales set
      Ensure Geary.ContactStoreImpl handles non english searches
      Trivial code cleanup
      Make ImapDb.GC's ref to the database strong
      Make search update process optional when ImapDB.Account opened
      Keep meson test logs in GitLab CI for Fedora and Ubunut builds
      Fix engine test failure under flatpak
      Merge branch 'wip/composer-folks' into 'mainline'
      Merge branch 'move_undo_to_in_app_notifications' into 'mainline'
      Workaround lack of way to save contacts via Contacts right now
      Merge branch 'wip/alt-contact-save-action' into 'mainline'
      Merge branch 'composer-window-crash' into 'mainline'
      Fix crash in composer opening mailto: links
      Merge branch 'wip/composer-mailto-crash' into 'mainline'
      Make RFC822.MailboxAddress.has_distinct_name is case-insensitive
      Merge branch 'wip/email-spoofing-case' into 'mainline'
      Add Geary.Loggable interface for objects that can log and be logged
      Add Geary.Logging.Flags.ALL to specify a message should always be logged
      Convert key classes to implement Loggable
      Switch to using GLib structured logging
      Fix incorrect log field key being used for Loggable objects
      Integrate Logging.Record into structured logging system
      Pretty-print well known logging variables
      Ensure logging system is thread-safe
      Add Geary.Logging.clear method, call it on app shutdown
      Stop printing elapsed time between logs, log absolute ms instead
      Use a reasonable sized buffer when formatting log messages
      Merge branch 'wip/structured-logging' into 'mainline'
      Break up Inspector's panes into seperate components for re-use
      Convert ProblemReportDialog to use Inspector views
      Ensure Inspector overwrites existing files on save
      Ensure problem report logs are filtered by accout, if any
      Convert MainWindow to use MainWindowInfoBars for status problems
      Update MainWindowInfoBars UI
      Capture log records in Geary.ProblemReport
      Fix Inspector tooltip typo
      Use text label for problem dialog Save As button
      Update problem report dialog error details text
      Improve formatting of Inspector/problem report data for GitLab
      Merge branch 'wip/problem-report-logs' into 'mainline'
      Fix "'test example com' <test example com>" marked as spoofed
      Merge branch 'wip/491-email-spoofing-case' into 'mainline'
      Merge branch 'reply_with_another_account' into 'mainline'
      ClientWebView: Don't update preferred height on height change
      ClientWebView: Use HTML element's height to determine preferred
      Merge branch 'wip/message-body-hight' into 'mainline'
      Fix folders removed from the server never being removed
      Merge branch 'wip/366-remove-folders' into 'mainline'
      Fix GMime custom binding abstract ctors
      Merge branch 'wip/fix-gmime-abstract-ctors' into 'mainline'
      Ensure searching for Folks contacts by email is an exact match
      Fix handling GTK button-layout settings that are missing a ':'
      Merge branch 'wip/430-custom-window-buttons' into 'mainline'
      Merge branch 'wip/499-wrong-folks-contact' into 'mainline'
      Don't consider substrings when checking distinct mailbox names
      Add API docs to Geary.RFC822.MailboxAddress to clarify escaping
      Fix another GMime custom binding abstract ctors
      Merge branch 'wip/491-email-spoofing-case' into 'mainline'
      Merge branch 'wip/fix-gmime-abstract-ctors' into 'mainline'
      Remove Geary.RFC822.Part.get_effective_content_type
      Actually ensure the engine PartTest suite is run
      Don't munge Base64 encoded text parts when saving to disk
      Hardcode PartTest's source encoding since it shouldn't change
      Update PreviewText.with_header to use convenience APIs
      Update Buffer UTF-8 conversion APIs
      Consider US-ASCII to be UTF-8 for encoding conversion purposes
      Make adding MIME parts to a new RFC822 message async
      Reduce blocking the main thread when sending email
      Don't bother checking for best encoding for non-text parts
      Minor code tidy-up
      Fixb build warning
      Merge branch 'wip/362-utf8-attachments' into 'mainline'
      Move WebKitUtil namespace to Util.WebKit
      Port JavaScript code from JS to JSC APIs
      Move Geary.JS package into client as Util.JS
      Clean up meson dependency lists
      Fix valadoc warning
      Merge branch 'wip/jsc-migration' into 'mainline'
      Remove Util.Webkit namespace and functions
      Merge branch 'wip/jsc-migration' into 'mainline'
      Merge branch 'unity-notification' into 'mainline'
      Ensure zoom keyboard shortcuts match the HIG
      Ensure all shortcuts have a <Ctrl> version
      Update keyboard shortcut overlay
      Add Y as a single-key shortcut for GMail compat
      Make J/K work globally, add Ctrl+] and Ctrl+[ as aliases
      Remove unwanted debug print statement
      Merge branch 'wip/update-shortcuts' into 'mainline'
      Fix nightly flatpak gspell build error
      Fix nightly flatpak EDS build error
      Merge branch 'wip/flatpak-3-34-mainline-build-fixes' into 'mainline'
      Merge branch 'mainline' into 'wip/410-mail-ru-redux'
      Merge branch 'wip/410-mail-ru-redux' into 'mainline'
      Tidy up Shift Key handling in the Controller and MainWindow
      Update ConversationList's context menu
      Fix shift-to-delete stuck on ConversationList context menu
      Update other trash/delete menu items for consistency
      Merge branch 'wip/279-convo-list-context-labels' into 'mainline'
      Fix valadoc error
      Add some minor unit tests
      Remove Db.Statement.raw private field
      Add Db.Statement.get_expanded_sql
      Allow saving drafts when closing composer due to view change
      Restore and show reply-to and bcc headers if present in draft
      Don't reopen drafts that are already open in a composer
      Rework how managing composers works when switching conversations
      Clean up async parts of loading the composer
      Infer draft status from composer's draft_id property
      Fix double-clicking on a draft in the conversation list
      Don't clobber in-window composers on conversation count change
      Fix composers that open detached having a visible detach button
      Hide composer save button if an error occurs opening draft mgr
      Merge branch 'wip/draft-management' into 'mainline'
      Merge branch 'wip/misc-cleanup' into 'mainline'
      Brown-paper-bag fix for wrong folks individual being used
      Merge branch 'rfc822-cpu-bug' into 'mainline'
      Merge branch 'wip/350-folks-fuzzy-match-workaround-brown-paper-bag' into 'mainline'
      Fix replay queue not letting remote ops execute when closing
      Make Imap.CientSession::enable_idle non-async
      Minor code cleanup
      Rework how Imap.Command handles being cancelled
      Use brief Imap.Command string representations in debug logs
      Fix tuncated formatting of extended Geary.Logging calls
      Fix missing structured fields in extended Geary.Logging calls
      Merge branch 'wip/logging-output-fixes' into 'mainline'
      Add replay queue notification flush and checkpoint methods
      Fix error emptying trash/junk folders
      Merge branch 'wip/replay-queue-wedging' into 'mainline'
      Merge branch 'wip/empty-folder-errors' into 'mainline'
      Fix wrong service being reported for account sync problems
      Fix IDLE command not being cancelled if it has not yet been sent
      Disable Fedora CI build due to rawhide packing bug
      Merge branch 'wip/workaround-fedora-folks-ci-ftb' into 'mainline'
      Merge branch 'wip/ricotz/criticals' into 'mainline'
      Fix crash when changing composer From address
      Merge branch 'wip/538-crash-changing-from' into 'mainline'
      Composer: Only enable send if CC/BCC/Reply-To are empty or valid
      Add Contributor Covenant Code of Conduct, re-sync READMEs
      Merge branch 'wip/537-send-on-invalid-cc' into 'mainline'
      Merge branch 'wip/coc' into 'mainline'
      Make ConversationMonitor's Fill op use local-only initially
      Explicitly flag when ConversationMonitor Fill op is done
      Fix conflicting keyboard shortcuts and update overlay
      Merge branch 'wip/shortcut-conflicts' into 'mainline'
      Make ImapDb.SearchQuery prepare terms at construction time
      Mark Geary.Account.open_search as async and throwing an error
      Remove unused code
      Use a single RO transaction when removing matches from a search
      Execute ConversationMonitor ops in batches to avoid UI stalling
      Append unknown conversations since it may be re-constituted
      Only insert email into the conversation monitor when needed
      Bump ConversationMonitor op batch size right up
      Use a list when producing search results to preserve ordering
      Fix search including results from spam, trash and drafts
      Minor source code formatting improvements
      Merge branch 'wip/search-fixes' into 'mainline'
      Make unread/read shortcut help text same for Ctrl & single keys
      Fix a deadlock resulting in no UI being shown on first run
      Update ImapDb.Account hack to remove duplicate inboxes
      Merge branch 'wip/fix-first-run-deadlock' into 'mainline'
      Merge branch 'wip/update-duplicate-inbox-hack' into 'mainline'
      Fix Geary.Logging.Flag serialisation
      Make App.ReseedOperation alway check the window for re-filling
      Ensure the prefetcher considers all local email
      Allow sending NOOP commands from Imap.FolderSession
      Make remote folder synchronisation a top-level API method
      Schedule folders for background sync even when open
      Ensure folder is refreshed ASAP after creating a new message
      Handle Smtp.ClientService null condition better
      Handle headers having null date in ConversationMessage
      Clean up ImapEngine.CreateEmail replay op source code
      Ensure new sent mail is found for services that auto-save
      Fix missing outbox messages body preview in ConversationViewer
      MinimalFolder::synchronise_remote: Handle sessions gone bad
      Smtp.ClientService: Explcitly poll when waiting for sent mail
      App.ConversationMonitor: Don't force load ops to be local-only
      Merge branch 'wip/infinte-filling-redux' into 'mainline'
      Remove some duplicate debug logging
      Handle Imap.Deserialiser EOS better
      Ensure bad IMAP response are treated as other errors
      Rename the BROKEN FSM state to CLOSED
      Rename UNCONNECTED FSM and protocol state to NOT_CONNECTED
      Fix build warning
      Fix variable name speeling error
      Enable valadoc and refcounting in dev build by default
      Ensure background sync ops are cancelled if the folder closes
      Ensure EmailPrefetecher doesn't ignore mail found on folder open
      Ensure EmailPrefetcher's cancellable actually gets cancelled
      Clean up EmailPrefetcher's class API docs a bit
      Merge branch 'wip/minor-cleanup' into 'mainline'
      Merge branch 'wip/prefetcher-missing-mail' into 'mainline'
      Merge branch 'wip/131-sent-mail' into 'mainline'
      Merge branch 'wip/imap-disconnects-ignored' into 'mainline'
      Merge branch 'wip/christopherdavis/dual-install' into 'mainline'
      Chase recent source changes in POTFILES.in
      Drop meson version req to remain buildable on Ubuntu 19.04
      Ensure client displays the revno where approrpiate
      Add beta build profile
      Close Flatpak settings hole
      Close Flatpak notifications hole
      Clean up Imap.LiteralCommand API
      Convert Imap.Serialiser.push_literal_data to take generic param
      Write literal data in chunks when sending to server
      Merge branch 'wip/restore-revno' into 'mainline'
      Merge branch 'wip/beta-profile' into 'mainline'
      Merge branch 'wip/close-flatpak-holes' into 'mainline'
      Merge branch 'wip/543-append-failure' into 'mainline'
      Update files for 3.33.90

Piotr Drąg (8):
      Update Polish translation
      Update Polish translation
      Update Polish translation
      Update POTFILES.in
      Update Polish translation
      Update Polish translation
      Update Polish translation
      Update Polish translation

Rafael Fontenelle (3):
      Fix misspellings
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation

Rico Tzschichholz (1):
      Add missing generic arguments in engine tests to fix valac criticals

Rodrigo Lledó (1):
      Update Spanish translation


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]