Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/01/14 15:49:31 (10 years ago)
Author:
mkommend
Message:

#2206: Removed seperate plugin for transformations and integrated them in HeuristicLab.Problems.DataAnalysis.

Location:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/CheckedTransformationListView.cs

    r10998 r11068  
    2828using HeuristicLab.MainForm;
    2929using HeuristicLab.PluginInfrastructure;
    30 using HeuristicLab.Problems.DataAnalysis.Transformations;
     30using HeuristicLab.Problems.DataAnalysis;
    3131
    3232namespace HeuristicLab.DataPreprocessing.Views {
     
    6262      }
    6363      return null;
    64     } 
     64    }
    6565
    6666    private bool CanInstanciateTransformation(Type type) {
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj

    r11000 r11068  
    280280      <Private>False</Private>
    281281    </ProjectReference>
    282     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Transformations\3.4\HeuristicLab.Problems.DataAnalysis.Transformations-3.4.csproj">
    283       <Project>{2e257a94-d1af-435c-99b4-5ac00eadfd6a}</Project>
    284       <Name>HeuristicLab.Problems.DataAnalysis.Transformations-3.4</Name>
    285       <Private>False</Private>
    286     </ProjectReference>
    287282    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
    288283      <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/Plugin.cs.frame

    r10925 r11068  
    3333  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3434  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    35   [PluginDependency("HeuristicLab.Problems.DataAnalysis.Views","3.4")]
    36   [PluginDependency("HeuristicLab.Problems.DataAnalysis.Transformations", "3.4")]
     35  [PluginDependency("HeuristicLab.Problems.DataAnalysis.Views","3.4")]
    3736  public class HeuristicLabDataPreprocessingViewPlugin : PluginBase {
    3837  }
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingCheckedItemListView.Designer.cs

    r10701 r11068  
    1 namespace HeuristicLab.DataPreprocessing.Views {
     1#region License Information
     2
     3/* HeuristicLab
     4 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     5 *
     6 * This file is part of HeuristicLab.
     7 *
     8 * HeuristicLab is free software: you can redistribute it and/or modify
     9 * it under the terms of the GNU General Public License as published by
     10 * the Free Software Foundation, either version 3 of the License, or
     11 * (at your option) any later version.
     12 *
     13 * HeuristicLab is distributed in the hope that it will be useful,
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16 * GNU General Public License for more details.
     17 *
     18 * You should have received a copy of the GNU General Public License
     19 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
     20 */
     21
     22#endregion
     23
     24namespace HeuristicLab.DataPreprocessing.Views {
    225  partial class PreprocessingCheckedItemListView {
    326    /// <summary>
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingCheckedItemListView.cs

    r10701 r11068  
    1 using System;
    2 using System.Collections.Generic;
    3 using System.ComponentModel;
    4 using System.Drawing;
    5 using System.Data;
    6 using System.Linq;
    7 using System.Text;
     1#region License Information
     2
     3/* HeuristicLab
     4 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     5 *
     6 * This file is part of HeuristicLab.
     7 *
     8 * HeuristicLab is free software: you can redistribute it and/or modify
     9 * it under the terms of the GNU General Public License as published by
     10 * the Free Software Foundation, either version 3 of the License, or
     11 * (at your option) any later version.
     12 *
     13 * HeuristicLab is distributed in the hope that it will be useful,
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16 * GNU General Public License for more details.
     17 *
     18 * You should have received a copy of the GNU General Public License
     19 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
     20 */
     21
     22#endregion
     23
    824using System.Windows.Forms;
     25using HeuristicLab.Core;
    926using HeuristicLab.Core.Views;
    1027using HeuristicLab.Data;
    1128using HeuristicLab.MainForm;
    12 using HeuristicLab.Core;
    1329
    1430namespace HeuristicLab.DataPreprocessing.Views {
     
    3652
    3753    }
    38 
    39     protected override void OnContentChanged() {
    40       base.OnContentChanged();
    41     }
    4254  }
    4355
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/TransformationView.Designer.cs

    r10977 r11068  
    1919 */
    2020#endregion
    21 
    22 using HeuristicLab.Problems.DataAnalysis.Transformations;
    2321
    2422namespace HeuristicLab.DataPreprocessing.Views {
     
    8886      // transformationListView
    8987      //
    90       this.transformationListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    91             | System.Windows.Forms.AnchorStyles.Left) 
     88      this.transformationListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     89            | System.Windows.Forms.AnchorStyles.Left)
    9290            | System.Windows.Forms.AnchorStyles.Right)));
    9391      this.transformationListView.Caption = "Transformations";
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/TransformationView.cs

    r10998 r11068  
    2525using HeuristicLab.MainForm;
    2626using HeuristicLab.MainForm.WindowsForms;
    27 using HeuristicLab.Problems.DataAnalysis.Transformations;
     27using HeuristicLab.Problems.DataAnalysis;
    2828
    2929namespace HeuristicLab.DataPreprocessing.Views {
     
    3333  public partial class TransformationView : AsynchronousContentView {
    3434
    35     public new TransformationContent Content
    36     {
     35    public new TransformationContent Content {
    3736      get { return (TransformationContent)base.Content; }
    3837      set { base.Content = value; }
Note: See TracChangeset for help on using the changeset viewer.