[geary] (91 commits) Non-fast-forward update to branch wip/765516-gtk-widget-conversation-viewer



The branch 'wip/765516-gtk-widget-conversation-viewer' 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:

  cc94cf8... Disable some code that will break when ConversationViewer l
  6d10757... Add new ConversationMessage widget to display a single mess
  768ce64... Convert ConversationViewer to a Stack with a ListBox, remov
  7a560f2... Remove uneeded ConversationWebView, HTML and CSS code.
  205f423... Minor code clean up.
  a5069a7... Renable and update code for clicking on links in messages.
  8f99350... Just use tooltips instead of an overlay for displaying link
  81f96f9... Reenable and update code for attached, full pane message co
  7bb898c... Remove now-unused composer-pane-position pref.
  c168ac6... Reenable and update code for embedded message composer.
  bede10b... Delete now used scrollable-overlay.vala source file.
  bb2bcfb... Enable ConversationViewer list box focus scrolling.
  fad3455... Minor code cleanup.
  227c0be... Reenable and update code for inline message quote toggling.
  2e34675... Add a workaround for web_view X allocation error.
  776093b... Reenable and update code for inline message image display.
  d6a7b9a... Tidy up transitions between the ConversationViewer's pages.
  f55643c... Clean up message header UI, tranitions and style a bit.
  e80084d... Style the ConversationViewer user message with CSS rather t
  96b00b9... Add attachment icon back to the message viewer.
  b9806cf... Don't display ConversationMessage header boxes when header 
  6a1de30... Make collapsed ConversationMessage message boxes a bit ligh
  064a5d7... Fix "How does the code know the size to allocate" warning.
  53914d5... Use two different buttons in ConversationMessage to show st
  b1d5f26... Ensure message are marked ready when their message bodies a
  65566c7... Tidy up ConversationMessage styling and state management.
  c95903f... Don't require duplicating conversation message signals on t
  097b744... Minor code clean up/reorganisation.
  1198d4a... Roll back ConversationViewer focus handle changes.
  a5ace6f... Reenable and update code for displayed attachments.
  e285284... Reenable and update code for editing draft messages.
  cd8a9c6... Remove ConversationMessage.containing_folder it's uneeded a
  319b285... Ensure ConversationMessage.web_view load stops when message
  bff9a34... Reenable displaying sub-messages.
  ffe9215... Expand the email for search conversations with only one mes
  5daa9a3... Allow ConversationEmail to manage its infobars indep. of Co
  0ab22ed... Reenable displaying the "sent but not saved" message.
  f692d63... Reenable displaying sender avatars using Gravatar.
  d3ceb4f... Depend on libsoup now we use it explicitly in the code base
  bc6354f... Convert ConversationWebView HML CSS file to a resource, rem
  1b82580... Silence a warning calling Use Gtk.Widget.get_window.
  45b27f9... Load the avatar cache on startup to ensure it is being load
  d1b6f59... Add trivial amount of documentation comments.
  6b93120... Re-enable email menu actions and message star/unstar.
  99f3cf9... Re-enable attachments context menu.
  a644337... Convert ConversationEmail's attachment icon into a button.
  aa05639... Rename conversation-message-menu.ui to conversation-email-m
  4bf9d58... Add missing UI file to POTFILES.in.
  8daec4e... Re-enable the message context menu.
  c5cbbf5... Add missing file to POTFILES.in.
  4b5948c... Turn down some warnings the user can't do anything about.
  2081db8... Namespace a Geary GTK+ theme CSS class.
  a09b2ab... Re-enable items in the ConversationEmail menu.
  e713ee8... Mark ConversationMessage.context_menu_element as nullable.
  4289894... Chase Yorba -> SFC copryright assignment change.
  9054fad... Chase ConversationEmail action namespace change in its main
  31ad631... Fix build after rebasing to current master.
  c8b60d7... Don't ever collapse the last email in the conversation.
  a7a24da... Update message header layout, use GtkFlowBox for addresses.
  ecc7608... Fix alignment of conversation message date and preview date
  bb52054... Ensure collapsed conversation email attachment button isn't
  84fee9d... Chase recent master ConversationViewer search changes.
  23041fd... Re-enable search highlighting in conversation view.
  14ecbf3... General clean up of conversation viewer code.
  687a59a... Remove redundant Geary.Email arg from ConversationEmail sig
  1f6388e... Re-enable replying to and quoting the selected message, if 
  2e78438... Remove some unused web view font code.
  b1add3b... Tidy up conversation list style.
  48aaa1c... Show/hide any attached messages as the primary message is.
  442b869... Go back to using the same size avatar for expanded/collapse
  d4caa75... Ensure embedded composer is always located below its referr
  3f1ddb3... Make conversation ListBox activate and sort call lambdas fu
  e766feb... Reduce spacing between messages in the conversation list.
  705d0d1... Fix build after rebase.
  8a6ce35... Emulate browser-style scroll-on-spacebar.
  9ecdc00... Ensure header buttons are not sensitive when convo email is
  2fceede... Add support for easier iterating over conversation email an
  26e7938... Re-enable message view zoom.
  9004f0d... Fix a crash when viewer is cleared while highlighting searc
  56dd017... Scroll to a useful location when a conversation is first lo
  685355a... Break out ListBox used to display conversations into standa

