# # ChangeLog for / # # Generated by Trac 1.0.12 # 09/15/24 11:26:25 Mon, 08 Jun 2009 22:57:49 GMT swagner [2033] * branches/Operator Architecture Refactoring/HeuristicLab.AdvancedOptimizationFrontend/3.3/MainForm.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/AtomicOperation.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Auxiliary.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallGraph.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallNode.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CloneableBase.cs (moved) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CompositeOperation.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ConstrainedItemBase.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ConstrainedItemBaseView.Designer.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ConstrainedItemBaseView.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ConstrainedItemBaseView.resx (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ConstraintEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/EngineBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICallGraph.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICallNode.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICloneable.cs (moved) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IConstrainedItem.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IConstraint.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IItem.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IOperator.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IOperatorGraph.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IOperatorGroup.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IParameter.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IScope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IViewable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ItemBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorBaseView.Designer.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorBaseView.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorGraph.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorGraphView.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorGroup.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorLibrary.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Parameter.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterType.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterView.Designer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterView.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/PersistenceManager.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Scope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Variable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/VariableInfo.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.OptimizationFrontend/3.3/MainForm.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.ThreadParallelEngine/3.3/ThreadParallelEngine.cs (modified) Refactoring of the operator architecture (#95) Mon, 08 Jun 2009 16:34:28 GMT gkronber [2032] * trunk/sources/HeuristicLab.Hive.Engine/3.2/HeuristicLab.Hive.Engine-3.2.csproj (modified) * trunk/sources/HeuristicLab.Hive.Engine/3.2/HeuristicLabHiveEnginePlugin.cs (modified) * trunk/sources/HeuristicLab.Hive.Engine/3.2/HiveEngine.cs (modified) * trunk/sources/HeuristicLab.Hive.Engine/3.2/HiveEngineEditor.Designer.cs (modified) * trunk/sources/HeuristicLab.Hive.Engine/3.2/HiveEngineEditor.cs (modified) Worked on asynchronous result polling in `HiveEngine`. #545 (Engine ... Mon, 08 Jun 2009 11:01:52 GMT gkronber [2031] * trunk/sources/HeuristicLab.Tracing/3.2/Properties/AssemblyInfo.frame (modified) fixed #671 (Plugin HeuristicLab.Tracing-3.2 has incorrect build date) Mon, 08 Jun 2009 00:02:21 GMT swagner [2030] * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IParameter.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Parameter.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterView.cs (modified) Refactoring of the Operator Architecture (#95) Sat, 06 Jun 2009 14:53:27 GMT swagner [2029] * branches/Operator Architecture Refactoring/HeuristicLab.ThreadParallelEngine/3.2/ThreadParallelEngine.cs (modified) Refactoring of the Operator Architecture (#95) Sat, 06 Jun 2009 06:44:01 GMT mstoeger [2028] * trunk/sources/HeuristicLab.Visualization/3.2/DataRow.cs (modified) * trunk/sources/HeuristicLab.Visualization/3.2/Options/Options.cs (modified) * trunk/sources/HeuristicLab.sln (modified) fixed the data binding of the datarows to the listbox by overriding ... Sat, 06 Jun 2009 00:09:35 GMT swagner [2027] * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/EngineBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Environment.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/HeuristicLab.Core-3.2.csproj (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IEnvironment.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IOperator.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IScope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IVariablesContainer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseParametersView.Designer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseParametersView.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseParametersView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseVariablesView.Designer.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseVariablesView.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseVariablesView.resx (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseView.Designer.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseView.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorGraphView.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Parameter.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterView.Designer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterView.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Scope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/VariablesContainerView.Designer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/VariablesContainerView.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/VariablesContainerView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/ComparatorBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/ConditionalBranch.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/Counter.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/DoubleCounter.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/EmptyOperator.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/HeuristicLab.Operators-3.2.csproj (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/HeuristicLabOperatorsPlugin.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/ParallelProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/ParallelSubScopesProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/SequentialProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/SequentialSubScopesProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/SubScopesCreater.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/UniformParallelSubScopesProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/UniformSequentialSubScopesProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/VariableInjector.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/VariableInjectorView.Designer.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/VariableInjectorView.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/VariableInjectorView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.SequentialEngine/3.2/SequentialEngine.cs (modified) Refactoring of the operator architecture (#95) Fri, 05 Jun 2009 12:43:37 GMT aleitner [2026] * trunk/sources/HeuristicLab.Hive.Server.Console/3.2/AddJobForm.cs (modified) * trunk/sources/HeuristicLab.Hive.Server.Console/3.2/HiveServerManagementConsole.cs (modified) Drag'n'Drop for changing group (also subgroup) for client (#626) Fri, 05 Jun 2009 12:40:53 GMT kgrading [2025] * trunk/sources/HeuristicLab.Hive.Client.Communication/3.2/WcfService.cs (modified) * trunk/sources/HeuristicLab.Hive.Client.Core/3.2/ConfigurationManager/UptimeManager.cs (modified) * trunk/sources/HeuristicLab.Hive.Client.Core/3.2/Core.cs (modified) * trunk/sources/HeuristicLab.Hive.Client.Core/3.2/Heartbeat.cs (modified) * trunk/sources/HeuristicLab.Hive.Client.Core/3.2/JobStorage/JobStorageManager.cs (modified) * trunk/sources/HeuristicLab.Hive.Contracts/3.2/MessageContainer.cs (modified) added calendar behavior in the whole application (#669) Fri, 05 Jun 2009 12:35:47 GMT whackl [2024] * trunk/sources/HeuristicLab.Hive.Client.Console/3.2/HiveClientConsole.cs (modified) fixed some bugs #663 Fri, 05 Jun 2009 11:41:21 GMT whackl [2023] * trunk/sources/HeuristicLab.Hive.Client.Console/3.2/HeuristicLab.Hive.Client.Console-3.2.csproj (modified) * trunk/sources/HeuristicLab.Hive.Client.Console/3.2/HiveClientConsole.Designer.cs (modified) * trunk/sources/HeuristicLab.Hive.Client.Console/3.2/HiveClientConsole.cs (modified) * trunk/sources/HeuristicLab.Hive.Client.Console/3.2/HiveClientConsole.resx (modified) * trunk/sources/HeuristicLab.Hive.Client.Console/3.2/Service References/ClientService/Reference.cs (modified) * trunk/sources/HeuristicLab.Hive.Client.Console/3.2/Service References/ClientService/Reference.svcmap (modified) * trunk/sources/HeuristicLab.Hive.Client.Console/3.2/Service References/ClientService/configuration.svcinfo (modified) * trunk/sources/HeuristicLab.Hive.Client.Console/3.2/Service References/ClientService/configuration91.svcinfo (modified) * trunk/sources/HeuristicLab.Hive.Client.Console/3.2/Service References/ClientService/service.wsdl (modified) * trunk/sources/HeuristicLab.Hive.Client.Console/3.2/Service References/ClientService/service.xsd (modified) * trunk/sources/HeuristicLab.Hive.Client.Console/3.2/app.config (modified) implemented service methods to get and set an calender #468 Fri, 05 Jun 2009 11:40:40 GMT msteinbi [2022] * trunk/sources/HeuristicLab.Hive.Server.Core/3.2/ClientCommunicator.cs (modified) Reset of client state when job finshed corrected (#466) Fri, 05 Jun 2009 11:29:18 GMT kgrading [2021] * trunk/sources/HeuristicLab.Hive.Client.Core/3.2/ConfigurationManager/UptimeManager.cs (modified) added functionality to uptime manager (#669) Thu, 04 Jun 2009 21:01:50 GMT svonolfe [2020] * trunk/sources/HeuristicLab.Security.Contracts/3.2/Interfaces/ISecurityManager.cs (modified) * trunk/sources/HeuristicLab.Security.Core/3.2/SecurityManager.cs (modified) Added GetUserByLogin method for the SecurityManager (#532) Thu, 04 Jun 2009 19:50:11 GMT bspisic [2019] * trunk/sources/HeuristicLab.Visualization/3.2/IMouseEventListener.cs (modified) * trunk/sources/HeuristicLab.Visualization/3.2/PanListener.cs (modified) * trunk/sources/HeuristicLab.Visualization/3.2/ZoomListener.cs (modified) Added some comments (#664) Thu, 04 Jun 2009 18:58:08 GMT gkronber [2018] * trunk/sources/HeuristicLab.Hive.Engine/3.2/HiveEngine.cs (modified) * trunk/sources/HeuristicLab.Hive.Engine/3.2/HiveEngineEditor.Designer.cs (modified) * trunk/sources/HeuristicLab.Hive.Engine/3.2/HiveEngineEditor.cs (modified) Simplified `HiveEngineEditor` and worked on asynchronous polling of ... Thu, 04 Jun 2009 18:55:51 GMT bspisic [2017] * trunk/sources/HeuristicLab.Visualization/3.2/LineChart.cs (modified) * trunk/sources/HeuristicLab.Visualization/3.2/PanListener.cs (modified) Refactoring PanListener(#664) Thu, 04 Jun 2009 18:45:39 GMT bspisic [2016] * trunk/sources/HeuristicLab.Visualization/3.2/LineChart.cs (modified) * trunk/sources/HeuristicLab.Visualization/3.2/ZoomListener.cs (modified) Refactoring ZoomListener(#664) Thu, 04 Jun 2009 18:34:26 GMT bspisic [2015] * trunk/sources/HeuristicLab.Visualization/3.2/LineChart.cs (modified) currentMousePos removed (#664) Thu, 04 Jun 2009 18:02:56 GMT bspisic [2014] * trunk/sources/HeuristicLab.Visualization/3.2/LineChart.cs (modified) Reordered of zooming and panning (#664)