Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10701


Ignore:
Timestamp:
04/02/14 12:50:59 (10 years ago)
Author:
pfleck
Message:
  • Undeleted PreprocessingCheckedItemListView and set default view to false.
Location:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HeuristicLab.DataPreprocessing.Views-3.3.csproj

    r10700 r10701  
    110110      <DependentUpon>PreprocessingChartView.cs</DependentUpon>
    111111    </Compile>
     112    <Compile Include="PreprocessingCheckedItemListView.cs">
     113      <SubType>UserControl</SubType>
     114    </Compile>
     115    <Compile Include="PreprocessingCheckedItemListView.Designer.cs">
     116      <DependentUpon>PreprocessingCheckedItemListView.cs</DependentUpon>
     117    </Compile>
    112118    <Compile Include="PreprocessingDataTableView.cs">
    113119      <SubType>UserControl</SubType>
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs

    • Property svn:mergeinfo set to (toggle deleted branches)
      /branches/Algorithms.GradientDescent/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5516-5520
      /branches/Benchmarking/sources/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs6917-7005
      /branches/CloningRefactoring/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs4656-4721
      /branches/DataAnalysis Refactoring/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5471-5808
      /branches/DataAnalysis SolutionEnsembles/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5815-6180
      /branches/DataAnalysis/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs4458-4459,​4462,​4464
      /branches/GP.Grammar.Editor/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs6284-6795
      /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5060
      /branches/HLScript/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs10331-10358
      /branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs6123-9799
      /branches/LogResidualEvaluator/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs10202-10483
      /branches/NET40/sources/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5138-5162
      /branches/ParallelEngine/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5175-5192
      /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs7568-7810
      /branches/QAPAlgorithms/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs6350-6627
      /branches/Restructure trunk solution/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs6828
      /branches/RuntimeOptimizer/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs8943-9078
      /branches/ScatterSearch (trunk integration)/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs7787-8333
      /branches/SlaveShutdown/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs8944-8956
      /branches/SpectralKernelForGaussianProcesses/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs10204-10479
      /branches/SuccessProgressAnalysis/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5370-5682
      /branches/Trunk/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs6829-6865
      /branches/UnloadJobs/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs9168-9215
      /branches/VNS/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5594-5752
      /branches/histogram/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs5959-6341
      /stable/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs10032-10033
      /trunk/sources/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.Designer.cs10085-10536
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs

    • Property svn:mergeinfo set to (toggle deleted branches)
      /branches/Algorithms.GradientDescent/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs5516-5520
      /branches/Benchmarking/sources/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs6917-7005
      /branches/CloningRefactoring/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs4656-4721
      /branches/DataAnalysis Refactoring/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs5471-5808
      /branches/DataAnalysis SolutionEnsembles/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs5815-6180
      /branches/DataAnalysis/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs4458-4459,​4462,​4464
      /branches/GP.Grammar.Editor/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs6284-6795
      /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs5060
      /branches/HLScript/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs10331-10358
      /branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs6123-9799
      /branches/LogResidualEvaluator/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs10202-10483
      /branches/NET40/sources/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs5138-5162
      /branches/ParallelEngine/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs5175-5192
      /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs7568-7810
      /branches/QAPAlgorithms/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs6350-6627
      /branches/Restructure trunk solution/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs6828
      /branches/RuntimeOptimizer/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs8943-9078
      /branches/ScatterSearch (trunk integration)/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs7787-8333
      /branches/SlaveShutdown/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs8944-8956
      /branches/SpectralKernelForGaussianProcesses/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs10204-10479
      /branches/SuccessProgressAnalysis/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs5370-5682
      /branches/Trunk/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs6829-6865
      /branches/UnloadJobs/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs9168-9215
      /branches/VNS/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs5594-5752
      /branches/histogram/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs5959-6341
      /stable/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs10032-10033
      /trunk/sources/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingCheckedItemListView.cs10085-10536
    r10699 r10701  
    1515
    1616  [View("PreprocessingCheckedItemList View")]
    17   [Content(typeof(CheckedItemList<StringValue>), true)]
    18   [Content(typeof(ICheckedItemList<StringValue>), true)]
     17  [Content(typeof(CheckedItemList<StringValue>), false)]
     18  [Content(typeof(ICheckedItemList<StringValue>), false)]
    1919  public partial class PreprocessingCheckedItemListView : CheckedItemListView<StringValue> {
    2020
     
    2727      : base() {
    2828      InitializeComponent();
    29       DisableDetails();     
     29      DisableDetails();
    3030    }
    3131
    3232    private void DisableDetails() {
    33         splitContainer.Panel2Collapsed = true;
    34         viewHost.Content = null;
    35         showDetailsCheckBox.Visible = false;
    36        
     33      splitContainer.Panel2Collapsed = true;
     34      viewHost.Content = null;
     35      showDetailsCheckBox.Visible = false;
     36
    3737    }
    3838
Note: See TracChangeset for help on using the changeset viewer.