Summary: | unable to move classes from no package into package | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | cmg |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | bille |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
cmg
2004-02-17 21:13:35 UTC
In the list view, packages and folders acting as the target of moves have a quirk. The move only works when the left mouse button is released near the bottom pixels of the package symbol. In magnification: ____ /-----| | | | <=== release mouse here, move does not work | | \----------/ ____ /-----| | | | | | \----------/ <=== release mouse here, move does work I don't know how to fix this. Qt experts? OK, After playing boundary games, that works for the first folder class you move in A - test B In order to move another one under A, you need to move it to the top portion of B. Is there a work around where I could just have a package list box and assign it on the class instance instead of using the tree widget? Dragging and Dropping is good for 3 classes but I have about 60 to move. *** This bug has been marked as a duplicate of 57667 *** I cannot move one class on a new package, I read comments and it's very dificult in my system. Sometimes umbrello is frozen when I drop a class into a package, I get a cursor with a + symbol and next umbrello frozen. I get the message "umbrello: WARNING: no listitems in XMI clip". Please _always_ indicate which version of Umbrello you are using. Please use an umbrello-1.4 beta or cvs head when reporting problems. I'm sorry this is my first bug report. Yesterday I have compiled and install umbrello-1.4 beta (on debian sid). I create three packages and a class (into one package). When I drag the class and drop over the package icon, umbrello runs well, but when I drop the class over the name of package, umbrello is frozen, the cursor looks with a + symbol in a square. I get the next messages on konsole: umbrello: slotDropped: newParent->getText() is nuevo_paquete_2 umbrello: UMLListView::moveObject: newParentType is 818 umbrello: slotDropped: newParent->getText() is nuevo_paquete_1 umbrello: UMLListView::moveObject: newParentType is 818 umbrello: slotDropped: newParent->getText() is nuevo_paquete umbrello: UMLListView::moveObject: newParentType is 818 umbrello: slotDropped: newParent->getText() is nueva_clase umbrello: UMLListView::moveObject: newParentType is 813 Sorry for my English and a lot of thank's to developers of umbrello, I love it! Juan: which beta version are you using? There were some fixes in this between beta 1 and beta 2. |