[geary] (77 commits) Non-fast-forward update to branch mjog/account-command-stacks



The branch 'mjog/account-command-stacks' 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:

  fb3165f... Improve Geary.Account API for listing folders
  a60c807... Move GAction related code from app Controller to MainWindow
  60c3305... Implement an application-level command stack
  437fac4... Implement main toolbar composer actions
  c017cdb... Move per-message action handlers from Controller to MainWin
  afd2634... ConversationList: Minor selection-related perf tweak
  6f98e98... Application.Controller: Make context class publically acces
  500d758... Move conversation selection and action updates to main wind
  dd1442f... Allow Command instances to denote whether they support undo
  6fbb8b8... Implement conversation flag updating as undoable commands
  667710b... Implement moving conversations as undoable commands
  75b41ab... Implement copying conversations as a command
  301f928... Implement deleting conversations as non-undoable commands
  a447719... Implement emptying spam/trash as non-undoable commands
  50241db... Minor code style and doc comment update
  d603713... Clean up MainWindow action definitions
  0ebd532... Don't initially notify on mark email commands
  8d98a2a... Rename MainWindow::current_account and ::current_folder pro
  cd1c189... Remove Application.Controller::current_account
  83bcacd... Make Application.Controller commands per-account
  6795e51... Allow CommandStack subclasses to access the undo stack
  099bfc4... Add status signals to Application.Command
  05e12e9... Update Application.CommandSequence
  1acfbbf... Trim controller command stack when exogenous events occur
  2b9e42e... Use Geary.FolderSupport.Archive when moving to archive spec
  758142d... Merge Controller.move_conversations and move_messages impls
  4c1cb50... Trivial translation comment cleanup

Commits added to the branch:

  8cd310b... Extend the IMAP FETCH HEADER.FIELDS hack for multiple field (*)
  ab77067... Fix RFC822.Header.get_header_names returning null names (*)
  feed892... Don't linkify text near a URL that looks like a URL with a  (*)
  869b359... Update Catalan translation (*)
  f7f7214... Add a compatibility JSON-based flatpak manifest (*)
  0fd5a7b... Merge branch 'mjog/json-manifest-compat' into 'mainline' (*)
  0c563cf... Fix ContactStoreImpl not saving flags removed from a contac (*)
  0cf5ab7... Merge contacts when harvesting them (*)
  058ea2f... Update Contact::load_remote_resources with engine contact f (*)
  10ddff2... Trivial docs update (*)
  3e7a9da... Merge branch 'mjog/550-always-show-images-not-saved' into ' (*)
  12d0cce... Use SQL UPSERT clause when updating contacts (*)
  9b83bf0... Merge branch 'mjog/contacts-upsert' into 'mainline' (*)
  737bdba... Merge branch 'mjog/571-imap-fetch-space-workaround-redux' i (*)
  753a67f... Merge branch 'links' into 'mainline' (*)
  876c107... Fix ConversationList GtkStyleContext log spam (*)
  543c753... Merge branch 'mjog/608-gtk-style-context-log-spam' into 'ma (*)
  20284fe... Remove unused variable urlRegex from ComposerPageState.cont (*)
  bf4f5c4... Fix GenericAccount::to_email_identifier not actually workin (*)
  94e0736... Update Geary.Outbox.EmailIdentifier variant type marker (*)
  08ea87c... Merge branch 'mjog/fix-email-id-from-variant' into 'mainlin (*)
  96ff4d2... Fix crash when updating contacts with null names (*)
  faafc52... Merge branch 'urlRegex' into 'mainline' (*)
  96b6231... Merge branch 'mjog/fix-contact-store-crash' into 'mainline' (*)
  35cfacd... Ensure ComposerWidget checks referred email for required fi (*)
  e18c8fa... ComposerWidget: Don't add invalid Message-ID to In-Reply-To (*)
  39b5f79... Fix headers not being parsed due to case differences (*)
  47927aa... Make serialisation of Geary.Email.Field more usable (*)
  a6773ce... Merge branch 'mjog/fix-null-message-ids' into 'mainline' (*)
  09b8c8e... Fix unhandled error build waning (*)
  35007aa... Merge branch 'mjog/fix-composer-undhandled-error-build-warn (*)
  09f6fc0... Improve Geary.Account API for listing folders
  8e9f002... Move GAction related code from app Controller to MainWindow
  88eb8f5... Implement an application-level command stack
  d1d8bed... Implement main toolbar composer actions
  66668a7... Move per-message action handlers from Controller to MainWin
  27d3fb6... ConversationList: Minor selection-related perf tweak
  95b819f... Application.Controller: Make context class publically acces
  24c12a2... Move conversation selection and action updates to main wind
  17ddb45... Allow Command instances to denote whether they support undo
  d8a8640... Implement conversation flag updating as undoable commands
  0132981... Implement moving conversations as undoable commands
  3c06ddf... Implement copying conversations as a command
  df780d7... Implement deleting conversations as non-undoable commands
  0871039... Implement emptying spam/trash as non-undoable commands
  19b1382... Minor code style and doc comment update
  fe67993... Clean up MainWindow action definitions
  ebc14c4... Don't initially notify on mark email commands
  954f7fc... Rename MainWindow::current_account and ::current_folder pro
  12e73b3... Remove Application.Controller::current_account
  227b68e... Make Application.Controller commands per-account
  2acd7d6... Allow CommandStack subclasses to access the undo stack
  5f3a162... Add status signals to Application.Command
  a5cf9af... Update Application.CommandSequence
  784f0b4... Trim controller command stack when exogenous events occur
  e88734b... Use Geary.FolderSupport.Archive when moving to archive spec
  c8688e2... Merge Controller.move_conversations and move_messages impls
  7ba1222... Trivial translation comment cleanup
  89c709a... Make GearyApplication::show_uri handle mailto: URIs
  248cc1e... Clean up attachment save code
  206a524... Rename client GtkUtil package to conform to style: Util.Gtk
  3fe13ea... Move View Source implementation to ConversationEmail
  ac87b21... Remove ConversationEmail::load_error
  b20625b... Move policy decision for folders supporting trash to contro
  9170fa6... Fix MainWindow shift button detection
  c901ac6... Move email action handling to ConversationListBox
  2d21b98... Fix some bad container impl assumptions in MinimalFolder
  a8b1b89... Add location and conversation context properties to EmailCo
  d733027... Prevent the same application action re-executed multiple ti
  eadf98e... Move folder selection and related handling to MainWindow
  91e5a1a... Require MainWindow::select_folder to declare mode of intera
  fa6008f... Application.Controller: Add convenience method
  4a4d173... Move MainWindow folder management impl to MainWindow
  b34b6db... Improve application shutdown process
  ffb9665... Geary.App.ConversationMonitor: Fix re-entrancy issues
  72b9a0f... Re-select folder, conversation and email on EmailCommand un
  84d11e8... ConversationListView: Remove some unused code

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