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.LargefilesExtension.LfConvertDataDialog</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.LargefilesExtension.LfConvertDataDialog</h1> <p> Module implementing a dialog to enter the data for the repo conversion. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#LfConvertDataDialog">LfConvertDataDialog</a></td> <td>Class implementing a dialog to enter the data for the repo conversion.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /><hr /> <a NAME="LfConvertDataDialog" ID="LfConvertDataDialog"></a> <h2>LfConvertDataDialog</h2> <p> Class implementing a dialog to enter the data for the repo conversion. </p> <h3>Derived from</h3> QDialog, Ui_LfConvertDataDialog <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="#LfConvertDataDialog.__init__">LfConvertDataDialog</a></td> <td>Constructor</td> </tr><tr> <td><a href="#LfConvertDataDialog.getData">getData</a></td> <td>Public method to retrieve the entered data.</td> </tr><tr> <td><a href="#LfConvertDataDialog.on_newProjectPicker_textChanged">on_newProjectPicker_textChanged</a></td> <td>Private slot to handle editing of the new project directory.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="LfConvertDataDialog.__init__" ID="LfConvertDataDialog.__init__"></a> <h4>LfConvertDataDialog (Constructor)</h4> <b>LfConvertDataDialog</b>(<i>currentPath, mode, parent=None</i>) <p> Constructor </p><dl> <dt><i>currentPath</i></dt> <dd> directory name of the current project (string) </dd><dt><i>mode</i></dt> <dd> dialog mode (string, one of 'largefiles' or 'normal') </dd><dt><i>parent</i></dt> <dd> reference to the parent widget (QWidget) </dd> </dl><a NAME="LfConvertDataDialog.getData" ID="LfConvertDataDialog.getData"></a> <h4>LfConvertDataDialog.getData</h4> <b>getData</b>(<i></i>) <p> Public method to retrieve the entered data. </p><dl> <dt>Returns:</dt> <dd> tuple containing the new project directory name (string), minimum file size (integer) and file patterns (list of string) </dd> </dl><a NAME="LfConvertDataDialog.on_newProjectPicker_textChanged" ID="LfConvertDataDialog.on_newProjectPicker_textChanged"></a> <h4>LfConvertDataDialog.on_newProjectPicker_textChanged</h4> <b>on_newProjectPicker_textChanged</b>(<i>txt</i>) <p> Private slot to handle editing of the new project directory. </p><dl> <dt><i>txt</i></dt> <dd> new project directory name (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>