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.vcsPySvn.SvnCommitDialog</h1> |
9 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.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> |
167 </dd> |
165 </dd> |
168 </dl> |
166 </dl> |
169 <a NAME="SvnCommitDialog.logMessage" ID="SvnCommitDialog.logMessage"></a> |
167 <a NAME="SvnCommitDialog.logMessage" ID="SvnCommitDialog.logMessage"></a> |
170 <h4>SvnCommitDialog.logMessage</h4> |
168 <h4>SvnCommitDialog.logMessage</h4> |
171 <b>logMessage</b>(<i></i>) |
169 <b>logMessage</b>(<i></i>) |
172 |
|
173 <p> |
170 <p> |
174 Public method to retrieve the log message. |
171 Public method to retrieve the log message. |
175 </p> |
172 </p> |
176 <p> |
173 <p> |
177 This method has the side effect of saving the 20 most recent |
174 This method has the side effect of saving the 20 most recent |
178 commit messages for reuse. |
175 commit messages for reuse. |
179 </p> |
176 </p> |
|
177 |
180 <dl> |
178 <dl> |
181 <dt>Return:</dt> |
179 <dt>Return:</dt> |
182 <dd> |
180 <dd> |
183 the log message |
181 the log message |
184 </dd> |
182 </dd> |
190 </dd> |
188 </dd> |
191 </dl> |
189 </dl> |
192 <a NAME="SvnCommitDialog.on_buttonBox_accepted" ID="SvnCommitDialog.on_buttonBox_accepted"></a> |
190 <a NAME="SvnCommitDialog.on_buttonBox_accepted" ID="SvnCommitDialog.on_buttonBox_accepted"></a> |
193 <h4>SvnCommitDialog.on_buttonBox_accepted</h4> |
191 <h4>SvnCommitDialog.on_buttonBox_accepted</h4> |
194 <b>on_buttonBox_accepted</b>(<i></i>) |
192 <b>on_buttonBox_accepted</b>(<i></i>) |
195 |
|
196 <p> |
193 <p> |
197 Private slot called by the buttonBox accepted signal. |
194 Private slot called by the buttonBox accepted signal. |
198 </p> |
195 </p> |
|
196 |
199 <a NAME="SvnCommitDialog.on_buttonBox_clicked" ID="SvnCommitDialog.on_buttonBox_clicked"></a> |
197 <a NAME="SvnCommitDialog.on_buttonBox_clicked" ID="SvnCommitDialog.on_buttonBox_clicked"></a> |
200 <h4>SvnCommitDialog.on_buttonBox_clicked</h4> |
198 <h4>SvnCommitDialog.on_buttonBox_clicked</h4> |
201 <b>on_buttonBox_clicked</b>(<i>button</i>) |
199 <b>on_buttonBox_clicked</b>(<i>button</i>) |
202 |
|
203 <p> |
200 <p> |
204 Private slot called by a button of the button box clicked. |
201 Private slot called by a button of the button box clicked. |
205 </p> |
202 </p> |
|
203 |
206 <dl> |
204 <dl> |
207 |
205 |
208 <dt><i>button</i> (QAbstractButton)</dt> |
206 <dt><i>button</i> (QAbstractButton)</dt> |
209 <dd> |
207 <dd> |
210 button that was clicked |
208 button that was clicked |
211 </dd> |
209 </dd> |
212 </dl> |
210 </dl> |
213 <a NAME="SvnCommitDialog.on_buttonBox_rejected" ID="SvnCommitDialog.on_buttonBox_rejected"></a> |
211 <a NAME="SvnCommitDialog.on_buttonBox_rejected" ID="SvnCommitDialog.on_buttonBox_rejected"></a> |
214 <h4>SvnCommitDialog.on_buttonBox_rejected</h4> |
212 <h4>SvnCommitDialog.on_buttonBox_rejected</h4> |
215 <b>on_buttonBox_rejected</b>(<i></i>) |
213 <b>on_buttonBox_rejected</b>(<i></i>) |
216 |
|
217 <p> |
214 <p> |
218 Private slot called by the buttonBox rejected signal. |
215 Private slot called by the buttonBox rejected signal. |
219 </p> |
216 </p> |
|
217 |
220 <a NAME="SvnCommitDialog.on_recentComboBox_activated" ID="SvnCommitDialog.on_recentComboBox_activated"></a> |
218 <a NAME="SvnCommitDialog.on_recentComboBox_activated" ID="SvnCommitDialog.on_recentComboBox_activated"></a> |
221 <h4>SvnCommitDialog.on_recentComboBox_activated</h4> |
219 <h4>SvnCommitDialog.on_recentComboBox_activated</h4> |
222 <b>on_recentComboBox_activated</b>(<i>index</i>) |
220 <b>on_recentComboBox_activated</b>(<i>index</i>) |
223 |
|
224 <p> |
221 <p> |
225 Private slot to select a commit message from recent ones. |
222 Private slot to select a commit message from recent ones. |
226 </p> |
223 </p> |
|
224 |
227 <dl> |
225 <dl> |
228 |
226 |
229 <dt><i>index</i> (int)</dt> |
227 <dt><i>index</i> (int)</dt> |
230 <dd> |
228 <dd> |
231 index of the selected entry |
229 index of the selected entry |
232 </dd> |
230 </dd> |
233 </dl> |
231 </dl> |
234 <a NAME="SvnCommitDialog.showEvent" ID="SvnCommitDialog.showEvent"></a> |
232 <a NAME="SvnCommitDialog.showEvent" ID="SvnCommitDialog.showEvent"></a> |
235 <h4>SvnCommitDialog.showEvent</h4> |
233 <h4>SvnCommitDialog.showEvent</h4> |
236 <b>showEvent</b>(<i>evt</i>) |
234 <b>showEvent</b>(<i>evt</i>) |
237 |
|
238 <p> |
235 <p> |
239 Protected method called when the dialog is about to be shown. |
236 Protected method called when the dialog is about to be shown. |
240 </p> |
237 </p> |
|
238 |
241 <dl> |
239 <dl> |
242 |
240 |
243 <dt><i>evt</i> (QShowEvent)</dt> |
241 <dt><i>evt</i> (QShowEvent)</dt> |
244 <dd> |
242 <dd> |
245 the event |
243 the event |