[geary] (180 commits) Non-fast-forward update to branch wip/714104-refine-account-dialog



The branch 'wip/714104-refine-account-dialog' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  df791fb... Add initial replacement accounts editor dialog.
  2d6978f... Add initial replacement account editor pane.
  73268be... Add initial replacement account removal pane.
  5359db1... Add initial replacement account server details pane.
  9f45bec... Add a user command abstraction and manager for handling und
  972a0ae... Push WebView editing machinery from the composer to the cli
  cd3ca95... Implement editing for the account editor pane.
  7057753... Introduce some common interfaces for account editor panes.
  3f0e6a2... Allow checking for and removing ConfigFile keys and groups.
  a4dac66... Add priority arg to Geary.Files.recursive_delete_async().
  9efe0b6... Fix not being able to re-add account previously removed fro
  a391d20... Implement undo-able account removal.
  21a75f7... Tidy up Geary.AccountInformation creation.
  3d8bdcf... Move AccountManager and related objects into Accounts packa
  308abba... Introduce a validator class for checking values entered int
  8e463df... Rework the Engine's account validation process.
  233deb2... Make Geary.Protocol consistent with new-style enum methods.
  0384cd5... Add initial replacement account creation pane.
  2a5dc36... Make ServiceProvier enuum use "value" (de)seriaisation styl
  52f1b1c... Remove old source from po/POTFILES.in
  d942aba... Modernise how Endpoints are constructed, used and managed.
  72b737c... Add general impls for converting enum values to nicks and b
  9046900... Update IMAP and SMTP port constant names.
  9ed6572... Fix hostname validator not dealing with whitespace, port no
  d9c0ba1... Split out account editor TLS combo into a stand-alone class
  615b231... Implement decent keyboard nav for AccountsEditor and editor
  63722be... Get basic new account verification working.
  2616f8b... Ensure GOA host names containing ports are handled properly
  5a98bfd... Ensure new accounts can be created by hitting Enter.
  53e97f9... Update account nickname in AccountsEditorListPane when it c
  9346fbe... Improve handling of GOA accounts in the account editor
  19c7d75... Make sure account listbox is shrinkwapped when only one is 
  91d1dc8... Enable reusing account editor SMTP auth source combobox
  e7d97b9... Add ServiceInfo conveience properties for TLS and SMTP auth
  a41f664... Fix crash editing account name
  5735f10... Update UI for accounts editor servers pane

