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

  5712c31... Disable some code that will break when ConversationViewer l
  b2ce61a... Add new ConversationMessage widget to display a single mess
  51331b4... Convert ConversationViewer to a Stack with a ListBox, remov
  bdf587a... Remove uneeded ConversationWebView, HTML and CSS code.
  1a109b6... Minor code clean up.
  74b3efc... Renable and update code for clicking on links in messages.
  f837161... Just use tooltips instead of an overlay for displaying link
  211f1ab... Reenable and update code for attached, full pane message co
  ced78c3... Remove now-unused composer-pane-position pref.
  c2e99cc... Reenable and update code for embedded message composer.
  a2fa160... Delete now used scrollable-overlay.vala source file.
  be15ca4... Enable ConversationViewer list box focus scrolling.
  0abbf82... Minor code cleanup.
  7d7abac... Reenable and update code for inline message quote toggling.
  034c387... Add a workaround for web_view X allocation error.
  bb7bf29... Reenable and update code for inline message image display.
  1d0d775... Tidy up transitions between the ConversationViewer's pages.
  e0fbee0... Clean up message header UI, tranitions and style a bit.
  17a3bcc... Style the ConversationViewer user message with CSS rather t
  bb21ea4... Add attachment icon back to the message viewer.
  f5df31f... Don't display ConversationMessage header boxes when header 
  2068d15... Make collapsed ConversationMessage message boxes a bit ligh
  d16a357... Fix "How does the code know the size to allocate" warning.
  73bac9b... Use two different buttons in ConversationMessage to show st
  b476c35... Ensure message are marked ready when their message bodies a
  35abafc... Tidy up ConversationMessage styling and state management.
  4e0b266... Don't require duplicating conversation message signals on t
  4fa82e5... Minor code clean up/reorganisation.
  0a56cae... Roll back ConversationViewer focus handle changes.
  5b6bf6c... Reenable and update code for displayed attachments.
  fac19aa... Reenable and update code for editing draft messages.
  03c9cc3... Remove ConversationMessage.containing_folder it's uneeded a
  cdeab08... Ensure ConversationMessage.web_view load stops when message
  f58d659... Reenable displaying sub-messages.
  988747e... Expand the email for search conversations with only one mes
  1c0ecd0... Allow ConversationEmail to manage its infobars indep. of Co
  d8b1a89... Reenable displaying the "sent but not saved" message.
  8b0d5da... Reenable displaying sender avatars using Gravatar.
  dca28fa... Depend on libsoup now we use it explicitly in the code base
  4e8a8d9... Convert ConversationWebView HML CSS file to a resource, rem
  90c218f... Silence a warning calling Use Gtk.Widget.get_window.
  18724c0... Load the avatar cache on startup to ensure it is being load
  2279b2d... Add trivial amount of documentation comments.
  0ea33f8... Re-enable email menu actions and message star/unstar.
  deadbc6... Re-enable attachments context menu.
  78b1ba8... Convert ConversationEmail's attachment icon into a button.
  59761e1... Rename conversation-message-menu.ui to conversation-email-m
  9f842db... Add missing UI file to POTFILES.in.
  8d363a9... Re-enable the message context menu.
  86e9e1e... Add missing file to POTFILES.in.
  d551882... Turn down some warnings the user can't do anything about.
  ca7c272... Namespace a Geary GTK+ theme CSS class.
  7d150da... Re-enable items in the ConversationEmail menu.
  f07cf75... Mark ConversationMessage.context_menu_element as nullable.
  e7847ba... Chase Yorba -> SFC copryright assignment change.
  13c8d5a... Chase ConversationEmail action namespace change in its main
  501d996... Fix build after rebasing to current master.
  db8b67b... Don't ever collapse the last email in the conversation.
  08b37ac... Update message header layout, use GtkFlowBox for addresses.
  9009a1f... Fix alignment of conversation message date and preview date
  18cc089... Ensure collapsed conversation email attachment button isn't
  e402d41... Chase recent master ConversationViewer search changes.
  e66a492... Re-enable search highlighting in conversation view.
  2444ca7... General clean up of conversation viewer code.
  f05d8ae... Remove redundant Geary.Email arg from ConversationEmail sig
  13420f7... Re-enable replying to and quoting the selected message, if 
  cefea74... Remove some unused web view font code.
  8bf30cb... Tidy up conversation list style.
  aa5aacc... Show/hide any attached messages as the primary message is.
  1320625... Go back to using the same size avatar for expanded/collapse
  d6b30b5... Ensure embedded composer is always located below its referr
  cb23db8... Make conversation ListBox activate and sort call lambdas fu
  9f267a4... Reduce spacing between messages in the conversation list.
  c6aa8f8... Fix build after rebase.
  174ce67... Emulate browser-style scroll-on-spacebar.
  f4f6e3d... Ensure header buttons are not sensitive when convo email is
  6b2ea44... Add support for easier iterating over conversation email an
  8a3dfe3... Re-enable message view zoom.
  7464920... Fix a crash when viewer is cleared while highlighting searc
  53b8128... Scroll to a useful location when a conversation is first lo
  7fc2487... Break out ListBox used to display conversations into standa
  c3e539d... Gracefully handle messages with no from address in conversa
  b8dddfb... Add a tooltip to to conversartion viewer's date headers wit
  68557fb... Don't collapse a conversartion email when it has an attache
  b9530c9... Minor conversation code cleanup.
  1ce1ca6... Fix logic error when determining when to show the "show ima
  173066c... Minor conversation code cleanup.
  91b313c... Tidy up ConversationMessage GTK theme CSS.
  cc5785d... Enable popover for conversation message header addresses.
  586545f... Fix in-window and in-comversation composers not getting cle
  b8e5adc... Simplify how ConversationListBox removal, explicitly destro
  28e4fbe... Don't hide in-window composers just after they are shown.
  3f762bf... Make conversation viewer email flag handling a bit more nul
  0eacb80... Fix jumpy focus scrolling on emails bigger than the viewpor
  8d98eea... Minor conversation viewer code cleanup.
  a097351... Fix some critical warnings during object destruction.
  36b40d9... Port some changes over from master lost in the last rebase.
  7a05b85... Substantially rework email HTML sanitising and styling.
  9557dcc... Use app-driven width for conversation web view, not content
  e48c944... Remove some unused/uneeded message body CSS.
  2a1279e... Tidy up collapsible quote container style and behaviour.
  a347a26... Prefix CSS classes in message HTML to avoid collisions with
  7cc817a... Always allow last messages in a convo to be expanded.
  7522162... Ensure conversation messages min width is low enough for sm
  16aad6b... Fix most conversation web view height issues.
  95b910a... Minor code cleanup.
  25814ee... Don't clobber avatar loads for second and subsequent convo 
  98d97a6... Workaround wide convo InfoBars being too wide for small scr
  b830980... Fix some inline parts not being visible.
  a763f49... Fix inline JPEGs being corrupted when converted to data URI
  e0c9d01... Move managing toolbar mesage buttons from convo viewer to c
  b737c7a... Convert new convo widgets to use Gtk.Grid instead of Box.
  06f5381... Fix 0px elements being rendered as 1px boxes.
  392ef99... Fix massive memory leak due to some convo widgets never bei
  19c04d4... Fix compile error.
  cd1eb0e... Fix missing space between message avatar and headers.
  ebe5acc... Replace Gtk.IconView with FlowBox for displaying email atta
  80fc732... Fix lack of padding around GMail blockquotes.
  5058e30... (Re-)fix crash when displaying exceptionally large messages
  c7bf601... Set GTK CSS classes on conversation email for sent, starred
  e8ccd8b... Fix some bugs in AggregateProgressMonitor when removing mon
  51206da... Replace the conversation list store's model on folder chang
  a32cc74... Fix ConversationListStore instances never being finalised.
  bb3c527... Really(?) fix DOM node crit warning when ConversationMessag
  a23bc7b... Highlight unread emails in convo viewer.
  7892840... Tidy up the ConversationListBox API for accessing reply tar
  0f8ead0... Reimplement in-conversation find.
  41e9685... Tidy up conversation viewer widget signal handling a bit.
  329f6d5... Implement "Search for messages from" for email addresses.
  c2b0cdb... Clean up the conversation find implementation a bit.
  c8af66c... Don't show info bars on show all.
  59f5620... Minor code tidy.
  eb1c0a4... Fix build after shoddy rebase.
  d839d63... Fix a crit warning when switching folders.
  88a3fdf... Fix a possible critical error.
  0768a69... Don't re-load folder when changing to the same one.
  28506c1... Fix reply/forward toobar buttons not being enabled for sear
  0744642... Don't consider collapsed emails for find prefil/reply quoti
  4385bfe... Dismiss link popover when a link is activated.
  22cc3be... Minor GTK and HTML CSS tweaks.
  601651e... Fix possible crit loading an avatar for a cancelled convers
  3171e21... Set an explcit minimum version requirmeent for libsoup.
  be2e312... Tidy up avatar loading.
  df48277... Fix possible crit error when conversation load is cancelled
  b9afa45... Prematurely optimise conversation email loading.
  ca032f4... Fix a possible crit error.
  707fe03... Fix a possible crit error when cancelling conversation load
  8b3c8a5... Add ConversationEmail::message_bodies_loaded prop, hook it 
  012c158... Fix logic thinko with conversation last row handling.
  1b3157c... Expand/collapse conversation rows matching fine/search term
  0d7c70d... Manage search term highlighting for messages appended to a 
  0170659... Explicitly handle find bar being closed, update search term
  40b80e4... Highlight search terms in conversation message address head
  99baeba... Define message address popover activation handlers via the 
  fb211b2... Display Sender and Reply-To headers for conversation messag
  5938c9b... Move conversation loading timout mgmt to ConversationListBo
  650501d... Remove blacklisting from ConversationListBox, use a compose
  ca0bc12... Don't show draft messages when editing them.
  3c8d53a... Ensure composer web views are always visible.
  f0e7f2e... Improve ConversationViewer encapsulation.
  241eeed... Update composer container style implementations a bit.
  5093220... Ensure drafts messages are always displayed expanded by def
  315d0ff... Make composer scrolled window directly available to the emb
  8ee0b97... Minor composer container cleanup.
  8d195fb... Fix next another conversation load cancelled crit error.
  7c950dd... Workaround a GTK+ crasher, Bug 771812.
  2b55433... Rework conversation listbox message loading impl a bit.
  55f981a... Split up handling of emails and composers in conversation l

