5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog</h1> |
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a dialog to enter the commit message. |
11 Module implementing a dialog to enter the commit message. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
15 <table> |
16 <table> |
16 <tr><td>None</td></tr> |
17 <tr><td>None</td></tr> |
17 </table> |
18 </table> |
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
20 <table> |
21 <table> |
|
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#SvnCommitDialog">SvnCommitDialog</a></td> |
22 <td><a href="#SvnCommitDialog">SvnCommitDialog</a></td> |
25 <td>Class implementing a dialog to enter the commit message.</td> |
23 <td>Class implementing a dialog to enter the commit message.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
28 <table> |
30 <table> |
29 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
30 </table> |
32 </table> |
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="SvnCommitDialog" ID="SvnCommitDialog"></a> |
34 <a NAME="SvnCommitDialog" ID="SvnCommitDialog"></a> |
36 <h2>SvnCommitDialog</h2> |
35 <h2>SvnCommitDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing a dialog to enter the commit message. |
37 Class implementing a dialog to enter the commit message. |
40 </p> |
38 </p> |
|
39 |
41 <h3>Signals</h3> |
40 <h3>Signals</h3> |
42 <dl> |
41 <dl> |
43 |
42 |
44 <dt>accepted()</dt> |
43 <dt>accepted()</dt> |
45 <dd> |
44 <dd> |
51 </dd> |
50 </dd> |
52 </dl> |
51 </dl> |
53 <h3>Derived from</h3> |
52 <h3>Derived from</h3> |
54 QWidget, Ui_SvnCommitDialog |
53 QWidget, Ui_SvnCommitDialog |
55 <h3>Class Attributes</h3> |
54 <h3>Class Attributes</h3> |
56 |
55 <table> |
57 <table> |
56 <tr><td>None</td></tr> |
58 <tr><td>None</td></tr> |
57 </table> |
59 </table> |
58 |
60 <h3>Class Methods</h3> |
59 <h3>Class Methods</h3> |
61 |
60 <table> |
62 <table> |
61 <tr><td>None</td></tr> |
63 <tr><td>None</td></tr> |
62 </table> |
64 </table> |
63 |
65 <h3>Methods</h3> |
64 <h3>Methods</h3> |
66 |
65 <table> |
67 <table> |
|
68 |
|
69 <tr> |
66 <tr> |
70 <td><a href="#SvnCommitDialog.__init__">SvnCommitDialog</a></td> |
67 <td><a href="#SvnCommitDialog.__init__">SvnCommitDialog</a></td> |
71 <td>Constructor</td> |
68 <td>Constructor</td> |
72 </tr> |
69 </tr> |
73 <tr> |
70 <tr> |
101 <tr> |
98 <tr> |
102 <td><a href="#SvnCommitDialog.showEvent">showEvent</a></td> |
99 <td><a href="#SvnCommitDialog.showEvent">showEvent</a></td> |
103 <td>Protected method called when the dialog is about to be shown.</td> |
100 <td>Protected method called when the dialog is about to be shown.</td> |
104 </tr> |
101 </tr> |
105 </table> |
102 </table> |
|
103 |
106 <h3>Static Methods</h3> |
104 <h3>Static Methods</h3> |
107 |
105 <table> |
108 <table> |
106 <tr><td>None</td></tr> |
109 <tr><td>None</td></tr> |
107 </table> |
110 </table> |
108 |
111 |
109 |
112 <a NAME="SvnCommitDialog.__init__" ID="SvnCommitDialog.__init__"></a> |
110 <a NAME="SvnCommitDialog.__init__" ID="SvnCommitDialog.__init__"></a> |
113 <h4>SvnCommitDialog (Constructor)</h4> |
111 <h4>SvnCommitDialog (Constructor)</h4> |
114 <b>SvnCommitDialog</b>(<i>vcs, parent=None</i>) |
112 <b>SvnCommitDialog</b>(<i>vcs, parent=None</i>) |
115 |
|
116 <p> |
113 <p> |
117 Constructor |
114 Constructor |
118 </p> |
115 </p> |
|
116 |
119 <dl> |
117 <dl> |
120 |
118 |
121 <dt><i>vcs</i> (Subversion)</dt> |
119 <dt><i>vcs</i> (Subversion)</dt> |
122 <dd> |
120 <dd> |
123 reference to the vcs object |
121 reference to the vcs object |
148 </dd> |
146 </dd> |
149 </dl> |
147 </dl> |
150 <a NAME="SvnCommitDialog.hasChangelists" ID="SvnCommitDialog.hasChangelists"></a> |
148 <a NAME="SvnCommitDialog.hasChangelists" ID="SvnCommitDialog.hasChangelists"></a> |
151 <h4>SvnCommitDialog.hasChangelists</h4> |
149 <h4>SvnCommitDialog.hasChangelists</h4> |
152 <b>hasChangelists</b>(<i></i>) |
150 <b>hasChangelists</b>(<i></i>) |
153 |
|
154 <p> |
151 <p> |
155 Public method to check, if the user entered some change lists. |
152 Public method to check, if the user entered some change lists. |
156 </p> |
153 </p> |
|
154 |
157 <dl> |
155 <dl> |
158 <dt>Return:</dt> |
156 <dt>Return:</dt> |
159 <dd> |
157 <dd> |
160 flag indicating availability of change lists |
158 flag indicating availability of change lists |
161 </dd> |
159 </dd> |
186 </dd> |
184 </dd> |
187 </dl> |
185 </dl> |
188 <a NAME="SvnCommitDialog.on_buttonBox_accepted" ID="SvnCommitDialog.on_buttonBox_accepted"></a> |
186 <a NAME="SvnCommitDialog.on_buttonBox_accepted" ID="SvnCommitDialog.on_buttonBox_accepted"></a> |
189 <h4>SvnCommitDialog.on_buttonBox_accepted</h4> |
187 <h4>SvnCommitDialog.on_buttonBox_accepted</h4> |
190 <b>on_buttonBox_accepted</b>(<i></i>) |
188 <b>on_buttonBox_accepted</b>(<i></i>) |
191 |
|
192 <p> |
189 <p> |
193 Private slot called by the buttonBox accepted signal. |
190 Private slot called by the buttonBox accepted signal. |
194 </p> |
191 </p> |
|
192 |
195 <a NAME="SvnCommitDialog.on_buttonBox_clicked" ID="SvnCommitDialog.on_buttonBox_clicked"></a> |
193 <a NAME="SvnCommitDialog.on_buttonBox_clicked" ID="SvnCommitDialog.on_buttonBox_clicked"></a> |
196 <h4>SvnCommitDialog.on_buttonBox_clicked</h4> |
194 <h4>SvnCommitDialog.on_buttonBox_clicked</h4> |
197 <b>on_buttonBox_clicked</b>(<i>button</i>) |
195 <b>on_buttonBox_clicked</b>(<i>button</i>) |
198 |
|
199 <p> |
196 <p> |
200 Private slot called by a button of the button box clicked. |
197 Private slot called by a button of the button box clicked. |
201 </p> |
198 </p> |
|
199 |
202 <dl> |
200 <dl> |
203 |
201 |
204 <dt><i>button</i> (QAbstractButton)</dt> |
202 <dt><i>button</i> (QAbstractButton)</dt> |
205 <dd> |
203 <dd> |
206 button that was clicked |
204 button that was clicked |
207 </dd> |
205 </dd> |
208 </dl> |
206 </dl> |
209 <a NAME="SvnCommitDialog.on_buttonBox_rejected" ID="SvnCommitDialog.on_buttonBox_rejected"></a> |
207 <a NAME="SvnCommitDialog.on_buttonBox_rejected" ID="SvnCommitDialog.on_buttonBox_rejected"></a> |
210 <h4>SvnCommitDialog.on_buttonBox_rejected</h4> |
208 <h4>SvnCommitDialog.on_buttonBox_rejected</h4> |
211 <b>on_buttonBox_rejected</b>(<i></i>) |
209 <b>on_buttonBox_rejected</b>(<i></i>) |
212 |
|
213 <p> |
210 <p> |
214 Private slot called by the buttonBox rejected signal. |
211 Private slot called by the buttonBox rejected signal. |
215 </p> |
212 </p> |
|
213 |
216 <a NAME="SvnCommitDialog.on_recentComboBox_activated" ID="SvnCommitDialog.on_recentComboBox_activated"></a> |
214 <a NAME="SvnCommitDialog.on_recentComboBox_activated" ID="SvnCommitDialog.on_recentComboBox_activated"></a> |
217 <h4>SvnCommitDialog.on_recentComboBox_activated</h4> |
215 <h4>SvnCommitDialog.on_recentComboBox_activated</h4> |
218 <b>on_recentComboBox_activated</b>(<i>index</i>) |
216 <b>on_recentComboBox_activated</b>(<i>index</i>) |
219 |
|
220 <p> |
217 <p> |
221 Private slot to select a commit message from recent ones. |
218 Private slot to select a commit message from recent ones. |
222 </p> |
219 </p> |
|
220 |
223 <dl> |
221 <dl> |
224 |
222 |
225 <dt><i>index</i> (int)</dt> |
223 <dt><i>index</i> (int)</dt> |
226 <dd> |
224 <dd> |
227 index of the selected entry |
225 index of the selected entry |
228 </dd> |
226 </dd> |
229 </dl> |
227 </dl> |
230 <a NAME="SvnCommitDialog.showEvent" ID="SvnCommitDialog.showEvent"></a> |
228 <a NAME="SvnCommitDialog.showEvent" ID="SvnCommitDialog.showEvent"></a> |
231 <h4>SvnCommitDialog.showEvent</h4> |
229 <h4>SvnCommitDialog.showEvent</h4> |
232 <b>showEvent</b>(<i>evt</i>) |
230 <b>showEvent</b>(<i>evt</i>) |
233 |
|
234 <p> |
231 <p> |
235 Protected method called when the dialog is about to be shown. |
232 Protected method called when the dialog is about to be shown. |
236 </p> |
233 </p> |
|
234 |
237 <dl> |
235 <dl> |
238 |
236 |
239 <dt><i>evt</i> (QShowEvent)</dt> |
237 <dt><i>evt</i> (QShowEvent)</dt> |
240 <dd> |
238 <dd> |
241 the event |
239 the event |