Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

11/17/09:

14:03 Changeset [2503] by gkronber

Moved classes from project PluginInfrastructure.Manager to PluginInfrastructure make it easier to declare strict accessibility constraints. #799

01:17 Changeset [2502] by swagner

Updated solution file of HL 3.2 (#798)

01:05 Changeset [2501] by swagner

Worked on Optimizer (#770)

00:27 Changeset [2500] by swagner

Corrected project name of plugin HeuristicLab.Selection.Uncertainty (#798)

00:21 Changeset [2499] by swagner

Corrected project name of plugin HeuristicLab.MainForm.WindowsForms (#798)

00:00 Changeset [2498] by swagner

Created new plugin HeuristicLab.Optimizer for the new optimization frontend (#770)

11/16/09:

18:30 Changeset [2497] by gkronber

Minor changes in plugin infrastructure. #799

14:26 Changeset [2496] by gkronber

Renamed file type NativeAssembly to NativeDll. #799

14:25 Changeset [2495] by gkronber

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 swagner

Renamed solution "HeuristicLab" to "HeuristicLab 3.2" and removed projects of HeuristicLab 3.3 (#803).

00:50 Changeset [2493] by swagner

Removed unnecessary solution configurations and corrected project references and plugin dependencies in new solution HeuristicLab 3.3 (#803)

00:39 Changeset [2492] by swagner

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 swagner
For working on the release of HeuristicLab 3.3, the VS solutions and …
22:46 Changeset [2491] by swagner

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 swagner
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 gkronber
fixed: Fixed with r2490.
12:09 Changeset [2490] by gkronber

Fixed #801.

09:37 Ticket #801 (GP: Description of Subtraction/Division does not fit) created by abeham
Both are binary functions, the description reads as if they were n-ary …

11/12/09:

18:41 Changeset [2489] by gkronber

Worked on plugin infrastructure events and the display in the SplashScreen. #799

17:45 Changeset [2488] by gkronber

Worked on plugin infrastructure refactoring. (Fully functional revision). #799

17:44 Changeset [2487] by gkronber

Deleted plugin versions based on new persistence. #799

17:43 Changeset [2486] by gkronber

Copied main HL plugins from trunk for testing. #799

17:41 Changeset [2485] by gkronber

Copied main HL plugins from trunk for testing. #799

17:40 Changeset [2484] by gkronber

Copied main HL plugins from trunk for testing. #799

17:37 Changeset [2483] by gkronber

Copied main HL plugins from trunk for testing. #799

11:10 Changeset [2482] by mkommend

added predictor persistor (ticket #800)

11:09 Ticket #800 (Predictor persistor for HL3) created by mkommend
to save predictors directly from engines into a model analyzer file

11/11/09:

18:25 Ticket #799 (Refactor plugin infrastructure) created by gkronber
18:25 Changeset [2481] by gkronber

Refactored class Loader in plugin infrastructure. #799

14:37 Ticket #551 (Call hooks for plugin status changes) closed by gkronber
wontfix: Hooks for OnInstall, OnDelete, OnPreUpdate, OnPostUpdate are not …

11/10/09:

18:06 Changeset [2480] by swagner

Added AssemblyInfo.cs to project HeuristicLab.Selection.Uncertainty (#798)

18:03 Changeset [2479] by swagner

Corrected plugin meta data of HeuristicLab.AdvancedOptimizationFrontend and HeuristicLab.MainForm.WindowsForms, corrected build configurations (#798)

17:57 Changeset [2478] by mkommend

accidently removed necessary plugin file from HeuristicLab.SQLServerCompact with r2744 (ticket #798)

17:48 Changeset [2477] by mkommend

Added AssemblyInfo.cs and missing plugin files in plugin class to project HeuristicLab.SQLServerCompact (ticket #798)

17:39 Changeset [2476] by swagner

Added AssemblyInfo.cs to project HeuristicLab.Common (#798)

16:52 Changeset [2475] by gkronber

worked on plugin infrastructure refactoring. #799

16:51 Ticket #798 (Correct plugin meta data) created by swagner
16:50 Ticket #796 (Implement generic EventArgs) closed by swagner
fixed: Done in r2474.
16:50 Changeset [2474] by swagner

Implemented generic EventArgs (#796)

15:14 Ticket #797 (Update plugin dependencies in HeuristicLab.GP.Algorithms) created by swagner
14:40 Changeset [2473] by epitzer

Allow changing the name of an ObservableBackgroundWorker. (#769)

14:15 Ticket #796 (Implement generic EventArgs) created by swagner
Instead of implementing specific EventArgs for each kind of contained …
10:13 Changeset [2472] by gkronber

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 mkommend
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 gkronber
fixed: Fixed with r2471.
15:28 Changeset [2471] by gkronber

Fixed #786 (Allowed algorithms are not set correctly for all target variables)

11/05/09:

16:05 Changeset [2470] by mkommend

fired remove event in clear method of ObservableCollection, to give listeners the opportunity to deregister from events (ticket #779)

13:48 Changeset [2469] by mkommend

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 mkommend

renamed method for determining default viewable types in ContentAttribute (ticket #771)

13:18 Changeset [2467] by mkommend

added CreateView methods in MainFormManager (ticket #771)

11/04/09:

17:16 Changeset [2466] by mkommend

implemented ContentAttribute and adapted MainFormManager (ticket #771)

10:59 Changeset [2465] by abeham

updated v3.2 debug configuration

11/03/09:

17:10 Changeset [2464] by mkommend

removed generic base class ViewBase<T> (ticket #771)

15:01 Changeset [2463] by mkommend

changed detection of design mode in MainFormBase (ticket #771)

14:06 Changeset [2462] by mkommend
  • removed virtual binding of !Item property in ViewBase
  • removed FireMainFormChanged after the GUI was created (ticket#771)
12:49 Changeset [2461] by mkommend

separated ViewBase<T> into ViewBase and ViewBase<T> (ticket #771)

Note: See TracTimeline for information about the timeline view.