Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/23/15 12:50:05 (9 years ago)
Author:
gkronber
Message:

#2261: merged trunk changes to branch
r12494
#2403: added a null check in the MatlabParameterVectorEvaluator to prevent exceptions when clearstate is called


r12493
#2369: added support for squared errors and relative errors to error-characteristic-curve view


r12492
#2392: implemented PearsonsRCalculator to fix incorrect correlation values in the correlation matrix.


r12491
#2402 don't set task state to waiting when it fails


r12490
#2401 added missing Mono.Cecil plugin dependency


r12488
#2400 - Interfaces for Capaciated-, PickupAndDelivery- and TimeWindowed-ProblemInstances now specify an additional penalty parameter to set the current penalty factor for the constraint relaxation. - The setter of the penalty-property in ...


r12485
#2374 made RegressionSolution and ClassificationSolution non-abstract


r12482
#2320: Fixed warnings in unit test solutions introduced in r12420 by marking methods as obsolete.


r12481
#2320: Fixed AfterDeserialization of GEArtifialAntEvaluator.


r12480
#2320: Fixed error in symbolicexpressiontree crossover regarding the wiring of lookup parameters if persisted file is loaded.


r12479
#2397 moved GeoIP project into ExtLibs


r12478
#2329 fixed bug in simple code editor


r12476
#2331 removed outdated plugins


r12475
#2368 fixed compile warnings


r12474
#2399 worked on Mono project prepare script


r12473
#2329 added a simple code editor for Linux


r12472
#2399 - fixed MathJax.js file name - worked on Mono project prepare script


r12471
#2399 worked on Mono project prepare script


r12470
#2399 fixed pre-build events in project files


r12465
#2399 worked on mono project prepare script


r12464
#2399 added patch to project


r12463
#2399 fixed EPPlus so that it compiles on Linux


r12461
#2398: Skip root and start symbols when calculating impacts and replacement values in the pruning operators.


r12458
#2354 show label when no data is displayed and don't show the legend


r12457
#2353 removed duplicated call to Any() in Hive Status page


r12456
#2368 fixed modifier


r12455
#2368 added support in persistence for typecaches in streams


r12445
#2394: Changed Web.config compilation from debug to release to force script bundling. Changed history loading type from lazy to eager loading to increase performance. Fixed "getCoreStatus" typo in statusCtrl.js


r12443
#2394: Fixed UserTaskQuery and GetStatusHistory in the WebApp.Status plugin


r12442
#2394 added nuget folders to svn ignore list


r12435
#2394: Improved PluginManager and updated hive status monitor.


r12434
#2396 added symbolic expression tree formatter for C#


r12433
#2395: Minor change in DoubleValue.GetValue.


r12432
#2395 Use simple round-trip format for doubles because G17 prints some strange numbers (20.22 to 20.219999999999999999). Some accuracy can still be lost on 64bit machines, but should be very rare and minimal. double.MaxValue can still be pa...


r12431
#2395 Fixed parsing issues by using the G17 format.


r12430
#2394 added missing package config


r12429
#2394 added missing package config


r12428
#2394 added web app and status page to trunk


r12424
#2320: Adapted plugin file and updated project file of SymbolicExpressionTreeEncoding.


r12422
#2320: Merged the encoding class and all accompanying changes in the trunk.


r12401
#2387 Fixed a bug where the automatic selection of the first element behaved differently for the NewItemDialog.


r12400
#2387 Forgot to commit a file.


r12399
#2387 - Added context-menu for expanding and collapsing tree-nodes. - Improve response time when expanding/collapsing all nodes for TypeSelector and NewItemDialog.


r12398
#2387 - Added clearSearch-button in TypeSelector. - Adapted behavior of TypeSelector and NewItemDialog that a selected node stays selected as long as it matches the search criteria.


r12397
#2387 - Adapted behavior of the matching in the TypeSelector that it behave the same as the NewItemDialog. The search string is tokenized by space and matches if all tokens are contained, (eg. "Sym Reg" matches "SymbolicRegression...")...


