Bug 231354 - Impossible to drag and drop a to-do in the To-do List view
Summary: Impossible to drag and drop a to-do in the To-do List view
Status: RESOLVED WORKSFORME
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-19 22:32 UTC by Sabine Faure
Modified: 2011-01-10 22:51 UTC (History)
2 users (show)

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 Sabine Faure 2010-03-19 22:32:52 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch KOrg
- Create two to-dos called A and B
- click on 'To-do List' button from the main toolbar
- the to-dos you created should be displayed in the To-do List view
- Try to drag and drop B above A

It does not work however it seems that this is a functionality that is not implemented yet but possible since there is no forbidden sign next to the mouse pointer.

Moreover, if you try to drag and drop the to-do on the toolbar then a forbidden sign is shown next to the mouse pointer to indicate that this is impossible.

Trunk, Svn Rev 1105215
Comment 1 Laurent Montel 2010-03-20 14:10:05 UTC
It's disable in akonadi port:

korganizer(7126) KOTodoModel::dropMimeData: AKONADI PORT: Disabled code in   virtual bool KOTodoModel::dropMimeData(const QMimeData*, Qt::DropAction, int, int, const QModelIndex&)
Comment 2 Sergio Martins 2010-05-26 19:09:11 UTC
SVN commit 1130883 by smartins:

 //pending(AKONADI_PORT); review the newParent stuff down there

Reviewed the newParent stuff "down there" and found a bug/typo.

Fixes the nodes not changing parent when the incidence changed parent.


CCBUG: 231354


 M  +4 -4      kotodomodel.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1130883
Comment 3 Sergio Martins 2010-05-26 19:30:14 UTC
It's as good as it was in 4.4.
Comment 4 Sabine Faure 2010-05-27 00:24:23 UTC
I retested this today and it still does not seem to work.

I can drag and drop a to-do but it always comes back to its original place.
So it is impossible to move to-dos by drag and drop atm.

Even drag and dropping a to-do as a sub to-do of another existing to-do does not work (I get the cross next to the parent to-do showing that another to-do has been moved as its sub to-do for a second and then the to-do display goes back to what it was before the drag and drop: two unrelated to-dos).

So I am reopening this bug.

Trunk, Svn Rev 1130931
Comment 5 Sergio Martins 2011-01-10 22:51:01 UTC
I've been using this for a week now. No issues found. Well, one crash, but that's fixed now.