Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/17/10 05:24:03 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • corrected several bugs in order to get SGA working
Location:
trunk/sources/HeuristicLab.Core.Views/3.3
Files:
26 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/Auxiliary.cs

    r2790 r2818  
    2121
    2222using System;
    23 using System.Collections.Generic;
    2423using System.Text;
    2524using System.Windows.Forms;
  • trunk/sources/HeuristicLab.Core.Views/3.3/CreateParameterDialog.cs

    r2796 r2818  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Data;
    26 using System.Drawing;
    27 using System.Text;
    28 using System.Linq;
    2923using System.Windows.Forms;
    30 using HeuristicLab.PluginInfrastructure;
    31 using HeuristicLab.Core;
    3224
    3325namespace HeuristicLab.Core.Views {
  • trunk/sources/HeuristicLab.Core.Views/3.3/EngineView.cs

    r2796 r2818  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Drawing;
    26 using System.Data;
    27 using System.Text;
    2823using System.Windows.Forms;
    29 using HeuristicLab.Core;
    3024using HeuristicLab.Common;
    3125using HeuristicLab.MainForm;
  • trunk/sources/HeuristicLab.Core.Views/3.3/HeuristicLabCoreViewsPlugin.cs.frame

    r2796 r2818  
    2020#endregion
    2121
    22 using System;
    23 using System.Collections.Generic;
    24 using System.Text;
    2522using HeuristicLab.PluginInfrastructure;
    2623
  • trunk/sources/HeuristicLab.Core.Views/3.3/ItemArrayView.cs

    r2790 r2818  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Data;
    2624using System.Drawing;
    27 using System.Text;
    2825using System.Windows.Forms;
    2926using HeuristicLab.Collections;
    30 using HeuristicLab.Common;
    3127using HeuristicLab.MainForm;
    3228using HeuristicLab.MainForm.WindowsForms;
  • trunk/sources/HeuristicLab.Core.Views/3.3/ItemCollectionView.cs

    r2790 r2818  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Data;
    26 using System.Drawing;
    27 using System.Text;
    2824using System.Windows.Forms;
    2925using HeuristicLab.Collections;
    30 using HeuristicLab.Common;
    3126using HeuristicLab.MainForm;
    3227using HeuristicLab.MainForm.WindowsForms;
  • trunk/sources/HeuristicLab.Core.Views/3.3/ItemListView.cs

    r2790 r2818  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Data;
    2624using System.Drawing;
    27 using System.Text;
    2825using System.Windows.Forms;
    2926using HeuristicLab.Collections;
    30 using HeuristicLab.Common;
    3127using HeuristicLab.MainForm;
    3228using HeuristicLab.MainForm.WindowsForms;
  • trunk/sources/HeuristicLab.Core.Views/3.3/ItemSetView.cs

    r2790 r2818  
    2020#endregion
    2121
    22 using System;
    2322using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Data;
    26 using System.Drawing;
    27 using System.Text;
    2823using System.Windows.Forms;
    2924using HeuristicLab.Collections;
    30 using HeuristicLab.Common;
    3125using HeuristicLab.MainForm;
    3226
  • trunk/sources/HeuristicLab.Core.Views/3.3/ItemView.cs

    r2790 r2818  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Drawing;
    26 using System.Data;
    27 using System.Text;
    28 using System.Xml;
    29 using System.Windows.Forms;
    3023using HeuristicLab.MainForm;
    3124using HeuristicLab.MainForm.WindowsForms;
  • trunk/sources/HeuristicLab.Core.Views/3.3/NamedItemCollectionView.cs

    r2790 r2818  
    2020#endregion
    2121
    22 using System;
    2322using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Data;
    26 using System.Drawing;
    27 using System.Text;
    2823using System.Windows.Forms;
    2924using HeuristicLab.Collections;
    30 using HeuristicLab.Common;
    3125using HeuristicLab.MainForm;
    3226
  • trunk/sources/HeuristicLab.Core.Views/3.3/NamedItemView.cs

    r2790 r2818  
    2121
    2222using System;
    23 using System.Collections.Generic;
    2423using System.ComponentModel;
    25 using System.Drawing;
    26 using System.Data;
    27 using System.Text;
    2824using System.Windows.Forms;
    2925using HeuristicLab.MainForm;
  • trunk/sources/HeuristicLab.Core.Views/3.3/OperatorCollectionView.cs

    r2727 r2818  
    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;
    8 using System.Windows.Forms;
     1using System.Windows.Forms;
     2using HeuristicLab.Collections;
    93using HeuristicLab.MainForm;
    10 using HeuristicLab.Collections;
    114
    125namespace HeuristicLab.Core.Views {
  • trunk/sources/HeuristicLab.Core.Views/3.3/OperatorGraphView.cs

    r2801 r2818  
    2121
    2222using System;
    23 using System.Collections.Generic;
    2423using System.ComponentModel;
    2524using System.Drawing;
    26 using System.Data;
    27 using System.Linq;
    28 using System.Text;
    2925using System.Windows.Forms;
    30 using HeuristicLab.PluginInfrastructure;
    31 using HeuristicLab.Common;
    3226using HeuristicLab.MainForm;
    33 using HeuristicLab.Collections;
    3427
    3528namespace HeuristicLab.Core.Views {
  • trunk/sources/HeuristicLab.Core.Views/3.3/OperatorListView.cs

    r2727 r2818  
    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;
    8 using System.Windows.Forms;
     1using System.Windows.Forms;
     2using HeuristicLab.Collections;
    93using HeuristicLab.MainForm;
    10 using HeuristicLab.Collections;
    114
    125namespace HeuristicLab.Core.Views {
  • trunk/sources/HeuristicLab.Core.Views/3.3/OperatorSetView.cs

    r2727 r2818  
    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;
    8 using System.Windows.Forms;
     1using System.Windows.Forms;
     2using HeuristicLab.Collections;
    93using HeuristicLab.MainForm;
    10 using HeuristicLab.Collections;
    114
    125namespace HeuristicLab.Core.Views {
  • trunk/sources/HeuristicLab.Core.Views/3.3/OperatorTreeView.cs

    r2790 r2818  
    2424using System.ComponentModel;
    2525using System.Drawing;
    26 using System.Data;
    27 using System.Text;
    2826using System.Windows.Forms;
    29 using HeuristicLab.PluginInfrastructure;
    30 using HeuristicLab.Common;
     27using HeuristicLab.Collections;
    3128using HeuristicLab.MainForm;
    32 using HeuristicLab.Collections;
    3329
    3430namespace HeuristicLab.Core.Views {
  • trunk/sources/HeuristicLab.Core.Views/3.3/OperatorsSidebar.cs

    r2790 r2818  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Drawing;
    26 using System.Data;
    27 using System.Text;
    2823using System.Windows.Forms;
    29 using System.Linq;
    30 using HeuristicLab.MainForm;
    31 using HeuristicLab.MainForm.WindowsForms;
    3224
    3325namespace HeuristicLab.Core.Views {
  • trunk/sources/HeuristicLab.Core.Views/3.3/ParameterCollectionView.cs

    r2796 r2818  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Drawing;
    26 using System.Data;
    27 using System.Linq;
    28 using System.Text;
    2923using System.Windows.Forms;
     24using HeuristicLab.Collections;
    3025using HeuristicLab.MainForm;
    31 using HeuristicLab.Collections;
    3226
    3327namespace HeuristicLab.Core.Views {
  • trunk/sources/HeuristicLab.Core.Views/3.3/ScopeListView.cs

    r2727 r2818  
    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;
    8 using System.Windows.Forms;
     1using HeuristicLab.Collections;
    92using HeuristicLab.MainForm;
    10 using HeuristicLab.Collections;
    113
    124namespace HeuristicLab.Core.Views {
  • trunk/sources/HeuristicLab.Core.Views/3.3/ScopeView.cs

    r2790 r2818  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Drawing;
    26 using System.Data;
    27 using System.Text;
    2824using System.Windows.Forms;
    29 using HeuristicLab.PluginInfrastructure;
    30 using HeuristicLab.Common;
     25using HeuristicLab.Collections;
    3126using HeuristicLab.MainForm;
    32 using HeuristicLab.Collections;
    3327
    3428namespace HeuristicLab.Core.Views {
  • trunk/sources/HeuristicLab.Core.Views/3.3/TypeSelector.cs

    r2790 r2818  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Drawing;
    26 using System.Data;
     23using System.Linq;
    2724using System.Text;
    2825using System.Windows.Forms;
    29 using System.Linq;
    3026using HeuristicLab.Common;
    3127using HeuristicLab.PluginInfrastructure;
    32 using HeuristicLab.MainForm;
    3328
    3429namespace HeuristicLab.Core.Views {
  • trunk/sources/HeuristicLab.Core.Views/3.3/TypeSelectorDialog.cs

    r2790 r2818  
    2121
    2222using System;
    23 using System.Collections;
    24 using System.Collections.Generic;
    25 using System.ComponentModel;
    26 using System.Data;
    27 using System.Drawing;
    28 using System.Text;
    2923using System.Windows.Forms;
    30 using HeuristicLab.PluginInfrastructure;
    3124
    3225namespace HeuristicLab.Core.Views {
  • trunk/sources/HeuristicLab.Core.Views/3.3/ValueParameterCollectionView.cs

    r2796 r2818  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Drawing;
    26 using System.Data;
    27 using System.Linq;
    28 using System.Text;
    2923using System.Windows.Forms;
     24using HeuristicLab.Collections;
    3025using HeuristicLab.MainForm;
    31 using HeuristicLab.Collections;
    3226
    3327namespace HeuristicLab.Core.Views {
  • trunk/sources/HeuristicLab.Core.Views/3.3/VariableCollectionView.cs

    r2727 r2818  
    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;
    8 using System.Windows.Forms;
     1using HeuristicLab.Collections;
    92using HeuristicLab.MainForm;
    10 using HeuristicLab.Collections;
    113
    124namespace HeuristicLab.Core.Views {
  • trunk/sources/HeuristicLab.Core.Views/3.3/VariableView.cs

    r2790 r2818  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Drawing;
    26 using System.Data;
    27 using System.Text;
    2823using System.Windows.Forms;
     24using HeuristicLab.Common;
    2925using HeuristicLab.MainForm;
    3026
     
    9591      } else {
    9692        Caption = Content.Name + " (" + Content.GetType().Name + ")";
    97         dataTypeTextBox.Text = Content.Value == null ? "-" : Content.Value.GetType().FullName;
     93        dataTypeTextBox.Text = Content.Value == null ? "-" : Content.Value.GetType().GetPrettyName();
    9894        dataTypeTextBox.Enabled = Content.Value != null;
    9995        setValueButton.Enabled = Content.Value == null;
     
    108104        Invoke(new EventHandler(Content_ValueChanged), sender, e);
    109105      else {
    110         dataTypeTextBox.Text = Content.Value == null ? "-" : Content.Value.GetType().FullName;
     106        dataTypeTextBox.Text = Content.Value == null ? "-" : Content.Value.GetType().GetPrettyName();
    111107        dataTypeTextBox.Enabled = Content.Value != null;
    112108        setValueButton.Enabled = Content.Value == null;
  • trunk/sources/HeuristicLab.Core.Views/3.3/ViewHost.cs

    r2817 r2818  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Drawing;
    26 using System.Data;
    27 using System.Text;
     24using System.Linq;
    2825using System.Windows.Forms;
    29 using System.Linq;
    3026using HeuristicLab.Common;
    3127using HeuristicLab.MainForm;
Note: See TracChangeset for help on using the changeset viewer.