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

  0a45567... Disable some code that will break when ConversationViewer l
  b3a12cc... Add new ConversationMessage widget to display a single mess
  9f94fb8... Convert ConversationViewer to a Stack with a ListBox, remov
  76d377c... Remove uneeded ConversationWebView, HTML and CSS code.
  155d5e7... Minor code clean up.
  dee3237... Renable and update code for clicking on links in messages.
  e8da28b... Just use tooltips instead of an overlay for displaying link
  38a239f... Reenable and update code for attached, full pane message co
  807230d... Remove now-unused composer-pane-position pref.
  3f87101... Reenable and update code for embedded message composer.
  ea96bb5... Delete now used scrollable-overlay.vala source file.
  92038cc... Enable ConversationViewer list box focus scrolling.
  8b028c3... Minor code cleanup.
  274b1d9... Reenable and update code for inline message quote toggling.
  b9e8290... Add a workaround for web_view X allocation error.
  90a3583... Reenable and update code for inline message image display.
  3ddba21... Tidy up transitions between the ConversationViewer's pages.
  f6e7378... Clean up message header UI, tranitions and style a bit.
  a5f6d4a... Style the ConversationViewer user message with CSS rather t
  4127b89... Add attachment icon back to the message viewer.
  ad46917... Don't display ConversationMessage header boxes when header 
  c8d95d3... Make collapsed ConversationMessage message boxes a bit ligh
  4403ca7... Fix "How does the code know the size to allocate" warning.
  05ff136... Use two different buttons in ConversationMessage to show st
  4640c8d... Ensure message are marked ready when their message bodies a
  17eafee... Tidy up ConversationMessage styling and state management.
  f542a96... Don't require duplicating conversation message signals on t
  6b63921... Minor code clean up/reorganisation.
  8d0c918... Roll back ConversationViewer focus handle changes.
  34e5caf... Reenable and update code for displayed attachments.
  c4a5f6a... Reenable and update code for editing draft messages.
  b0c5cc3... Remove ConversationMessage.containing_folder it's uneeded a
  87ea710... Ensure ConversationMessage.web_view load stops when message
  277cbe4... Reenable displaying sub-messages.
  936cb3d... Expand the email for search conversations with only one mes
  68507fa... Allow ConversationEmail to manage its infobars indep. of Co
  bc2006e... Reenable displaying the "sent but not saved" message.
  610d2a4... Reenable displaying sender avatars using Gravatar.
  8000182... Depend on libsoup now we use it explicitly in the code base
  ff4b37c... Convert ConversationWebView HML CSS file to a resource, rem
  65e5f9f... Silence a warning calling Use Gtk.Widget.get_window.
  b461196... Load the avatar cache on startup to ensure it is being load
  d52be1b... Add trivial amount of documentation comments.
  43457d6... Re-enable email menu actions and message star/unstar.
  aaaa35a... Re-enable attachments context menu.
  c54b2fa... Convert ConversationEmail's attachment icon into a button.
  0634882... Rename conversation-message-menu.ui to conversation-email-m
  f68d8b0... Add missing UI file to POTFILES.in.
  ec746c4... Re-enable the message context menu.
  1ef2a8d... Add missing file to POTFILES.in.
  4cb70ab... Turn down some warnings the user can't do anything about.
  f4939cf... Namespace a Geary GTK+ theme CSS class.
  941a02f... Re-enable items in the ConversationEmail menu.
  65c68ee... Mark ConversationMessage.context_menu_element as nullable.
  75bd2e6... Chase Yorba -> SFC copryright assignment change.
  5a6e94c... Chase ConversationEmail action namespace change in its main
  6f1ae03... Fix build after rebasing to current master.
  10b0e41... Don't ever collapse the last email in the conversation.
  a3d6613... Update message header layout, use GtkFlowBox for addresses.
  ede9170... Fix alignment of conversation message date and preview date
  1c433de... Ensure collapsed conversation email attachment button isn't
  35b18dd... Chase recent master ConversationViewer search changes.
  7eb8c81... Re-enable search highlighting in conversation view.
  f8e793e... General clean up of conversation viewer code.
  86dad55... Remove redundant Geary.Email arg from ConversationEmail sig
  0a8fe7b... Re-enable replying to and quoting the selected message, if 
  2ade010... Remove some unused web view font code.
  162c918... Tidy up conversation list style.
  eba4cf2... Show/hide any attached messages as the primary message is.
  18cb324... Go back to using the same size avatar for expanded/collapse
  8684f0a... Ensure embedded composer is always located below its referr
  b7b3841... Make conversation ListBox activate and sort call lambdas fu
  70e19e6... Reduce spacing between messages in the conversation list.

