#970 closed task (done)
Implement new RunCollectionViews
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Optimization.Views | Version: | 3.3.0 |
Keywords: | Cc: |
Description (last modified by mkommend)
- TableView
- BubbleChartView
- FilterView
- Synchronization mechanism for the visual appearance (color, visible) of IRun
Change History (36)
comment:1 Changed 15 years ago by mkommend
- Status changed from new to assigned
comment:2 Changed 15 years ago by mkommend
comment:3 Changed 15 years ago by mkommend
added RunCollectionTabularView r3332
comment:4 Changed 15 years ago by mkommend
set storable attribute in RunCollection and corrected view name in RunCollectionTabularView r3447
comment:5 Changed 15 years ago by mkommend
added prototype of RunCollectionBubbleChartView r3349
comment:6 Changed 15 years ago by mkommend
enhanced RunCollectionBubbleChartView r3411
comment:7 Changed 15 years ago by mkommend
- Description modified (diff)
comment:8 Changed 15 years ago by mkommend
added new version of RunCollectionBubbleChartView r3428
comment:9 Changed 15 years ago by mkommend
corrected background of RunCollectionBubbleChartView r3440
comment:10 Changed 15 years ago by mkommend
corrected selection rectangle in RunCollectionBubbleChartView and removed filtering of datatypes in IStringConvertibleMatrix implementation of RunCollection r3441
comment:11 Changed 15 years ago by mkommend
added RowComparer for RunCollectionTabularView r3447
comment:12 Changed 15 years ago by mkommend
added reaction of color & visibility of IRuns in RunCollectionTabularView r3448
comment:13 Changed 15 years ago by mkommend
added reaction of color & visibility of IRuns in RunCollectionView r3449
comment:14 Changed 15 years ago by mkommend
corrected SelectionRectangle of RunCollectionBubbleChartView r3459
comment:15 Changed 15 years ago by mkommend
added small fix for RunCollectionBubbleChart r3482
comment:16 Changed 15 years ago by mkommend
added tooltips to RunCollectionBubbleChart r3487
comment:17 Changed 15 years ago by mkommend
added new method GetValue in RunCollection r3492
comment:18 Changed 15 years ago by mkommend
minor changes in RunCollectionBubbleChartView r3499
comment:19 Changed 15 years ago by mkommend
implemented reviewer comments r3524
comment:20 Changed 15 years ago by mkommend
corrected axis labels in RunCollectionBubbleChartView; this also avoids GDI exceptions r3536
comment:21 Changed 15 years ago by mkommend
updated RunCollectionBubbleChart r3543
comment:22 Changed 15 years ago by mkommend
corrected tabular view and bubble chart view r3546
comment:23 Changed 15 years ago by mkommend
implemented first version of RunConstraints r3614
comment:24 Changed 15 years ago by mkommend
deleted moved RunConstraint files r3619
comment:25 Changed 15 years ago by mkommend
corrected cloning of RunCollection r3625
comment:26 Changed 15 years ago by mkommend
corrected RunCollectionConstraints and the according views r3632
comment:27 Changed 15 years ago by mkommend
updated project file HL.Optimization.Views r3633
comment:28 Changed 15 years ago by mkommend
corrected behavior auf RunCollectionBubbleChart and added color to RunView r3638
comment:29 Changed 15 years ago by mkommend
corrected jitter of RunCollectionBubbleChart r3701
comment:30 Changed 15 years ago by mkommend
sorting of column names in RunCollection and fixed errors in RunCollectionConstraints r3717
comment:31 Changed 15 years ago by mkommend
forgot to commit RunCollectionViews r3718
comment:32 Changed 15 years ago by mkommend
corrected behavior of RunCollectionBubbleChart r3726
comment:33 Changed 14 years ago by mkommend
implemented first version of BoxPlotView r4094
comment:34 Changed 14 years ago by mkommend
- Resolution set to fixed
- Status changed from assigned to closed
- Version changed from 3.3 to 3.3.0
Future development and bug fixes must be specified in a single ticket.
comment:35 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 ViewHost in ExperimentView for the RunCollection and implemented IStringConvertibleMatrix in RunCollection r3329