Sun, 05 Jun 2022 17:10:10 +0200
Updated source documentation.
--- a/docs/changelog Sun Jun 05 17:06:05 2022 +0200 +++ b/docs/changelog Sun Jun 05 17:10:10 2022 +0200 @@ -9,6 +9,7 @@ -- added SBOM capability - Project -- added SBOM capability + -- added License to project properties Version 22.6: - bug fixes
--- a/eric7/Documentation/Help/source.qhp Sun Jun 05 17:06:05 2022 +0200 +++ b/eric7/Documentation/Help/source.qhp Sun Jun 05 17:10:10 2022 +0200 @@ -12424,6 +12424,7 @@ <keyword name="PropertiesDialog (Constructor)" id="PropertiesDialog (Constructor)" ref="eric7.Project.PropertiesDialog.html#PropertiesDialog.__init__" /> <keyword name="PropertiesDialog (Module)" id="PropertiesDialog (Module)" ref="eric7.MultiProject.PropertiesDialog.html" /> <keyword name="PropertiesDialog (Module)" id="PropertiesDialog (Module)" ref="eric7.Project.PropertiesDialog.html" /> + <keyword name="PropertiesDialog.__populateLicenseComboBox" id="PropertiesDialog.__populateLicenseComboBox" ref="eric7.Project.PropertiesDialog.html#PropertiesDialog.__populateLicenseComboBox" /> <keyword name="PropertiesDialog.getPPath" id="PropertiesDialog.getPPath" ref="eric7.Project.PropertiesDialog.html#PropertiesDialog.getPPath" /> <keyword name="PropertiesDialog.getProjectType" id="PropertiesDialog.getProjectType" ref="eric7.Project.PropertiesDialog.html#PropertiesDialog.getProjectType" /> <keyword name="PropertiesDialog.on_dirPicker_textChanged" id="PropertiesDialog.on_dirPicker_textChanged" ref="eric7.Project.PropertiesDialog.html#PropertiesDialog.on_dirPicker_textChanged" />
--- a/eric7/Documentation/Source/eric7.Project.PropertiesDialog.html Sun Jun 05 17:06:05 2022 +0200 +++ b/eric7/Documentation/Source/eric7.Project.PropertiesDialog.html Sun Jun 05 17:10:10 2022 +0200 @@ -59,6 +59,10 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#PropertiesDialog.__populateLicenseComboBox">__populateLicenseComboBox</a></td> +<td>Private method to populate the license selector with the list of trove license types.</td> +</tr> +<tr> <td><a href="#PropertiesDialog.getPPath">getPPath</a></td> <td>Public method to get the project path.</td> </tr> @@ -135,6 +139,18 @@ name of this dialog (string) </dd> </dl> +<a NAME="PropertiesDialog.__populateLicenseComboBox" ID="PropertiesDialog.__populateLicenseComboBox"></a> +<h4>PropertiesDialog.__populateLicenseComboBox</h4> +<b>__populateLicenseComboBox</b>(<i></i>) + +<p> + Private method to populate the license selector with the list of trove + license types. +</p> +<p> + Note: The trove licanese list file was created from querying + "https://pypi.org/pypi?%3Aaction=list_classifiers". +</p> <a NAME="PropertiesDialog.getPPath" ID="PropertiesDialog.getPPath"></a> <h4>PropertiesDialog.getPPath</h4> <b>getPPath</b>(<i></i>)