Thu, 03 Mar 2011 19:23:07 +0100
Fixed a source docu typo.
--- a/Documentation/Help/source.qhp Thu Mar 03 19:20:22 2011 +0100 +++ b/Documentation/Help/source.qhp Thu Mar 03 19:23:07 2011 +0100 @@ -8519,6 +8519,7 @@ <keyword name="HgLogBrowserDialog.__generateFileItem" id="HgLogBrowserDialog.__generateFileItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateFileItem" /> <keyword name="HgLogBrowserDialog.__generateIcon" id="HgLogBrowserDialog.__generateIcon" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateIcon" /> <keyword name="HgLogBrowserDialog.__generateLogItem" id="HgLogBrowserDialog.__generateLogItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateLogItem" /> + <keyword name="HgLogBrowserDialog.__getClosedBranches" id="HgLogBrowserDialog.__getClosedBranches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getClosedBranches" /> <keyword name="HgLogBrowserDialog.__getColor" id="HgLogBrowserDialog.__getColor" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getColor" /> <keyword name="HgLogBrowserDialog.__getLogEntries" id="HgLogBrowserDialog.__getLogEntries" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getLogEntries" /> <keyword name="HgLogBrowserDialog.__getParents" id="HgLogBrowserDialog.__getParents" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getParents" />
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Thu Mar 03 19:20:22 2011 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Thu Mar 03 19:23:07 2011 +0100 @@ -81,6 +81,9 @@ <td><a href="#HgLogBrowserDialog.__generateLogItem">__generateLogItem</a></td> <td>Private method to generate a log tree entry.</td> </tr><tr> +<td><a href="#HgLogBrowserDialog.__getClosedBranches">__getClosedBranches</a></td> +<td>Private method to get the list of closed branches.</td> +</tr><tr> <td><a href="#HgLogBrowserDialog.__getColor">__getColor</a></td> <td>Private method to get the (rotating) name of the color given an index.</td> </tr><tr> @@ -351,7 +354,12 @@ <dd> reference to the generated item (QTreeWidgetItem) </dd> -</dl><a NAME="HgLogBrowserDialog.__getColor" ID="HgLogBrowserDialog.__getColor"></a> +</dl><a NAME="HgLogBrowserDialog.__getClosedBranches" ID="HgLogBrowserDialog.__getClosedBranches"></a> +<h4>HgLogBrowserDialog.__getClosedBranches</h4> +<b>__getClosedBranches</b>(<i></i>) +<p> + Private method to get the list of closed branches. +</p><a NAME="HgLogBrowserDialog.__getColor" ID="HgLogBrowserDialog.__getColor"></a> <h4>HgLogBrowserDialog.__getColor</h4> <b>__getColor</b>(<i>n</i>) <p>
--- a/Documentation/Source/eric5.Project.NewDialogClassDialog.html Thu Mar 03 19:20:22 2011 +0100 +++ b/Documentation/Source/eric5.Project.NewDialogClassDialog.html Thu Mar 03 19:23:07 2011 +0100 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Project.NewDialogClassDialog</h1> <p> -Module implementing a dialog to ente the data for a new dialog class file. +Module implementing a dialog to enter the data for a new dialog class file. </p> <h3>Global Attributes</h3> <table>
--- a/Documentation/Source/index-eric5.Project.html Thu Mar 03 19:20:22 2011 +0100 +++ b/Documentation/Source/index-eric5.Project.html Thu Mar 03 19:23:07 2011 +0100 @@ -61,7 +61,7 @@ <td>Module implementing a dialog to enter lexer associations for the project.</td> </tr><tr> <td><a href="eric5.Project.NewDialogClassDialog.html">NewDialogClassDialog</a></td> -<td>Module implementing a dialog to ente the data for a new dialog class file.</td> +<td>Module implementing a dialog to enter the data for a new dialog class file.</td> </tr><tr> <td><a href="eric5.Project.NewPythonPackageDialog.html">NewPythonPackageDialog</a></td> <td>Module implementing a dialog to add a new Python package.</td>
--- a/Project/NewDialogClassDialog.py Thu Mar 03 19:20:22 2011 +0100 +++ b/Project/NewDialogClassDialog.py Thu Mar 03 19:23:07 2011 +0100 @@ -4,7 +4,7 @@ # """ -Module implementing a dialog to ente the data for a new dialog class file. +Module implementing a dialog to enter the data for a new dialog class file. """ import os