16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog</h1> |
23 <h1>eric6.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a dialog to browse the change lists. |
26 Module implementing a dialog to browse the change lists. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
31 <table> |
34 |
|
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#SvnChangeListsDialog">SvnChangeListsDialog</a></td> |
38 <td><a href="#SvnChangeListsDialog">SvnChangeListsDialog</a></td> |
34 <td>Class implementing a dialog to browse the change lists.</td> |
39 <td>Class implementing a dialog to browse the change lists.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
38 <table> |
43 |
39 <tr><td>None</td></tr> |
44 <table> |
40 </table> |
45 <tr><td>None</td></tr> |
41 <hr /><hr /> |
46 </table> |
|
47 <hr /> |
|
48 <hr /> |
42 <a NAME="SvnChangeListsDialog" ID="SvnChangeListsDialog"></a> |
49 <a NAME="SvnChangeListsDialog" ID="SvnChangeListsDialog"></a> |
43 <h2>SvnChangeListsDialog</h2> |
50 <h2>SvnChangeListsDialog</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing a dialog to browse the change lists. |
53 Class implementing a dialog to browse the change lists. |
46 </p> |
54 </p> |
47 <h3>Derived from</h3> |
55 <h3>Derived from</h3> |
48 QDialog, Ui_SvnChangeListsDialog |
56 QDialog, Ui_SvnChangeListsDialog |
49 <h3>Class Attributes</h3> |
57 <h3>Class Attributes</h3> |
|
58 |
50 <table> |
59 <table> |
51 <tr><td>None</td></tr> |
60 <tr><td>None</td></tr> |
52 </table> |
61 </table> |
53 <h3>Class Methods</h3> |
62 <h3>Class Methods</h3> |
|
63 |
54 <table> |
64 <table> |
55 <tr><td>None</td></tr> |
65 <tr><td>None</td></tr> |
56 </table> |
66 </table> |
57 <h3>Methods</h3> |
67 <h3>Methods</h3> |
58 <table> |
68 |
|
69 <table> |
|
70 |
59 <tr> |
71 <tr> |
60 <td><a href="#SvnChangeListsDialog.__init__">SvnChangeListsDialog</a></td> |
72 <td><a href="#SvnChangeListsDialog.__init__">SvnChangeListsDialog</a></td> |
61 <td>Constructor</td> |
73 <td>Constructor</td> |
62 </tr><tr> |
74 </tr> |
|
75 <tr> |
63 <td><a href="#SvnChangeListsDialog.__finish">__finish</a></td> |
76 <td><a href="#SvnChangeListsDialog.__finish">__finish</a></td> |
64 <td>Private slot called when the process finished or the user pressed the button.</td> |
77 <td>Private slot called when the process finished or the user pressed the button.</td> |
65 </tr><tr> |
78 </tr> |
|
79 <tr> |
66 <td><a href="#SvnChangeListsDialog.__procFinished">__procFinished</a></td> |
80 <td><a href="#SvnChangeListsDialog.__procFinished">__procFinished</a></td> |
67 <td>Private slot connected to the finished signal.</td> |
81 <td>Private slot connected to the finished signal.</td> |
68 </tr><tr> |
82 </tr> |
|
83 <tr> |
69 <td><a href="#SvnChangeListsDialog.__readStderr">__readStderr</a></td> |
84 <td><a href="#SvnChangeListsDialog.__readStderr">__readStderr</a></td> |
70 <td>Private slot to handle the readyReadStandardError signal.</td> |
85 <td>Private slot to handle the readyReadStandardError signal.</td> |
71 </tr><tr> |
86 </tr> |
|
87 <tr> |
72 <td><a href="#SvnChangeListsDialog.__readStdout">__readStdout</a></td> |
88 <td><a href="#SvnChangeListsDialog.__readStdout">__readStdout</a></td> |
73 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
89 <td>Private slot to handle the readyReadStandardOutput signal.</td> |
74 </tr><tr> |
90 </tr> |
|
91 <tr> |
75 <td><a href="#SvnChangeListsDialog.keyPressEvent">keyPressEvent</a></td> |
92 <td><a href="#SvnChangeListsDialog.keyPressEvent">keyPressEvent</a></td> |
76 <td>Protected slot to handle a key press event.</td> |
93 <td>Protected slot to handle a key press event.</td> |
77 </tr><tr> |
94 </tr> |
|
95 <tr> |
78 <td><a href="#SvnChangeListsDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
96 <td><a href="#SvnChangeListsDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
79 <td>Private slot called by a button of the button box clicked.</td> |
97 <td>Private slot called by a button of the button box clicked.</td> |
80 </tr><tr> |
98 </tr> |
|
99 <tr> |
81 <td><a href="#SvnChangeListsDialog.on_changeLists_currentItemChanged">on_changeLists_currentItemChanged</a></td> |
100 <td><a href="#SvnChangeListsDialog.on_changeLists_currentItemChanged">on_changeLists_currentItemChanged</a></td> |
82 <td>Private slot to handle the selection of a new item.</td> |
101 <td>Private slot to handle the selection of a new item.</td> |
83 </tr><tr> |
102 </tr> |
|
103 <tr> |
84 <td><a href="#SvnChangeListsDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
104 <td><a href="#SvnChangeListsDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
85 <td>Private slot to handle the press of the return key in the input field.</td> |
105 <td>Private slot to handle the press of the return key in the input field.</td> |
86 </tr><tr> |
106 </tr> |
|
107 <tr> |
87 <td><a href="#SvnChangeListsDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
108 <td><a href="#SvnChangeListsDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
88 <td>Private slot to handle the password checkbox toggled.</td> |
109 <td>Private slot to handle the password checkbox toggled.</td> |
89 </tr><tr> |
110 </tr> |
|
111 <tr> |
90 <td><a href="#SvnChangeListsDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
112 <td><a href="#SvnChangeListsDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
91 <td>Private slot to send the input to the subversion process.</td> |
113 <td>Private slot to send the input to the subversion process.</td> |
92 </tr><tr> |
114 </tr> |
|
115 <tr> |
93 <td><a href="#SvnChangeListsDialog.start">start</a></td> |
116 <td><a href="#SvnChangeListsDialog.start">start</a></td> |
94 <td>Public slot to populate the data.</td> |
117 <td>Public slot to populate the data.</td> |
95 </tr> |
118 </tr> |
96 </table> |
119 </table> |
97 <h3>Static Methods</h3> |
120 <h3>Static Methods</h3> |
98 <table> |
121 |
99 <tr><td>None</td></tr> |
122 <table> |
100 </table> |
123 <tr><td>None</td></tr> |
|
124 </table> |
|
125 |
101 <a NAME="SvnChangeListsDialog.__init__" ID="SvnChangeListsDialog.__init__"></a> |
126 <a NAME="SvnChangeListsDialog.__init__" ID="SvnChangeListsDialog.__init__"></a> |
102 <h4>SvnChangeListsDialog (Constructor)</h4> |
127 <h4>SvnChangeListsDialog (Constructor)</h4> |
103 <b>SvnChangeListsDialog</b>(<i>vcs, parent=None</i>) |
128 <b>SvnChangeListsDialog</b>(<i>vcs, parent=None</i>) |
|
129 |
104 <p> |
130 <p> |
105 Constructor |
131 Constructor |
106 </p><dl> |
132 </p> |
|
133 <dl> |
|
134 |
107 <dt><i>vcs</i></dt> |
135 <dt><i>vcs</i></dt> |
108 <dd> |
136 <dd> |
109 reference to the vcs object |
137 reference to the vcs object |
110 </dd><dt><i>parent</i></dt> |
138 </dd> |
|
139 <dt><i>parent</i></dt> |
111 <dd> |
140 <dd> |
112 parent widget (QWidget) |
141 parent widget (QWidget) |
113 </dd> |
142 </dd> |
114 </dl><a NAME="SvnChangeListsDialog.__finish" ID="SvnChangeListsDialog.__finish"></a> |
143 </dl> |
|
144 <a NAME="SvnChangeListsDialog.__finish" ID="SvnChangeListsDialog.__finish"></a> |
115 <h4>SvnChangeListsDialog.__finish</h4> |
145 <h4>SvnChangeListsDialog.__finish</h4> |
116 <b>__finish</b>(<i></i>) |
146 <b>__finish</b>(<i></i>) |
|
147 |
117 <p> |
148 <p> |
118 Private slot called when the process finished or the user pressed |
149 Private slot called when the process finished or the user pressed |
119 the button. |
150 the button. |
120 </p><a NAME="SvnChangeListsDialog.__procFinished" ID="SvnChangeListsDialog.__procFinished"></a> |
151 </p> |
|
152 <a NAME="SvnChangeListsDialog.__procFinished" ID="SvnChangeListsDialog.__procFinished"></a> |
121 <h4>SvnChangeListsDialog.__procFinished</h4> |
153 <h4>SvnChangeListsDialog.__procFinished</h4> |
122 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
154 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
|
155 |
123 <p> |
156 <p> |
124 Private slot connected to the finished signal. |
157 Private slot connected to the finished signal. |
125 </p><dl> |
158 </p> |
|
159 <dl> |
|
160 |
126 <dt><i>exitCode</i></dt> |
161 <dt><i>exitCode</i></dt> |
127 <dd> |
162 <dd> |
128 exit code of the process (integer) |
163 exit code of the process (integer) |
129 </dd><dt><i>exitStatus</i></dt> |
164 </dd> |
|
165 <dt><i>exitStatus</i></dt> |
130 <dd> |
166 <dd> |
131 exit status of the process (QProcess.ExitStatus) |
167 exit status of the process (QProcess.ExitStatus) |
132 </dd> |
168 </dd> |
133 </dl><a NAME="SvnChangeListsDialog.__readStderr" ID="SvnChangeListsDialog.__readStderr"></a> |
169 </dl> |
|
170 <a NAME="SvnChangeListsDialog.__readStderr" ID="SvnChangeListsDialog.__readStderr"></a> |
134 <h4>SvnChangeListsDialog.__readStderr</h4> |
171 <h4>SvnChangeListsDialog.__readStderr</h4> |
135 <b>__readStderr</b>(<i></i>) |
172 <b>__readStderr</b>(<i></i>) |
|
173 |
136 <p> |
174 <p> |
137 Private slot to handle the readyReadStandardError signal. |
175 Private slot to handle the readyReadStandardError signal. |
138 </p><p> |
176 </p> |
|
177 <p> |
139 It reads the error output of the process and inserts it into the |
178 It reads the error output of the process and inserts it into the |
140 error pane. |
179 error pane. |
141 </p><a NAME="SvnChangeListsDialog.__readStdout" ID="SvnChangeListsDialog.__readStdout"></a> |
180 </p> |
|
181 <a NAME="SvnChangeListsDialog.__readStdout" ID="SvnChangeListsDialog.__readStdout"></a> |
142 <h4>SvnChangeListsDialog.__readStdout</h4> |
182 <h4>SvnChangeListsDialog.__readStdout</h4> |
143 <b>__readStdout</b>(<i></i>) |
183 <b>__readStdout</b>(<i></i>) |
|
184 |
144 <p> |
185 <p> |
145 Private slot to handle the readyReadStandardOutput signal. |
186 Private slot to handle the readyReadStandardOutput signal. |
146 </p><p> |
187 </p> |
|
188 <p> |
147 It reads the output of the process, formats it and inserts it into |
189 It reads the output of the process, formats it and inserts it into |
148 the contents pane. |
190 the contents pane. |
149 </p><a NAME="SvnChangeListsDialog.keyPressEvent" ID="SvnChangeListsDialog.keyPressEvent"></a> |
191 </p> |
|
192 <a NAME="SvnChangeListsDialog.keyPressEvent" ID="SvnChangeListsDialog.keyPressEvent"></a> |
150 <h4>SvnChangeListsDialog.keyPressEvent</h4> |
193 <h4>SvnChangeListsDialog.keyPressEvent</h4> |
151 <b>keyPressEvent</b>(<i>evt</i>) |
194 <b>keyPressEvent</b>(<i>evt</i>) |
|
195 |
152 <p> |
196 <p> |
153 Protected slot to handle a key press event. |
197 Protected slot to handle a key press event. |
154 </p><dl> |
198 </p> |
|
199 <dl> |
|
200 |
155 <dt><i>evt</i></dt> |
201 <dt><i>evt</i></dt> |
156 <dd> |
202 <dd> |
157 the key press event (QKeyEvent) |
203 the key press event (QKeyEvent) |
158 </dd> |
204 </dd> |
159 </dl><a NAME="SvnChangeListsDialog.on_buttonBox_clicked" ID="SvnChangeListsDialog.on_buttonBox_clicked"></a> |
205 </dl> |
|
206 <a NAME="SvnChangeListsDialog.on_buttonBox_clicked" ID="SvnChangeListsDialog.on_buttonBox_clicked"></a> |
160 <h4>SvnChangeListsDialog.on_buttonBox_clicked</h4> |
207 <h4>SvnChangeListsDialog.on_buttonBox_clicked</h4> |
161 <b>on_buttonBox_clicked</b>(<i>button</i>) |
208 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
209 |
162 <p> |
210 <p> |
163 Private slot called by a button of the button box clicked. |
211 Private slot called by a button of the button box clicked. |
164 </p><dl> |
212 </p> |
|
213 <dl> |
|
214 |
165 <dt><i>button</i></dt> |
215 <dt><i>button</i></dt> |
166 <dd> |
216 <dd> |
167 button that was clicked (QAbstractButton) |
217 button that was clicked (QAbstractButton) |
168 </dd> |
218 </dd> |
169 </dl><a NAME="SvnChangeListsDialog.on_changeLists_currentItemChanged" ID="SvnChangeListsDialog.on_changeLists_currentItemChanged"></a> |
219 </dl> |
|
220 <a NAME="SvnChangeListsDialog.on_changeLists_currentItemChanged" ID="SvnChangeListsDialog.on_changeLists_currentItemChanged"></a> |
170 <h4>SvnChangeListsDialog.on_changeLists_currentItemChanged</h4> |
221 <h4>SvnChangeListsDialog.on_changeLists_currentItemChanged</h4> |
171 <b>on_changeLists_currentItemChanged</b>(<i>current, previous</i>) |
222 <b>on_changeLists_currentItemChanged</b>(<i>current, previous</i>) |
|
223 |
172 <p> |
224 <p> |
173 Private slot to handle the selection of a new item. |
225 Private slot to handle the selection of a new item. |
174 </p><dl> |
226 </p> |
|
227 <dl> |
|
228 |
175 <dt><i>current</i></dt> |
229 <dt><i>current</i></dt> |
176 <dd> |
230 <dd> |
177 current item (QListWidgetItem) |
231 current item (QListWidgetItem) |
178 </dd><dt><i>previous</i></dt> |
232 </dd> |
|
233 <dt><i>previous</i></dt> |
179 <dd> |
234 <dd> |
180 previous current item (QListWidgetItem) |
235 previous current item (QListWidgetItem) |
181 </dd> |
236 </dd> |
182 </dl><a NAME="SvnChangeListsDialog.on_input_returnPressed" ID="SvnChangeListsDialog.on_input_returnPressed"></a> |
237 </dl> |
|
238 <a NAME="SvnChangeListsDialog.on_input_returnPressed" ID="SvnChangeListsDialog.on_input_returnPressed"></a> |
183 <h4>SvnChangeListsDialog.on_input_returnPressed</h4> |
239 <h4>SvnChangeListsDialog.on_input_returnPressed</h4> |
184 <b>on_input_returnPressed</b>(<i></i>) |
240 <b>on_input_returnPressed</b>(<i></i>) |
|
241 |
185 <p> |
242 <p> |
186 Private slot to handle the press of the return key in the input field. |
243 Private slot to handle the press of the return key in the input field. |
187 </p><a NAME="SvnChangeListsDialog.on_passwordCheckBox_toggled" ID="SvnChangeListsDialog.on_passwordCheckBox_toggled"></a> |
244 </p> |
|
245 <a NAME="SvnChangeListsDialog.on_passwordCheckBox_toggled" ID="SvnChangeListsDialog.on_passwordCheckBox_toggled"></a> |
188 <h4>SvnChangeListsDialog.on_passwordCheckBox_toggled</h4> |
246 <h4>SvnChangeListsDialog.on_passwordCheckBox_toggled</h4> |
189 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
247 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
|
248 |
190 <p> |
249 <p> |
191 Private slot to handle the password checkbox toggled. |
250 Private slot to handle the password checkbox toggled. |
192 </p><dl> |
251 </p> |
|
252 <dl> |
|
253 |
193 <dt><i>isOn</i></dt> |
254 <dt><i>isOn</i></dt> |
194 <dd> |
255 <dd> |
195 flag indicating the status of the check box (boolean) |
256 flag indicating the status of the check box (boolean) |
196 </dd> |
257 </dd> |
197 </dl><a NAME="SvnChangeListsDialog.on_sendButton_clicked" ID="SvnChangeListsDialog.on_sendButton_clicked"></a> |
258 </dl> |
|
259 <a NAME="SvnChangeListsDialog.on_sendButton_clicked" ID="SvnChangeListsDialog.on_sendButton_clicked"></a> |
198 <h4>SvnChangeListsDialog.on_sendButton_clicked</h4> |
260 <h4>SvnChangeListsDialog.on_sendButton_clicked</h4> |
199 <b>on_sendButton_clicked</b>(<i></i>) |
261 <b>on_sendButton_clicked</b>(<i></i>) |
|
262 |
200 <p> |
263 <p> |
201 Private slot to send the input to the subversion process. |
264 Private slot to send the input to the subversion process. |
202 </p><a NAME="SvnChangeListsDialog.start" ID="SvnChangeListsDialog.start"></a> |
265 </p> |
|
266 <a NAME="SvnChangeListsDialog.start" ID="SvnChangeListsDialog.start"></a> |
203 <h4>SvnChangeListsDialog.start</h4> |
267 <h4>SvnChangeListsDialog.start</h4> |
204 <b>start</b>(<i>path</i>) |
268 <b>start</b>(<i>path</i>) |
|
269 |
205 <p> |
270 <p> |
206 Public slot to populate the data. |
271 Public slot to populate the data. |
207 </p><dl> |
272 </p> |
|
273 <dl> |
|
274 |
208 <dt><i>path</i></dt> |
275 <dt><i>path</i></dt> |
209 <dd> |
276 <dd> |
210 directory name to show change lists for (string) |
277 directory name to show change lists for (string) |
211 </dd> |
278 </dd> |
212 </dl> |
279 </dl> |