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

  7e0ed95... Disable some code that will break when ConversationViewer l
  c495502... Add new ConversationMessage widget to display a single mess
  2ee0ee8... Convert ConversationViewer to a Stack with a ListBox, remov
  5c4b963... Remove uneeded ConversationWebView, HTML and CSS code.
  8c8b03e... Minor code clean up.
  4d92e04... Renable and update code for clicking on links in messages.
  5bbdf45... Just use tooltips instead of an overlay for displaying link
  a9acc36... Reenable and update code for attached, full pane message co
  a8cd79d... Remove now-unused composer-pane-position pref.
  dada1a5... Reenable and update code for embedded message composer.
  fc05d62... Delete now used scrollable-overlay.vala source file.
  e4c3d70... Enable ConversationViewer list box focus scrolling.
  5668448... Minor code cleanup.
  321e75e... Reenable and update code for inline message quote toggling.
  03d52e6... Add a workaround for web_view X allocation error.
  411c392... Reenable and update code for inline message image display.
  72aba24... Tidy up transitions between the ConversationViewer's pages.
  09d419d... Clean up message header UI, tranitions and style a bit.
  bad829e... Style the ConversationViewer user message with CSS rather t
  342fe1e... Add attachment icon back to the message viewer.
  6b0d117... Don't display ConversationMessage header boxes when header 
  77bf5bb... Make collapsed ConversationMessage message boxes a bit ligh
  2b9fa5d... Fix "How does the code know the size to allocate" warning.
  275b6d5... Use two different buttons in ConversationMessage to show st
  003da42... Ensure message are marked ready when their message bodies a
  256d590... Tidy up ConversationMessage styling and state management.
  47bcffb... Don't require duplicating conversation message signals on t
  3b68fde... Minor code clean up/reorganisation.
  3801f9d... Roll back ConversationViewer focus handle changes.
  7cc85bb... Reenable and update code for displayed attachments.
  8464e5d... Reenable and update code for editing draft messages.
  5287d5a... Remove ConversationMessage.containing_folder it's uneeded a
  4e070d0... Ensure ConversationMessage.web_view load stops when message
  6fb224f... Reenable displaying sub-messages.
  260561c... Expand the email for search conversations with only one mes
  3ecf9b0... Allow ConversationEmail to manage its infobars indep. of Co
  5f52189... Reenable displaying the "sent but not saved" message.
  c380cd0... Reenable displaying sender avatars using Gravatar.
  7c89238... Depend on libsoup now we use it explicitly in the code base
  7901e67... Convert ConversationWebView HML CSS file to a resource, rem
  661b9ab... Silence a warning calling Use Gtk.Widget.get_window.
  3148146... Load the avatar cache on startup to ensure it is being load
  67868b9... Add trivial amount of documentation comments.
  50caba0... Re-enable email menu actions and message star/unstar.
  d9baab3... Re-enable attachments context menu.
  42e7a8d... Convert ConversationEmail's attachment icon into a button.
  2a31931... Rename conversation-message-menu.ui to conversation-email-m
  b6f27c4... Add missing UI file to POTFILES.in.
  7e8bb74... Re-enable the message context menu.
  24d8496... Add missing file to POTFILES.in.
  9855638... Turn down some warnings the user can't do anything about.
  5b753ca... Namespace a Geary GTK+ theme CSS class.
  d802721... Re-enable items in the ConversationEmail menu.
  4dddb97... Mark ConversationMessage.context_menu_element as nullable.
  9a239c3... Chase Yorba -> SFC copryright assignment change.
  de1485b... Chase ConversationEmail action namespace change in its main
  fb9bbf9... Fix build after rebasing to current master.
  3f19f84... Don't ever collapse the last email in the conversation.