Commits added to the branch:

  4e85b51... Update Turkish translation (*)
  74a6802... Make generic "Paste" action paste with formatting if possib (*)
  ae6aed8... Fix rich text being pasted by Ctrl+V in plain text embedded (*)
  ceea747... Merge branch 'paste-shortcuts' into 'master' (*)
  0b57e5b... Merge branch 'wip/730495-fix-inline-plain-text-paste' into  (*)
  8cb6ad4... Fix segfault when closing a MinimalFolder that us already c (*)
  7ab6f71... Fix context of "Paste Without Formatting" (*)
  b2cb097... IMAP flags should always be atoms, so should never be quote (*)
  0659418... Merge branch 'wip/40-backslash-in-folder-name' into 'master (*)
  f3e8b26... Fix MS mailers munging plain-text signatures in HTML body p (*)
  70db35d... Fix dialogs not having keyboard focus when first shown. (*)
  a682e17... Merge branch 'paste-shortcuts' into 'master' (*)
  183a9f3... Don't quote an RFC 822 mailbox local part if it has a '.' i (*)
  4860d84... Merge branch 'wip/fix-return-path-dot-quoting' into 'master (*)
  1f6f223... Merge branch 'wip/43-dialogs-not-focused' into 'master' (*)
  69dfc09... Remove errant print() call added by commit 06594188. (*)
  87b7e4d... Fix segfault when closing an account that's not open. (*)
  96faa6f... Update Polish translation (*)
  c43d86f... Add contribution guide (*)
  8dc2222... Add a missing cancellable to an engine call in the Conversa (*)
  19a1202... Fix a crash when adding an attachment from a virtual folder (*)
  d2ef122... Fix a crash when getting an unsolicited FETCH without any f (*)
  66c41fb... Fix a crash on exit when a search folder is open. (*)
  9ba9417... Remove "%LATEST_RECORD_VERSION" from GnuTLS priority string (*)
  f991fa5... Enable users to attempt to recover from a scan error. (*)
  a8fdf3a... Update German translation (*)
  85921df... Update German translation (*)
  c8719a5... Fix mallard validation errors in manual pages. (*)
  f799274... Fix scan error when loading a message with an invalid Date  (*)
  cf6b8cc... Fix brown-paper-bag build failure. (*)
  ca0ab11... Update Finnish translation (*)
  71617bf... Update Brazilian Portuguese translation (*)
  beec7ff... build: obtain iso-codes prefix from pkg-config (*)
  ea77494... Merge branch 'iso-codes' into 'master' (*)
  f4825d7... Update Turkish translation (*)
  6c8bc2c... Implement single-message deletion for messages in the curre (*)
  77ce298... Merge branch 'single-message-delete' into 'master' (*)
  4ccf463... Fix a crash when merging email email in DB. (*)
  ce9868d... Fix a crash when detaching composer without focus. (*)
  b9af50c... Add translation comments to conversation email menu (*)
  9426546... Update German translation (*)
  99997f9... Update Kazakh translation (*)
  3305e25... Update Polish translation (*)
  ce0ad41... Update Indonesian translation (*)
  88e44d0... Update Turkish translation (*)
  b08eb3e... Update copyright year in About dialog (*)
  8cf7bf9... Update Indonesian translation (*)
  d99e16e... Update German translation (*)
  e11bdc8... Rename `ListParameter.append` to `extend` and make it work  (*)
  51b44f0... Remove ListParameter.parent property so lists can have mult (*)
  0d64fda... Change starttls command to uppercase to support ProtonMail  (*)
  8988a57... Add Geary.Nonblocking.Queue.is_empty. (*)
  1de86f3... Replace Imap.Parameter.serialize tag arg with a cancellable (*)
  ab9d0c2... Make Imap.Command a top-level type rather than inherit from (*)
  b74190e... Don't send commands while another has an active command con (*)
  f8e4c2a... Remove AUTHENTICATE-specific parameter and IMAP session cod (*)
  c24cba0... Fix console app after recent ClientConnection API changes. (*)
  a5228ed... Ensure IDLE is not sent after is it is disabled for a conne (*)
  4890a0e... Add per-command response timeout so we get them for each in (*)
  78dac45... Avoid buffering when Imap.Serializer writes quoted strings. (*)
  aea90fd... Doc comment and copyright updates. (*)
  92f8e86... Cancel any sent IMAP commands when closing server connectio (*)
  74323d2... Ensure IDLE command and DONE are both subject to a timeout. (*)
  1bdfacc... Split Command.serialize up into two phases to get IDLE logg (*)
  43ba38b... Add unit test for IMAP FETCH command constructor. (*)
  093fc93... Modernise in-tree debian packaging (*)
  daa0704... Update Turkish translation (*)
  d5034f3... Update Turkish translation (*)
  33fc63f... Update Polish translation (*)
  01e553e... Update Brazilian Portuguese translation (*)
  02df432... Updated Czech translation (*)
  efe0232... Update Turkish translation (*)
  72cfef5... Further refine workaround for SKC key press handing (*)
  8387271... Remove pointless null-check (*)
  3ea103e... Only rebuild copy/move toolbars when switching accounts (*)
  9076011... Merge branch 'wip/77-skc-in-composer' into 'master' (*)
  adf2116... Merge branch 'faster-folder-switching' into 'master' (*)
  f3ad1fe... Merge branch 'wip/29-ms-breaks-plain-sigs' into 'master' (*)
  8b3d9d9... Update error handling when checking for network connectivit (*)
  cfc05a1... Merge branch 'wip/98-connectivity-can-reach-debus-error' in (*)
  9480997... Fix account branch in folder tree not being expanded by def (*)
  7635480... Update Swedish translation (*)
  b631281... Updated Czech help translation (*)
  2b2c587... Print common headers when printing messages (*)
  ad98490... Merge branch 'print-headers' into 'master' (*)
  00e7834... Revert "Merge branch 'print-headers' into 'master'" (*)
  4095c53... Merge branch 'revert-ad984903' into 'master' (*)
  3e461e7... Don't include empty root folder path segment constructing a (*)
  b4749cc... Simplify the process of creating new local folders somewhat (*)
  00e1a92... Update Russian translation (*)
  1d0f0de... Make some exception messages more obvious when seen out of  (*)
  4989cc7... Ensure folders are removed from local account's cache when  (*)
  c39b1e5... Improving handling when opening folders that do not exist o (*)
  7449e10... Correctly handle creating special folders when they do not  (*)
  6df979d... Add support for creating/deleting folders to the console ap (*)
  c1bc3ee... Merge branch 'wip/795595-fix-special-folder-creation' into  (*)
  698f61e... Print common headers when printing messages (*)
  7094de0... remove deprecated 'languages' parameter of gnome.yelp() (*)
  af91204... Merge branch 'meson-linguas' into 'master' (*)
  70d56b1... Merge branch 'print-headers' into 'master' (*)
  8b7e0ef... Update print cc and bcc header label names to match others (*)
  7ef6c84... Updated Czech translation (*)
  1232c1f... Update Indonesian translation (*)
  916aaf0... Update Brazilian Portuguese translation (*)
  3afef2c... Fix debian package installation after adding libjson-glib d (*)
  a82c478... Break out AvatarStore to a top-level class so it can be re- (*)
  46ffd42... Make avatar loading URL configurable via a GSetting (*)
  ea9aebd... Fix extracting Description key from contractor file for tra (*)
  50c99dd... Merge branch 'wip/774603-configurable-gravatar-uri' into 'm (*)
  d3cbeda... Add a comment about why we're calling msgfmt manually (*)
  47debb6... Merge branch 'wip/piotrdrag/fix-contract-description' into  (*)
  74b3a50... Update Polish translation (*)
  14bb816... Take zoom level into account when determining preferred hei (*)
  b7f868f... Merge branch 'zoom-preferred-height' into 'master' (*)
  36674e4... Updated Czech translation (*)
  b107cd2... Adjust conversation height dynamically when zooming (*)
  07c4133... Check for ClientWebView preferred height changing in a few  (*)
  1e3fbdc... Use doc element's scrollHeight as ClientWebView's preferred (*)
  3239eb0... Merge branch 'wip/778025-conversation-height' into 'master' (*)
  52a0b6b... Update Brazilian Portuguese translation (*)
  c1ed9b1... Flatpak: Add enchant as a module (*)
  d6cb0b8... Added Slovenian translation (*)
  6176cfb... Fix build with stricter async parameter checks of valac (*)
  2166405... Update Turkish translation (*)
  45a6308... Merge branch 'alatiera/flatpak-enchant' into 'master' (*)
  b917b1b... Merge branch 'wip/ricotz/vala' into 'master' (*)
  c2a7192... Downgrade sidebar warning message to debug to ease debuggin (*)
  664950b... Cleanup attachment save handling (*)
  0f09659... Merge branch 'wip/cleanup-attachment-save-handling' into 'm (*)
  9ccf513... Updated Danish translation (*)
  5b77b1c... Updated Slovenian translation (*)
  a2b2d20... Update Polish translation (*)
  3b87bc9... Updated Spanish translation (*)
  05fece0... Update Slovak translation (*)
  ea251c4... Updated Czech translation (*)
  d2d0fc7... Updated Danish translation (*)
  a2d437e... Add initial replacement accounts editor dialog.
  848fa63... Add initial replacement account editor pane.
  2840735... Add initial replacement account removal pane.
  a6ed03c... Add initial replacement account server details pane.
  01b58c7... Add a user command abstraction and manager for handling und
  966d294... Push WebView editing machinery from the composer to the cli
  bbedb24... Implement editing for the account editor pane.
  c2c605a... Introduce some common interfaces for account editor panes.
  9957666... Allow checking for and removing ConfigFile keys and groups.
  c2002aa... Add priority arg to Geary.Files.recursive_delete_async().
  948de1f... Fix not being able to re-add account previously removed fro
  78c3ef0... Implement undo-able account removal.
  9a28fe0... Tidy up Geary.AccountInformation creation.
  a6ee2f0... Move AccountManager and related objects into Accounts packa
  4e6a733... Introduce a validator class for checking values entered int
  c26a9dd... Rework the Engine's account validation process.
  68ddb6c... Make Geary.Protocol consistent with new-style enum methods.
  fb15b1c... Add initial replacement account creation pane.
  854c0fe... Make ServiceProvier enuum use "value" (de)seriaisation styl
  2ff4a6a... Remove old source from po/POTFILES.in
  5b7f8a3... Modernise how Endpoints are constructed, used and managed.
  da5b522... Add general impls for converting enum values to nicks and b
  8478111... Update IMAP and SMTP port constant names.
  4f8457f... Fix hostname validator not dealing with whitespace, port no
  71c8942... Split out account editor TLS combo into a stand-alone class
  17689c5... Implement decent keyboard nav for AccountsEditor and editor
  c54aac9... Get basic new account verification working.
  d840667... Ensure new accounts can be created by hitting Enter.
  ae8c5e0... Update account nickname in AccountsEditorListPane when it c
  8e583ff... Improve handling of GOA accounts in the account editor
  010a441... Make sure account listbox is shrinkwapped when only one is 
  89aca2b... Enable reusing account editor SMTP auth source combobox
  2969999... Add ServiceInfo conveience properties for TLS and SMTP auth
  bb8cbca... Fix crash editing account name
  011b48f... Update UI for accounts editor servers pane
  61be50e... Move IMAP & SMTP default port consts up into public API
  6960017... Add some doc comments for EngineError types
  35428d1... Show GOA panel when user selects disabled GOA account in ac
  37996e4... Explicitly pass service info to Engine validation methods
  4004f83... Move endpoints from account config to implementation object
  2e45692... Implement ClientService for IMAP (2/3)
  0a8fda5... Implement ClientService for SMTP (3/3)
  47e06c7... Tidy up Account and derived class's constructors
  e01d882... Move SmtpOutbox impl out of ImapDB, rename to just Outbox

(*) 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]