Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/17/10 10:26:55 (14 years ago)
Author:
cneumuel
Message:
  • Refactored HL.Hive.Experiment. JobItems are not called HiveJobs and OptimizerJobs do not contain a hierarchy anymore.
  • Dynamic generation of jobs on a slave are not reflected on the client user interface.
  • Optimizer-Trees are now strictly synchronized with the HiveJob-Trees (also the ComputeInParallel property is taken into account when the Child HiveJobs are created)
  • Improved the way a class can report progress and lock the UI (IProgressReporter, IProgress, Progress, ProgressView)
  • Changes were made to the config-files, so that server and clients work with blade12.hpc.fh-hagenberg.at
  • Lots of small changes and bugfixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3/HeuristicLab.Hive.Experiment.Views-3.3.csproj

    r4368 r4423  
    142142    </Compile>
    143143    <Compile Include="ControlExtensions.cs" />
    144     <Compile Include="Form1.cs">
    145       <SubType>Form</SubType>
    146     </Compile>
    147     <Compile Include="Form1.Designer.cs">
    148       <DependentUpon>Form1.cs</DependentUpon>
    149     </Compile>
    150     <Compile Include="TestApp.cs" />
    151     <Compile Include="JobConfigListView.cs">
    152       <SubType>UserControl</SubType>
    153     </Compile>
    154     <Compile Include="JobConfigListView.Designer.cs">
    155       <DependentUpon>JobConfigListView.cs</DependentUpon>
    156     </Compile>
    157     <Compile Include="JobConfigView.cs">
    158       <SubType>UserControl</SubType>
    159     </Compile>
    160     <Compile Include="JobConfigView.Designer.cs">
    161       <DependentUpon>JobConfigView.cs</DependentUpon>
     144    <Compile Include="HiveJobListView.cs">
     145      <SubType>UserControl</SubType>
     146    </Compile>
     147    <Compile Include="HiveJobListView.Designer.cs">
     148      <DependentUpon>HiveJobListView.cs</DependentUpon>
     149    </Compile>
     150    <Compile Include="HiveJobView.cs">
     151      <SubType>UserControl</SubType>
     152    </Compile>
     153    <Compile Include="HiveJobView.Designer.cs">
     154      <DependentUpon>HiveJobView.cs</DependentUpon>
    162155    </Compile>
    163156    <Compile Include="HiveExperimentListView.cs">
     
    179172    <Compile Include="HiveExperimentView.Designer.cs">
    180173      <DependentUpon>HiveExperimentView.cs</DependentUpon>
    181     </Compile>
    182     <Compile Include="JobItemListView.cs">
    183       <SubType>UserControl</SubType>
    184     </Compile>
    185     <Compile Include="JobItemListView.Designer.cs">
    186       <DependentUpon>JobItemListView.cs</DependentUpon>
    187     </Compile>
    188     <Compile Include="JobItemView.cs">
    189       <SubType>UserControl</SubType>
    190     </Compile>
    191     <Compile Include="JobItemView.Designer.cs">
    192       <DependentUpon>JobItemView.cs</DependentUpon>
    193174    </Compile>
    194175    <Compile Include="MenuItems\ConnectionSetupMenuItem.cs" />
     
    232213      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
    233214    </EmbeddedResource>
    234     <EmbeddedResource Include="Form1.resx">
    235       <DependentUpon>Form1.cs</DependentUpon>
    236     </EmbeddedResource>
    237     <EmbeddedResource Include="JobConfigView.resx">
    238       <DependentUpon>JobConfigView.cs</DependentUpon>
     215    <EmbeddedResource Include="HiveJobView.resx">
     216      <DependentUpon>HiveJobView.cs</DependentUpon>
    239217    </EmbeddedResource>
    240218    <EmbeddedResource Include="HiveClientView.resx">
     
    243221    <EmbeddedResource Include="HiveExperimentView.resx">
    244222      <DependentUpon>HiveExperimentView.cs</DependentUpon>
    245     </EmbeddedResource>
    246     <EmbeddedResource Include="JobItemView.resx">
    247       <DependentUpon>JobItemView.cs</DependentUpon>
     223      <SubType>Designer</SubType>
    248224    </EmbeddedResource>
    249225    <EmbeddedResource Include="ProgressView.resx">
Note: See TracChangeset for help on using the changeset viewer.