Commits added to the branch:

  f80f52f... Use built-in GTK signals for the search bar (*)
  e9a0b2a... Don't crash when LIST on the INBOX returns a NIL delim. Bug (*)
  cc8b79b... Fix ConversationViewer crit assertion displaying messages w (*)
  6a15b0c... Don't munge from header when restoring composer from a draf (*)
  d7dde8a... Disable some code that will break when ConversationViewer l
  bfadc17... Add new ConversationMessage widget to display a single mess
  fe28b73... Convert ConversationViewer to a Stack with a ListBox, remov
  db47793... Remove uneeded ConversationWebView, HTML and CSS code.
  7c15904... Minor code clean up.
  044ae0f... Renable and update code for clicking on links in messages.
  e8b3f26... Just use tooltips instead of an overlay for displaying link
  0790fdd... Reenable and update code for attached, full pane message co
  9aa91ca... Remove now-unused composer-pane-position pref.
  f3fa054... Reenable and update code for embedded message composer.
  4cec70f... Delete now used scrollable-overlay.vala source file.
  80b2630... Enable ConversationViewer list box focus scrolling.
  9becb0f... Minor code cleanup.
  b1bafdd... Reenable and update code for inline message quote toggling.
  397163c... Add a workaround for web_view X allocation error.
  28929b6... Reenable and update code for inline message image display.
  b85909e... Tidy up transitions between the ConversationViewer's pages.
  2b8a1ca... Clean up message header UI, tranitions and style a bit.
  2eecd20... Style the ConversationViewer user message with CSS rather t
  f35b569... Add attachment icon back to the message viewer.
  aad87c6... Don't display ConversationMessage header boxes when header 
  693663c... Make collapsed ConversationMessage message boxes a bit ligh
  cf04613... Fix "How does the code know the size to allocate" warning.
  5711e9d... Use two different buttons in ConversationMessage to show st
  39454f2... Ensure message are marked ready when their message bodies a
  7c9be2f... Tidy up ConversationMessage styling and state management.
  7bb516c... Don't require duplicating conversation message signals on t
  f9b3c2f... Minor code clean up/reorganisation.
  7c85fb4... Roll back ConversationViewer focus handle changes.
  4d8fbfc... Reenable and update code for displayed attachments.
  8aed21a... Reenable and update code for editing draft messages.
  6ecb74b... Remove ConversationMessage.containing_folder it's uneeded a
  ca153fb... Ensure ConversationMessage.web_view load stops when message
  74a360f... Reenable displaying sub-messages.
  b8a6bbb... Expand the email for search conversations with only one mes
  1877981... Allow ConversationEmail to manage its infobars indep. of Co
  3882bae... Reenable displaying the "sent but not saved" message.
  78c1636... Reenable displaying sender avatars using Gravatar.
  9ef8865... Depend on libsoup now we use it explicitly in the code base
  e4d66ac... Convert ConversationWebView HML CSS file to a resource, rem
  0b19305... Silence a warning calling Use Gtk.Widget.get_window.
  850cc0c... Load the avatar cache on startup to ensure it is being load
  75eed69... Add trivial amount of documentation comments.
  caf99ac... Re-enable email menu actions and message star/unstar.
  1c03b84... Re-enable attachments context menu.
  f77b338... Convert ConversationEmail's attachment icon into a button.
  5d535f5... Rename conversation-message-menu.ui to conversation-email-m
  1fb89ae... Add missing UI file to POTFILES.in.
  f319bcb... Re-enable the message context menu.
  336a7b2... Add missing file to POTFILES.in.
  8b37273... Turn down some warnings the user can't do anything about.
  b04d5b9... Namespace a Geary GTK+ theme CSS class.
  dfc4440... Re-enable items in the ConversationEmail menu.
  df4f3a2... Mark ConversationMessage.context_menu_element as nullable.
  9656109... Chase Yorba -> SFC copryright assignment change.
  781330f... Chase ConversationEmail action namespace change in its main
  4c4ec6b... Fix build after rebasing to current master.
  5dd2089... Don't ever collapse the last email in the conversation.
  cd9060c... Update message header layout, use GtkFlowBox for addresses.
  bdf829e... Fix alignment of conversation message date and preview date
  9a0687f... Ensure collapsed conversation email attachment button isn't
  18a0aca... Chase recent master ConversationViewer search changes.
  20fc983... Re-enable search highlighting in conversation view.
  c910291... General clean up of conversation viewer code.
  8cf6984... Remove redundant Geary.Email arg from ConversationEmail sig
  5d7b5d8... Re-enable replying to and quoting the selected message, if 
  b50635a... Remove some unused web view font code.
  30a9fa0... Tidy up conversation list style.
  f591106... Show/hide any attached messages as the primary message is.
  3fd55ba... Go back to using the same size avatar for expanded/collapse
  92c0b19... Ensure embedded composer is always located below its referr
  bca36d2... Make conversation ListBox activate and sort call lambdas fu
  5fd94d5... Reduce spacing between messages in the conversation list.
  c1b18e4... Fix build after rebase.

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