Bug 160290 - Drag and Drop for arranging icons in toolbar does not work
Summary: Drag and Drop for arranging icons in toolbar does not work
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kedittoolbar (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-03 05:37 UTC by Clemens
Modified: 2008-04-28 00:41 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 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