Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html

Tue, 24 Oct 2017 19:09:09 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 24 Oct 2017 19:09:09 +0200
changeset 5928
a3809f75ca07
parent 4602
48cc4820e2c2
permissions
-rw-r--r--

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.vcsPySvn.SvnNewProjectOptionsDialog</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.vcsPySvn.SvnNewProjectOptionsDialog</h1>
<p>
Module implementing the Subversion Options Dialog for a new project from the
repository.
</p>
<h3>Global Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>
<table>
<tr>
<td><a href="#SvnNewProjectOptionsDialog">SvnNewProjectOptionsDialog</a></td>
<td>Class implementing the Options Dialog for a new project from the repository.</td>
</tr>
</table>
<h3>Functions</h3>
<table>
<tr><td>None</td></tr>
</table>
<hr /><hr />
<a NAME="SvnNewProjectOptionsDialog" ID="SvnNewProjectOptionsDialog"></a>
<h2>SvnNewProjectOptionsDialog</h2>
<p>
    Class implementing the Options Dialog for a new project from the
    repository.
</p>
<h3>Derived from</h3>
QDialog, Ui_SvnNewProjectOptionsDialog
<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="#SvnNewProjectOptionsDialog.__init__">SvnNewProjectOptionsDialog</a></td>
<td>Constructor</td>
</tr><tr>
<td><a href="#SvnNewProjectOptionsDialog.getData">getData</a></td>
<td>Public slot to retrieve the data entered into the dialog.</td>
</tr><tr>
<td><a href="#SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled">on_layoutCheckBox_toggled</a></td>
<td>Private slot to handle the change of the layout checkbox.</td>
</tr><tr>
<td><a href="#SvnNewProjectOptionsDialog.on_protocolCombo_activated">on_protocolCombo_activated</a></td>
<td>Private slot to switch the status of the directory selection button.</td>
</tr><tr>
<td><a href="#SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged">on_vcsProjectDirPicker_textChanged</a></td>
<td>Private slot to handle a change of the project directory.</td>
</tr><tr>
<td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked">on_vcsUrlPicker_pickerButtonClicked</a></td>
<td>Private slot to display a repository browser dialog.</td>
</tr><tr>
<td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged">on_vcsUrlPicker_textChanged</a></td>
<td>Private slot to handle changes of the URL.</td>
</tr>
</table>
<h3>Static Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<a NAME="SvnNewProjectOptionsDialog.__init__" ID="SvnNewProjectOptionsDialog.__init__"></a>
<h4>SvnNewProjectOptionsDialog (Constructor)</h4>
<b>SvnNewProjectOptionsDialog</b>(<i>vcs, parent=None</i>)
<p>
        Constructor
</p><dl>
<dt><i>vcs</i></dt>
<dd>
reference to the version control object
</dd><dt><i>parent</i></dt>
<dd>
parent widget (QWidget)
</dd>
</dl><a NAME="SvnNewProjectOptionsDialog.getData" ID="SvnNewProjectOptionsDialog.getData"></a>
<h4>SvnNewProjectOptionsDialog.getData</h4>
<b>getData</b>(<i></i>)
<p>
        Public slot to retrieve the data entered into the dialog.
</p><dl>
<dt>Returns:</dt>
<dd>
a tuple of a string (project directory) and a dictionary
            containing the data entered.
</dd>
</dl><a NAME="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" ID="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled"></a>
<h4>SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled</h4>
<b>on_layoutCheckBox_toggled</b>(<i>checked</i>)
<p>
        Private slot to handle the change of the layout checkbox.
</p><dl>
<dt><i>checked</i></dt>
<dd>
flag indicating the state of the checkbox (boolean)
</dd>
</dl><a NAME="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ID="SvnNewProjectOptionsDialog.on_protocolCombo_activated"></a>
<h4>SvnNewProjectOptionsDialog.on_protocolCombo_activated</h4>
<b>on_protocolCombo_activated</b>(<i>protocol</i>)
<p>
        Private slot to switch the status of the directory selection button.
</p><dl>
<dt><i>protocol</i></dt>
<dd>
name of the selected protocol (string)
</dd>
</dl><a NAME="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged"></a>
<h4>SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged</h4>
<b>on_vcsProjectDirPicker_textChanged</b>(<i>txt</i>)
<p>
        Private slot to handle a change of the project directory.
</p><dl>
<dt><i>txt</i></dt>
<dd>
name of the project directory (string)
</dd>
</dl><a NAME="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" ID="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked"></a>
<h4>SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked</h4>
<b>on_vcsUrlPicker_pickerButtonClicked</b>(<i></i>)
<p>
        Private slot to display a repository browser dialog.
</p><a NAME="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged"></a>
<h4>SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged</h4>
<b>on_vcsUrlPicker_textChanged</b>(<i>txt</i>)
<p>
        Private slot to handle changes of the URL.
</p><dl>
<dt><i>txt</i></dt>
<dd>
current text of the line edit (string)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial