Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/19/11 18:58:53 (13 years ago)
Author:
cneumuel
Message:

#1233

  • created baseclass for jobs (ItemJob) which derives OperatorJobs and EngineJobs
  • created special view for OptimizerJobs which derives from a more general view
  • removed logic from domain class HiveExperiment and moved it into RefreshableHiveExperiment
  • improved ItemTreeView
  • corrected plugin dependencies
  • fixed bug in database trigger when deleting HiveExperiments
  • added delete cascade for Plugin and PluginData
  • lots of fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4/Views/HiveEngineView.Designer.cs

    r6006 r6033  
    222222    private System.Windows.Forms.TextBox priorityTextBox;
    223223    private System.Windows.Forms.Label label1;
    224     protected System.Windows.Forms.TextBox executionTimeOnHiveTextBox;
     224    private System.Windows.Forms.TextBox executionTimeOnHiveTextBox;
    225225    private System.Windows.Forms.TabControl tabControl;
    226226    private System.Windows.Forms.TabPage jobsTabPage;
    227227    private System.Windows.Forms.TabPage logTabPage;
    228228    private System.Windows.Forms.Label executionTimeLabel;
    229     protected System.Windows.Forms.TextBox executionTimeTextBox;
     229    private System.Windows.Forms.TextBox executionTimeTextBox;
    230230    private System.Windows.Forms.CheckBox useLocalPluginsCheckBox;
    231231    private HeuristicLab.Core.Views.LogView logView;
Note: See TracChangeset for help on using the changeset viewer.