Bug 192498

Summary: Regressions in view treelist handling
Product: [Applications] konversation Reporter: Eike Hein <hein>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 187307    

Description Eike Hein 2009-05-12 23:23:38 UTC
Summary bug for regressions in the handling/usability of the view treelist.

Currently known problems:

- Drag and drop of views no longer works.

- The tooltips to fully display labels that get squeezed (cut off) due to a too-narrow listview no longer show up on hover.
Comment 1 Eike Hein 2009-05-21 22:11:07 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
Comment 2 Eike Hein 2009-05-21 22:48:54 UTC
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