101 </tr><tr> |
101 </tr><tr> |
102 <td><a href="#VcsProjectBrowserHelper.addVCSMenus">addVCSMenus</a></td> |
102 <td><a href="#VcsProjectBrowserHelper.addVCSMenus">addVCSMenus</a></td> |
103 <td>Public method to add the VCS entries to the various project browser menus.</td> |
103 <td>Public method to add the VCS entries to the various project browser menus.</td> |
104 </tr><tr> |
104 </tr><tr> |
105 <td><a href="#VcsProjectBrowserHelper.showContextMenu">showContextMenu</a></td> |
105 <td><a href="#VcsProjectBrowserHelper.showContextMenu">showContextMenu</a></td> |
106 <td>Slot called before the context menu is shown.</td> |
106 <td>Public slot called before the context menu is shown.</td> |
107 </tr><tr> |
107 </tr><tr> |
108 <td><a href="#VcsProjectBrowserHelper.showContextMenuDir">showContextMenuDir</a></td> |
108 <td><a href="#VcsProjectBrowserHelper.showContextMenuDir">showContextMenuDir</a></td> |
109 <td>Slot called before the context menu is shown.</td> |
109 <td>Public slot called before the context menu is shown.</td> |
110 </tr><tr> |
110 </tr><tr> |
111 <td><a href="#VcsProjectBrowserHelper.showContextMenuDirMulti">showContextMenuDirMulti</a></td> |
111 <td><a href="#VcsProjectBrowserHelper.showContextMenuDirMulti">showContextMenuDirMulti</a></td> |
112 <td>Slot called before the context menu is shown.</td> |
112 <td>Public slot called before the context menu is shown.</td> |
113 </tr><tr> |
113 </tr><tr> |
114 <td><a href="#VcsProjectBrowserHelper.showContextMenuMulti">showContextMenuMulti</a></td> |
114 <td><a href="#VcsProjectBrowserHelper.showContextMenuMulti">showContextMenuMulti</a></td> |
115 <td>Slot called before the context menu (multiple selections) is shown.</td> |
115 <td>Public slot called before the context menu (multiple selections) is shown.</td> |
116 </tr> |
116 </tr> |
117 </table> |
117 </table> |
118 <h3>Static Methods</h3> |
118 <h3>Static Methods</h3> |
119 <table> |
119 <table> |
120 <tr><td>None</td></tr> |
120 <tr><td>None</td></tr> |
254 </dd> |
254 </dd> |
255 </dl><a NAME="VcsProjectBrowserHelper.showContextMenu" ID="VcsProjectBrowserHelper.showContextMenu"></a> |
255 </dl><a NAME="VcsProjectBrowserHelper.showContextMenu" ID="VcsProjectBrowserHelper.showContextMenu"></a> |
256 <h4>VcsProjectBrowserHelper.showContextMenu</h4> |
256 <h4>VcsProjectBrowserHelper.showContextMenu</h4> |
257 <b>showContextMenu</b>(<i>menu, standardItems</i>) |
257 <b>showContextMenu</b>(<i>menu, standardItems</i>) |
258 <p> |
258 <p> |
259 Slot called before the context menu is shown. |
259 Public slot called before the context menu is shown. |
260 </p><p> |
260 </p><p> |
261 It enables/disables the VCS menu entries depending on the overall |
261 It enables/disables the VCS menu entries depending on the overall |
262 VCS status and the file status. |
262 VCS status and the file status. |
263 </p><dl> |
263 </p><dl> |
264 <dt><i>menu</i></dt> |
264 <dt><i>menu</i></dt> |
277 </dd> |
277 </dd> |
278 </dl><a NAME="VcsProjectBrowserHelper.showContextMenuDir" ID="VcsProjectBrowserHelper.showContextMenuDir"></a> |
278 </dl><a NAME="VcsProjectBrowserHelper.showContextMenuDir" ID="VcsProjectBrowserHelper.showContextMenuDir"></a> |
279 <h4>VcsProjectBrowserHelper.showContextMenuDir</h4> |
279 <h4>VcsProjectBrowserHelper.showContextMenuDir</h4> |
280 <b>showContextMenuDir</b>(<i>menu, standardItems</i>) |
280 <b>showContextMenuDir</b>(<i>menu, standardItems</i>) |
281 <p> |
281 <p> |
282 Slot called before the context menu is shown. |
282 Public slot called before the context menu is shown. |
283 </p><p> |
283 </p><p> |
284 It enables/disables the VCS menu entries depending on the overall |
284 It enables/disables the VCS menu entries depending on the overall |
285 VCS status and the directory status. |
285 VCS status and the directory status. |
286 </p><dl> |
286 </p><dl> |
287 <dt><i>menu</i></dt> |
287 <dt><i>menu</i></dt> |
300 </dd> |
300 </dd> |
301 </dl><a NAME="VcsProjectBrowserHelper.showContextMenuDirMulti" ID="VcsProjectBrowserHelper.showContextMenuDirMulti"></a> |
301 </dl><a NAME="VcsProjectBrowserHelper.showContextMenuDirMulti" ID="VcsProjectBrowserHelper.showContextMenuDirMulti"></a> |
302 <h4>VcsProjectBrowserHelper.showContextMenuDirMulti</h4> |
302 <h4>VcsProjectBrowserHelper.showContextMenuDirMulti</h4> |
303 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) |
303 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) |
304 <p> |
304 <p> |
305 Slot called before the context menu is shown. |
305 Public slot called before the context menu is shown. |
306 </p><p> |
306 </p><p> |
307 It enables/disables the VCS menu entries depending on the overall |
307 It enables/disables the VCS menu entries depending on the overall |
308 VCS status and the directory status. |
308 VCS status and the directory status. |
309 </p><dl> |
309 </p><dl> |
310 <dt><i>menu</i></dt> |
310 <dt><i>menu</i></dt> |
323 </dd> |
323 </dd> |
324 </dl><a NAME="VcsProjectBrowserHelper.showContextMenuMulti" ID="VcsProjectBrowserHelper.showContextMenuMulti"></a> |
324 </dl><a NAME="VcsProjectBrowserHelper.showContextMenuMulti" ID="VcsProjectBrowserHelper.showContextMenuMulti"></a> |
325 <h4>VcsProjectBrowserHelper.showContextMenuMulti</h4> |
325 <h4>VcsProjectBrowserHelper.showContextMenuMulti</h4> |
326 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>) |
326 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>) |
327 <p> |
327 <p> |
328 Slot called before the context menu (multiple selections) is shown. |
328 Public slot called before the context menu (multiple selections) is |
|
329 shown. |
329 </p><p> |
330 </p><p> |
330 It enables/disables the VCS menu entries depending on the overall |
331 It enables/disables the VCS menu entries depending on the overall |
331 VCS status and the files status. |
332 VCS status and the files status. |
332 </p><dl> |
333 </p><dl> |
333 <dt><i>menu</i></dt> |
334 <dt><i>menu</i></dt> |