[geary] (69 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:

  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

Commits added to the branch:

  8d1b5b5... Add Geary.Account.is_online property (*)
  69ac6eb... Remove Geary.Folder.wait_for_remote_async() (*)
  7b4f30c... Tidy up ReplayOperation API (*)
  ecda651... Don't actually execue remote ReplayQueue.CloseReplayQueue o (*)
  ab66ef9... Ensure IMAP client session is released on error claiming fo (*)
  a6e0fe9... Add a nonblocking queue peek() method (*)
  e470cd7... Ensure account sync waits for remote to open before procedi (*)
  2802303... Ensure the IMAP pool is stopped on connection error (*)
  3487a29... Cancel any pending commands when ImapClientConnection disco (*)
  790bd8f... Update Indonesian translation (*)
  2573456... Merge branch 'wip/improve-claiming-folder-session' into 'ma (*)
  de07216... Update Brazilian Portuguese translation (*)
  1df78da... Update Turkish translation (*)
  088cb2c... Actually use error variable to check for IOError.CANCELLED (*)
  eccb432... Merge branch 'wip/ricotz/error-check' into 'master' (*)
  1d15de1... Fix message body webview sometimes not stopping getting tal (*)
  1dd36d8... Fix occasional "geary-engine.h: No such file or directory"  (*)
  053868e... Merge branch 'wip/engine-header-missing-build-failure' into (*)
  05be1c1... Add initial replacement accounts editor dialog.
  2f0a7b9... Add initial replacement account editor pane.
  b289170... Add initial replacement account removal pane.
  6880406... Add initial replacement account server details pane.
  6e1ff62... Add a user command abstraction and manager for handling und
  f7ad510... Push WebView editing machinery from the composer to the cli
  d9b94c1... Implement editing for the account editor pane.
  f754d3d... Introduce some common interfaces for account editor panes.
  d24720d... Allow checking for and removing ConfigFile keys and groups.
  fa3b8fa... Add priority arg to Geary.Files.recursive_delete_async().
  f79f5ee... Fix not being able to re-add account previously removed fro
  9c8990d... Implement undo-able account removal.
  74fa29b... Tidy up Geary.AccountInformation creation.
  5305c27... Move AccountManager and related objects into Accounts packa
  b86f817... Introduce a validator class for checking values entered int
  49781e6... Rework the Engine's account validation process.
  174da18... Make Geary.Protocol consistent with new-style enum methods.
  b8213b5... Add initial replacement account creation pane.
  9030b8c... Make ServiceProvier enuum use "value" (de)seriaisation styl
  457eee2... Remove old source from po/POTFILES.in
  1f00e67... Modernise how Endpoints are constructed, used and managed.
  9884fab... Add general impls for converting enum values to nicks and b
  370aefd... Update IMAP and SMTP port constant names.
  a0c3754... Fix hostname validator not dealing with whitespace, port no
  3265f46... Split out account editor TLS combo into a stand-alone class
  bb62999... Implement decent keyboard nav for AccountsEditor and editor
  468a7a6... Get basic new account verification working.
  81e04a2... Ensure new accounts can be created by hitting Enter.
  b37d146... Update account nickname in AccountsEditorListPane when it c
  3c06c09... Improve handling of GOA accounts in the account editor
  4eccbdf... Make sure account listbox is shrinkwapped when only one is 
  bccd09e... Enable reusing account editor SMTP auth source combobox
  0cad1e1... Add ServiceInfo conveience properties for TLS and SMTP auth
  72f02ab... Fix crash editing account name
  143da15... Update UI for accounts editor servers pane
  f43cb75... Move IMAP & SMTP default port consts up into public API
  b5db874... Add some doc comments for EngineError types
  db19196... Show GOA panel when user selects disabled GOA account in ac
  ed14156... Explicitly pass service info to Engine validation methods
  e760b07... Move endpoints from account config to implementation object
  62c90e4... Implement ClientService for IMAP (2/3)
  eb691ce... Implement ClientService for SMTP (3/3)
  41402c9... Tidy up Account and derived class's constructors
  3dc6079... Move SmtpOutbox impl out of ImapDB, rename to just Outbox
  2b8fbe2... Ensure SmtpClientService gets shut down correctly
  1055036... Provide a means to get the default port for a specific serv
  896aa71... Fix wrong value when setting service info smtp_credentials_
  038cf7c... Update to Account.set_endpoints set only one specific endpo
  4691dc4... Require IMAP creds when validating a SMTP service
  9764d44... Add an activated signal to Validator component
  528b011... Implement initial server editing and validation

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