61 <tr> |
61 <tr> |
62 <td><a href="#HgProjectBrowserHelper.__HgAnnotate">__HgAnnotate</a></td> |
62 <td><a href="#HgProjectBrowserHelper.__HgAnnotate">__HgAnnotate</a></td> |
63 <td>Private slot called by the context menu to show the annotations of a file.</td> |
63 <td>Private slot called by the context menu to show the annotations of a file.</td> |
64 </tr> |
64 </tr> |
65 <tr> |
65 <tr> |
|
66 <td><a href="#HgProjectBrowserHelper.__HgAnnotateSkip">__HgAnnotateSkip</a></td> |
|
67 <td>Private slot called by the context menu to show the annotations of a file with a project specific skip list.</td> |
|
68 </tr> |
|
69 <tr> |
|
70 <td><a href="#HgProjectBrowserHelper.__HgAnnotateSkipListFile">__HgAnnotateSkipListFile</a></td> |
|
71 <td>Private method to create an empty 'hg annotate' skip list file.</td> |
|
72 </tr> |
|
73 <tr> |
66 <td><a href="#HgProjectBrowserHelper.__HgConfigure">__HgConfigure</a></td> |
74 <td><a href="#HgProjectBrowserHelper.__HgConfigure">__HgConfigure</a></td> |
67 <td>Private method to open the configuration dialog.</td> |
75 <td>Private method to open the configuration dialog.</td> |
68 </tr> |
76 </tr> |
69 <tr> |
77 <tr> |
70 <td><a href="#HgProjectBrowserHelper.__HgCopy">__HgCopy</a></td> |
78 <td><a href="#HgProjectBrowserHelper.__HgCopy">__HgCopy</a></td> |
111 <td>Private method to add an extension menu entry.</td> |
119 <td>Private method to add an extension menu entry.</td> |
112 </tr> |
120 </tr> |
113 <tr> |
121 <tr> |
114 <td><a href="#HgProjectBrowserHelper.__showExtensionMenu">__showExtensionMenu</a></td> |
122 <td><a href="#HgProjectBrowserHelper.__showExtensionMenu">__showExtensionMenu</a></td> |
115 <td>Private slot showing the extensions menu.</td> |
123 <td>Private slot showing the extensions menu.</td> |
|
124 </tr> |
|
125 <tr> |
|
126 <td><a href="#HgProjectBrowserHelper.__skipListFileName">__skipListFileName</a></td> |
|
127 <td>Private method to generate the file name for a 'hg annotate' skip list file.</td> |
116 </tr> |
128 </tr> |
117 <tr> |
129 <tr> |
118 <td><a href="#HgProjectBrowserHelper._addVCSMenu">_addVCSMenu</a></td> |
130 <td><a href="#HgProjectBrowserHelper._addVCSMenu">_addVCSMenu</a></td> |
119 <td>Protected method used to add the VCS menu to all project browsers.</td> |
131 <td>Protected method used to add the VCS menu to all project browsers.</td> |
120 </tr> |
132 </tr> |
198 |
210 |
199 <p> |
211 <p> |
200 Private slot called by the context menu to show the annotations of a |
212 Private slot called by the context menu to show the annotations of a |
201 file. |
213 file. |
202 </p> |
214 </p> |
|
215 <a NAME="HgProjectBrowserHelper.__HgAnnotateSkip" ID="HgProjectBrowserHelper.__HgAnnotateSkip"></a> |
|
216 <h4>HgProjectBrowserHelper.__HgAnnotateSkip</h4> |
|
217 <b>__HgAnnotateSkip</b>(<i></i>) |
|
218 |
|
219 <p> |
|
220 Private slot called by the context menu to show the annotations of a |
|
221 file with a project specific skip list. |
|
222 </p> |
|
223 <a NAME="HgProjectBrowserHelper.__HgAnnotateSkipListFile" ID="HgProjectBrowserHelper.__HgAnnotateSkipListFile"></a> |
|
224 <h4>HgProjectBrowserHelper.__HgAnnotateSkipListFile</h4> |
|
225 <b>__HgAnnotateSkipListFile</b>(<i></i>) |
|
226 |
|
227 <p> |
|
228 Private method to create an empty 'hg annotate' skip list file. |
|
229 </p> |
203 <a NAME="HgProjectBrowserHelper.__HgConfigure" ID="HgProjectBrowserHelper.__HgConfigure"></a> |
230 <a NAME="HgProjectBrowserHelper.__HgConfigure" ID="HgProjectBrowserHelper.__HgConfigure"></a> |
204 <h4>HgProjectBrowserHelper.__HgConfigure</h4> |
231 <h4>HgProjectBrowserHelper.__HgConfigure</h4> |
205 <b>__HgConfigure</b>(<i></i>) |
232 <b>__HgConfigure</b>(<i></i>) |
206 |
233 |
207 <p> |
234 <p> |
333 flag indicating to show the menu for a |
360 flag indicating to show the menu for a |
334 version controlled entry or a non-version controlled entry |
361 version controlled entry or a non-version controlled entry |
335 (boolean) |
362 (boolean) |
336 </dd> |
363 </dd> |
337 </dl> |
364 </dl> |
|
365 <a NAME="HgProjectBrowserHelper.__skipListFileName" ID="HgProjectBrowserHelper.__skipListFileName"></a> |
|
366 <h4>HgProjectBrowserHelper.__skipListFileName</h4> |
|
367 <b>__skipListFileName</b>(<i></i>) |
|
368 |
|
369 <p> |
|
370 Private method to generate the file name for a 'hg annotate' skip list file. |
|
371 </p> |
|
372 <dl> |
|
373 <dt>Return:</dt> |
|
374 <dd> |
|
375 name of the skip list file |
|
376 </dd> |
|
377 </dl> |
|
378 <dl> |
|
379 <dt>Return Type:</dt> |
|
380 <dd> |
|
381 str |
|
382 </dd> |
|
383 </dl> |
338 <a NAME="HgProjectBrowserHelper._addVCSMenu" ID="HgProjectBrowserHelper._addVCSMenu"></a> |
384 <a NAME="HgProjectBrowserHelper._addVCSMenu" ID="HgProjectBrowserHelper._addVCSMenu"></a> |
339 <h4>HgProjectBrowserHelper._addVCSMenu</h4> |
385 <h4>HgProjectBrowserHelper._addVCSMenu</h4> |
340 <b>_addVCSMenu</b>(<i>mainMenu</i>) |
386 <b>_addVCSMenu</b>(<i>mainMenu</i>) |
341 |
387 |
342 <p> |
388 <p> |