| Summary: | Regressions in view treelist handling | ||
|---|---|---|---|
| Product: | [Applications] konversation | Reporter: | Eike Hein <hein> |
| Component: | general | Assignee: | Konversation Bugs <konversation-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Bug Depends on: | |||
| Bug Blocks: | 187307 | ||
|
Description
Eike Hein
2009-05-12 23:23:38 UTC
SVN commit 971156 by hein: * Add back support for drag and drop reordering of views to the listview version of the tab bar. * Add back support for "surfing" in the listview version of the tab bar by pressing and holding the left mouse button on a view and moving the mouse up and down in the list view. * Fixed mouse handling for close buttons in the listview version of the tab bar. CCBUG:192498 M +8 -0 ChangeLog M +13 -4 src/viewer/viewtree.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=971156 SVN commit 971172 by hein: Add back support for showing tooltips for truncated view items in the listview version of the tab bar. BUG:192498 M +2 -0 ChangeLog M +25 -31 src/viewer/viewtree.cpp M +2 -4 src/viewer/viewtree.h WebSVN link: http://websvn.kde.org/?view=rev&revision=971172 |