Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/25/18 13:12:02 (6 years ago)
Author:
jzenisek
Message:

#2839: fixed several bugs in JobAdmin:

  • disabled play button if no project or resource is selected
  • extract stats for selected or alternatively for checked resources
  • collapse slaves-only groups if no slave is assigned explicitly
  • prevent unnecessary resource tree rebuilds (reset and style instead)
  • suppress double clicks in resource tree (i.e. prevent win forms check-error)

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelector.Designer.cs

    r15627 r15920  
    5454      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
    5555      this.projectsTreeView = new System.Windows.Forms.TreeView();
    56       this.resourcesTreeView = new System.Windows.Forms.TreeView();
     56      this.resourcesTreeView = new HeuristicLab.Clients.Hive.Views.TreeView.NoDoubleClickTreeView();
    5757      this.summaryGroupBox = new System.Windows.Forms.GroupBox();
    5858      this.coresLabel = new System.Windows.Forms.Label();
     
    246246    private System.Windows.Forms.SplitContainer splitContainer2;
    247247    protected System.Windows.Forms.TreeView projectsTreeView;
    248     protected System.Windows.Forms.TreeView resourcesTreeView;
     248    protected HeuristicLab.Clients.Hive.Views.TreeView.NoDoubleClickTreeView resourcesTreeView;
    249249    private System.Windows.Forms.GroupBox summaryGroupBox;
    250250    private System.Windows.Forms.Label coresLabel;
Note: See TracChangeset for help on using the changeset viewer.