r12393
#2025 - Removed Expand/CollapseAll buttons. - Removed cycling of items.


r12392
#2386: Updated GetHashCode method in the EnumerableBoolEqualityComparer.


Location:
branches/GBT
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/GBT

  • branches/GBT/HeuristicLab.Optimizer

  • branches/GBT/HeuristicLab.Optimizer/3.3/NewItemDialog.Designer.cs

    r12305 r12495  
    5151      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5252      this.searchLabel = new System.Windows.Forms.Label();
    53       this.expandAllButton = new System.Windows.Forms.Button();
    54       this.collapseAllButton = new System.Windows.Forms.Button();
    5553      this.searchTextBox = new System.Windows.Forms.TextBox();
    5654      this.clearSearchButton = new System.Windows.Forms.Button();
     
    5957      this.typesTreeView = new System.Windows.Forms.TreeView();
    6058      this.imageList = new System.Windows.Forms.ImageList(this.components);
     59      this.descriptionSplitContainer = new System.Windows.Forms.SplitContainer();
    6160      this.itemGroupBox = new System.Windows.Forms.GroupBox();
    6261      this.itemDescriptionTextBox = new System.Windows.Forms.TextBox();
     
    7069      this.collapseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    7170      this.collapseAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    72       this.descriptionSplitContainer = new System.Windows.Forms.SplitContainer();
    7371      this.searchTextBox.SuspendLayout();
    7472      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     
    7775      this.splitContainer.SuspendLayout();
    7876      this.availableItemsGroupBox.SuspendLayout();
    79       this.itemGroupBox.SuspendLayout();
    80       this.pluginDescriptionGroupBox.SuspendLayout();
    81       this.contextMenuStrip.SuspendLayout();
    8277      ((System.ComponentModel.ISupportInitialize)(this.descriptionSplitContainer)).BeginInit();
    8378      this.descriptionSplitContainer.Panel1.SuspendLayout();
    8479      this.descriptionSplitContainer.Panel2.SuspendLayout();
    8580      this.descriptionSplitContainer.SuspendLayout();
     81      this.itemGroupBox.SuspendLayout();
     82      this.pluginDescriptionGroupBox.SuspendLayout();
     83      this.contextMenuStrip.SuspendLayout();
    8684      this.SuspendLayout();
    8785      //
     
    118116      this.searchLabel.TabIndex = 0;
    119117      this.toolTip.SetToolTip(this.searchLabel, "Enter string to search for items");
    120       //
    121       // expandAllButton
    122       //
    123       this.expandAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    124       this.expandAllButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ZoomIn;
    125       this.expandAllButton.Location = new System.Drawing.Point(12, 587);
    126       this.expandAllButton.Name = "expandAllButton";
    127       this.expandAllButton.Size = new System.Drawing.Size(23, 23);
    128       this.expandAllButton.TabIndex = 0;
    129       this.expandAllButton.TabStop = false;
    130       this.toolTip.SetToolTip(this.expandAllButton, "Expand all nodes.");
    131       this.expandAllButton.UseVisualStyleBackColor = true;
    132       this.expandAllButton.Click += new System.EventHandler(this.expandAllButton_Click);
    133       //
    134       // collapseAllButton
    135       //
    136       this.collapseAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    137       this.collapseAllButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ZoomOut;
    138       this.collapseAllButton.Location = new System.Drawing.Point(41, 587);
    139       this.collapseAllButton.Name = "collapseAllButton";
    140       this.collapseAllButton.Size = new System.Drawing.Size(23, 23);
    141       this.collapseAllButton.TabIndex = 0;
    142       this.collapseAllButton.TabStop = false;
    143       this.toolTip.SetToolTip(this.collapseAllButton, "Collapse all nodes.");
    144       this.collapseAllButton.UseVisualStyleBackColor = true;
    145       this.collapseAllButton.Click += new System.EventHandler(this.collapseAllButton_Click);
    146118      //
    147119      // searchTextBox
     
    240212      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
    241213      //
     214      // descriptionSplitContainer
     215      //
     216      this.descriptionSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     217      this.descriptionSplitContainer.Location = new System.Drawing.Point(0, 0);
     218      this.descriptionSplitContainer.Name = "descriptionSplitContainer";
     219      this.descriptionSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     220      //
     221      // descriptionSplitContainer.Panel1
     222      //
     223      this.descriptionSplitContainer.Panel1.Controls.Add(this.itemGroupBox);
     224      //
     225      // descriptionSplitContainer.Panel2
     226      //
     227      this.descriptionSplitContainer.Panel2.Controls.Add(this.pluginDescriptionGroupBox);
     228      this.descriptionSplitContainer.Size = new System.Drawing.Size(600, 192);
     229      this.descriptionSplitContainer.SplitterDistance = 81;
     230      this.descriptionSplitContainer.TabIndex = 1;
     231      this.descriptionSplitContainer.TabStop = false;
     232      //
    242233      // itemGroupBox
    243234      //
     
    353344      this.collapseAllToolStripMenuItem.Click += new System.EventHandler(this.collapseAllToolStripMenuItem_Click);
    354345      //
    355       // descriptionSplitContainer
    356       //
    357       this.descriptionSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
    358       this.descriptionSplitContainer.Location = new System.Drawing.Point(0, 0);
    359       this.descriptionSplitContainer.Name = "descriptionSplitContainer";
    360       this.descriptionSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
    361       //
    362       // descriptionSplitContainer.Panel1
    363       //
    364       this.descriptionSplitContainer.Panel1.Controls.Add(this.itemGroupBox);
    365       //
    366       // descriptionSplitContainer.Panel2
    367       //
    368       this.descriptionSplitContainer.Panel2.Controls.Add(this.pluginDescriptionGroupBox);
    369       this.descriptionSplitContainer.Size = new System.Drawing.Size(600, 192);
    370       this.descriptionSplitContainer.SplitterDistance = 81;
    371       this.descriptionSplitContainer.TabIndex = 1;
    372       this.descriptionSplitContainer.TabStop = false;
    373       //
    374346      // NewItemDialog
    375347      //
     
    381353      this.Controls.Add(this.cancelButton);
    382354      this.Controls.Add(this.okButton);
    383       this.Controls.Add(this.expandAllButton);
    384       this.Controls.Add(this.collapseAllButton);
    385355      this.MaximizeBox = false;
    386356      this.MinimizeBox = false;
     
    400370      this.availableItemsGroupBox.ResumeLayout(false);
    401371      this.availableItemsGroupBox.PerformLayout();
     372      this.descriptionSplitContainer.Panel1.ResumeLayout(false);
     373      this.descriptionSplitContainer.Panel2.ResumeLayout(false);
     374      ((System.ComponentModel.ISupportInitialize)(this.descriptionSplitContainer)).EndInit();
     375      this.descriptionSplitContainer.ResumeLayout(false);
    402376      this.itemGroupBox.ResumeLayout(false);
    403377      this.itemGroupBox.PerformLayout();
     
    405379      this.pluginDescriptionGroupBox.PerformLayout();
    406380      this.contextMenuStrip.ResumeLayout(false);
    407       this.descriptionSplitContainer.Panel1.ResumeLayout(false);
    408       this.descriptionSplitContainer.Panel2.ResumeLayout(false);
    409       ((System.ComponentModel.ISupportInitialize)(this.descriptionSplitContainer)).EndInit();
    410       this.descriptionSplitContainer.ResumeLayout(false);
    411381      this.ResumeLayout(false);
    412382
     
    424394    private System.Windows.Forms.TreeView typesTreeView;
    425395    private System.Windows.Forms.ImageList imageList;
    426     private System.Windows.Forms.Button expandAllButton;
    427     private System.Windows.Forms.Button collapseAllButton;
    428396    private System.Windows.Forms.GroupBox availableItemsGroupBox;
    429397    private System.Windows.Forms.GroupBox pluginDescriptionGroupBox;
Note: See TracChangeset for help on using the changeset viewer.