Commits added to the branch:

  2cee61e... Add missing ui/gtk/menus.ui file to PO/POTFILES.in. (*)
  0d5dd3d... Replace single quotes with double quotes in menus.ui (*)
  2953dc8... Remove trailing full stop from a new string in geary-args.v (*)
  d6efbd0... Updated Polish translation (*)
  e2911c3... Updated Slovak translation (*)
  69d7e24... Remove ActionAdaptor and related code, made redundant by 17 (*)
  251f85b... Disable some code that will break when ConversationViewer l
  45f6207... Add new ConversationMessage widget to display a single mess
  7d21fe5... Convert ConversationViewer to a Stack with a ListBox, remov
  9358dd0... Remove uneeded ConversationWebView, HTML and CSS code.
  f0b8498... Minor code clean up.
  b1a0569... Renable and update code for clicking on links in messages.
  bf9251e... Just use tooltips instead of an overlay for displaying link
  e51f3e3... Reenable and update code for attached, full pane message co
  f9e2277... Remove now-unused composer-pane-position pref.
  7d21f5a... Reenable and update code for embedded message composer.
  cc50166... Delete now used scrollable-overlay.vala source file.
  0b219be... Enable ConversationViewer list box focus scrolling.
  bdd77d0... Minor code cleanup.
  9620df8... Reenable and update code for inline message quote toggling.
  f67d9a9... Add a workaround for web_view X allocation error.
  0c93d89... Reenable and update code for inline message image display.
  dc12c06... Tidy up transitions between the ConversationViewer's pages.
  ce58ef6... Clean up message header UI, tranitions and style a bit.
  d00f8dd... Style the ConversationViewer user message with CSS rather t
  89ec695... Add attachment icon back to the message viewer.
  7e3c6d9... Don't display ConversationMessage header boxes when header 
  2691644... Make collapsed ConversationMessage message boxes a bit ligh
  5f8018e... Fix "How does the code know the size to allocate" warning.
  bcf6595... Use two different buttons in ConversationMessage to show st
  ca9ff5b... Ensure message are marked ready when their message bodies a
  fdf6469... Tidy up ConversationMessage styling and state management.
  4c320bb... Don't require duplicating conversation message signals on t
  3e30117... Minor code clean up/reorganisation.
  df412d4... Roll back ConversationViewer focus handle changes.
  fedf694... Reenable and update code for displayed attachments.
  18a04e8... Reenable and update code for editing draft messages.
  44bb673... Remove ConversationMessage.containing_folder it's uneeded a
  e1f5dd6... Ensure ConversationMessage.web_view load stops when message
  3c32a10... Reenable displaying sub-messages.
  c435617... Expand the email for search conversations with only one mes
  852bda6... Allow ConversationEmail to manage its infobars indep. of Co
  de1f0bb... Reenable displaying the "sent but not saved" message.
  8f442d8... Reenable displaying sender avatars using Gravatar.
  96ca1c9... Depend on libsoup now we use it explicitly in the code base
  815488a... Convert ConversationWebView HML CSS file to a resource, rem
  ae2d74b... Silence a warning calling Use Gtk.Widget.get_window.
  da5298c... Load the avatar cache on startup to ensure it is being load
  8b534fb... Add trivial amount of documentation comments.
  f25ec04... Re-enable email menu actions and message star/unstar.
  24d479b... Re-enable attachments context menu.
  22a5ce4... Convert ConversationEmail's attachment icon into a button.
  4c29dd3... Rename conversation-message-menu.ui to conversation-email-m
  8b7f122... Add missing UI file to POTFILES.in.
  334d7f3... Re-enable the message context menu.
  136196d... Add missing file to POTFILES.in.
  64fb4de... Turn down some warnings the user can't do anything about.
  9cd98aa... Namespace a Geary GTK+ theme CSS class.
  eec18a9... Re-enable items in the ConversationEmail menu.
  dd2a23d... Mark ConversationMessage.context_menu_element as nullable.
  9c54514... Chase Yorba -> SFC copryright assignment change.
  b6651a1... Chase ConversationEmail action namespace change in its main
  6bb5134... Fix build after rebasing to current master.
  47d2f67... Don't ever collapse the last email in the conversation.
  08adc19... Update message header layout, use GtkFlowBox for addresses.
  f51c44d... Fix alignment of conversation message date and preview date
  57878bf... Ensure collapsed conversation email attachment button isn't
  df47908... Chase recent master ConversationViewer search changes.
  1615611... Re-enable search highlighting in conversation view.
  3096b4f... General clean up of conversation viewer code.
  1ea9094... Remove redundant Geary.Email arg from ConversationEmail sig
  9c89913... Re-enable replying to and quoting the selected message, if 
  798913b... Remove some unused web view font code.
  305d033... Tidy up conversation list style.
  efbe372... Show/hide any attached messages as the primary message is.
  741ff99... Go back to using the same size avatar for expanded/collapse
  14d02cc... Ensure embedded composer is always located below its referr
  3e773c1... Make conversation ListBox activate and sort call lambdas fu
  38b1afd... Reduce spacing between messages in the conversation list.
  30092c7... Fix build after rebase.
  e63e164... Emulate browser-style scroll-on-spacebar.
  0dd41b7... Ensure header buttons are not sensitive when convo email is
  a05fd86... Add support for easier iterating over conversation email an
  7ac27e4... Re-enable message view zoom.
  540d694... Fix a crash when viewer is cleared while highlighting searc
  f8bd595... Scroll to a useful location when a conversation is first lo
  eaa3ccc... Break out ListBox used to display conversations into standa
  c2bccf9... Gracefully handle messages with no from address in conversa
  9873d34... Add a tooltip to to conversartion viewer's date headers wit
  411542e... Don't collapse a conversartion email when it has an attache
  95a9fb8... Minor conversation code cleanup.
  8a9dd80... Fix logic error when determining when to show the "show ima
  a4ff37c... Minor conversation code cleanup.
  35331ff... Tidy up ConversationMessage GTK theme CSS.
  2c6d9ff... Enable popover for conversation message header addresses.
  89ee1cf... Fix in-window and in-comversation composers not getting cle
  c9eae72... Simplify how ConversationListBox removal, explicitly destro
  91f5b94... Don't hide in-window composers just after they are shown.
  c844cd5... Make conversation viewer email flag handling a bit more nul
  4d0db2c... Fix jumpy focus scrolling on emails bigger than the viewpor
  8930e78... Minor conversation viewer code cleanup.
  eff9c18... Fix some critical warnings during object destruction.
  17d4502... Port some changes over from master lost in the last rebase.
  676ed87... Substantially rework email HTML sanitising and styling.
  890cf2f... Use app-driven width for conversation web view, not content
  502be51... Remove some unused/uneeded message body CSS.
  0f41338... Tidy up collapsible quote container style and behaviour.
  5016dcf... Prefix CSS classes in message HTML to avoid collisions with
  dd47535... Always allow last messages in a convo to be expanded.
  76e01db... Ensure conversation messages min width is low enough for sm
  2dd7628... Fix most conversation web view height issues.
  e9afbff... Minor code cleanup.
  06e8d2a... Don't clobber avatar loads for second and subsequent convo 
  e3a8afe... Workaround wide convo InfoBars being too wide for small scr
  2654df9... Fix some inline parts not being visible.
  5fe2a9f... Fix inline JPEGs being corrupted when converted to data URI
  ba2b1ca... Move managing toolbar mesage buttons from convo viewer to c
  9a0c75d... Convert new convo widgets to use Gtk.Grid instead of Box.
  105bba3... Fix 0px elements being rendered as 1px boxes.
  df2f510... Fix massive memory leak due to some convo widgets never bei
  21776ee... Fix compile error.
  3e937f5... Fix missing space between message avatar and headers.
  9d672b7... Replace Gtk.IconView with FlowBox for displaying email atta
  c35e661... Fix lack of padding around GMail blockquotes.
  e547336... (Re-)fix crash when displaying exceptionally large messages
  383587f... Set GTK CSS classes on conversation email for sent, starred
  7dd12ae... Fix some bugs in AggregateProgressMonitor when removing mon
  5b2140b... Replace the conversation list store's model on folder chang
  9796ea9... Fix ConversationListStore instances never being finalised.
  dea4377... Really(?) fix DOM node crit warning when ConversationMessag
  16408a8... Highlight unread emails in convo viewer.
  e0b6fb5... Tidy up the ConversationListBox API for accessing reply tar
  c4d409e... Reimplement in-conversation find.
  fe0744d... Tidy up conversation viewer widget signal handling a bit.
  656bab5... Implement "Search for messages from" for email addresses.
  79b25da... Clean up the conversation find implementation a bit.
  8f20b1b... Don't show info bars on show all.
  c4d20b8... Minor code tidy.
  ab3dd5d... Fix build after shoddy rebase.
  5e6c601... Fix a crit warning when switching folders.
  af1edf9... Fix a possible critical error.
  379e314... Don't re-load folder when changing to the same one.
  501256b... Fix reply/forward toobar buttons not being enabled for sear
  658cdb0... Don't consider collapsed emails for find prefil/reply quoti
  5b63783... Dismiss link popover when a link is activated.
  7de90fa... Minor GTK and HTML CSS tweaks.
  29459c6... Fix possible crit loading an avatar for a cancelled convers
  11e5514... Set an explcit minimum version requirmeent for libsoup.
  ceb1dba... Tidy up avatar loading.
  36136eb... Fix possible crit error when conversation load is cancelled
  c5494a1... Prematurely optimise conversation email loading.
  3a3a01f... Fix a possible crit error.
  f9e5c8d... Fix a possible crit error when cancelling conversation load
  d81ff93... Add ConversationEmail::message_bodies_loaded prop, hook it 
  e8f3281... Fix logic thinko with conversation last row handling.
  e7bd3c5... Expand/collapse conversation rows matching fine/search term
  a5b0b6c... Manage search term highlighting for messages appended to a 
  6f64d4f... Explicitly handle find bar being closed, update search term
  29321e6... Highlight search terms in conversation message address head
  46dcca4... Define message address popover activation handlers via the 
  326bc01... Display Sender and Reply-To headers for conversation messag
  f7230af... Move conversation loading timout mgmt to ConversationListBo
  84fdc45... Remove blacklisting from ConversationListBox, use a compose
  673110e... Don't show draft messages when editing them.
  c906543... Ensure composer web views are always visible.
  a41bc1b... Improve ConversationViewer encapsulation.
  3fb4a4c... Update composer container style implementations a bit.
  44ac107... Ensure drafts messages are always displayed expanded by def
  0b39ac2... Make composer scrolled window directly available to the emb
  ebafabc... Minor composer container cleanup.
  28ce7eb... Fix next another conversation load cancelled crit error.
  63fc144... Workaround a GTK+ crasher, Bug 771812.
  866a6be... Rework conversation listbox message loading impl a bit.
  e64b96d... Split up handling of emails and composers in conversation l

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