53 </table> |
53 </table> |
54 <h3>Methods</h3> |
54 <h3>Methods</h3> |
55 <table> |
55 <table> |
56 <tr> |
56 <tr> |
57 <td><a href="#SvnTagBranchListDialog.__init__">SvnTagBranchListDialog</a></td> |
57 <td><a href="#SvnTagBranchListDialog.__init__">SvnTagBranchListDialog</a></td> |
58 <td>Constructor</td> |
58 <td>Constructor</td> |
59 </tr><tr> |
59 </tr><tr> |
60 <td><a href="#SvnTagBranchListDialog.__finish">__finish</a></td> |
60 <td><a href="#SvnTagBranchListDialog.__finish">__finish</a></td> |
61 <td>Private slot called when the process finished or the user pressed the button.</td> |
61 <td>Private slot called when the process finished or the user pressed the button.</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#SvnTagBranchListDialog.__generateItem">__generateItem</a></td> |
63 <td><a href="#SvnTagBranchListDialog.__generateItem">__generateItem</a></td> |
64 <td>Private method to generate a tag item in the taglist.</td> |
64 <td>Private method to generate a tag item in the taglist.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#SvnTagBranchListDialog.__procFinished">__procFinished</a></td> |
66 <td><a href="#SvnTagBranchListDialog.__procFinished">__procFinished</a></td> |
67 <td>Private slot connected to the finished signal.</td> |
67 <td>Private slot connected to the finished signal.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#SvnTagBranchListDialog.__readStderr">__readStderr</a></td> |
69 <td><a href="#SvnTagBranchListDialog.__readStderr">__readStderr</a></td> |
70 <td>Private slot to handle the readyReadStderr signal.</td> |
70 <td>Private slot to handle the readyReadStderr signal.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#SvnTagBranchListDialog.__readStdout">__readStdout</a></td> |
72 <td><a href="#SvnTagBranchListDialog.__readStdout">__readStdout</a></td> |
73 <td>Private slot to handle the readyReadStdout signal.</td> |
73 <td>Private slot to handle the readyReadStdout signal.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#SvnTagBranchListDialog.__resizeColumns">__resizeColumns</a></td> |
75 <td><a href="#SvnTagBranchListDialog.__resizeColumns">__resizeColumns</a></td> |
76 <td>Private method to resize the list columns.</td> |
76 <td>Private method to resize the list columns.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#SvnTagBranchListDialog.__resort">__resort</a></td> |
78 <td><a href="#SvnTagBranchListDialog.__resort">__resort</a></td> |
79 <td>Private method to resort the tree.</td> |
79 <td>Private method to resort the tree.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#SvnTagBranchListDialog.closeEvent">closeEvent</a></td> |
81 <td><a href="#SvnTagBranchListDialog.closeEvent">closeEvent</a></td> |
82 <td>Private slot implementing a close event handler.</td> |
82 <td>Private slot implementing a close event handler.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#SvnTagBranchListDialog.keyPressEvent">keyPressEvent</a></td> |
84 <td><a href="#SvnTagBranchListDialog.keyPressEvent">keyPressEvent</a></td> |
85 <td>Protected slot to handle a key press event.</td> |
85 <td>Protected slot to handle a key press event.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#SvnTagBranchListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
87 <td><a href="#SvnTagBranchListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
88 <td>Private slot called by a button of the button box clicked.</td> |
88 <td>Private slot called by a button of the button box clicked.</td> |
89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="#SvnTagBranchListDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
90 <td><a href="#SvnTagBranchListDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
91 <td>Private slot to handle the press of the return key in the input field.</td> |
91 <td>Private slot to handle the press of the return key in the input field.</td> |
92 </tr><tr> |
92 </tr><tr> |
93 <td><a href="#SvnTagBranchListDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
93 <td><a href="#SvnTagBranchListDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
94 <td>Private slot to handle the password checkbox toggled.</td> |
94 <td>Private slot to handle the password checkbox toggled.</td> |
95 </tr><tr> |
95 </tr><tr> |
96 <td><a href="#SvnTagBranchListDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
96 <td><a href="#SvnTagBranchListDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
97 <td>Private slot to send the input to the subversion process.</td> |
97 <td>Private slot to send the input to the subversion process.</td> |
98 </tr><tr> |
98 </tr><tr> |
99 <td><a href="#SvnTagBranchListDialog.start">start</a></td> |
99 <td><a href="#SvnTagBranchListDialog.start">start</a></td> |
100 <td>Public slot to start the svn status command.</td> |
100 <td>Public slot to start the svn status command.</td> |
101 </tr> |
101 </tr> |
102 </table> |
102 </table> |
103 <a NAME="SvnTagBranchListDialog.__init__" ID="SvnTagBranchListDialog.__init__"></a> |
103 <a NAME="SvnTagBranchListDialog.__init__" ID="SvnTagBranchListDialog.__init__"></a> |
104 <h4>SvnTagBranchListDialog (Constructor)</h4> |
104 <h4>SvnTagBranchListDialog (Constructor)</h4> |
105 <b>SvnTagBranchListDialog</b>(<i>vcs, parent = None</i>) |
105 <b>SvnTagBranchListDialog</b>(<i>vcs, parent = None</i>) |
106 <p> |
106 <p> |
107 Constructor |
107 Constructor |
108 </p><dl> |
108 </p><dl> |
109 <dt><i>vcs</i></dt> |
109 <dt><i>vcs</i></dt> |
110 <dd> |
110 <dd> |
111 reference to the vcs object |
111 reference to the vcs object |
112 </dd><dt><i>parent</i></dt> |
112 </dd><dt><i>parent</i></dt> |
113 <dd> |
113 <dd> |
114 parent widget (QWidget) |
114 parent widget (QWidget) |
115 </dd> |
115 </dd> |
116 </dl><a NAME="SvnTagBranchListDialog.__finish" ID="SvnTagBranchListDialog.__finish"></a> |
116 </dl><a NAME="SvnTagBranchListDialog.__finish" ID="SvnTagBranchListDialog.__finish"></a> |
117 <h4>SvnTagBranchListDialog.__finish</h4> |
117 <h4>SvnTagBranchListDialog.__finish</h4> |
118 <b>__finish</b>(<i></i>) |
118 <b>__finish</b>(<i></i>) |
119 <p> |
119 <p> |
120 Private slot called when the process finished or the user pressed the button. |
120 Private slot called when the process finished or the user pressed the button. |
121 </p><a NAME="SvnTagBranchListDialog.__generateItem" ID="SvnTagBranchListDialog.__generateItem"></a> |
121 </p><a NAME="SvnTagBranchListDialog.__generateItem" ID="SvnTagBranchListDialog.__generateItem"></a> |
122 <h4>SvnTagBranchListDialog.__generateItem</h4> |
122 <h4>SvnTagBranchListDialog.__generateItem</h4> |
123 <b>__generateItem</b>(<i>revision, author, date, name</i>) |
123 <b>__generateItem</b>(<i>revision, author, date, name</i>) |
124 <p> |
124 <p> |
125 Private method to generate a tag item in the taglist. |
125 Private method to generate a tag item in the taglist. |
126 </p><dl> |
126 </p><dl> |
127 <dt><i>revision</i></dt> |
127 <dt><i>revision</i></dt> |
128 <dd> |
128 <dd> |
129 revision string (string) |
129 revision string (string) |
130 </dd><dt><i>author</i></dt> |
130 </dd><dt><i>author</i></dt> |
131 <dd> |
131 <dd> |
132 author of the tag (string) |
132 author of the tag (string) |
133 </dd><dt><i>date</i></dt> |
133 </dd><dt><i>date</i></dt> |
134 <dd> |
134 <dd> |
135 date of the tag (string) |
135 date of the tag (string) |
136 </dd><dt><i>name</i></dt> |
136 </dd><dt><i>name</i></dt> |
137 <dd> |
137 <dd> |
138 name (path) of the tag (string) |
138 name (path) of the tag (string) |
139 </dd> |
139 </dd> |
140 </dl><a NAME="SvnTagBranchListDialog.__procFinished" ID="SvnTagBranchListDialog.__procFinished"></a> |
140 </dl><a NAME="SvnTagBranchListDialog.__procFinished" ID="SvnTagBranchListDialog.__procFinished"></a> |
141 <h4>SvnTagBranchListDialog.__procFinished</h4> |
141 <h4>SvnTagBranchListDialog.__procFinished</h4> |
142 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
142 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
143 <p> |
143 <p> |
144 Private slot connected to the finished signal. |
144 Private slot connected to the finished signal. |
145 </p><dl> |
145 </p><dl> |
146 <dt><i>exitCode</i></dt> |
146 <dt><i>exitCode</i></dt> |
147 <dd> |
147 <dd> |
148 exit code of the process (integer) |
148 exit code of the process (integer) |
149 </dd><dt><i>exitStatus</i></dt> |
149 </dd><dt><i>exitStatus</i></dt> |
150 <dd> |
150 <dd> |
151 exit status of the process (QProcess.ExitStatus) |
151 exit status of the process (QProcess.ExitStatus) |
152 </dd> |
152 </dd> |
153 </dl><a NAME="SvnTagBranchListDialog.__readStderr" ID="SvnTagBranchListDialog.__readStderr"></a> |
153 </dl><a NAME="SvnTagBranchListDialog.__readStderr" ID="SvnTagBranchListDialog.__readStderr"></a> |
154 <h4>SvnTagBranchListDialog.__readStderr</h4> |
154 <h4>SvnTagBranchListDialog.__readStderr</h4> |
155 <b>__readStderr</b>(<i></i>) |
155 <b>__readStderr</b>(<i></i>) |
156 <p> |
156 <p> |
157 Private slot to handle the readyReadStderr signal. |
157 Private slot to handle the readyReadStderr signal. |
158 </p><p> |
158 </p><p> |
159 It reads the error output of the process and inserts it into the |
159 It reads the error output of the process and inserts it into the |
160 error pane. |
160 error pane. |
161 </p><a NAME="SvnTagBranchListDialog.__readStdout" ID="SvnTagBranchListDialog.__readStdout"></a> |
161 </p><a NAME="SvnTagBranchListDialog.__readStdout" ID="SvnTagBranchListDialog.__readStdout"></a> |
162 <h4>SvnTagBranchListDialog.__readStdout</h4> |
162 <h4>SvnTagBranchListDialog.__readStdout</h4> |
163 <b>__readStdout</b>(<i></i>) |
163 <b>__readStdout</b>(<i></i>) |
164 <p> |
164 <p> |
165 Private slot to handle the readyReadStdout signal. |
165 Private slot to handle the readyReadStdout signal. |
166 </p><p> |
166 </p><p> |
167 It reads the output of the process, formats it and inserts it into |
167 It reads the output of the process, formats it and inserts it into |
168 the contents pane. |
168 the contents pane. |
169 </p><a NAME="SvnTagBranchListDialog.__resizeColumns" ID="SvnTagBranchListDialog.__resizeColumns"></a> |
169 </p><a NAME="SvnTagBranchListDialog.__resizeColumns" ID="SvnTagBranchListDialog.__resizeColumns"></a> |
170 <h4>SvnTagBranchListDialog.__resizeColumns</h4> |
170 <h4>SvnTagBranchListDialog.__resizeColumns</h4> |
171 <b>__resizeColumns</b>(<i></i>) |
171 <b>__resizeColumns</b>(<i></i>) |
172 <p> |
172 <p> |
173 Private method to resize the list columns. |
173 Private method to resize the list columns. |
174 </p><a NAME="SvnTagBranchListDialog.__resort" ID="SvnTagBranchListDialog.__resort"></a> |
174 </p><a NAME="SvnTagBranchListDialog.__resort" ID="SvnTagBranchListDialog.__resort"></a> |
175 <h4>SvnTagBranchListDialog.__resort</h4> |
175 <h4>SvnTagBranchListDialog.__resort</h4> |
176 <b>__resort</b>(<i></i>) |
176 <b>__resort</b>(<i></i>) |
177 <p> |
177 <p> |
178 Private method to resort the tree. |
178 Private method to resort the tree. |
179 </p><a NAME="SvnTagBranchListDialog.closeEvent" ID="SvnTagBranchListDialog.closeEvent"></a> |
179 </p><a NAME="SvnTagBranchListDialog.closeEvent" ID="SvnTagBranchListDialog.closeEvent"></a> |
180 <h4>SvnTagBranchListDialog.closeEvent</h4> |
180 <h4>SvnTagBranchListDialog.closeEvent</h4> |
181 <b>closeEvent</b>(<i>e</i>) |
181 <b>closeEvent</b>(<i>e</i>) |
182 <p> |
182 <p> |
183 Private slot implementing a close event handler. |
183 Private slot implementing a close event handler. |
184 </p><dl> |
184 </p><dl> |
185 <dt><i>e</i></dt> |
185 <dt><i>e</i></dt> |
186 <dd> |
186 <dd> |
187 close event (QCloseEvent) |
187 close event (QCloseEvent) |
188 </dd> |
188 </dd> |
189 </dl><a NAME="SvnTagBranchListDialog.keyPressEvent" ID="SvnTagBranchListDialog.keyPressEvent"></a> |
189 </dl><a NAME="SvnTagBranchListDialog.keyPressEvent" ID="SvnTagBranchListDialog.keyPressEvent"></a> |
190 <h4>SvnTagBranchListDialog.keyPressEvent</h4> |
190 <h4>SvnTagBranchListDialog.keyPressEvent</h4> |
191 <b>keyPressEvent</b>(<i>evt</i>) |
191 <b>keyPressEvent</b>(<i>evt</i>) |
192 <p> |
192 <p> |
193 Protected slot to handle a key press event. |
193 Protected slot to handle a key press event. |
194 </p><dl> |
194 </p><dl> |
195 <dt><i>evt</i></dt> |
195 <dt><i>evt</i></dt> |
196 <dd> |
196 <dd> |
197 the key press event (QKeyEvent) |
197 the key press event (QKeyEvent) |
198 </dd> |
198 </dd> |
199 </dl><a NAME="SvnTagBranchListDialog.on_buttonBox_clicked" ID="SvnTagBranchListDialog.on_buttonBox_clicked"></a> |
199 </dl><a NAME="SvnTagBranchListDialog.on_buttonBox_clicked" ID="SvnTagBranchListDialog.on_buttonBox_clicked"></a> |
200 <h4>SvnTagBranchListDialog.on_buttonBox_clicked</h4> |
200 <h4>SvnTagBranchListDialog.on_buttonBox_clicked</h4> |
201 <b>on_buttonBox_clicked</b>(<i>button</i>) |
201 <b>on_buttonBox_clicked</b>(<i>button</i>) |
202 <p> |
202 <p> |
203 Private slot called by a button of the button box clicked. |
203 Private slot called by a button of the button box clicked. |
204 </p><dl> |
204 </p><dl> |
205 <dt><i>button</i></dt> |
205 <dt><i>button</i></dt> |
206 <dd> |
206 <dd> |
207 button that was clicked (QAbstractButton) |
207 button that was clicked (QAbstractButton) |
208 </dd> |
208 </dd> |
209 </dl><a NAME="SvnTagBranchListDialog.on_input_returnPressed" ID="SvnTagBranchListDialog.on_input_returnPressed"></a> |
209 </dl><a NAME="SvnTagBranchListDialog.on_input_returnPressed" ID="SvnTagBranchListDialog.on_input_returnPressed"></a> |
210 <h4>SvnTagBranchListDialog.on_input_returnPressed</h4> |
210 <h4>SvnTagBranchListDialog.on_input_returnPressed</h4> |
211 <b>on_input_returnPressed</b>(<i></i>) |
211 <b>on_input_returnPressed</b>(<i></i>) |
212 <p> |
212 <p> |
213 Private slot to handle the press of the return key in the input field. |
213 Private slot to handle the press of the return key in the input field. |
214 </p><a NAME="SvnTagBranchListDialog.on_passwordCheckBox_toggled" ID="SvnTagBranchListDialog.on_passwordCheckBox_toggled"></a> |
214 </p><a NAME="SvnTagBranchListDialog.on_passwordCheckBox_toggled" ID="SvnTagBranchListDialog.on_passwordCheckBox_toggled"></a> |
215 <h4>SvnTagBranchListDialog.on_passwordCheckBox_toggled</h4> |
215 <h4>SvnTagBranchListDialog.on_passwordCheckBox_toggled</h4> |
216 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
216 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
217 <p> |
217 <p> |
218 Private slot to handle the password checkbox toggled. |
218 Private slot to handle the password checkbox toggled. |
219 </p><dl> |
219 </p><dl> |
220 <dt><i>isOn</i></dt> |
220 <dt><i>isOn</i></dt> |
221 <dd> |
221 <dd> |
222 flag indicating the status of the check box (boolean) |
222 flag indicating the status of the check box (boolean) |
223 </dd> |
223 </dd> |
224 </dl><a NAME="SvnTagBranchListDialog.on_sendButton_clicked" ID="SvnTagBranchListDialog.on_sendButton_clicked"></a> |
224 </dl><a NAME="SvnTagBranchListDialog.on_sendButton_clicked" ID="SvnTagBranchListDialog.on_sendButton_clicked"></a> |
225 <h4>SvnTagBranchListDialog.on_sendButton_clicked</h4> |
225 <h4>SvnTagBranchListDialog.on_sendButton_clicked</h4> |
226 <b>on_sendButton_clicked</b>(<i></i>) |
226 <b>on_sendButton_clicked</b>(<i></i>) |
227 <p> |
227 <p> |
228 Private slot to send the input to the subversion process. |
228 Private slot to send the input to the subversion process. |
229 </p><a NAME="SvnTagBranchListDialog.start" ID="SvnTagBranchListDialog.start"></a> |
229 </p><a NAME="SvnTagBranchListDialog.start" ID="SvnTagBranchListDialog.start"></a> |
230 <h4>SvnTagBranchListDialog.start</h4> |
230 <h4>SvnTagBranchListDialog.start</h4> |
231 <b>start</b>(<i>path, tags, tagsList, allTagsList</i>) |
231 <b>start</b>(<i>path, tags, tagsList, allTagsList</i>) |
232 <p> |
232 <p> |
233 Public slot to start the svn status command. |
233 Public slot to start the svn status command. |
234 </p><dl> |
234 </p><dl> |
235 <dt><i>path</i></dt> |
235 <dt><i>path</i></dt> |
236 <dd> |
236 <dd> |
237 name of directory to be listed (string) |
237 name of directory to be listed (string) |
238 </dd><dt><i>tags</i></dt> |
238 </dd><dt><i>tags</i></dt> |
239 <dd> |
239 <dd> |
240 flag indicating a list of tags is requested |
240 flag indicating a list of tags is requested |
241 (False = branches, True = tags) |
241 (False = branches, True = tags) |
242 </dd><dt><i>tagsList</i></dt> |
242 </dd><dt><i>tagsList</i></dt> |
243 <dd> |
243 <dd> |
244 reference to string list receiving the tags (list of strings) |
244 reference to string list receiving the tags (list of strings) |
245 </dd><dt><i>allsTagsList</i></dt> |
245 </dd><dt><i>allsTagsList</i></dt> |
246 <dd> |
246 <dd> |
247 reference to string list all tags (list of strings) |
247 reference to string list all tags (list of strings) |
248 </dd> |
248 </dd> |
249 </dl> |
249 </dl> |
250 <div align="right"><a href="#top">Up</a></div> |
250 <div align="right"><a href="#top">Up</a></div> |
251 <hr /> |
251 <hr /> |
252 </body></html> |
252 </body></html> |