Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/26/14 22:20:26 (10 years ago)
Author:
bburlacu
Message:

#1772: Added handling of double click event in the genealogy graph (opens a new view of the selected symbolic expression tree). Added highlighting of trace data. Very minor cosmetic changes to the TraceCalculator. Removed resx file from project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj

    r11253 r11503  
    283283      <DependentUpon>SymboldDataAnalysisGenealogyView.cs</DependentUpon>
    284284    </Compile>
    285     <Compile Include="Tracking\SymbolicDataAnalysisExpressionGenealogyGraphChart.cs" />
     285    <Compile Include="Tracking\SymbolicDataAnalysisExpressionGenealogyGraphChart.cs">
     286      <SubType>UserControl</SubType>
     287    </Compile>
    286288    <Compile Include="Tracking\SymbolicDataAnalysisExpressionGenealogyGraphChart.Designer.cs">
    287289      <DependentUpon>SymbolicDataAnalysisExpressionGenealogyGraphChart.cs</DependentUpon>
     
    370372    </Content>
    371373  </ItemGroup>
    372   <ItemGroup>
    373     <EmbeddedResource Include="Tracking\SymboldDataAnalysisGenealogyView.resx">
    374       <DependentUpon>SymboldDataAnalysisGenealogyView.cs</DependentUpon>
    375     </EmbeddedResource>
    376   </ItemGroup>
    377374  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    378375  <!-- 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.