Commits added to the branch:

  bff5fd1... Updated Italian translation (*)
  78eb095... Updated Italian translation (*)
  e158807... Updated Swedish translation (*)
  0757d43... Allow search op value "me" to be translated differently for (*)
  7db5a2e... Updated German translation (*)
  44a953c... Updated Swedish translation (cherry picked from commit d6aa (*)
  1a87d0d... Limit the number of pipelined STATUS commands sent to outlo (*)
  314270a... Turn some annoying debug logging off. (*)
  8ee1bf7... Updated Polish translation (*)
  2592d7f... Add accelerator to attach files to composer (*)
  32a7f76... Hook up attach file shortcut, add it to user guide. Bug 743 (*)
  cae4b44... Added support to change the spell-checking language. (*)
  5eba6be... Remove use of tabs from spell-check-popover.vala. (*)
  636c0e8... Updated POTFILES.in (*)
  487ba16... Updated Polish translation (*)
  c0f0489... Updated Czech translation (*)
  fcb4df2... Updated Slovak translation (*)
  56d0055... Updated Spanish translation (*)
  badbf94... Update and simplify INSTALL with current version reqs. (*)
  1bbf245... Add dependency on libenchant. (*)
  06b7424... Disable some code that will break when ConversationViewer l
  a675133... Add new ConversationMessage widget to display a single mess
  f015f80... Convert ConversationViewer to a Stack with a ListBox, remov
  b430d98... Remove uneeded ConversationWebView, HTML and CSS code.
  961faca... Minor code clean up.
  533f24a... Renable and update code for clicking on links in messages.
  098288c... Just use tooltips instead of an overlay for displaying link
  802939c... Reenable and update code for attached, full pane message co
  63e1eec... Remove now-unused composer-pane-position pref.
  463b1e7... Reenable and update code for embedded message composer.
  0212b91... Delete now used scrollable-overlay.vala source file.
  0fa3ff4... Enable ConversationViewer list box focus scrolling.
  69c5e3d... Minor code cleanup.
  d4ab08b... Reenable and update code for inline message quote toggling.
  eeba0f8... Add a workaround for web_view X allocation error.
  c7b394e... Reenable and update code for inline message image display.
  7552fe2... Tidy up transitions between the ConversationViewer's pages.
  4e768b4... Clean up message header UI, tranitions and style a bit.
  6996a41... Style the ConversationViewer user message with CSS rather t
  b4a5725... Add attachment icon back to the message viewer.
  8204bf8... Don't display ConversationMessage header boxes when header 
  33cdbea... Make collapsed ConversationMessage message boxes a bit ligh
  727f517... Fix "How does the code know the size to allocate" warning.
  c0a928d... Use two different buttons in ConversationMessage to show st
  a14d293... Ensure message are marked ready when their message bodies a
  aafa21d... Tidy up ConversationMessage styling and state management.
  0283f7c... Don't require duplicating conversation message signals on t
  2c05fac... Minor code clean up/reorganisation.
  8d8f2bf... Roll back ConversationViewer focus handle changes.
  5692afb... Reenable and update code for displayed attachments.
  1bb6ab9... Reenable and update code for editing draft messages.
  5e1022d... Remove ConversationMessage.containing_folder it's uneeded a
  2d8a7ed... Ensure ConversationMessage.web_view load stops when message
  b1e9eeb... Reenable displaying sub-messages.
  a6b6362... Expand the email for search conversations with only one mes
  eb040ac... Allow ConversationEmail to manage its infobars indep. of Co
  5c2cfec... Reenable displaying the "sent but not saved" message.
  934e032... Reenable displaying sender avatars using Gravatar.
  91de2ca... Depend on libsoup now we use it explicitly in the code base
  8c138ac... Convert ConversationWebView HML CSS file to a resource, rem
  4777664... Silence a warning calling Use Gtk.Widget.get_window.
  3290a95... Load the avatar cache on startup to ensure it is being load
  cb3608e... Add trivial amount of documentation comments.
  8a33cb4... Re-enable email menu actions and message star/unstar.
  bbd4fab... Re-enable attachments context menu.
  ef6e3c2... Convert ConversationEmail's attachment icon into a button.
  8be175e... Rename conversation-message-menu.ui to conversation-email-m
  7e5f031... Add missing UI file to POTFILES.in.
  c4424f5... Re-enable the message context menu.
  ee1006d... Add missing file to POTFILES.in.
  b95a62d... Turn down some warnings the user can't do anything about.
  6e08679... Namespace a Geary GTK+ theme CSS class.
  5afc186... Re-enable items in the ConversationEmail menu.
  4d0ae0f... Mark ConversationMessage.context_menu_element as nullable.
  3d8f86f... Chase Yorba -> SFC copryright assignment change.
  864ccfc... Chase ConversationEmail action namespace change in its main
  1227f9b... Fix build after rebasing to current master.
  dc75322... Don't ever collapse the last email in the conversation.
  56d04ba... Update message header layout, use GtkFlowBox for addresses.
  55f790a... Fix alignment of conversation message date and preview date

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