[geary] (119 commits) Non-fast-forward update to branch wip/765516-gtk-widget-conversation-viewer
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary] (119 commits) Non-fast-forward update to branch wip/765516-gtk-widget-conversation-viewer
- Date: Mon, 15 Aug 2016 00:16:47 +0000 (UTC)
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:
e8c4484... Disable some code that will break when ConversationViewer l
1cd3b29... Add new ConversationMessage widget to display a single mess
aa351ea... Convert ConversationViewer to a Stack with a ListBox, remov
b1ea026... Remove uneeded ConversationWebView, HTML and CSS code.
33dc5fa... Minor code clean up.
33a01e7... Renable and update code for clicking on links in messages.
a40d6bd... Just use tooltips instead of an overlay for displaying link
b9da582... Reenable and update code for attached, full pane message co
e92148f... Remove now-unused composer-pane-position pref.
2633386... Reenable and update code for embedded message composer.
29c1464... Delete now used scrollable-overlay.vala source file.
3e51605... Enable ConversationViewer list box focus scrolling.
00ce3bc... Minor code cleanup.
bd7e27c... Reenable and update code for inline message quote toggling.
3ab6372... Add a workaround for web_view X allocation error.
78156bb... Reenable and update code for inline message image display.
86f102f... Tidy up transitions between the ConversationViewer's pages.
be6a688... Clean up message header UI, tranitions and style a bit.
28f8746... Style the ConversationViewer user message with CSS rather t
5d7c245... Add attachment icon back to the message viewer.
854522d... Don't display ConversationMessage header boxes when header
4f81db3... Make collapsed ConversationMessage message boxes a bit ligh
ed52efd... Fix "How does the code know the size to allocate" warning.
2203320... Use two different buttons in ConversationMessage to show st
6eba4f0... Ensure message are marked ready when their message bodies a
fae06db... Tidy up ConversationMessage styling and state management.
6f107da... Don't require duplicating conversation message signals on t
b1b0658... Minor code clean up/reorganisation.
fce2938... Roll back ConversationViewer focus handle changes.
2bad57a... Reenable and update code for displayed attachments.
21a7b94... Reenable and update code for editing draft messages.
4e84cba... Remove ConversationMessage.containing_folder it's uneeded a
c9579b4... Ensure ConversationMessage.web_view load stops when message
a91e1ab... Reenable displaying sub-messages.
f2c1db1... Expand the email for search conversations with only one mes
73533a5... Allow ConversationEmail to manage its infobars indep. of Co
5e235b9... Reenable displaying the "sent but not saved" message.
4c5bbb3... Reenable displaying sender avatars using Gravatar.
8863d39... Depend on libsoup now we use it explicitly in the code base
07cfb8f... Convert ConversationWebView HML CSS file to a resource, rem
1e0e593... Silence a warning calling Use Gtk.Widget.get_window.
81cafc8... Load the avatar cache on startup to ensure it is being load
2433c4d... Add trivial amount of documentation comments.
e68ff46... Re-enable email menu actions and message star/unstar.
1bb4e59... Re-enable attachments context menu.
6496dba... Convert ConversationEmail's attachment icon into a button.
e0e5907... Rename conversation-message-menu.ui to conversation-email-m
2c8f83d... Add missing UI file to POTFILES.in.
bfe6065... Re-enable the message context menu.
dd2ecdc... Add missing file to POTFILES.in.
a709c3e... Turn down some warnings the user can't do anything about.
db7d6b1... Namespace a Geary GTK+ theme CSS class.
20ceaab... Re-enable items in the ConversationEmail menu.
65fdcee... Mark ConversationMessage.context_menu_element as nullable.
9bd0a1a... Chase Yorba -> SFC copryright assignment change.
414bd0f... Chase ConversationEmail action namespace change in its main
f7e7dcf... Fix build after rebasing to current master.
12346c6... Don't ever collapse the last email in the conversation.
18f7b57... Update message header layout, use GtkFlowBox for addresses.
13731a3... Fix alignment of conversation message date and preview date
525fcc9... Ensure collapsed conversation email attachment button isn't
73f9e1f... Chase recent master ConversationViewer search changes.
fe35b54... Re-enable search highlighting in conversation view.
dbe862f... General clean up of conversation viewer code.
04da2c9... Remove redundant Geary.Email arg from ConversationEmail sig
5073d8e... Re-enable replying to and quoting the selected message, if
602174c... Remove some unused web view font code.
48ca0b1... Tidy up conversation list style.
27d7510... Show/hide any attached messages as the primary message is.
dfece65... Go back to using the same size avatar for expanded/collapse
1d19055... Ensure embedded composer is always located below its referr
84a637b... Make conversation ListBox activate and sort call lambdas fu
3f69b36... Reduce spacing between messages in the conversation list.
89fac50... Fix build after rebase.
fb579c0... Emulate browser-style scroll-on-spacebar.
76454b3... Ensure header buttons are not sensitive when convo email is
a53a4fd... Add support for easier iterating over conversation email an
84c3aa4... Re-enable message view zoom.
4490883... Fix a crash when viewer is cleared while highlighting searc
b1ae25c... Scroll to a useful location when a conversation is first lo
96fa60a... Break out ListBox used to display conversations into standa
4334ded... Gracefully handle messages with no from address in conversa
8db5708... Add a tooltip to to conversartion viewer's date headers wit
368dd7e... Don't collapse a conversartion email when it has an attache
c9eda33... Minor conversation code cleanup.
560dd84... Fix logic error when determining when to show the "show ima
04a8c3f... Minor conversation code cleanup.
cf64154... Tidy up ConversationMessage GTK theme CSS.
4596c10... Enable popover for conversation message header addresses.
7b30227... Fix in-window and in-comversation composers not getting cle
88c04e2... Simplify how ConversationListBox removal, explicitly destro
d279a26... Don't hide in-window composers just after they are shown.
59774d6... Make conversation viewer email flag handling a bit more nul
4db9c79... Fix jumpy focus scrolling on emails bigger than the viewpor
82c0cb0... Minor conversation viewer code cleanup.
d49bd28... Fix some critical warnings during object destruction.
b0ad208... Port some changes over from master lost in the last rebase.
20f4180... Substantially rework email HTML sanitising and styling.
1b6cc97... Use app-driven width for conversation web view, not content
6f33224... Remove some unused/uneeded message body CSS.
a3f231b... Tidy up collapsible quote container style and behaviour.
3e5bd3b... Prefix CSS classes in message HTML to avoid collisions with
0348870... Always allow last messages in a convo to be expanded.
9b7f860... Ensure conversation messages min width is low enough for sm
9ad7aad... Fix most conversation web view height issues.
3e8910c... Minor code cleanup.
f367b4b... Don't clobber avatar loads for second and subsequent convo
a7f574d... Workaround wide convo InfoBars being too wide for small scr
4450f73... Fix some inline parts not being visible.
509e11f... Fix inline JPEGs being corrupted when converted to data URI
ebe0dc9... Move managing toolbar mesage buttons from convo viewer to c
9efaa57... Convert new convo widgets to use Gtk.Grid instead of Box.
83e12ca... Fix 0px elements being rendered as 1px boxes.
91d2ed0... Fix massive memory leak due to some convo widgets never bei
Commits added to the branch:
8f756cd... Fix 0px elements being rendered as 1px boxes. (*)
a4c72d7... Updated Portuguese translation (*)
451ca5d... Remove workaround for Bug 742621. (*)
2015760... Fix race destroying upgrade dialog when upgrade multiple ac (*)
18a7304... Disable some code that will break when ConversationViewer l
f955023... Add new ConversationMessage widget to display a single mess
b4765e9... Convert ConversationViewer to a Stack with a ListBox, remov
3a78bc0... Remove uneeded ConversationWebView, HTML and CSS code.
2560280... Minor code clean up.
3d031de... Renable and update code for clicking on links in messages.
e369000... Just use tooltips instead of an overlay for displaying link
4125e55... Reenable and update code for attached, full pane message co
aa13b26... Remove now-unused composer-pane-position pref.
6c7d501... Reenable and update code for embedded message composer.
f66e18d... Delete now used scrollable-overlay.vala source file.
fe5b97c... Enable ConversationViewer list box focus scrolling.
3dcd0ce... Minor code cleanup.
9a38bc5... Reenable and update code for inline message quote toggling.
7fc950e... Add a workaround for web_view X allocation error.
e2b92c3... Reenable and update code for inline message image display.
b6cb540... Tidy up transitions between the ConversationViewer's pages.
2ca79c9... Clean up message header UI, tranitions and style a bit.
ee08405... Style the ConversationViewer user message with CSS rather t
156db3d... Add attachment icon back to the message viewer.
c8ac148... Don't display ConversationMessage header boxes when header
340677a... Make collapsed ConversationMessage message boxes a bit ligh
9493cf1... Fix "How does the code know the size to allocate" warning.
e770bc4... Use two different buttons in ConversationMessage to show st
3f66093... Ensure message are marked ready when their message bodies a
349fe13... Tidy up ConversationMessage styling and state management.
f4ba9d1... Don't require duplicating conversation message signals on t
d6abd37... Minor code clean up/reorganisation.
08f4247... Roll back ConversationViewer focus handle changes.
e944295... Reenable and update code for displayed attachments.
c02c204... Reenable and update code for editing draft messages.
cd8a7f4... Remove ConversationMessage.containing_folder it's uneeded a
45d0e43... Ensure ConversationMessage.web_view load stops when message
574c72d... Reenable displaying sub-messages.
5e0068f... Expand the email for search conversations with only one mes
8f04743... Allow ConversationEmail to manage its infobars indep. of Co
dd95180... Reenable displaying the "sent but not saved" message.
9b34bf6... Reenable displaying sender avatars using Gravatar.
a5a7e5b... Depend on libsoup now we use it explicitly in the code base
9939a7f... Convert ConversationWebView HML CSS file to a resource, rem
f0397ef... Silence a warning calling Use Gtk.Widget.get_window.
4b03f45... Load the avatar cache on startup to ensure it is being load
bcd05dc... Add trivial amount of documentation comments.
731c6dc... Re-enable email menu actions and message star/unstar.
229d724... Re-enable attachments context menu.
e783bdb... Convert ConversationEmail's attachment icon into a button.
88f3e98... Rename conversation-message-menu.ui to conversation-email-m
7c01376... Add missing UI file to POTFILES.in.
a1aed4f... Re-enable the message context menu.
981baf2... Add missing file to POTFILES.in.
f538583... Turn down some warnings the user can't do anything about.
2e893f2... Namespace a Geary GTK+ theme CSS class.
347293e... Re-enable items in the ConversationEmail menu.
b70d8bf... Mark ConversationMessage.context_menu_element as nullable.
83258f4... Chase Yorba -> SFC copryright assignment change.
fc0a649... Chase ConversationEmail action namespace change in its main
7e8eaf1... Fix build after rebasing to current master.
5164f93... Don't ever collapse the last email in the conversation.
a7f71c3... Update message header layout, use GtkFlowBox for addresses.
c0ce35d... Fix alignment of conversation message date and preview date
0fd364e... Ensure collapsed conversation email attachment button isn't
4c2bc26... Chase recent master ConversationViewer search changes.
30650a8... Re-enable search highlighting in conversation view.
1c45cf7... General clean up of conversation viewer code.
81a11fb... Remove redundant Geary.Email arg from ConversationEmail sig
59af639... Re-enable replying to and quoting the selected message, if
b03bfca... Remove some unused web view font code.
1991d77... Tidy up conversation list style.
4cf7708... Show/hide any attached messages as the primary message is.
341a215... Go back to using the same size avatar for expanded/collapse
4e936e5... Ensure embedded composer is always located below its referr
025de21... Make conversation ListBox activate and sort call lambdas fu
4fb2da1... Reduce spacing between messages in the conversation list.
3a6d142... Fix build after rebase.
d5ec04f... Emulate browser-style scroll-on-spacebar.
0e82775... Ensure header buttons are not sensitive when convo email is
2893b9e... Add support for easier iterating over conversation email an
ba64651... Re-enable message view zoom.
5690632... Fix a crash when viewer is cleared while highlighting searc
d31953d... Scroll to a useful location when a conversation is first lo
a7063b3... Break out ListBox used to display conversations into standa
9c91fdc... Gracefully handle messages with no from address in conversa
191df92... Add a tooltip to to conversartion viewer's date headers wit
d83d824... Don't collapse a conversartion email when it has an attache
c98bb50... Minor conversation code cleanup.
9d174d2... Fix logic error when determining when to show the "show ima
8e63218... Minor conversation code cleanup.
4b46341... Tidy up ConversationMessage GTK theme CSS.
895b5cc... Enable popover for conversation message header addresses.
1fbefa7... Fix in-window and in-comversation composers not getting cle
3e11787... Simplify how ConversationListBox removal, explicitly destro
8bc66b1... Don't hide in-window composers just after they are shown.
61c33a4... Make conversation viewer email flag handling a bit more nul
32a5d60... Fix jumpy focus scrolling on emails bigger than the viewpor
c9e0038... Minor conversation viewer code cleanup.
8948937... Fix some critical warnings during object destruction.
59f7ed1... Port some changes over from master lost in the last rebase.
543a561... Substantially rework email HTML sanitising and styling.
9d55d73... Use app-driven width for conversation web view, not content
3e3441e... Remove some unused/uneeded message body CSS.
8e274cc... Tidy up collapsible quote container style and behaviour.
154854b... Prefix CSS classes in message HTML to avoid collisions with
2fec189... Always allow last messages in a convo to be expanded.
0f544f1... Ensure conversation messages min width is low enough for sm
70f7f8a... Fix most conversation web view height issues.
1c2f705... Minor code cleanup.
f277829... Don't clobber avatar loads for second and subsequent convo
ed8c3c3... Workaround wide convo InfoBars being too wide for small scr
ac13ef2... Fix some inline parts not being visible.
d6445c8... Fix inline JPEGs being corrupted when converted to data URI
22b100c... Move managing toolbar mesage buttons from convo viewer to c
64e6901... Convert new convo widgets to use Gtk.Grid instead of Box.
6048317... Fix 0px elements being rendered as 1px boxes.
6a6063f... Fix massive memory leak due to some convo widgets never bei
5fe1360... Fix compile error.
(*) 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]