Bug 192498 - Regressions in view treelist handling
Summary: Regressions in view treelist handling
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: Git
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks: 187307
  Show dependency treegraph
 
Reported: 2009-05-12 23:23 UTC by Eike Hein
Modified: 2009-05-21 22:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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