60 <table> |
60 <table> |
61 <tr> |
61 <tr> |
62 <td><a href="#HgStatusDialog.__init__">HgStatusDialog</a></td> |
62 <td><a href="#HgStatusDialog.__init__">HgStatusDialog</a></td> |
63 <td>Constructor</td> |
63 <td>Constructor</td> |
64 </tr><tr> |
64 </tr><tr> |
65 <td><a href="#HgStatusDialog.__actionsMenuHovered">__actionsMenuHovered</a></td> |
65 <td><a href="#HgStatusDialog.__abortMerge">__abortMerge</a></td> |
66 <td>Private slot to show the tooltip for an action menu entry.</td> |
66 <td>Private slot used to abort an uncommitted merge.</td> |
67 </tr><tr> |
67 </tr><tr> |
68 <td><a href="#HgStatusDialog.__add">__add</a></td> |
68 <td><a href="#HgStatusDialog.__add">__add</a></td> |
69 <td>Private slot to handle the Add context menu entry.</td> |
69 <td>Private slot to handle the Add context menu entry.</td> |
70 </tr><tr> |
70 </tr><tr> |
71 <td><a href="#HgStatusDialog.__commit">__commit</a></td> |
71 <td><a href="#HgStatusDialog.__commit">__commit</a></td> |
72 <td>Private slot to handle the Commit context menu entry.</td> |
72 <td>Private slot to handle the Commit context menu entry.</td> |
73 </tr><tr> |
73 </tr><tr> |
74 <td><a href="#HgStatusDialog.__commitDeselectAll">__commitDeselectAll</a></td> |
74 <td><a href="#HgStatusDialog.__commitDeselectAll">__commitDeselectAll</a></td> |
75 <td>Private slot to deselect all entries from commit.</td> |
75 <td>Private slot to deselect all entries from commit.</td> |
|
76 </tr><tr> |
|
77 <td><a href="#HgStatusDialog.__commitMerge">__commitMerge</a></td> |
|
78 <td>Private slot to handle the Commit Merge context menu entry.</td> |
76 </tr><tr> |
79 </tr><tr> |
77 <td><a href="#HgStatusDialog.__commitSelect">__commitSelect</a></td> |
80 <td><a href="#HgStatusDialog.__commitSelect">__commitSelect</a></td> |
78 <td>Private slot to select or deselect all entries.</td> |
81 <td>Private slot to select or deselect all entries.</td> |
79 </tr><tr> |
82 </tr><tr> |
80 <td><a href="#HgStatusDialog.__commitSelectAll">__commitSelectAll</a></td> |
83 <td><a href="#HgStatusDialog.__commitSelectAll">__commitSelectAll</a></td> |
210 flag indicating to show a queue repo status (boolean) |
213 flag indicating to show a queue repo status (boolean) |
211 </dd><dt><i>parent</i></dt> |
214 </dd><dt><i>parent</i></dt> |
212 <dd> |
215 <dd> |
213 parent widget (QWidget) |
216 parent widget (QWidget) |
214 </dd> |
217 </dd> |
215 </dl><a NAME="HgStatusDialog.__actionsMenuHovered" ID="HgStatusDialog.__actionsMenuHovered"></a> |
218 </dl><a NAME="HgStatusDialog.__abortMerge" ID="HgStatusDialog.__abortMerge"></a> |
216 <h4>HgStatusDialog.__actionsMenuHovered</h4> |
219 <h4>HgStatusDialog.__abortMerge</h4> |
217 <b>__actionsMenuHovered</b>(<i>action</i>) |
220 <b>__abortMerge</b>(<i></i>) |
218 <p> |
221 <p> |
219 Private slot to show the tooltip for an action menu entry. |
222 Private slot used to abort an uncommitted merge. |
220 </p><dl> |
223 </p><a NAME="HgStatusDialog.__add" ID="HgStatusDialog.__add"></a> |
221 <dt><i>action</i> (QAction)</dt> |
|
222 <dd> |
|
223 action to show tooltip for |
|
224 </dd> |
|
225 </dl><a NAME="HgStatusDialog.__add" ID="HgStatusDialog.__add"></a> |
|
226 <h4>HgStatusDialog.__add</h4> |
224 <h4>HgStatusDialog.__add</h4> |
227 <b>__add</b>(<i></i>) |
225 <b>__add</b>(<i></i>) |
228 <p> |
226 <p> |
229 Private slot to handle the Add context menu entry. |
227 Private slot to handle the Add context menu entry. |
230 </p><a NAME="HgStatusDialog.__commit" ID="HgStatusDialog.__commit"></a> |
228 </p><a NAME="HgStatusDialog.__commit" ID="HgStatusDialog.__commit"></a> |
235 </p><a NAME="HgStatusDialog.__commitDeselectAll" ID="HgStatusDialog.__commitDeselectAll"></a> |
233 </p><a NAME="HgStatusDialog.__commitDeselectAll" ID="HgStatusDialog.__commitDeselectAll"></a> |
236 <h4>HgStatusDialog.__commitDeselectAll</h4> |
234 <h4>HgStatusDialog.__commitDeselectAll</h4> |
237 <b>__commitDeselectAll</b>(<i></i>) |
235 <b>__commitDeselectAll</b>(<i></i>) |
238 <p> |
236 <p> |
239 Private slot to deselect all entries from commit. |
237 Private slot to deselect all entries from commit. |
|
238 </p><a NAME="HgStatusDialog.__commitMerge" ID="HgStatusDialog.__commitMerge"></a> |
|
239 <h4>HgStatusDialog.__commitMerge</h4> |
|
240 <b>__commitMerge</b>(<i></i>) |
|
241 <p> |
|
242 Private slot to handle the Commit Merge context menu entry. |
240 </p><a NAME="HgStatusDialog.__commitSelect" ID="HgStatusDialog.__commitSelect"></a> |
243 </p><a NAME="HgStatusDialog.__commitSelect" ID="HgStatusDialog.__commitSelect"></a> |
241 <h4>HgStatusDialog.__commitSelect</h4> |
244 <h4>HgStatusDialog.__commitSelect</h4> |
242 <b>__commitSelect</b>(<i>selected</i>) |
245 <b>__commitSelect</b>(<i>selected</i>) |
243 <p> |
246 <p> |
244 Private slot to select or deselect all entries. |
247 Private slot to select or deselect all entries. |