58 <table> |
58 <table> |
59 <tr> |
59 <tr> |
60 <td><a href="#HgTagBranchListDialog.__init__">HgTagBranchListDialog</a></td> |
60 <td><a href="#HgTagBranchListDialog.__init__">HgTagBranchListDialog</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
|
63 <td><a href="#HgTagBranchListDialog.__closeBranch">__closeBranch</a></td> |
|
64 <td>Private slot to close the selected branch.</td> |
|
65 </tr><tr> |
63 <td><a href="#HgTagBranchListDialog.__finish">__finish</a></td> |
66 <td><a href="#HgTagBranchListDialog.__finish">__finish</a></td> |
64 <td>Private slot called when the process finished or the user pressed the button.</td> |
67 <td>Private slot called when the process finished or the user pressed the button.</td> |
65 </tr><tr> |
68 </tr><tr> |
66 <td><a href="#HgTagBranchListDialog.__generateItem">__generateItem</a></td> |
69 <td><a href="#HgTagBranchListDialog.__generateItem">__generateItem</a></td> |
67 <td>Private method to generate a tag item in the tag list.</td> |
70 <td>Private method to generate a tag item in the tag list.</td> |
68 </tr><tr> |
71 </tr><tr> |
|
72 <td><a href="#HgTagBranchListDialog.__highlightCurrentBranch">__highlightCurrentBranch</a></td> |
|
73 <td>Private method to highlight the current branch with a bold font.</td> |
|
74 </tr><tr> |
69 <td><a href="#HgTagBranchListDialog.__procFinished">__procFinished</a></td> |
75 <td><a href="#HgTagBranchListDialog.__procFinished">__procFinished</a></td> |
70 <td>Private slot connected to the finished signal.</td> |
76 <td>Private slot connected to the finished signal.</td> |
71 </tr><tr> |
77 </tr><tr> |
72 <td><a href="#HgTagBranchListDialog.__processOutputLine">__processOutputLine</a></td> |
78 <td><a href="#HgTagBranchListDialog.__processOutputLine">__processOutputLine</a></td> |
73 <td>Private method to process the lines of output.</td> |
79 <td>Private method to process the lines of output.</td> |
85 <td>Private method to resort the tree.</td> |
91 <td>Private method to resort the tree.</td> |
86 </tr><tr> |
92 </tr><tr> |
87 <td><a href="#HgTagBranchListDialog.__showError">__showError</a></td> |
93 <td><a href="#HgTagBranchListDialog.__showError">__showError</a></td> |
88 <td>Private slot to show some error.</td> |
94 <td>Private slot to show some error.</td> |
89 </tr><tr> |
95 </tr><tr> |
|
96 <td><a href="#HgTagBranchListDialog.__switchTo">__switchTo</a></td> |
|
97 <td>Private slot to switch the working directory to the selected revision.</td> |
|
98 </tr><tr> |
90 <td><a href="#HgTagBranchListDialog.closeEvent">closeEvent</a></td> |
99 <td><a href="#HgTagBranchListDialog.closeEvent">closeEvent</a></td> |
91 <td>Protected slot implementing a close event handler.</td> |
100 <td>Protected slot implementing a close event handler.</td> |
92 </tr><tr> |
101 </tr><tr> |
93 <td><a href="#HgTagBranchListDialog.keyPressEvent">keyPressEvent</a></td> |
102 <td><a href="#HgTagBranchListDialog.keyPressEvent">keyPressEvent</a></td> |
94 <td>Protected slot to handle a key press event.</td> |
103 <td>Protected slot to handle a key press event.</td> |
100 <td>Private slot to handle the press of the return key in the input field.</td> |
109 <td>Private slot to handle the press of the return key in the input field.</td> |
101 </tr><tr> |
110 </tr><tr> |
102 <td><a href="#HgTagBranchListDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
111 <td><a href="#HgTagBranchListDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
103 <td>Private slot to handle the password checkbox toggled.</td> |
112 <td>Private slot to handle the password checkbox toggled.</td> |
104 </tr><tr> |
113 </tr><tr> |
|
114 <td><a href="#HgTagBranchListDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> |
|
115 <td>Private slot to refresh the log.</td> |
|
116 </tr><tr> |
105 <td><a href="#HgTagBranchListDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
117 <td><a href="#HgTagBranchListDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
106 <td>Private slot to send the input to the subversion process.</td> |
118 <td>Private slot to send the input to the subversion process.</td> |
|
119 </tr><tr> |
|
120 <td><a href="#HgTagBranchListDialog.on_tagList_customContextMenuRequested">on_tagList_customContextMenuRequested</a></td> |
|
121 <td>Private slot to handle the context menu request.</td> |
107 </tr><tr> |
122 </tr><tr> |
108 <td><a href="#HgTagBranchListDialog.start">start</a></td> |
123 <td><a href="#HgTagBranchListDialog.start">start</a></td> |
109 <td>Public slot to start the tags command.</td> |
124 <td>Public slot to start the tags command.</td> |
110 </tr> |
125 </tr> |
111 </table> |
126 </table> |
124 reference to the vcs object |
139 reference to the vcs object |
125 </dd><dt><i>parent</i></dt> |
140 </dd><dt><i>parent</i></dt> |
126 <dd> |
141 <dd> |
127 parent widget (QWidget) |
142 parent widget (QWidget) |
128 </dd> |
143 </dd> |
129 </dl><a NAME="HgTagBranchListDialog.__finish" ID="HgTagBranchListDialog.__finish"></a> |
144 </dl><a NAME="HgTagBranchListDialog.__closeBranch" ID="HgTagBranchListDialog.__closeBranch"></a> |
|
145 <h4>HgTagBranchListDialog.__closeBranch</h4> |
|
146 <b>__closeBranch</b>(<i></i>) |
|
147 <p> |
|
148 Private slot to close the selected branch. |
|
149 </p><a NAME="HgTagBranchListDialog.__finish" ID="HgTagBranchListDialog.__finish"></a> |
130 <h4>HgTagBranchListDialog.__finish</h4> |
150 <h4>HgTagBranchListDialog.__finish</h4> |
131 <b>__finish</b>(<i></i>) |
151 <b>__finish</b>(<i></i>) |
132 <p> |
152 <p> |
133 Private slot called when the process finished or the user pressed |
153 Private slot called when the process finished or the user pressed |
134 the button. |
154 the button. |
149 of the tag/branch (string) |
169 of the tag/branch (string) |
150 </dd><dt><i>name</i></dt> |
170 </dd><dt><i>name</i></dt> |
151 <dd> |
171 <dd> |
152 name of the tag/branch (string) |
172 name of the tag/branch (string) |
153 </dd> |
173 </dd> |
154 </dl><a NAME="HgTagBranchListDialog.__procFinished" ID="HgTagBranchListDialog.__procFinished"></a> |
174 </dl><a NAME="HgTagBranchListDialog.__highlightCurrentBranch" ID="HgTagBranchListDialog.__highlightCurrentBranch"></a> |
|
175 <h4>HgTagBranchListDialog.__highlightCurrentBranch</h4> |
|
176 <b>__highlightCurrentBranch</b>(<i></i>) |
|
177 <p> |
|
178 Private method to highlight the current branch with a bold font. |
|
179 </p><a NAME="HgTagBranchListDialog.__procFinished" ID="HgTagBranchListDialog.__procFinished"></a> |
155 <h4>HgTagBranchListDialog.__procFinished</h4> |
180 <h4>HgTagBranchListDialog.__procFinished</h4> |
156 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
181 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
157 <p> |
182 <p> |
158 Private slot connected to the finished signal. |
183 Private slot connected to the finished signal. |
159 </p><dl> |
184 </p><dl> |
208 </p><dl> |
233 </p><dl> |
209 <dt><i>out</i></dt> |
234 <dt><i>out</i></dt> |
210 <dd> |
235 <dd> |
211 error to be shown (string) |
236 error to be shown (string) |
212 </dd> |
237 </dd> |
213 </dl><a NAME="HgTagBranchListDialog.closeEvent" ID="HgTagBranchListDialog.closeEvent"></a> |
238 </dl><a NAME="HgTagBranchListDialog.__switchTo" ID="HgTagBranchListDialog.__switchTo"></a> |
|
239 <h4>HgTagBranchListDialog.__switchTo</h4> |
|
240 <b>__switchTo</b>(<i></i>) |
|
241 <p> |
|
242 Private slot to switch the working directory to the selected revision. |
|
243 </p><a NAME="HgTagBranchListDialog.closeEvent" ID="HgTagBranchListDialog.closeEvent"></a> |
214 <h4>HgTagBranchListDialog.closeEvent</h4> |
244 <h4>HgTagBranchListDialog.closeEvent</h4> |
215 <b>closeEvent</b>(<i>e</i>) |
245 <b>closeEvent</b>(<i>e</i>) |
216 <p> |
246 <p> |
217 Protected slot implementing a close event handler. |
247 Protected slot implementing a close event handler. |
218 </p><dl> |
248 </p><dl> |
253 </p><dl> |
283 </p><dl> |
254 <dt><i>isOn</i></dt> |
284 <dt><i>isOn</i></dt> |
255 <dd> |
285 <dd> |
256 flag indicating the status of the check box (boolean) |
286 flag indicating the status of the check box (boolean) |
257 </dd> |
287 </dd> |
258 </dl><a NAME="HgTagBranchListDialog.on_sendButton_clicked" ID="HgTagBranchListDialog.on_sendButton_clicked"></a> |
288 </dl><a NAME="HgTagBranchListDialog.on_refreshButton_clicked" ID="HgTagBranchListDialog.on_refreshButton_clicked"></a> |
|
289 <h4>HgTagBranchListDialog.on_refreshButton_clicked</h4> |
|
290 <b>on_refreshButton_clicked</b>(<i></i>) |
|
291 <p> |
|
292 Private slot to refresh the log. |
|
293 </p><a NAME="HgTagBranchListDialog.on_sendButton_clicked" ID="HgTagBranchListDialog.on_sendButton_clicked"></a> |
259 <h4>HgTagBranchListDialog.on_sendButton_clicked</h4> |
294 <h4>HgTagBranchListDialog.on_sendButton_clicked</h4> |
260 <b>on_sendButton_clicked</b>(<i></i>) |
295 <b>on_sendButton_clicked</b>(<i></i>) |
261 <p> |
296 <p> |
262 Private slot to send the input to the subversion process. |
297 Private slot to send the input to the subversion process. |
263 </p><a NAME="HgTagBranchListDialog.start" ID="HgTagBranchListDialog.start"></a> |
298 </p><a NAME="HgTagBranchListDialog.on_tagList_customContextMenuRequested" ID="HgTagBranchListDialog.on_tagList_customContextMenuRequested"></a> |
|
299 <h4>HgTagBranchListDialog.on_tagList_customContextMenuRequested</h4> |
|
300 <b>on_tagList_customContextMenuRequested</b>(<i>pos</i>) |
|
301 <p> |
|
302 Private slot to handle the context menu request. |
|
303 </p><dl> |
|
304 <dt><i>pos</i> (QPoint)</dt> |
|
305 <dd> |
|
306 position the context menu was requetsed at |
|
307 </dd> |
|
308 </dl><a NAME="HgTagBranchListDialog.start" ID="HgTagBranchListDialog.start"></a> |
264 <h4>HgTagBranchListDialog.start</h4> |
309 <h4>HgTagBranchListDialog.start</h4> |
265 <b>start</b>(<i>path, tags, tagsList, allTagsList</i>) |
310 <b>start</b>(<i>path, tags, tagsList, allTagsList</i>) |
266 <p> |
311 <p> |
267 Public slot to start the tags command. |
312 Public slot to start the tags command. |
268 </p><dl> |
313 </p><dl> |