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

  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.
  6ad036f... Emulate browser-style scroll-on-spacebar.
  c7270ca... Ensure header buttons are not sensitive when convo email is
  e1d8027... Add support for easier iterating over conversation email an
  15894cf... Re-enable message view zoom.
  40cb5d9... Fix a crash when viewer is cleared while highlighting searc

Commits added to the branch:

  f2d392b... Fix compile warnings with vala git (*)
  34f216e... Updated Indonesian translation (*)
  b3b2d58... Add a helper function to copy over configuration and use it (*)
  d389102... Use geary.ini in ~/.config/geary. Bug 741883 (*)
  7b5473c... Make use of the "primary_email" field in the config file (*)
  a81cc78... Fix some build issues arising from user config/data dir spl (*)
  095049f... Don't rely on a the GEdit app icon for the draft folder. Bu (*)
  f87a292... change spam icon (bug 737862) (*)
  c9a29eb... Remove now-unused mail-spam-symbolic icon. Bug 737862. (*)
  ecd51ce... Updated Polish translation (*)
  da348c7... Updated Polish translation (*)
  bcfb071... Add Language headers to po files (*)
  8c22ce6... Fix warning/crash when libnotify enabled and server is not  (*)
  cbe5316... Convert from using AccountInformation.email to an id - engi (*)
  295a142... Convert from using AccountInformation.email to an id - clie (*)
  4f90409... Remove AccountInformation.real_name, use primary_mailbox.na (*)
  ec60022... Use an opaque string instead of primary email address as ac (*)
  bbf5f07... RFC822 Sender header cleanup. Bug 768468. (*)
  a59a399... Don't try to load accounts with missing or broken config fi (*)
  8f7ff57... Fix error loading SMTP and IMAP host names introduced by a5 (*)
  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

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