Tue, 24 Oct 2017 19:09:09 +0200
Changed the logic of the two web browsers in order to put new downloads at the top of the list of downloads and add the download date and time to the shown info.
<!DOCTYPE html> <html><head> <title>eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper</title> <meta charset="UTF-8"> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body><a NAME="top" ID="top"></a> <h1>eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper</h1> <p> Module implementing the gpg extension project helper. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#GpgProjectHelper">GpgProjectHelper</a></td> <td>Class implementing the gpg extension project helper.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /><hr /> <a NAME="GpgProjectHelper" ID="GpgProjectHelper"></a> <h2>GpgProjectHelper</h2> <p> Class implementing the gpg extension project helper. </p> <h3>Derived from</h3> HgExtensionProjectHelper <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#GpgProjectHelper.__init__">GpgProjectHelper</a></td> <td>Constructor</td> </tr><tr> <td><a href="#GpgProjectHelper.__hgGpgSign">__hgGpgSign</a></td> <td>Private slot used to sign a revision.</td> </tr><tr> <td><a href="#GpgProjectHelper.__hgGpgSignatures">__hgGpgSignatures</a></td> <td>Private slot used to list all signed changesets.</td> </tr><tr> <td><a href="#GpgProjectHelper.__hgGpgVerifySignatures">__hgGpgVerifySignatures</a></td> <td>Private slot used to verify the signatures of a revision.</td> </tr><tr> <td><a href="#GpgProjectHelper.initActions">initActions</a></td> <td>Public method to generate the action objects.</td> </tr><tr> <td><a href="#GpgProjectHelper.initMenu">initMenu</a></td> <td>Public method to generate the extension menu.</td> </tr><tr> <td><a href="#GpgProjectHelper.menuTitle">menuTitle</a></td> <td>Public method to get the menu title.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="GpgProjectHelper.__init__" ID="GpgProjectHelper.__init__"></a> <h4>GpgProjectHelper (Constructor)</h4> <b>GpgProjectHelper</b>(<i></i>) <p> Constructor </p><a NAME="GpgProjectHelper.__hgGpgSign" ID="GpgProjectHelper.__hgGpgSign"></a> <h4>GpgProjectHelper.__hgGpgSign</h4> <b>__hgGpgSign</b>(<i></i>) <p> Private slot used to sign a revision. </p><a NAME="GpgProjectHelper.__hgGpgSignatures" ID="GpgProjectHelper.__hgGpgSignatures"></a> <h4>GpgProjectHelper.__hgGpgSignatures</h4> <b>__hgGpgSignatures</b>(<i></i>) <p> Private slot used to list all signed changesets. </p><a NAME="GpgProjectHelper.__hgGpgVerifySignatures" ID="GpgProjectHelper.__hgGpgVerifySignatures"></a> <h4>GpgProjectHelper.__hgGpgVerifySignatures</h4> <b>__hgGpgVerifySignatures</b>(<i></i>) <p> Private slot used to verify the signatures of a revision. </p><a NAME="GpgProjectHelper.initActions" ID="GpgProjectHelper.initActions"></a> <h4>GpgProjectHelper.initActions</h4> <b>initActions</b>(<i></i>) <p> Public method to generate the action objects. </p><a NAME="GpgProjectHelper.initMenu" ID="GpgProjectHelper.initMenu"></a> <h4>GpgProjectHelper.initMenu</h4> <b>initMenu</b>(<i>mainMenu</i>) <p> Public method to generate the extension menu. </p><dl> <dt><i>mainMenu</i></dt> <dd> reference to the main menu (QMenu) </dd> </dl><dl> <dt>Returns:</dt> <dd> populated menu (QMenu) </dd> </dl><a NAME="GpgProjectHelper.menuTitle" ID="GpgProjectHelper.menuTitle"></a> <h4>GpgProjectHelper.menuTitle</h4> <b>menuTitle</b>(<i></i>) <p> Public method to get the menu title. </p><dl> <dt>Returns:</dt> <dd> title of the menu (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>