Bug 160290

Summary: Drag and Drop for arranging icons in toolbar does not work
Product: [Frameworks and Libraries] kdelibs Reporter: Clemens <clemens.isoton>
Component: kedittoolbarAssignee: David Faure <faure>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Clemens 2008-04-03 05:37:41 UTC
Version:           unknown (using 4.00.68 (KDE 4.0.68 >= 20080402), compiled sources)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.24.4-Helix

If you rearrange icons in the toolbar-editor using drag n drop the new positions will be saved, but nothing happens. You must use the "arrow" buttons to change it.
Comment 1 David Faure 2008-04-10 15:21:52 UTC
Oops indeed, the Apply button doesn't even become enabled.
Comment 2 David Faure 2008-04-28 00:41:47 UTC
SVN commit 801855 by dfaure:

Drag and drop inside a list in kedittoolbar didn't not work properly because it was handled by QListWidget directly, which didn't let us handle our internal structures...
BUG: 160290


 M  +2 -13     dialogs/kedittoolbar.cpp  
 M  +7 -1      dialogs/kedittoolbar_p.h  
 M  +8 -4      tests/kwindowtest.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=801855