Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/18/14 12:35:00 (10 years ago)
Author:
ascheibe
Message:

reverted last commit

Location:
branches/HiveStatistics/sources
Files:
29 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources

  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveInformationDialog.Designer.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveInformationDialog.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveItemView.Designer.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveItemView.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskListView.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskListView.designer.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    9696            this.priorityComboBox.SelectedIndex = Content.Task.Priority;
    9797          } else {
    98             this.priorityComboBox.SelectedIndex = 1;
     98            this.priorityComboBox.SelectedIndex = 0;
    9999          }
    100100          this.coresNeededComboBox.Text = Content.Task.CoresNeeded.ToString();
     
    103103          this.jobIdTextBox.Text = string.Empty;
    104104          this.dateCreatedTextBox.Text = string.Empty;
    105           this.priorityComboBox.SelectedIndex = 1;
     105          this.priorityComboBox.SelectedIndex = 0;
    106106          this.coresNeededComboBox.Text = "1";
    107107          this.memoryNeededComboBox.Text = "128";
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.designer.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    109109      // stateLogViewHost
    110110      //
    111       this.stateLogViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    112             | System.Windows.Forms.AnchorStyles.Left)
    113             | System.Windows.Forms.AnchorStyles.Right)));
     111      this.stateLogViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     112                  | System.Windows.Forms.AnchorStyles.Left)
     113                  | System.Windows.Forms.AnchorStyles.Right)));
    114114      this.stateLogViewHost.Caption = "View";
    115115      this.stateLogViewHost.Content = null;
     
    137137      // splitContainer1
    138138      //
    139       this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    140             | System.Windows.Forms.AnchorStyles.Right)));
     139      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     140                  | System.Windows.Forms.AnchorStyles.Right)));
    141141      this.splitContainer1.Location = new System.Drawing.Point(6, 6);
    142142      this.splitContainer1.Name = "splitContainer1";
     
    189189      // priorityComboBox
    190190      //
    191       this.priorityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    192             | System.Windows.Forms.AnchorStyles.Right)));
     191      this.priorityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     192                  | System.Windows.Forms.AnchorStyles.Right)));
    193193      this.priorityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    194194      this.priorityComboBox.FormattingEnabled = true;
    195195      this.priorityComboBox.Items.AddRange(new object[] {
    196             "Low",
    197196            "Normal",
    198197            "Urgent",
     
    215214      // jobIdTextBox
    216215      //
    217       this.jobIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    218             | System.Windows.Forms.AnchorStyles.Right)));
     216      this.jobIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     217                  | System.Windows.Forms.AnchorStyles.Right)));
    219218      this.jobIdTextBox.Location = new System.Drawing.Point(87, 13);
    220219      this.jobIdTextBox.Name = "jobIdTextBox";
     
    233232      // lastUpdatedTextBox
    234233      //
    235       this.lastUpdatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    236             | System.Windows.Forms.AnchorStyles.Right)));
     234      this.lastUpdatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     235                  | System.Windows.Forms.AnchorStyles.Right)));
    237236      this.lastUpdatedTextBox.Location = new System.Drawing.Point(87, 66);
    238237      this.lastUpdatedTextBox.Name = "lastUpdatedTextBox";
     
    267266      // memoryNeededComboBox
    268267      //
    269       this.memoryNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    270             | System.Windows.Forms.AnchorStyles.Right)));
     268      this.memoryNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     269                  | System.Windows.Forms.AnchorStyles.Right)));
    271270      this.memoryNeededComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    272271      this.memoryNeededComboBox.FormattingEnabled = true;
     
    284283      // coresNeededComboBox
    285284      //
    286       this.coresNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    287             | System.Windows.Forms.AnchorStyles.Right)));
     285      this.coresNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     286                  | System.Windows.Forms.AnchorStyles.Right)));
    288287      this.coresNeededComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    289288      this.coresNeededComboBox.FormattingEnabled = true;
     
    361360      // commandTextBox
    362361      //
    363       this.commandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    364             | System.Windows.Forms.AnchorStyles.Right)));
     362      this.commandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     363                  | System.Windows.Forms.AnchorStyles.Right)));
    365364      this.commandTextBox.Location = new System.Drawing.Point(95, 39);
    366365      this.commandTextBox.Name = "commandTextBox";
     
    379378      // stateTextBox
    380379      //
    381       this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    382             | System.Windows.Forms.AnchorStyles.Right)));
     380      this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     381                  | System.Windows.Forms.AnchorStyles.Right)));
    383382      this.stateTextBox.Location = new System.Drawing.Point(95, 13);
    384383      this.stateTextBox.Name = "stateTextBox";
     
    406405      // dateCalculatedText
    407406      //
    408       this.dateCalculatedText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    409             | System.Windows.Forms.AnchorStyles.Right)));
     407      this.dateCalculatedText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     408                  | System.Windows.Forms.AnchorStyles.Right)));
    410409      this.dateCalculatedText.Location = new System.Drawing.Point(95, 117);
    411410      this.dateCalculatedText.Name = "dateCalculatedText";
     
    415414      // dateFinishedTextBox
    416415      //
    417       this.dateFinishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    418             | System.Windows.Forms.AnchorStyles.Right)));
     416      this.dateFinishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     417                  | System.Windows.Forms.AnchorStyles.Right)));
    419418      this.dateFinishedTextBox.Location = new System.Drawing.Point(95, 143);
    420419      this.dateFinishedTextBox.Name = "dateFinishedTextBox";
     
    424423      // executionTimeTextBox
    425424      //
    426       this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    427             | System.Windows.Forms.AnchorStyles.Right)));
     425      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     426                  | System.Windows.Forms.AnchorStyles.Right)));
    428427      this.executionTimeTextBox.Location = new System.Drawing.Point(95, 65);
    429428      this.executionTimeTextBox.Name = "executionTimeTextBox";
     
    433432      // dateCreatedTextBox
    434433      //
    435       this.dateCreatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    436             | System.Windows.Forms.AnchorStyles.Right)));
     434      this.dateCreatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     435                  | System.Windows.Forms.AnchorStyles.Right)));
    437436      this.dateCreatedTextBox.Location = new System.Drawing.Point(95, 91);
    438437      this.dateCreatedTextBox.Name = "dateCreatedTextBox";
     
    478477      // exceptionTextBox
    479478      //
    480       this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    481             | System.Windows.Forms.AnchorStyles.Right)));
     479      this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     480                  | System.Windows.Forms.AnchorStyles.Right)));
    482481      this.exceptionTextBox.Location = new System.Drawing.Point(95, 169);
    483482      this.exceptionTextBox.Name = "exceptionTextBox";
     
    488487      // modifyItemButton
    489488      //
    490       this.modifyItemButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    491             | System.Windows.Forms.AnchorStyles.Right)));
     489      this.modifyItemButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     490                  | System.Windows.Forms.AnchorStyles.Right)));
    492491      this.modifyItemButton.Location = new System.Drawing.Point(3, 224);
    493492      this.modifyItemButton.Name = "modifyItemButton";
     
    500499      // tabControl
    501500      //
    502       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    503             | System.Windows.Forms.AnchorStyles.Left)
    504             | System.Windows.Forms.AnchorStyles.Right)));
     501      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     502                  | System.Windows.Forms.AnchorStyles.Left)
     503                  | System.Windows.Forms.AnchorStyles.Right)));
    505504      this.tabControl.Controls.Add(this.detailsTabPage);
    506505      this.tabControl.Controls.Add(this.stateLogTabPage);
     
    513512      // HiveTaskView
    514513      //
     514      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    515515      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    516516      this.Controls.Add(this.tabControl);
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/OptimizerHiveTaskView.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    3131  [Content(typeof(OptimizerHiveTask), true)]
    3232  public partial class OptimizerHiveTaskView : HiveTaskView {
     33    private Progress progress;
     34    private ProgressView progressView;
     35
    3336    public new OptimizerHiveTask Content {
    3437      get { return (OptimizerHiveTask)base.Content; }
     
    4245    public OptimizerHiveTaskView() {
    4346      InitializeComponent();
     47      progress = new Progress() {
     48        CanBeCanceled = false,
     49        ProgressState = ProgressState.Finished
     50      };
    4451    }
    4552
     
    5360      }
    5461    }
    55 
    5662    #region Content Events
    5763    protected override void RegisterContentEvents() {
    5864      base.RegisterContentEvents();
    5965      Content.IsControllableChanged += new EventHandler(Content_IsControllableChanged);
    60       MainFormManager.GetMainForm<HeuristicLab.MainForm.WindowsForms.MainForm>().AddOperationProgressToView(this, Content.Progress);
     66      progressView = new ProgressView(this, progress);
    6167    }
    6268
    6369    protected override void DeregisterContentEvents() {
    6470      Content.IsControllableChanged -= new EventHandler(Content_IsControllableChanged);
    65       MainFormManager.GetMainForm<HeuristicLab.MainForm.WindowsForms.MainForm>().RemoveOperationProgressFromView(this, false);
     71      if (progressView != null) {
     72        progressView.Content = null;
     73        progressView.Dispose();
     74        progressView = null;
     75      }
    6676      base.DeregisterContentEvents();
    6777    }
     
    7080      SetEnabledStateOfControls();
    7181    }
     82
    7283    #endregion
    7384
     
    7687      var task = System.Threading.Tasks.Task.Factory.StartNew(ResumeTaskAsync);
    7788      task.ContinueWith((t) => {
    78         Content.Progress.Finish();
     89        progress.Finish();
    7990        ErrorHandling.ShowErrorDialog(this, "An error occured while resuming the task.", t.Exception);
    8091      }, TaskContinuationOptions.OnlyOnFaulted);
     
    8495      var task = System.Threading.Tasks.Task.Factory.StartNew(PauseTaskAsync);
    8596      task.ContinueWith((t) => {
    86         Content.Progress.Finish();
     97        progress.Finish();
    8798        ErrorHandling.ShowErrorDialog(this, "An error occured while pausing the task.", t.Exception);
    8899      }, TaskContinuationOptions.OnlyOnFaulted);
     
    92103      var task = System.Threading.Tasks.Task.Factory.StartNew(StopTaskAsync);
    93104      task.ContinueWith((t) => {
    94         Content.Progress.Finish();
     105        progress.Finish();
    95106        ErrorHandling.ShowErrorDialog(this, "An error occured while stopping the task.", t.Exception);
    96107      }, TaskContinuationOptions.OnlyOnFaulted);
     
    99110
    100111    private void PauseTaskAsync() {
    101       Content.Progress.Start("Pausing task. Please be patient for the command to take effect.");
     112      progress.Status = "Pausing task. Please be patient for the command to take effect.";
     113      progress.ProgressState = ProgressState.Started;
    102114      Content.Pause();
    103       Content.Progress.Finish();
     115      progress.Finish();
    104116    }
    105117
    106118    private void StopTaskAsync() {
    107       Content.Progress.Start("Stopping task. Please be patient for the command to take effect.");
     119      progress.Status = "Stopping task. Please be patient for the command to take effect.";
     120      progress.ProgressState = ProgressState.Started;
    108121      Content.Stop();
    109       Content.Progress.Finish();
     122      progress.Finish();
    110123    }
    111124
    112125    private void ResumeTaskAsync() {
    113       Content.Progress.Start("Resuming task. Please be patient for the command to take effect.");
     126      progress.Status = "Resuming task. Please be patient for the command to take effect.";
     127      progress.ProgressState = ProgressState.Started;
    114128      Content.Restart();
    115       Content.Progress.Finish();
     129      progress.Finish();
    116130    }
    117131
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/OptimizerHiveTaskView.designer.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/Plugin.cs.frame

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2727
    2828namespace HeuristicLab.Clients.Hive.Views {
    29   [Plugin("HeuristicLab.Clients.Hive.Views", "3.3.10.$WCREV$")]
     29  [Plugin("HeuristicLab.Clients.Hive.Views", "3.3.7.$WCREV$")]
    3030  [PluginFile("HeuristicLab.Clients.Hive.Views-3.3.dll", PluginFileType.Assembly)]
    3131  [PluginDependency("HeuristicLab.Clients.Hive", "3.3")]
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/Properties/AssemblyInfo.cs.frame

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    3232[assembly: AssemblyCompany("")]
    3333[assembly: AssemblyProduct("HeuristicLab")]
    34 [assembly: AssemblyCopyright("(c) 2002-2014 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2012 HEAL")]
    3535[assembly: AssemblyTrademark("")]
    3636[assembly: AssemblyCulture("")]
     
    5555// [assembly: AssemblyVersion("1.0.*")]
    5656[assembly: AssemblyVersion("3.3.0.0")]
    57 [assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
     57[assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogGanttChartListView.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogGanttChartListView.designer.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogGanttChartView.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogGanttChartView.designer.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogList.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogListList.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogListView.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogListView.designer.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogView.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogView.designer.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/TreeView/DeleteTaskTreeNodeAction.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/TreeView/HiveTaskItemTreeView.Designer.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/TreeView/HiveTaskItemTreeView.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/TreeView/ItemTreeView.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/TreeView/ItemTreeView.designer.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Views/3.3/TreeView/NewTaskTreeNodeAction.cs

    r11202 r11203  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
Note: See TracChangeset for help on using the changeset viewer.