[geary/wip/410-mail-ru-redux] (162 commits) ...Merge branch 'mainline' into 'wip/410-mail-ru-redux'



Summary of changes:

  34b76f7... Update Polish translation (*)
  2d7f8f1... Only add a trailing comma when appending to the end of the  (*)
  b0fe301... .gitattributes: add syntax highlight for meson.build in Web (*)
  57b7c5d... Merge branch 'syntax-highlight-meson.build' into 'mainline' (*)
  f01e413... Merge branch 'autocomplete_commas' into 'mainline' (*)
  92fe3f8... Update Turkish translation (*)
  0ede918... Ensure running with --hidden doesn't open a window (*)
  7026e0d... Update Spanish translation (*)
  83f4365... manifest: Update libical version (*)
  42dfba9... Correct locking in create_controler (*)
  d710946... Merge branch 'mWork' into 'mainline' (*)
  2509c5c... Fix misspellings (*)
  4220309... Merge branch 'fix-misspellings' into 'mainline' (*)
  38fc410... Merge branch 'wip/426-hidden-broken' into 'mainline' (*)
  246bb3c... Cleanup to meet source code conventions (*)
  b4e3835... Merge branch 'controler_locking' into 'mainline' (*)
  3718856... Update Brazilian Portuguese translation (*)
  d56aa10... Fix valadoc issues (*)
  3fb74e6... Fix valac warning (*)
  275c585... Put International package under Util per naming convention. (*)
  adea461... Add some doc comments for Util.International functions (*)
  f27f2fb... Try harder to ensure a spell checker is enabled by default (*)
  1de61ca... Clean up SpellCheckPopover to avoid accessing config as muc (*)
  0eb9fdb... Merge branch 'wip/fix-warnings' into 'mainline' (*)
  10af58a... Merge branch 'wip/default-spellcheck-lang' into 'mainline' (*)
  4dd0838... Add Gspell to dependencies and the build (*)
  bb872b2... Add support for spell checking the subject line (*)
  304377c... Merge branch 'wip/spellcheck-subject' into 'mainline' (*)
  dc6788e... Update Polish translation (*)
  7c42c5d... add appstream-glib dependency (*)
  5a87cf5... Merge branch '439-appstream-glib' into 'mainline' (*)
  adcad49... Update Italian translation (*)
  0b734f7... Don't load all engine contacts on startup (*)
  2ff2d24... Clean up ContactFlag API (*)
  809f664... ContactStoreImpl unit tests (*)
  cb8150c... Remove existing contact harvesting mechanism (*)
  5ab35da... Clean up contact importance API (*)
  bc64cd9... Provide a way to access actual args for an expected mock ca (*)
  91caff4... Add support for uint args in expected calls in MockObject (*)
  96cbb83... Ensure Geary.Contact real names are distinct from their add (*)
  65ab379... Implement new contact harvester for the engine (*)
  03b5fce... Pass email to a contact harvester instance when persisting  (*)
  5e13dd0... Replace Db.PrepareDelegate with a subclass virtual function (*)
  66a664f... Clean up ImapDB.Account ctor/open API a bit (*)
  71cb7fc... Add Geary.ContactStore.search method, impementation and tes (*)
  3007ac5... Do prefix-only searching in ContactStoreImpl to impove resu (*)
  cc27bae... Convert composer email autocomplete to use search for match (*)
  7a14f54... Remove now unused ContactListStoreCache class (*)
  ef54509... Clean up context objects passed to ComposerWidget's constru (*)
  7c4d711... Decouple Application.Contact from Geary.Contact (*)
  f49f885... Add Application.ContactStore.search method (*)
  6db466e... Convert ContactEntryCompletion to use app contacts (*)
  dd9d066... Ensure Geary.ContactStoreImpl validates UTF-8 strings (*)
  5a0c105... Composer contact autocomplete tweaks (*)
  bdb206a... Updated Spanish translation (*)
  788a061... Ensure test drivers all have sane locales set (*)
  4e1aa32... Ensure Geary.ContactStoreImpl handles non english searches (*)
  3ffa7dc... Trivial code cleanup (*)
  0f4eda5... Make ImapDb.GC's ref to the database strong (*)
  56e0fb7... Make search update process optional when ImapDB.Account ope (*)
  bed4185... Keep meson test logs in GitLab CI for Fedora and Ubunut bui (*)
  7b124ab... Fix engine test failure under flatpak (*)
  86465bf... Merge branch 'wip/composer-folks' into 'mainline' (*)
  e2896f3... Move undo to in app notifications (*)
  6577183... Merge branch 'move_undo_to_in_app_notifications' into 'main (*)
  5ef57ed... Workaround lack of way to save contacts via Contacts right  (*)
  fd95400... Fix crash when opening a detached composer window (*)
  28b0304... Merge branch 'wip/alt-contact-save-action' into 'mainline' (*)
  6b465ba... Merge branch 'composer-window-crash' into 'mainline' (*)
  817c966... Updated Spanish translation (*)
  40e2262... Fix crash in composer opening mailto: links (*)
  783d7d7... Merge branch 'wip/composer-mailto-crash' into 'mainline' (*)
  6e137eb... Make RFC822.MailboxAddress.has_distinct_name is case-insens (*)
  b6d3ecc... Merge branch 'wip/email-spoofing-case' into 'mainline' (*)
  f7c8332... Add Geary.Loggable interface for objects that can log and b (*)
  0bb530d... Add Geary.Logging.Flags.ALL to specify a message should alw (*)
  de8c385... Convert key classes to implement Loggable (*)
  b0ca8c9... Switch to using GLib structured logging (*)
  ff3c4b0... Fix incorrect log field key being used for Loggable objects (*)
  337ea2e... Integrate Logging.Record into structured logging system (*)
  258537e... Pretty-print well known logging variables (*)
  95e856b... Ensure logging system is thread-safe (*)
  a0d2e73... Add Geary.Logging.clear method, call it on app shutdown (*)
  e338d5d... Stop printing elapsed time between logs, log absolute ms in (*)
  6e07d06... Use a reasonable sized buffer when formatting log messages (*)
  7e91b7a... Merge branch 'wip/structured-logging' into 'mainline' (*)
  ee80113... Update Polish translation (*)
  2841cb0... Break up Inspector's panes into seperate components for re- (*)
  6f65062... Convert ProblemReportDialog to use Inspector views (*)
  7d1b8c5... Ensure Inspector overwrites existing files on save (*)
  c2ca695... Ensure problem report logs are filtered by accout, if any (*)
  b91bf81... Convert MainWindow to use MainWindowInfoBars for status pro (*)
  2537126... Update MainWindowInfoBars UI (*)
  4df0bb7... Capture log records in Geary.ProblemReport (*)
  6456e94... Fix Inspector tooltip typo (*)
  eb58628... Use text label for problem dialog Save As button (*)
  ab27f3f... Update problem report dialog error details text (*)
  4d215ba... Improve formatting of Inspector/problem report data for Git (*)
  936c4aa... Merge branch 'wip/problem-report-logs' into 'mainline' (*)
  bed1bad... Fix "'test example com' <test example com>" marked as spoof (*)
  f22d430... Merge branch 'wip/491-email-spoofing-case' into 'mainline' (*)
  5e84fce... Update POTFILES.in (*)
  824116d... Update British English translation (*)
  d35f9b4... Update Polish translation (*)
  ca85c98... Allow replying/forwarding with another account. (*)
  d99caa5... Merge branch 'reply_with_another_account' into 'mainline' (*)
  66fb961... ClientWebView: Don't update preferred height on height chan (*)
  c27d250... ClientWebView: Use HTML element's height to determine prefe (*)
  119846c... Merge branch 'wip/message-body-hight' into 'mainline' (*)
  9c8723a... Fix folders removed from the server never being removed (*)
  ffb3b8f... Merge branch 'wip/366-remove-folders' into 'mainline' (*)
  f07c84a... Fix GMime custom binding abstract ctors (*)
  e3e2c56... Merge branch 'wip/fix-gmime-abstract-ctors' into 'mainline' (*)
  8b652df... Ensure searching for Folks contacts by email is an exact ma (*)
  ca6d5fd... Fix handling GTK button-layout settings that are missing a  (*)
  09bc7bd... Merge branch 'wip/430-custom-window-buttons' into 'mainline (*)
  a4044f1... Merge branch 'wip/499-wrong-folks-contact' into 'mainline' (*)
  b6ec51b... Don't consider substrings when checking distinct mailbox na (*)
  c67b60f... Add API docs to Geary.RFC822.MailboxAddress to clarify esca (*)
  6af8400... Fix another GMime custom binding abstract ctors (*)
  6a889fc... Merge branch 'wip/491-email-spoofing-case' into 'mainline' (*)
  88efd14... Merge branch 'wip/fix-gmime-abstract-ctors' into 'mainline' (*)
  6a871c2... Remove Geary.RFC822.Part.get_effective_content_type (*)
  faf84db... Actually ensure the engine PartTest suite is run (*)
  2cb0a83... Don't munge Base64 encoded text parts when saving to disk (*)
  b955bc4... Hardcode PartTest's source encoding since it shouldn't chan (*)
  303fc9f... Update PreviewText.with_header to use convenience APIs (*)
  0697632... Update Buffer UTF-8 conversion APIs (*)
  8d6bffb... Consider US-ASCII to be UTF-8 for encoding conversion purpo (*)
  f608897... Update Brazilian Portuguese translation (*)
  7cc3e66... Make adding MIME parts to a new RFC822 message async (*)
  3dc5476... Reduce blocking the main thread when sending email (*)
  d93ab35... Don't bother checking for best encoding for non-text parts (*)
  536120a... Minor code tidy-up (*)
  58afbc0... Fixb build warning (*)
  cfd1a61... Merge branch 'wip/362-utf8-attachments' into 'mainline' (*)
  f14b16f... Move WebKitUtil namespace to Util.WebKit (*)
  907d5b3... Update Turkish translation (*)
  4bc26c1... Update Turkish translation (*)
  6f1834d... Port JavaScript code from JS to JSC APIs (*)
  da6ac82... Move Geary.JS package into client as Util.JS (*)
  df8a96c... Clean up meson dependency lists (*)
  83309d2... Fix valadoc warning (*)
  7e9787f... Merge branch 'wip/jsc-migration' into 'mainline' (*)
  2a0de1c... Remove Util.Webkit namespace and functions (*)
  40d5e56... Merge branch 'wip/jsc-migration' into 'mainline' (*)
  f5cd063... Don't use notification action under Unity (*)
  cffe491... Merge branch 'unity-notification' into 'mainline' (*)
  d76e81c... Ensure zoom keyboard shortcuts match the HIG (*)
  4d76725... Ensure all shortcuts have a <Ctrl> version (*)
  0fa5ac7... Update keyboard shortcut overlay (*)
  ab0e9d3... Add Y as a single-key shortcut for GMail compat (*)
  c25415e... Make J/K work globally, add Ctrl+] and Ctrl+[ as aliases (*)
  658ba57... Remove unwanted debug print statement (*)
  074c3e3... Merge branch 'wip/update-shortcuts' into 'mainline' (*)
  454bcef... Update Turkish translation (*)
  2b01abe... Updated Spanish translation (*)
  341111a... Update Polish translation (*)
  07f2132... Fix nightly flatpak gspell build error (*)
  13514ba... Fix nightly flatpak EDS build error (*)
  05a7cf5... Merge branch 'wip/flatpak-3-34-mainline-build-fixes' into ' (*)
  5d846ba... Merge branch 'mainline' into 'wip/410-mail-ru-redux'

(*) This commit already existed in another branch; no separate mail sent


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