Changeset 11202 for branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4
- Timestamp:
- 07/18/14 12:01:13 (10 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 2 deleted
- 21 edited
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
- Property svn:ignore
-
old new 8 8 FxCopResults.txt 9 9 Google.ProtocolBuffers-0.9.1.dll 10 Google.ProtocolBuffers-2.4.1.473.dll 10 11 HeuristicLab 3.3.5.1.ReSharper.user 11 12 HeuristicLab 3.3.6.0.ReSharper.user 12 13 HeuristicLab.4.5.resharper.user 13 14 HeuristicLab.ExtLibs.6.0.ReSharper.user 15 HeuristicLab.Scripting.Development 14 16 HeuristicLab.resharper.user 15 17 ProtoGen.exe … … 17 19 _ReSharper.HeuristicLab 18 20 _ReSharper.HeuristicLab 3.3 21 _ReSharper.HeuristicLab 3.3 Tests 19 22 _ReSharper.HeuristicLab.ExtLibs 20 23 bin 21 24 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/GraphicalSymbolicExpressionTreeView.Designer.cs
r7967 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 19 19 */ 20 20 #endregion 21 22 using System.Drawing; 21 23 22 24 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views { … … 59 61 this.symbolicExpressionTreeChart.Spacing = 5; 60 62 this.symbolicExpressionTreeChart.TabIndex = 0; 61 this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font( "Times New Roman", 6F);63 this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font(FontFamily.GenericSerif, 8F); 62 64 // 63 65 // FunctionTreeView -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/GraphicalSymbolicExpressionTreeView.cs
r7259 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj
r8600 r11202 110 110 </ItemGroup> 111 111 <ItemGroup> 112 <Compile Include="Formatters\SymbolicExpressionTreeLatexFormatter.cs" /> 113 <Compile Include="LayoutEngines\BoxesLayoutEngine.cs" /> 114 <Compile Include="LayoutEngines\ILayoutEngine.cs" /> 115 <Compile Include="LayoutEngines\LayoutNode.cs" /> 116 <Compile Include="LayoutEngines\ReingoldTilfordLayoutEngine.cs" /> 112 117 <Compile Include="Plugin.cs" /> 113 118 <Compile Include="SymbolicExpressionGrammarAllowedChildSymbolsControl.cs"> … … 160 165 <DependentUpon>SymbolicExpressionView.cs</DependentUpon> 161 166 </Compile> 162 <Compile Include="Visual SymbolicExpressionTreeNode.cs" />163 <Compile Include="Visual SymbolicExpressionTreeNodeConnection.cs" />167 <Compile Include="VisualTreeNode.cs" /> 168 <Compile Include="VisualTreeNodeConnection.cs" /> 164 169 </ItemGroup> 165 170 <ItemGroup> … … 276 281 --> 277 282 <PropertyGroup> 278 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)283 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 279 284 set ProjectDir=$(ProjectDir) 280 285 set SolutionDir=$(SolutionDir) … … 283 288 call PreBuildEvent.cmd 284 289 </PreBuildEvent> 285 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">290 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 286 291 export ProjectDir=$(ProjectDir) 287 292 export SolutionDir=$(SolutionDir) -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/Plugin.cs.frame
r8246 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 26 26 27 27 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views { 28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views","Provides views for the symbolic expression tree encoding.", "3.4. 3.$WCREV$")]28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views","Provides views for the symbolic expression tree encoding.", "3.4.6.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/Properties/AssemblyInfo.cs.frame
r8246 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 32 32 [assembly: AssemblyCompany("")] 33 33 [assembly: AssemblyProduct("HeuristicLab")] 34 [assembly: AssemblyCopyright("(c) 2002-201 2HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2014 HEAL")] 35 35 [assembly: AssemblyTrademark("")] 36 36 [assembly: AssemblyCulture("")] … … 45 45 46 46 [assembly: AssemblyVersion("3.4.0.0")] 47 [assembly: AssemblyFileVersion("3.4. 3.$WCREV$")]47 [assembly: AssemblyFileVersion("3.4.6.$WCREV$")] -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolView.Designer.cs
r8476 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolView.cs
r7581 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionGrammarAllowedChildSymbolsControl.Designer.cs
r7967 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionGrammarAllowedChildSymbolsControl.cs
r7259 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 29 29 using HeuristicLab.PluginInfrastructure; 30 30 31 using VisualSymbolicExpressionTreeNode = HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.VisualTreeNode<HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.ISymbolicExpressionTreeNode>; 32 31 33 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views { 32 34 public sealed partial class SymbolicExpressionGrammarAllowedChildSymbolsControl : UserControl { … … 103 105 104 106 var tree = new SymbolicExpressionTree(new SymbolicExpressionTreeNode(Symbol)); 105 symbolicExpressionTreeChart.SuspendRepaint = true;106 107 if (Grammar.GetMaximumSubtreeCount(Symbol) > 0) { 107 108 for (int i = 0; i < Grammar.GetMaximumSubtreeCount(Symbol); i++) { … … 116 117 } 117 118 symbolicExpressionTreeChart.Tree = tree; 118 119 symbolicExpressionTreeChart.SuspendRepaint = true; 119 120 foreach (var subtreeNode in tree.Root.Subtrees) { 120 121 foreach (var allowedChildNode in subtreeNode.Subtrees) { … … 142 143 } 143 144 } 144 145 145 symbolicExpressionTreeChart.SuspendRepaint = false; 146 146 UpdateSelectedSymbolicExpressionTreeNodes(); … … 153 153 else visualNode.FillColor = Color.LightSteelBlue; 154 154 } 155 symbolicExpressionTreeChart.Repaint ();155 symbolicExpressionTreeChart.RepaintNodes(); 156 156 } 157 157 … … 162 162 163 163 VisualSymbolicExpressionTreeNode clickedNode = (VisualSymbolicExpressionTreeNode)sender; 164 var selectedNode = clickedNode. SymbolicExpressionTreeNode;164 var selectedNode = clickedNode.Content; 165 165 if (selectedNode.SubtreeCount == 0) { 166 166 if (!selectedSymbolicExpressionTreeNodes.Contains(selectedNode)) … … 207 207 var visualNode = symbolicExpressionTreeChart.FindVisualSymbolicExpressionTreeNodeAt(coordinates.X, coordinates.Y); 208 208 if (visualNode != null) { 209 var node = visualNode. SymbolicExpressionTreeNode;209 var node = visualNode.Content; 210 210 var root = symbolicExpressionTreeChart.Tree.Root; 211 211 if (node == root || node.Parent == root) e.Effect = DragDropEffects.Copy; … … 223 223 var symbols = data as IEnumerable<ISymbol>; 224 224 225 if (node. SymbolicExpressionTreeNode== root) {225 if (node.Content == root) { 226 226 if (symbol != null) 227 227 Grammar.AddAllowedChildSymbol(root.Symbol, symbol); … … 229 229 foreach (var s in symbols) Grammar.AddAllowedChildSymbol(root.Symbol, s); 230 230 } else { 231 int argumentIndex = root.IndexOfSubtree(node. SymbolicExpressionTreeNode);231 int argumentIndex = root.IndexOfSubtree(node.Content); 232 232 if (symbol != null) 233 233 Grammar.AddAllowedChildSymbol(root.Symbol, symbol, argumentIndex); -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionGrammarEditorView.Designer.cs
r8924 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionGrammarEditorView.cs
r8106 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 84 84 if (node.Checked) node.Expand(); 85 85 86 //mkommend: scrolls to the top node 87 symbolsTreeView.Nodes[0].EnsureVisible(); 88 86 89 allowedChildSymbolsControl.Grammar = Content; 87 90 allowedChildSymbolsControl.Symbol = null; … … 136 139 var topLevelSymbols = Content.Symbols.Where(s => !groupSymbols.Any(g => g.Symbols.Contains(s))); 137 140 UpdateChildTreeNodes(symbolsTreeView.Nodes, topLevelSymbols); 138 139 141 RebuildImageList(); 140 142 } -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionGrammarSampleExpressionTreeView.Designer.cs
r7967 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionGrammarSampleExpressionTreeView.cs
r7259 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 42 42 treeCreatorComboBox.Items.Add(treeCreator); 43 43 } 44 treeCreatorComboBox.SelectedI ndex = 0;44 treeCreatorComboBox.SelectedItem = treeCreatorComboBox.Items.OfType<ProbabilisticTreeCreator>().First(); 45 45 } 46 46 -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionGrammarView.Designer.cs
r7967 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionGrammarView.cs
r7259 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionTreeChart.Designer.cs
r8942 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 49 49 this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); 50 50 this.saveImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 51 this.exportPgfLaTeXToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 52 this.layoutEngineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 53 this.reingoldTilfordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 54 this.boxesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 51 55 this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); 52 56 this.contextMenuStrip.SuspendLayout(); … … 56 60 // 57 61 this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 58 this.saveImageToolStripMenuItem}); 62 this.saveImageToolStripMenuItem, 63 this.exportPgfLaTeXToolStripMenuItem, 64 this.layoutEngineToolStripMenuItem}); 59 65 this.contextMenuStrip.Name = "contextMenuStrip"; 60 this.contextMenuStrip.Size = new System.Drawing.Size(1 35, 26);66 this.contextMenuStrip.Size = new System.Drawing.Size(166, 70); 61 67 // 62 68 // saveImageToolStripMenuItem 63 69 // 64 70 this.saveImageToolStripMenuItem.Name = "saveImageToolStripMenuItem"; 65 this.saveImageToolStripMenuItem.Size = new System.Drawing.Size(1 34, 22);71 this.saveImageToolStripMenuItem.Size = new System.Drawing.Size(165, 22); 66 72 this.saveImageToolStripMenuItem.Text = "Save Image"; 67 73 this.saveImageToolStripMenuItem.Click += new System.EventHandler(this.saveImageToolStripMenuItem_Click); 74 // 75 // exportPgfLaTeXToolStripMenuItem 76 // 77 this.exportPgfLaTeXToolStripMenuItem.Name = "exportPgfLaTeXToolStripMenuItem"; 78 this.exportPgfLaTeXToolStripMenuItem.Size = new System.Drawing.Size(165, 22); 79 this.exportPgfLaTeXToolStripMenuItem.Text = "Export Pgf/LaTeX"; 80 this.exportPgfLaTeXToolStripMenuItem.Click += new System.EventHandler(this.exportLatexToolStripMenuItem_Click); 81 // 82 // layoutEngineToolStripMenuItem 83 // 84 this.layoutEngineToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 85 this.reingoldTilfordToolStripMenuItem, 86 this.boxesToolStripMenuItem}); 87 this.layoutEngineToolStripMenuItem.Name = "layoutEngineToolStripMenuItem"; 88 this.layoutEngineToolStripMenuItem.Size = new System.Drawing.Size(165, 22); 89 this.layoutEngineToolStripMenuItem.Text = "Layout Engine:"; 90 // 91 // reingoldTilfordToolStripMenuItem 92 // 93 this.reingoldTilfordToolStripMenuItem.Name = "reingoldTilfordToolStripMenuItem"; 94 this.reingoldTilfordToolStripMenuItem.Size = new System.Drawing.Size(161, 22); 95 this.reingoldTilfordToolStripMenuItem.Text = "Reingold-Tilford"; 96 this.reingoldTilfordToolStripMenuItem.Click += new System.EventHandler(this.reingoldTilfordToolStripMenuItem_Click); 97 // 98 // boxesToolStripMenuItem 99 // 100 this.boxesToolStripMenuItem.Name = "boxesToolStripMenuItem"; 101 this.boxesToolStripMenuItem.Size = new System.Drawing.Size(161, 22); 102 this.boxesToolStripMenuItem.Text = "Boxes"; 103 this.boxesToolStripMenuItem.Click += new System.EventHandler(this.boxesToolStripMenuItem_Click); 68 104 // 69 105 // saveFileDialog 70 106 // 71 107 this.saveFileDialog.Filter = "Bitmap (*.bmp)|*.bmp|EMF (*.emf)|*.emf"; 72 this.saveFileDialog.FilterIndex = 1;108 // 73 109 // SymbolicExpressionTreeChart 74 110 // 75 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);76 111 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 77 112 this.ContextMenuStrip = this.contextMenuStrip; 113 this.DoubleBuffered = true; 78 114 this.Name = "SymbolicExpressionTreeChart"; 79 115 this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SymbolicExpressionTreeChart_MouseClick); … … 93 129 protected System.Windows.Forms.ToolStripMenuItem saveImageToolStripMenuItem; 94 130 protected System.Windows.Forms.SaveFileDialog saveFileDialog; 131 private System.Windows.Forms.ToolStripMenuItem exportPgfLaTeXToolStripMenuItem; 132 private System.Windows.Forms.ToolStripMenuItem layoutEngineToolStripMenuItem; 133 private System.Windows.Forms.ToolStripMenuItem reingoldTilfordToolStripMenuItem; 134 private System.Windows.Forms.ToolStripMenuItem boxesToolStripMenuItem; 95 135 } 96 136 } -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionTreeChart.cs
r9043 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 24 24 using System.Drawing; 25 25 using System.Drawing.Imaging; 26 using System.IO; 27 using System.Linq; 26 28 using System.Windows.Forms; 29 27 30 28 31 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views { 29 32 public partial class SymbolicExpressionTreeChart : UserControl { 30 33 private Image image; 31 private StringFormat stringFormat; 32 private Dictionary<ISymbolicExpressionTreeNode, VisualSymbolicExpressionTreeNode> visualTreeNodes; 33 private Dictionary<Tuple<ISymbolicExpressionTreeNode, ISymbolicExpressionTreeNode>, VisualSymbolicExpressionTreeNodeConnection> visualLines; 34 private readonly StringFormat stringFormat; 35 private Dictionary<ISymbolicExpressionTreeNode, VisualTreeNode<ISymbolicExpressionTreeNode>> visualTreeNodes; 36 private Dictionary<Tuple<ISymbolicExpressionTreeNode, ISymbolicExpressionTreeNode>, VisualTreeNodeConnection> visualLines; 37 private ILayoutEngine<ISymbolicExpressionTreeNode> layoutEngine; 38 39 private const int preferredNodeWidth = 70; 40 private const int preferredNodeHeight = 46; 41 private int minHorizontalDistance = 30; 42 private int minVerticalDistance = 30; 34 43 35 44 public SymbolicExpressionTreeChart() { … … 40 49 this.lineColor = Color.Black; 41 50 this.backgroundColor = Color.White; 42 this.textFont = new Font("Times New Roman", 8); 51 this.textFont = new Font(FontFamily.GenericSansSerif, 12); 52 53 visualTreeNodes = new Dictionary<ISymbolicExpressionTreeNode, VisualTreeNode<ISymbolicExpressionTreeNode>>(); 54 visualLines = new Dictionary<Tuple<ISymbolicExpressionTreeNode, ISymbolicExpressionTreeNode>, VisualTreeNodeConnection>(); 55 56 layoutEngine = new ReingoldTilfordLayoutEngine<ISymbolicExpressionTreeNode>(n => n.Subtrees) { 57 NodeWidth = preferredNodeWidth, 58 NodeHeight = preferredNodeHeight, 59 HorizontalSpacing = minHorizontalDistance, 60 VerticalSpacing = minVerticalDistance 61 }; 62 reingoldTilfordToolStripMenuItem.Checked = true; 43 63 } 44 64 … … 48 68 } 49 69 70 #region Public properties 50 71 private int spacing; 51 72 public int Spacing { … … 89 110 set { 90 111 tree = value; 91 visualTreeNodes = new Dictionary<ISymbolicExpressionTreeNode, VisualSymbolicExpressionTreeNode>();92 visualLines = new Dictionary<Tuple<ISymbolicExpressionTreeNode, ISymbolicExpressionTreeNode>, VisualSymbolicExpressionTreeNodeConnection>();93 if (tree != null) {94 foreach (ISymbolicExpressionTreeNode node in tree.IterateNodesPrefix()) {95 visualTreeNodes[node] = new VisualSymbolicExpressionTreeNode(node);96 if (node.Parent != null) visualLines[Tuple.Create(node.Parent, node)] = new VisualSymbolicExpressionTreeNodeConnection();97 }98 }99 112 Repaint(); 100 113 } … … 106 119 set { suspendRepaint = value; } 107 120 } 121 #endregion 108 122 109 123 protected override void OnPaint(PaintEventArgs e) { … … 115 129 if (this.Width <= 1 || this.Height <= 1) 116 130 this.image = new Bitmap(1, 1); 117 else 131 else { 118 132 this.image = new Bitmap(Width, Height); 133 } 119 134 this.Repaint(); 135 } 136 137 public event EventHandler Repainted;//expose this event to notify the parent control that the tree was repainted 138 protected virtual void OnRepaint(object sender, EventArgs e) { 139 var repainted = Repainted; 140 if (repainted != null) { 141 repainted(sender, e); 142 } 120 143 } 121 144 … … 124 147 this.GenerateImage(); 125 148 this.Refresh(); 149 OnRepaint(this, EventArgs.Empty); 126 150 } 127 151 } … … 134 158 foreach (var visualNode in visualTreeNodes.Values) { 135 159 DrawTreeNode(graphics, visualNode); 160 if (visualNode.Content.SubtreeCount > 0) { 161 foreach (var visualSubtree in visualNode.Content.Subtrees.Select(s => visualTreeNodes[s])) { 162 DrawLine(graphics, visualNode, visualSubtree); 163 } 164 } 136 165 } 137 166 } … … 140 169 } 141 170 142 public void RepaintNode(Visual SymbolicExpressionTreeNodevisualNode) {171 public void RepaintNode(VisualTreeNode<ISymbolicExpressionTreeNode> visualNode) { 143 172 if (!suspendRepaint) { 144 173 using (var graphics = Graphics.FromImage(image)) { … … 157 186 graphics.Clear(backgroundColor); 158 187 if (tree != null) { 159 int height = this.Height / tree.Depth; 160 DrawFunctionTree(tree, graphics, 0, 0, this.Width, height); 161 } 162 } 163 } 164 165 public VisualSymbolicExpressionTreeNode GetVisualSymbolicExpressionTreeNode(ISymbolicExpressionTreeNode symbolicExpressionTreeNode) { 188 DrawFunctionTree(graphics, preferredNodeWidth, preferredNodeHeight, minHorizontalDistance, minVerticalDistance); 189 } 190 } 191 } 192 193 public VisualTreeNode<ISymbolicExpressionTreeNode> GetVisualSymbolicExpressionTreeNode(ISymbolicExpressionTreeNode symbolicExpressionTreeNode) { 166 194 if (visualTreeNodes.ContainsKey(symbolicExpressionTreeNode)) 167 195 return visualTreeNodes[symbolicExpressionTreeNode]; … … 169 197 } 170 198 171 public Visual SymbolicExpressionTreeNodeConnection GetVisualSymbolicExpressionTreeNodeConnection(ISymbolicExpressionTreeNode parent, ISymbolicExpressionTreeNode child) {199 public VisualTreeNodeConnection GetVisualSymbolicExpressionTreeNodeConnection(ISymbolicExpressionTreeNode parent, ISymbolicExpressionTreeNode child) { 172 200 if (child.Parent != parent) throw new ArgumentException(); 173 201 var key = Tuple.Create(parent, child); 174 Visual SymbolicExpressionTreeNodeConnection connection = null;202 VisualTreeNodeConnection connection = null; 175 203 visualLines.TryGetValue(key, out connection); 176 204 return connection; … … 186 214 187 215 protected virtual void SymbolicExpressionTreeChart_MouseClick(object sender, MouseEventArgs e) { 188 VisualSymbolicExpressionTreeNodevisualTreeNode = FindVisualSymbolicExpressionTreeNodeAt(e.X, e.Y);216 var visualTreeNode = FindVisualSymbolicExpressionTreeNodeAt(e.X, e.Y); 189 217 if (visualTreeNode != null) { 190 218 OnSymbolicExpressionTreeNodeClicked(visualTreeNode, e); … … 200 228 201 229 protected virtual void SymbolicExpressionTreeChart_MouseDoubleClick(object sender, MouseEventArgs e) { 202 Visual SymbolicExpressionTreeNodevisualTreeNode = FindVisualSymbolicExpressionTreeNodeAt(e.X, e.Y);230 VisualTreeNode<ISymbolicExpressionTreeNode> visualTreeNode = FindVisualSymbolicExpressionTreeNodeAt(e.X, e.Y); 203 231 if (visualTreeNode != null) 204 232 OnSymbolicExpressionTreeNodeDoubleClicked(visualTreeNode, e); … … 212 240 } 213 241 214 private Visual SymbolicExpressionTreeNodedraggedSymbolicExpressionTree;242 private VisualTreeNode<ISymbolicExpressionTreeNode> draggedSymbolicExpressionTree; 215 243 private MouseButtons dragButtons; 216 244 private void SymbolicExpressionTreeChart_MouseDown(object sender, MouseEventArgs e) { … … 224 252 225 253 private void SymbolicExpressionTreeChart_MouseMove(object sender, MouseEventArgs e) { 226 Visual SymbolicExpressionTreeNodevisualTreeNode = FindVisualSymbolicExpressionTreeNodeAt(e.X, e.Y);254 VisualTreeNode<ISymbolicExpressionTreeNode> visualTreeNode = FindVisualSymbolicExpressionTreeNodeAt(e.X, e.Y); 227 255 if (draggedSymbolicExpressionTree != null && 228 256 draggedSymbolicExpressionTree != visualTreeNode) { … … 239 267 } 240 268 241 public Visual SymbolicExpressionTreeNodeFindVisualSymbolicExpressionTreeNodeAt(int x, int y) {269 public VisualTreeNode<ISymbolicExpressionTreeNode> FindVisualSymbolicExpressionTreeNodeAt(int x, int y) { 242 270 foreach (var visualTreeNode in visualTreeNodes.Values) { 243 271 if (x >= visualTreeNode.X && x <= visualTreeNode.X + visualTreeNode.Width && … … 249 277 #endregion 250 278 279 private void CalculateLayout(int preferredWidth, int preferredHeight, int minHDistance, int minVDistance) { 280 layoutEngine.NodeWidth = preferredWidth; 281 layoutEngine.NodeHeight = preferredHeight; 282 layoutEngine.HorizontalSpacing = minHDistance; 283 layoutEngine.VerticalSpacing = minVDistance; 284 285 var actualRoot = tree.Root; 286 if (actualRoot.Symbol is ProgramRootSymbol && actualRoot.SubtreeCount == 1) { 287 actualRoot = tree.Root.GetSubtree(0); 288 } 289 290 var visualNodes = layoutEngine.CalculateLayout(actualRoot, Width, Height).ToList(); 291 visualTreeNodes = visualNodes.ToDictionary(x => x.Content, x => x); 292 visualLines = new Dictionary<Tuple<ISymbolicExpressionTreeNode, ISymbolicExpressionTreeNode>, VisualTreeNodeConnection>(); 293 foreach (var node in visualNodes.Select(n => n.Content)) { 294 foreach (var subtree in node.Subtrees) { 295 visualLines.Add(new Tuple<ISymbolicExpressionTreeNode, ISymbolicExpressionTreeNode>(node, subtree), new VisualTreeNodeConnection()); 296 } 297 } 298 } 299 251 300 #region methods for painting the symbolic expression tree 252 private void DrawFunctionTree(ISymbolicExpressionTree tree, Graphics graphics, int x, int y, int width, int height) { 253 DrawFunctionTree(tree.Root, graphics, x, y, width, height, Point.Empty); 254 } 255 256 /// <summary> 257 /// 258 /// </summary> 259 /// <param name="functionTree"> function tree to draw</param> 260 /// <param name="graphics">graphics object to draw on</param> 261 /// <param name="x">x coordinate of drawing area</param> 262 /// <param name="y">y coordinate of drawing area</param> 263 /// <param name="width">width of drawing area</param> 264 /// <param name="height">height of drawing area</param> 265 private void DrawFunctionTree(ISymbolicExpressionTreeNode node, Graphics graphics, int x, int y, int width, int height, Point connectionPoint) { 266 VisualSymbolicExpressionTreeNode visualTreeNode = visualTreeNodes[node]; 267 float center_x = x + width / 2; 268 float center_y = y + height / 2; 269 int actualWidth = width - spacing; 270 int actualHeight = height - spacing; 271 272 using (var textBrush = new SolidBrush(visualTreeNode.TextColor)) 273 using (var nodeLinePen = new Pen(visualTreeNode.LineColor)) 274 using (var nodeFillBrush = new SolidBrush(visualTreeNode.FillColor)) { 275 276 //calculate size of node 277 if (actualWidth >= visualTreeNode.PreferredWidth && actualHeight >= visualTreeNode.PreferredHeight) { 278 visualTreeNode.Width = visualTreeNode.PreferredWidth; 279 visualTreeNode.Height = visualTreeNode.PreferredHeight; 280 visualTreeNode.X = (int)center_x - visualTreeNode.Width / 2; 281 visualTreeNode.Y = (int)center_y - visualTreeNode.Height / 2; 282 } 283 //width too small to draw in desired sized 284 else if (actualWidth < visualTreeNode.PreferredWidth && actualHeight >= visualTreeNode.PreferredHeight) { 285 visualTreeNode.Width = actualWidth; 286 visualTreeNode.Height = visualTreeNode.PreferredHeight; 287 visualTreeNode.X = x; 288 visualTreeNode.Y = (int)center_y - visualTreeNode.Height / 2; 289 } 290 //height too small to draw in desired sized 291 else if (actualWidth >= visualTreeNode.PreferredWidth && actualHeight < visualTreeNode.PreferredHeight) { 292 visualTreeNode.Width = visualTreeNode.PreferredWidth; 293 visualTreeNode.Height = actualHeight; 294 visualTreeNode.X = (int)center_x - visualTreeNode.Width / 2; 295 visualTreeNode.Y = y; 296 } 297 //width and height too small to draw in desired size 298 else { 299 visualTreeNode.Width = actualWidth; 300 visualTreeNode.Height = actualHeight; 301 visualTreeNode.X = x; 302 visualTreeNode.Y = y; 303 } 304 305 //draw terminal node 306 if (node.SubtreeCount == 0) { 307 graphics.FillRectangle(nodeFillBrush, visualTreeNode.X, visualTreeNode.Y, visualTreeNode.Width, visualTreeNode.Height); 308 graphics.DrawRectangle(nodeLinePen, visualTreeNode.X, visualTreeNode.Y, visualTreeNode.Width, visualTreeNode.Height); 309 } else { 310 graphics.FillEllipse(nodeFillBrush, visualTreeNode.X, visualTreeNode.Y, visualTreeNode.Width, visualTreeNode.Height); 311 graphics.DrawEllipse(nodeLinePen, visualTreeNode.X, visualTreeNode.Y, visualTreeNode.Width, visualTreeNode.Height); 312 } 313 314 //draw name of symbol 315 var text = node.ToString(); 316 graphics.DrawString(text, textFont, textBrush, new RectangleF(visualTreeNode.X, visualTreeNode.Y, visualTreeNode.Width, visualTreeNode.Height), stringFormat); 317 318 //draw connection line to parent node 319 if (!connectionPoint.IsEmpty && node.Parent != null) { 320 var visualLine = GetVisualSymbolicExpressionTreeNodeConnection(node.Parent, node); 321 using (Pen linePen = new Pen(visualLine.LineColor)) { 301 private void DrawFunctionTree(Graphics graphics, int preferredWidth, int preferredHeight, int minHDistance, int minVDistance) { 302 CalculateLayout(preferredWidth, preferredHeight, minHDistance, minVDistance); 303 var visualNodes = visualTreeNodes.Values; 304 //draw nodes and connections 305 foreach (var visualNode in visualNodes) { 306 DrawTreeNode(graphics, visualNode); 307 var node = visualNode.Content; 308 foreach (var subtree in node.Subtrees) { 309 var visualLine = GetVisualSymbolicExpressionTreeNodeConnection(node, subtree); 310 var visualSubtree = visualTreeNodes[subtree]; 311 var origin = new Point(visualNode.X + visualNode.Width / 2, visualNode.Y + visualNode.Height); 312 var target = new Point(visualSubtree.X + visualSubtree.Width / 2, visualSubtree.Y); 313 graphics.Clip = new Region(new Rectangle(Math.Min(origin.X, target.X), origin.Y, Math.Max(origin.X, target.X), target.Y)); 314 using (var linePen = new Pen(visualLine.LineColor)) { 322 315 linePen.DashStyle = visualLine.DashStyle; 323 graphics.DrawLine(linePen, connectionPoint, new Point(visualTreeNode.X + visualTreeNode.Width / 2, visualTreeNode.Y));316 graphics.DrawLine(linePen, origin, target); 324 317 } 325 318 } 326 327 //calculate areas for the subtrees according to their tree size and call drawFunctionTree 328 Point connectFrom = new Point(visualTreeNode.X + visualTreeNode.Width / 2, visualTreeNode.Y + visualTreeNode.Height); 329 int[] xBoundaries = new int[node.SubtreeCount + 1]; 330 xBoundaries[0] = x; 331 for (int i = 0; i < node.SubtreeCount; i++) { 332 xBoundaries[i + 1] = (int)(xBoundaries[i] + (width * (double)node.GetSubtree(i).GetLength()) / (node.GetLength() - 1)); 333 DrawFunctionTree(node.GetSubtree(i), graphics, xBoundaries[i], y + height, xBoundaries[i + 1] - xBoundaries[i], height, connectFrom); 334 } 335 } 336 } 337 338 protected void DrawTreeNode(VisualSymbolicExpressionTreeNode visualTreeNode) { 339 using (var graphics = Graphics.FromImage(image)) { 340 graphics.InterpolationMode = System.Drawing.Drawing2D.InterpolationMode.High; 341 graphics.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighQuality; 342 DrawTreeNode(graphics, visualTreeNode); 343 } 344 } 345 346 protected void DrawTreeNode(Graphics graphics, VisualSymbolicExpressionTreeNode visualTreeNode) { 319 } 320 } 321 322 protected void DrawTreeNode(Graphics graphics, VisualTreeNode<ISymbolicExpressionTreeNode> visualTreeNode) { 347 323 graphics.Clip = new Region(new Rectangle(visualTreeNode.X, visualTreeNode.Y, visualTreeNode.Width + 1, visualTreeNode.Height + 1)); 348 324 graphics.Clear(backgroundColor); 349 var node = visualTreeNode. SymbolicExpressionTreeNode;325 var node = visualTreeNode.Content; 350 326 using (var textBrush = new SolidBrush(visualTreeNode.TextColor)) 351 327 using (var nodeLinePen = new Pen(visualTreeNode.LineColor)) … … 364 340 } 365 341 } 342 343 protected void DrawLine(Graphics graphics, VisualTreeNode<ISymbolicExpressionTreeNode> startNode, VisualTreeNode<ISymbolicExpressionTreeNode> endNode) { 344 var origin = new Point(startNode.X + startNode.Width / 2, startNode.Y + startNode.Height); 345 var target = new Point(endNode.X + endNode.Width / 2, endNode.Y); 346 graphics.Clip = new Region(new Rectangle(Math.Min(origin.X, target.X), origin.Y, Math.Max(origin.X, target.X), target.Y)); 347 var visualLine = GetVisualSymbolicExpressionTreeNodeConnection(startNode.Content, endNode.Content); 348 using (var linePen = new Pen(visualLine.LineColor)) { 349 linePen.DashStyle = visualLine.DashStyle; 350 graphics.DrawLine(linePen, origin, target); 351 } 352 } 366 353 #endregion 367 368 354 #region save image 369 355 private void saveImageToolStripMenuItem_Click(object sender, EventArgs e) { … … 376 362 } 377 363 378 p rivatevoid SaveImageAsBitmap(string filename) {364 public void SaveImageAsBitmap(string filename) { 379 365 if (tree == null) return; 380 366 Image image = new Bitmap(Width, Height); 381 367 using (Graphics g = Graphics.FromImage(image)) { 382 int height = this.Height / tree.Depth; 383 DrawFunctionTree(tree, g, 0, 0, Width, height); 368 DrawFunctionTree(g, preferredNodeWidth, preferredNodeHeight, minHorizontalDistance, minVerticalDistance); 384 369 } 385 370 image.Save(filename); 386 371 } 387 372 388 p rivatevoid SaveImageAsEmf(string filename) {373 public void SaveImageAsEmf(string filename) { 389 374 if (tree == null) return; 390 375 using (Graphics g = CreateGraphics()) { 391 376 using (Metafile file = new Metafile(filename, g.GetHdc())) { 392 377 using (Graphics emfFile = Graphics.FromImage(file)) { 393 int height = this.Height / tree.Depth; 394 DrawFunctionTree(tree, emfFile, 0, 0, Width, height); 378 DrawFunctionTree(emfFile, preferredNodeWidth, preferredNodeHeight, minHorizontalDistance, minVerticalDistance); 395 379 } 396 380 } … … 399 383 } 400 384 #endregion 385 #region export pgf/tikz 386 private void exportLatexToolStripMenuItem_Click(object sender, EventArgs e) { 387 var t = Tree; 388 if (t == null) return; 389 using (var dialog = new SaveFileDialog { Filter = "Tex (*.tex)|*.tex" }) { 390 if (dialog.ShowDialog() != DialogResult.OK) return; 391 string filename = dialog.FileName.ToLower(); 392 var formatter = new SymbolicExpressionTreeLatexFormatter(); 393 File.WriteAllText(filename, formatter.Format(t)); 394 } 395 } 396 #endregion 397 398 private void reingoldTilfordToolStripMenuItem_Click(object sender, EventArgs e) { 399 minHorizontalDistance = 30; 400 minVerticalDistance = 30; 401 layoutEngine = new ReingoldTilfordLayoutEngine<ISymbolicExpressionTreeNode>(n => n.Subtrees) { 402 NodeWidth = preferredNodeWidth, 403 NodeHeight = preferredNodeHeight, 404 HorizontalSpacing = minHorizontalDistance, 405 VerticalSpacing = minVerticalDistance 406 }; 407 reingoldTilfordToolStripMenuItem.Checked = true; 408 boxesToolStripMenuItem.Checked = false; 409 Repaint(); 410 } 411 412 private void boxesToolStripMenuItem_Click(object sender, EventArgs e) { 413 minHorizontalDistance = 5; 414 minVerticalDistance = 5; 415 layoutEngine = new BoxesLayoutEngine<ISymbolicExpressionTreeNode>(n => n.Subtrees, n => n.GetLength(), n => n.GetDepth()) { 416 NodeWidth = preferredNodeWidth, 417 NodeHeight = preferredNodeHeight, 418 HorizontalSpacing = minHorizontalDistance, 419 VerticalSpacing = minVerticalDistance 420 }; 421 reingoldTilfordToolStripMenuItem.Checked = false; 422 boxesToolStripMenuItem.Checked = true; 423 Repaint(); 424 } 401 425 } 402 426 } -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionView.Designer.cs
r7967 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 52 52 // textBox 53 53 // 54 this.textBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 55 | System.Windows.Forms.AnchorStyles.Left)56 54 this.textBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 55 | System.Windows.Forms.AnchorStyles.Left) 56 | System.Windows.Forms.AnchorStyles.Right))); 57 57 this.textBox.BackColor = System.Drawing.Color.White; 58 this.textBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 58 59 this.textBox.Location = new System.Drawing.Point(3, 30); 59 60 this.textBox.Multiline = true; … … 66 67 // formattersComboBox 67 68 // 68 this.formattersComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 69 69 this.formattersComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 70 | System.Windows.Forms.AnchorStyles.Right))); 70 71 this.formattersComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 71 72 this.formattersComboBox.FormattingEnabled = true; -
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionView.cs
r7259 r11202 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 31 31 [Content(typeof(ISymbolicExpressionTree), false)] 32 32 public partial class SymbolicExpressionView : AsynchronousContentView { 33 34 List<ISymbolicExpressionTreeStringFormatter> treeFormattersList = new List<ISymbolicExpressionTreeStringFormatter>(); 33 private readonly List<ISymbolicExpressionTreeStringFormatter> treeFormattersList = new List<ISymbolicExpressionTreeStringFormatter>(); 35 34 36 35 public new ISymbolicExpressionTree Content { … … 48 47 } 49 48 if (formattersComboBox.Items.Count > 0) 50 formattersComboBox.SelectedIndex = 0;49 formattersComboBox.SelectedIndex = treeFormattersList.FindIndex(0, treeFormattersList.Count, (f) => f.Name.Contains("Default")); 51 50 else 52 51 formattersComboBox.SelectedIndex = -1; … … 79 78 UpdateTextbox(); 80 79 } 80 81 81 } 82 82 }
Note: See TracChangeset
for help on using the changeset viewer.