Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/29/12 11:31:44 (12 years ago)
Author:
abeham
Message:

#1985:

  • Moved arithmetic progression dialog to MainForm (created a folder dialogs)
  • Added a button to generate such a progression for snapshot times
  • Changed TimeLimitRun to react on ExecutionTimeChanged instead of maintaining its own timers
  • Changed to allow manual snapshoting only during Paused state
  • Perform a pause + snapshot when terminating the algorithm instead of stop + snapshot (allows the algorithm in the final snapshot to continue running if the option was selected)
Location:
branches/RuntimeOptimizer/HeuristicLab.MainForm.WindowsForms/3.3
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RuntimeOptimizer/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj

    r8618 r8975  
    126126      <DependentUpon>DragOverTabControl.cs</DependentUpon>
    127127    </Compile>
     128    <Compile Include="Dialogs\DefineArithmeticProgressionDialog.cs">
     129      <SubType>Form</SubType>
     130    </Compile>
     131    <Compile Include="Dialogs\DefineArithmeticProgressionDialog.Designer.cs">
     132      <DependentUpon>DefineArithmeticProgressionDialog.cs</DependentUpon>
     133    </Compile>
    128134    <Compile Include="Plugin.cs" />
    129135    <Compile Include="Views\AsynchronousContentView.cs">
     
    254260    </BootstrapperPackage>
    255261  </ItemGroup>
     262  <ItemGroup />
    256263  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    257264  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.