Timeline
11/17/09:
- 14:03 Changeset [2503] by
-
Moved classes from project PluginInfrastructure.Manager to PluginInfrastructure make it easier to declare strict accessibility constraints. #799
- 01:17 Changeset [2502] by
-
Updated solution file of HL 3.2 (#798)
- 01:05 Changeset [2501] by
-
Worked on Optimizer (#770)
- 00:27 Changeset [2500] by
-
Corrected project name of plugin HeuristicLab.Selection.Uncertainty (#798)
- 00:21 Changeset [2499] by
-
Corrected project name of plugin HeuristicLab.MainForm.WindowsForms (#798)
- 00:00 Changeset [2498] by
-
Created new plugin HeuristicLab.Optimizer for the new optimization frontend (#770)
11/16/09:
- 18:30 Changeset [2497] by
-
Minor changes in plugin infrastructure. #799
- 14:26 Changeset [2496] by
-
Renamed file type NativeAssembly to NativeDll. #799
- 14:25 Changeset [2495] by
-
Fixed loading of plugins in correct order as defined by plugin dependencies in AppDomains for applications. (ApplicationManager) #799
11/15/09:
- 01:09 Changeset [2494] by
-
Renamed solution "HeuristicLab" to "HeuristicLab 3.2" and removed projects of HeuristicLab 3.3 (#803).
- 00:50 Changeset [2493] by
-
Removed unnecessary solution configurations and corrected project references and plugin dependencies in new solution HeuristicLab 3.3 (#803)
- 00:39 Changeset [2492] by
-
Created new solution HeuristicLab 3.3 and new project HeuristicLab 3.3 for working on the HeuristicLab 3.3 release (#803)
11/14/09:
- 22:50 Ticket #803 (Prepare solutions and project structure for working on the ...) created by
- For working on the release of HeuristicLab 3.3, the VS solutions and …
- 22:46 Changeset [2491] by
-
Created branch for plugins adapted for testing the new persistence framework and the OKB (#802). This branch is required by epitzer.
- 22:44 Ticket #802 (Create branch for plugins adapted for testing the new persistence framework) created by
- A new branch "Persistence Test" has to be created to save the current …
11/13/09:
- 12:09 Ticket #801 (GP: Description of Subtraction/Division does not fit) closed by
- fixed: Fixed with r2490.
- 12:09 Changeset [2490] by
-
Fixed #801.
- 09:37 Ticket #801 (GP: Description of Subtraction/Division does not fit) created by
- Both are binary functions, the description reads as if they were n-ary …
11/12/09:
- 18:41 Changeset [2489] by
-
Worked on plugin infrastructure events and the display in the SplashScreen. #799
- 17:45 Changeset [2488] by
-
Worked on plugin infrastructure refactoring. (Fully functional revision). #799
- 17:44 Changeset [2487] by
-
Deleted plugin versions based on new persistence. #799
- 17:43 Changeset [2486] by
-
Copied main HL plugins from trunk for testing. #799
- 17:41 Changeset [2485] by
-
Copied main HL plugins from trunk for testing. #799
- 17:40 Changeset [2484] by
-
Copied main HL plugins from trunk for testing. #799
- 17:37 Changeset [2483] by
-
Copied main HL plugins from trunk for testing. #799
- 11:10 Changeset [2482] by
-
added predictor persistor (ticket #800)
- 11:09 Ticket #800 (Predictor persistor for HL3) created by
- to save predictors directly from engines into a model analyzer file
11/11/09:
- 18:25 Ticket #799 (Refactor plugin infrastructure) created by
- 18:25 Changeset [2481] by
-
Refactored class Loader in plugin infrastructure. #799
- 14:37 Ticket #551 (Call hooks for plugin status changes) closed by
- wontfix: Hooks for OnInstall, OnDelete, OnPreUpdate, OnPostUpdate are not …
11/10/09:
- 18:06 Changeset [2480] by
-
Added AssemblyInfo.cs to project HeuristicLab.Selection.Uncertainty (#798)
- 18:03 Changeset [2479] by
-
Corrected plugin meta data of HeuristicLab.AdvancedOptimizationFrontend and HeuristicLab.MainForm.WindowsForms, corrected build configurations (#798)
- 17:57 Changeset [2478] by
-
accidently removed necessary plugin file from HeuristicLab.SQLServerCompact with r2744 (ticket #798)
- 17:48 Changeset [2477] by
-
Added AssemblyInfo.cs and missing plugin files in plugin class to project HeuristicLab.SQLServerCompact (ticket #798)
- 17:39 Changeset [2476] by
-
Added AssemblyInfo.cs to project HeuristicLab.Common (#798)
- 16:52 Changeset [2475] by
-
worked on plugin infrastructure refactoring. #799
- 16:51 Ticket #798 (Correct plugin meta data) created by
- 16:50 Ticket #796 (Implement generic EventArgs) closed by
- fixed: Done in r2474.
- 16:50 Changeset [2474] by
-
Implemented generic EventArgs (#796)
- 15:14 Ticket #797 (Update plugin dependencies in HeuristicLab.GP.Algorithms) created by
- 14:40 Changeset [2473] by
-
Allow changing the name of an ObservableBackgroundWorker. (#769)
- 14:15 Ticket #796 (Implement generic EventArgs) created by
- Instead of implementing specific EventArgs for each kind of contained …
- 10:13 Changeset [2472] by
-
Created a branch for the refactoring for the refactoring of PluginInfrastructure #799
11/09/09:
- 16:01 Ticket #795 (Splash screen fires an InvalidOperationException if the starter is ...) created by
- Occurs in method SetInfoText line 83. Exception text: Invoke or …
11/06/09:
- 15:28 Ticket #786 (Allowed algorithms are not set correctly for all target variables) closed by
- fixed: Fixed with r2471.
- 15:28 Changeset [2471] by
-
Fixed #786 (Allowed algorithms are not set correctly for all target variables)
11/05/09:
- 16:05 Changeset [2470] by
-
fired remove event in clear method of ObservableCollection, to give listeners the opportunity to deregister from events (ticket #779)
- 13:48 Changeset [2469] by
-
moved registering of mainform from ctor to mainform.load event, because designmode property is not set in the ctor (ticket #771)
- 13:20 Changeset [2468] by
-
renamed method for determining default viewable types in ContentAttribute (ticket #771)
- 13:18 Changeset [2467] by
-
added CreateView methods in MainFormManager (ticket #771)
11/04/09:
- 17:16 Changeset [2466] by
-
implemented ContentAttribute and adapted MainFormManager (ticket #771)
- 10:59 Changeset [2465] by
-
updated v3.2 debug configuration
11/03/09:
- 17:10 Changeset [2464] by
-
removed generic base class ViewBase<T> (ticket #771)
- 15:01 Changeset [2463] by
-
changed detection of design mode in MainFormBase (ticket #771)
- 14:06 Changeset [2462] by
-
- removed virtual binding of !Item property in ViewBase
- removed FireMainFormChanged after the GUI was created (ticket#771)
- 12:49 Changeset [2461] by
-
separated ViewBase<T> into ViewBase and ViewBase<T> (ticket #771)