Review Request 109060: [KMenuEdit] Ability to move up/down items
Julien Borderie
frajibe at gmail.com
Wed Feb 20 19:50:13 GMT 2013
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/109060/
-----------------------------------------------------------
Review request for kde-workspace and Albert Astals Cid.
Description
-------
Hi,
This patch adds 2 actions to move up/down items in KMenuEdit.
It makes easier item moving, a drag'n'drop is no longer required to move an item inside its parent node.
All changes are taken into consideration while saving.
----
Note bene : "moveUpOrDownItem(int isMovingUpAction)" method takes an integer rather than a boolean because of the use of a QSignalMapper, that does not handle boolean types.
This addresses bug 61537.
http://bugs.kde.org/show_bug.cgi?id=61537
Diffs
-----
kmenuedit/kmenuedit.cpp 7f9ee9f
kmenuedit/kmenueditui.rc 3b0f4b9
kmenuedit/treeview.h d36ca85
kmenuedit/treeview.cpp 9d94ee5
Diff: http://git.reviewboard.kde.org/r/109060/diff/
Testing
-------
1) Move down
- Select the first item on a given tree node --> "move up" action disabled, "move down" action enabled
- Apply "Move down" action --> item moved down
2) Move up
- Select the last item on a given tree node --> "move up" action enabled, "move down" action disabled
- Apply "Move up" action --> item moved up
Thanks,
Julien Borderie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20130220/72e19c4e/attachment.htm>
More information about the kde-core-devel
mailing list