Free cookie consent management tool by TermsFeed Policy Generator

Opened 14 years ago

Closed 13 years ago

#1112 closed feature request (done)

Dragging of multiple items

Reported by: mkommend Owned by: swagner
Priority: highest Milestone: HeuristicLab 3.3.4
Component: General Version: 3.3.4
Keywords: Cc:

Description

Although it is possible to select multiple items only the last selected item gets dragged.

Change History (14)

comment:1 Changed 13 years ago by mkommend

  • Priority changed from low to high
  • Version changed from 3.3 to 3.3.1

comment:2 Changed 13 years ago by mkommend

  • Priority changed from high to highest

comment:3 Changed 13 years ago by swagner

  • Milestone changed from HeuristicLab x.x.x to HeuristicLab 3.3.2

comment:4 Changed 13 years ago by swagner

  • Milestone changed from HeuristicLab 3.3.2 to HeuristicLab 3.3.3

comment:5 Changed 13 years ago by swagner

  • Milestone changed from HeuristicLab 3.3.3 to HeuristicLab 3.3.4

comment:6 Changed 13 years ago by swagner

  • Status changed from new to accepted

comment:7 Changed 13 years ago by swagner

Implemented dragging of multiple items in RunCollectionView in r5702.

comment:8 Changed 13 years ago by swagner

Implemented dragging of multiple items in all collection views and refactored drag & drop code in r5744.

comment:9 Changed 13 years ago by swagner

  • Owner changed from swagner to mkommend
  • Status changed from accepted to reviewing

comment:10 Changed 13 years ago by mkommend

  • Owner changed from mkommend to swagner
  • Status changed from reviewing to assigned
  • Version changed from 3.3.1 to 3.3.3

Reviewed the changesets r5702 and r5744 and detected the following improvements:

  • The constant string HeuristicLab used for identifying the dragged items should be extracted into a static field.
  • The check in the DragEnter event of controls, could first check the state of the Control (ReadOnly, Locked) and check the content of the dragged item only if the first check succeeded.

All other changes look good.

comment:11 Changed 13 years ago by swagner

Thanks for reviewing. Implemented review comments in r5837.

comment:12 Changed 13 years ago by swagner

  • Owner changed from swagner to mkommend
  • Status changed from assigned to reviewing

comment:13 Changed 13 years ago by mkommend

  • Owner changed from mkommend to swagner
  • Status changed from reviewing to readytorelease

comment:14 Changed 13 years ago by swagner

  • Resolution set to done
  • Status changed from readytorelease to closed
  • Version changed from 3.3.3 to 3.3.4
Note: See TracTickets for help on using tickets.