Free cookie consent management tool by TermsFeed Policy Generator

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#973 closed feature request (done)

View.ReadOnly property

Reported by: mkommend Owned by: mkommend
Priority: medium Milestone: HeuristicLab 3.3.0
Component: MainForm Version: 3.2
Keywords: Cc:

Description (last modified by mkommend)

Every view should contain a ReadOnly property which specifies if the content could be changed. This property could be set by the virtual setter.

Change History (20)

comment:1 Changed 14 years ago by mkommend

  • Status changed from new to assigned

comment:2 Changed 14 years ago by mkommend

implemented first version of View.ReadOnly and adapted some views to the new mechanism r3350

comment:3 Changed 14 years ago by mkommend

  • Description modified (diff)

comment:4 Changed 14 years ago by mkommend

  • Description modified (diff)

comment:5 Changed 14 years ago by mkommend

removed unnecessary code in View.OnReadyOnlyChanged r3354

comment:6 Changed 14 years ago by mkommend

adapted OperatorGraphView to readyonly mechanism r3355

comment:7 Changed 14 years ago by mkommend

added operator graph tab page to EngineAlgorithmView r3361

comment:8 Changed 14 years ago by swagner

Adapted views of HeuristicLab.Core.Views and renamed method SetEnableStateOfControls into SetEnabledStateOfControls in r3362.

comment:9 Changed 14 years ago by swagner

Adapted views of HeuristicLab.Parameters.Views in r3365.

comment:10 Changed 14 years ago by mkommend

adapted HL.Optimization.Views to new ReadOnly mechanism r3367

comment:11 Changed 14 years ago by mkommend

corrected MainFormManager bug concerning creation of new default views r3375

comment:12 Changed 14 years ago by swagner

Adapted ReadOnly property in item collection views in r3433.

comment:13 Changed 14 years ago by swagner

Reverted r3433 and corrected read-only handling in RunCollectionView in r3435.

comment:14 Changed 14 years ago by swagner

Adapted views in r3454.

comment:15 Changed 14 years ago by swagner

Removed manual propagation of ReadOnly property in r3455.

comment:16 Changed 14 years ago by swagner

Fixed null reference exception in collection views in r3456.

comment:17 Changed 14 years ago by mkommend

enabled operatorGraphViewHost in UserDefinedAlgorithmView r3515

comment:18 Changed 14 years ago by mkommend

  • Resolution set to fixed
  • Status changed from assigned to closed

comment:19 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

Note: See TracTickets for help on using tickets.