Commits added to the branch:

  15e6877... Fix critical when email without any from addresses loaded f (*)
  557a9e7... Fix crash when replying to email with null from address. (*)
  e5455ed... Disable some code that will break when ConversationViewer l
  44a015f... Add new ConversationMessage widget to display a single mess
  bcb41d5... Convert ConversationViewer to a Stack with a ListBox, remov
  02de439... Remove uneeded ConversationWebView, HTML and CSS code.
  31b1b04... Minor code clean up.
  ded354e... Renable and update code for clicking on links in messages.
  74cac7b... Just use tooltips instead of an overlay for displaying link
  331acb0... Reenable and update code for attached, full pane message co
  491be9e... Remove now-unused composer-pane-position pref.
  22f4f0b... Reenable and update code for embedded message composer.
  8668cda... Delete now used scrollable-overlay.vala source file.
  93496fb... Enable ConversationViewer list box focus scrolling.
  af00587... Minor code cleanup.
  70e5a63... Reenable and update code for inline message quote toggling.
  896ca47... Add a workaround for web_view X allocation error.
  2c46981... Reenable and update code for inline message image display.
  e5dbd1d... Tidy up transitions between the ConversationViewer's pages.
  c5343e5... Clean up message header UI, tranitions and style a bit.
  6e6b7cb... Style the ConversationViewer user message with CSS rather t
  d72d3ad... Add attachment icon back to the message viewer.
  0d2a35c... Don't display ConversationMessage header boxes when header 
  90f94a1... Make collapsed ConversationMessage message boxes a bit ligh
  b9f2abd... Fix "How does the code know the size to allocate" warning.
  e856eaa... Use two different buttons in ConversationMessage to show st
  1f6c515... Ensure message are marked ready when their message bodies a
  5ed2abd... Tidy up ConversationMessage styling and state management.
  ec9272a... Don't require duplicating conversation message signals on t
  57d7781... Minor code clean up/reorganisation.
  7597310... Roll back ConversationViewer focus handle changes.
  5f25cd7... Reenable and update code for displayed attachments.
  6804cfc... Reenable and update code for editing draft messages.
  94c2739... Remove ConversationMessage.containing_folder it's uneeded a
  d7345e2... Ensure ConversationMessage.web_view load stops when message
  4bf6b7e... Reenable displaying sub-messages.
  80d1399... Expand the email for search conversations with only one mes
  b4b70cf... Allow ConversationEmail to manage its infobars indep. of Co
  cf4d9b7... Reenable displaying the "sent but not saved" message.
  c2c6136... Reenable displaying sender avatars using Gravatar.
  f5da3ff... Depend on libsoup now we use it explicitly in the code base
  0af859b... Convert ConversationWebView HML CSS file to a resource, rem
  45c269a... Silence a warning calling Use Gtk.Widget.get_window.
  f48a683... Load the avatar cache on startup to ensure it is being load
  9bdb44c... Add trivial amount of documentation comments.
  ad9b22c... Re-enable email menu actions and message star/unstar.
  15f1a08... Re-enable attachments context menu.
  461615a... Convert ConversationEmail's attachment icon into a button.
  fcd88cf... Rename conversation-message-menu.ui to conversation-email-m
  09927fe... Add missing UI file to POTFILES.in.
  48c9565... Re-enable the message context menu.
  f27a7e8... Add missing file to POTFILES.in.
  f1b39ac... Turn down some warnings the user can't do anything about.
  60dc9ef... Namespace a Geary GTK+ theme CSS class.
  fac34fa... Re-enable items in the ConversationEmail menu.
  00f9d94... Mark ConversationMessage.context_menu_element as nullable.
  775af9f... Chase Yorba -> SFC copryright assignment change.
  249517b... Chase ConversationEmail action namespace change in its main
  2fbcf53... Fix build after rebasing to current master.
  a8087b7... Don't ever collapse the last email in the conversation.
  351fd50... Update message header layout, use GtkFlowBox for addresses.
  0887627... Fix alignment of conversation message date and preview date
  2b8366a... Ensure collapsed conversation email attachment button isn't
  62aaf8d... Chase recent master ConversationViewer search changes.
  8ccd2f9... Re-enable search highlighting in conversation view.
  00bd04a... General clean up of conversation viewer code.
  1171b9e... Remove redundant Geary.Email arg from ConversationEmail sig
  de982db... Re-enable replying to and quoting the selected message, if 
  59b3746... Remove some unused web view font code.
  af8519c... Tidy up conversation list style.
  839565a... Show/hide any attached messages as the primary message is.
  d598975... Go back to using the same size avatar for expanded/collapse
  3a80852... Ensure embedded composer is always located below its referr
  405399a... Make conversation ListBox activate and sort call lambdas fu
  7e9addb... Reduce spacing between messages in the conversation list.
  4fd1067... Fix build after rebase.
  18b071d... Emulate browser-style scroll-on-spacebar.
  26ee041... Ensure header buttons are not sensitive when convo email is
  e6ee52f... Add support for easier iterating over conversation email an
  07f6588... Re-enable message view zoom.
  f87f239... Fix a crash when viewer is cleared while highlighting searc
  419ba72... Scroll to a useful location when a conversation is first lo
  db72d90... Break out ListBox used to display conversations into standa
  2ad4218... Gracefully handle messages with no from address in conversa
  b235052... Add a tooltip to to conversartion viewer's date headers wit
  06d2bbe... Don't collapse a conversartion email when it has an attache
  5486475... Minor conversation code cleanup.
  e8fbddc... Fix logic error when determining when to show the "show ima
  89440f9... Minor conversation code cleanup.
  a4b449c... Tidy up ConversationMessage GTK theme CSS.
  412bbec... Enable popover for conversation message header addresses.

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