Summary: | View source does not work on collapsed thread-nodes | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Patrick Stählin <me> |
Component: | new message list | Assignee: | Szymon Stefanek <pragma> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra, jtamate |
Priority: | NOR | ||
Version: | 1.11.90 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Patrick Stählin
2009-02-04 11:08:41 UTC
Confirmed in kmail 1.11.90 (kde 4.2.62) from svn trunk r923448. SVN commit 937842 by stefanek: The "View Source" and "Print" actions operate on the currently selected visible message. Keep them enabled even if the selection contains additional hidden messages. BUG: 183142 BUG: 185518 M +41 -3 kmmainwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=937842 SVN commit 939057 by stefanek: Properly count visible messages when updating the actions, also when the aggregation has no grouping. Rename the "CurrentlyViewable" property to "DisplayedWithParentsExpanded" to avoid collision with the "Viewable" property inside Model, which is a subset. BUG: 183142 BUG: 185518 M +1 -1 core/model.cpp M +36 -20 core/view.cpp M +7 -6 core/view.h M +1 -1 widget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=939057 SVN commit 940767 by tmcguire: Backport r939057 by stefanek from trunk to the 4.2 branch: Properly count visible messages when updating the actions, also when the aggregation has no grouping. Rename the "CurrentlyViewable" property to "DisplayedWithParentsExpanded" to avoid collision with the "Viewable" property inside Model, which is a subset. CCBUG: 183142 CCBUG: 185518 M +1 -1 core/model.cpp M +36 -20 core/view.cpp M +7 -6 core/view.h M +1 -1 widget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=940767 @Szymon: was the first fix backported? Both bug 192370 and bug 190938 are the same (on 4.2.2/4.2.3). Thanks |