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.SvnChangeListsDialog</h1> |
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a dialog to browse the change lists. |
11 Module implementing a dialog to browse the change lists. |
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="#SvnChangeListsDialog">SvnChangeListsDialog</a></td> |
22 <td><a href="#SvnChangeListsDialog">SvnChangeListsDialog</a></td> |
25 <td>Class implementing a dialog to browse the change lists.</td> |
23 <td>Class implementing a dialog to browse the change lists.</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="SvnChangeListsDialog" ID="SvnChangeListsDialog"></a> |
34 <a NAME="SvnChangeListsDialog" ID="SvnChangeListsDialog"></a> |
36 <h2>SvnChangeListsDialog</h2> |
35 <h2>SvnChangeListsDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing a dialog to browse the change lists. |
37 Class implementing a dialog to browse the change lists. |
40 </p> |
38 </p> |
|
39 |
41 <h3>Derived from</h3> |
40 <h3>Derived from</h3> |
42 QDialog, Ui_SvnChangeListsDialog |
41 QDialog, Ui_SvnChangeListsDialog |
43 <h3>Class Attributes</h3> |
42 <h3>Class Attributes</h3> |
44 |
43 <table> |
45 <table> |
44 <tr><td>None</td></tr> |
46 <tr><td>None</td></tr> |
45 </table> |
47 </table> |
46 |
48 <h3>Class Methods</h3> |
47 <h3>Class Methods</h3> |
49 |
48 <table> |
50 <table> |
49 <tr><td>None</td></tr> |
51 <tr><td>None</td></tr> |
50 </table> |
52 </table> |
51 |
53 <h3>Methods</h3> |
52 <h3>Methods</h3> |
54 |
53 <table> |
55 <table> |
|
56 |
|
57 <tr> |
54 <tr> |
58 <td><a href="#SvnChangeListsDialog.__init__">SvnChangeListsDialog</a></td> |
55 <td><a href="#SvnChangeListsDialog.__init__">SvnChangeListsDialog</a></td> |
59 <td>Constructor</td> |
56 <td>Constructor</td> |
60 </tr> |
57 </tr> |
61 <tr> |
58 <tr> |
101 <tr> |
98 <tr> |
102 <td><a href="#SvnChangeListsDialog.start">start</a></td> |
99 <td><a href="#SvnChangeListsDialog.start">start</a></td> |
103 <td>Public slot to populate the data.</td> |
100 <td>Public slot to populate the data.</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="SvnChangeListsDialog.__init__" ID="SvnChangeListsDialog.__init__"></a> |
110 <a NAME="SvnChangeListsDialog.__init__" ID="SvnChangeListsDialog.__init__"></a> |
113 <h4>SvnChangeListsDialog (Constructor)</h4> |
111 <h4>SvnChangeListsDialog (Constructor)</h4> |
114 <b>SvnChangeListsDialog</b>(<i>vcs, parent=None</i>) |
112 <b>SvnChangeListsDialog</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 |
128 </dd> |
126 </dd> |
129 </dl> |
127 </dl> |
130 <a NAME="SvnChangeListsDialog.__finish" ID="SvnChangeListsDialog.__finish"></a> |
128 <a NAME="SvnChangeListsDialog.__finish" ID="SvnChangeListsDialog.__finish"></a> |
131 <h4>SvnChangeListsDialog.__finish</h4> |
129 <h4>SvnChangeListsDialog.__finish</h4> |
132 <b>__finish</b>(<i></i>) |
130 <b>__finish</b>(<i></i>) |
133 |
|
134 <p> |
131 <p> |
135 Private slot called when the process finished or the user pressed |
132 Private slot called when the process finished or the user pressed |
136 the button. |
133 the button. |
137 </p> |
134 </p> |
|
135 |
138 <a NAME="SvnChangeListsDialog.__procFinished" ID="SvnChangeListsDialog.__procFinished"></a> |
136 <a NAME="SvnChangeListsDialog.__procFinished" ID="SvnChangeListsDialog.__procFinished"></a> |
139 <h4>SvnChangeListsDialog.__procFinished</h4> |
137 <h4>SvnChangeListsDialog.__procFinished</h4> |
140 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
138 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
141 |
|
142 <p> |
139 <p> |
143 Private slot connected to the finished signal. |
140 Private slot connected to the finished signal. |
144 </p> |
141 </p> |
|
142 |
145 <dl> |
143 <dl> |
146 |
144 |
147 <dt><i>exitCode</i> (int)</dt> |
145 <dt><i>exitCode</i> (int)</dt> |
148 <dd> |
146 <dd> |
149 exit code of the process |
147 exit code of the process |
154 </dd> |
152 </dd> |
155 </dl> |
153 </dl> |
156 <a NAME="SvnChangeListsDialog.__readStderr" ID="SvnChangeListsDialog.__readStderr"></a> |
154 <a NAME="SvnChangeListsDialog.__readStderr" ID="SvnChangeListsDialog.__readStderr"></a> |
157 <h4>SvnChangeListsDialog.__readStderr</h4> |
155 <h4>SvnChangeListsDialog.__readStderr</h4> |
158 <b>__readStderr</b>(<i></i>) |
156 <b>__readStderr</b>(<i></i>) |
159 |
|
160 <p> |
157 <p> |
161 Private slot to handle the readyReadStandardError signal. |
158 Private slot to handle the readyReadStandardError signal. |
162 </p> |
159 </p> |
163 <p> |
160 <p> |
164 It reads the error output of the process and inserts it into the |
161 It reads the error output of the process and inserts it into the |
165 error pane. |
162 error pane. |
166 </p> |
163 </p> |
|
164 |
167 <a NAME="SvnChangeListsDialog.__readStdout" ID="SvnChangeListsDialog.__readStdout"></a> |
165 <a NAME="SvnChangeListsDialog.__readStdout" ID="SvnChangeListsDialog.__readStdout"></a> |
168 <h4>SvnChangeListsDialog.__readStdout</h4> |
166 <h4>SvnChangeListsDialog.__readStdout</h4> |
169 <b>__readStdout</b>(<i></i>) |
167 <b>__readStdout</b>(<i></i>) |
170 |
|
171 <p> |
168 <p> |
172 Private slot to handle the readyReadStandardOutput signal. |
169 Private slot to handle the readyReadStandardOutput signal. |
173 </p> |
170 </p> |
174 <p> |
171 <p> |
175 It reads the output of the process, formats it and inserts it into |
172 It reads the output of the process, formats it and inserts it into |
176 the contents pane. |
173 the contents pane. |
177 </p> |
174 </p> |
|
175 |
178 <a NAME="SvnChangeListsDialog.keyPressEvent" ID="SvnChangeListsDialog.keyPressEvent"></a> |
176 <a NAME="SvnChangeListsDialog.keyPressEvent" ID="SvnChangeListsDialog.keyPressEvent"></a> |
179 <h4>SvnChangeListsDialog.keyPressEvent</h4> |
177 <h4>SvnChangeListsDialog.keyPressEvent</h4> |
180 <b>keyPressEvent</b>(<i>evt</i>) |
178 <b>keyPressEvent</b>(<i>evt</i>) |
181 |
|
182 <p> |
179 <p> |
183 Protected slot to handle a key press event. |
180 Protected slot to handle a key press event. |
184 </p> |
181 </p> |
|
182 |
185 <dl> |
183 <dl> |
186 |
184 |
187 <dt><i>evt</i> (QKeyEvent)</dt> |
185 <dt><i>evt</i> (QKeyEvent)</dt> |
188 <dd> |
186 <dd> |
189 the key press event |
187 the key press event |
190 </dd> |
188 </dd> |
191 </dl> |
189 </dl> |
192 <a NAME="SvnChangeListsDialog.on_buttonBox_clicked" ID="SvnChangeListsDialog.on_buttonBox_clicked"></a> |
190 <a NAME="SvnChangeListsDialog.on_buttonBox_clicked" ID="SvnChangeListsDialog.on_buttonBox_clicked"></a> |
193 <h4>SvnChangeListsDialog.on_buttonBox_clicked</h4> |
191 <h4>SvnChangeListsDialog.on_buttonBox_clicked</h4> |
194 <b>on_buttonBox_clicked</b>(<i>button</i>) |
192 <b>on_buttonBox_clicked</b>(<i>button</i>) |
195 |
|
196 <p> |
193 <p> |
197 Private slot called by a button of the button box clicked. |
194 Private slot called by a button of the button box clicked. |
198 </p> |
195 </p> |
|
196 |
199 <dl> |
197 <dl> |
200 |
198 |
201 <dt><i>button</i> (QAbstractButton)</dt> |
199 <dt><i>button</i> (QAbstractButton)</dt> |
202 <dd> |
200 <dd> |
203 button that was clicked |
201 button that was clicked |
204 </dd> |
202 </dd> |
205 </dl> |
203 </dl> |
206 <a NAME="SvnChangeListsDialog.on_changeLists_currentItemChanged" ID="SvnChangeListsDialog.on_changeLists_currentItemChanged"></a> |
204 <a NAME="SvnChangeListsDialog.on_changeLists_currentItemChanged" ID="SvnChangeListsDialog.on_changeLists_currentItemChanged"></a> |
207 <h4>SvnChangeListsDialog.on_changeLists_currentItemChanged</h4> |
205 <h4>SvnChangeListsDialog.on_changeLists_currentItemChanged</h4> |
208 <b>on_changeLists_currentItemChanged</b>(<i>current, previous</i>) |
206 <b>on_changeLists_currentItemChanged</b>(<i>current, previous</i>) |
209 |
|
210 <p> |
207 <p> |
211 Private slot to handle the selection of a new item. |
208 Private slot to handle the selection of a new item. |
212 </p> |
209 </p> |
|
210 |
213 <dl> |
211 <dl> |
214 |
212 |
215 <dt><i>current</i> (QListWidgetItem)</dt> |
213 <dt><i>current</i> (QListWidgetItem)</dt> |
216 <dd> |
214 <dd> |
217 current item |
215 current item |
222 </dd> |
220 </dd> |
223 </dl> |
221 </dl> |
224 <a NAME="SvnChangeListsDialog.on_input_returnPressed" ID="SvnChangeListsDialog.on_input_returnPressed"></a> |
222 <a NAME="SvnChangeListsDialog.on_input_returnPressed" ID="SvnChangeListsDialog.on_input_returnPressed"></a> |
225 <h4>SvnChangeListsDialog.on_input_returnPressed</h4> |
223 <h4>SvnChangeListsDialog.on_input_returnPressed</h4> |
226 <b>on_input_returnPressed</b>(<i></i>) |
224 <b>on_input_returnPressed</b>(<i></i>) |
227 |
|
228 <p> |
225 <p> |
229 Private slot to handle the press of the return key in the input field. |
226 Private slot to handle the press of the return key in the input field. |
230 </p> |
227 </p> |
|
228 |
231 <a NAME="SvnChangeListsDialog.on_passwordCheckBox_toggled" ID="SvnChangeListsDialog.on_passwordCheckBox_toggled"></a> |
229 <a NAME="SvnChangeListsDialog.on_passwordCheckBox_toggled" ID="SvnChangeListsDialog.on_passwordCheckBox_toggled"></a> |
232 <h4>SvnChangeListsDialog.on_passwordCheckBox_toggled</h4> |
230 <h4>SvnChangeListsDialog.on_passwordCheckBox_toggled</h4> |
233 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
231 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
234 |
|
235 <p> |
232 <p> |
236 Private slot to handle the password checkbox toggled. |
233 Private slot to handle the password checkbox toggled. |
237 </p> |
234 </p> |
|
235 |
238 <dl> |
236 <dl> |
239 |
237 |
240 <dt><i>isOn</i> (bool)</dt> |
238 <dt><i>isOn</i> (bool)</dt> |
241 <dd> |
239 <dd> |
242 flag indicating the status of the check box |
240 flag indicating the status of the check box |
243 </dd> |
241 </dd> |
244 </dl> |
242 </dl> |
245 <a NAME="SvnChangeListsDialog.on_sendButton_clicked" ID="SvnChangeListsDialog.on_sendButton_clicked"></a> |
243 <a NAME="SvnChangeListsDialog.on_sendButton_clicked" ID="SvnChangeListsDialog.on_sendButton_clicked"></a> |
246 <h4>SvnChangeListsDialog.on_sendButton_clicked</h4> |
244 <h4>SvnChangeListsDialog.on_sendButton_clicked</h4> |
247 <b>on_sendButton_clicked</b>(<i></i>) |
245 <b>on_sendButton_clicked</b>(<i></i>) |
248 |
|
249 <p> |
246 <p> |
250 Private slot to send the input to the subversion process. |
247 Private slot to send the input to the subversion process. |
251 </p> |
248 </p> |
|
249 |
252 <a NAME="SvnChangeListsDialog.start" ID="SvnChangeListsDialog.start"></a> |
250 <a NAME="SvnChangeListsDialog.start" ID="SvnChangeListsDialog.start"></a> |
253 <h4>SvnChangeListsDialog.start</h4> |
251 <h4>SvnChangeListsDialog.start</h4> |
254 <b>start</b>(<i>path</i>) |
252 <b>start</b>(<i>path</i>) |
255 |
|
256 <p> |
253 <p> |
257 Public slot to populate the data. |
254 Public slot to populate the data. |
258 </p> |
255 </p> |
|
256 |
259 <dl> |
257 <dl> |
260 |
258 |
261 <dt><i>path</i> (str)</dt> |
259 <dt><i>path</i> (str)</dt> |
262 <dd> |
260 <dd> |
263 directory name to show change lists for |
261 directory name to show change lists for |