#992 closed feature request (done)
CheckedItemList and CheckedItemCollection
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Core | Version: | 3.3 |
Keywords: | Cc: |
Description ΒΆ
Change History (17)
comment:1 Changed 15 years ago by gkronber
- Owner changed from swagner to gkronber
- Status changed from new to assigned
comment:2 Changed 15 years ago by gkronber
comment:3 Changed 15 years ago by gkronber
Implemented changes as requested by swagner with r3562.
comment:4 Changed 15 years ago by gkronber
Fixed a few minor issues in CheckedItemCollection with r3564.
comment:5 Changed 15 years ago by gkronber
Implemented CheckedItemList and CheckedItemListView with r3565.
comment:6 Changed 15 years ago by gkronber
Implemented add and insert operations for checked-item-collections with r3567.
comment:7 Changed 15 years ago by gkronber
Changed MultiOperator and MultiOperatorView to hold the list of operators in a CheckedItemList and display the list in a CheckedItemListView with r3568.
comment:8 Changed 15 years ago by swagner
Changed default checked state of items in CheckedItemCollection and CheckedItemList from false to true in r3575.
comment:9 Changed 15 years ago by gkronber
Separated MultiOperator into two classes MultiOperator and CheckedMultiOperator with r3591.
comment:10 Changed 15 years ago by gkronber
Fixed compilation warnings in CheckedItemCollection and CheckedItemList with r3594.
comment:11 Changed 15 years ago by gkronber
Changed CheckedItemCollectionView and CheckedItemListView to extend from ItemCollectionView and ItemListView with r3595.
comment:12 Changed 15 years ago by gkronber
Added ReadOnlyCheckedItemCollection and ReadOnlyCheckedItemList with r3628.
comment:13 Changed 15 years ago by gkronber
- Summary changed from CheckedItemList and CheckedItemCollection is necessary to CheckedItemList and CheckedItemCollection
comment:14 Changed 15 years ago by mkommend
registered ItemCheck event instead of ItemChecekd in CheckedItemCollectionView and CheckedItemListView r3738
comment:15 Changed 15 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:16 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Added a checked item collection and a view for it (which is basically the same file as ItemCollectionView) with r3558.