73 <td>Private slot to handle the Break Lock context menu entry.</td> |
73 <td>Private slot to handle the Break Lock context menu entry.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#SvnStatusDialog.__commit">__commit</a></td> |
75 <td><a href="#SvnStatusDialog.__commit">__commit</a></td> |
76 <td>Private slot to handle the Commit context menu entry.</td> |
76 <td>Private slot to handle the Commit context menu entry.</td> |
77 </tr><tr> |
77 </tr><tr> |
|
78 <td><a href="#SvnStatusDialog.__commitDeselectAll">__commitDeselectAll</a></td> |
|
79 <td>Private slot to deselect all entries from commit.</td> |
|
80 </tr><tr> |
|
81 <td><a href="#SvnStatusDialog.__commitSelect">__commitSelect</a></td> |
|
82 <td>Private slot to select or deselect all entries.</td> |
|
83 </tr><tr> |
|
84 <td><a href="#SvnStatusDialog.__commitSelectAll">__commitSelectAll</a></td> |
|
85 <td>Private slot to select all entries for commit.</td> |
|
86 </tr><tr> |
78 <td><a href="#SvnStatusDialog.__committed">__committed</a></td> |
87 <td><a href="#SvnStatusDialog.__committed">__committed</a></td> |
79 <td>Private slot called after the commit has finished.</td> |
88 <td>Private slot called after the commit has finished.</td> |
80 </tr><tr> |
89 </tr><tr> |
81 <td><a href="#SvnStatusDialog.__diff">__diff</a></td> |
90 <td><a href="#SvnStatusDialog.__diff">__diff</a></td> |
82 <td>Private slot to handle the Diff context menu entry.</td> |
91 <td>Private slot to handle the Diff context menu entry.</td> |
213 </p><a NAME="SvnStatusDialog.__commit" ID="SvnStatusDialog.__commit"></a> |
222 </p><a NAME="SvnStatusDialog.__commit" ID="SvnStatusDialog.__commit"></a> |
214 <h4>SvnStatusDialog.__commit</h4> |
223 <h4>SvnStatusDialog.__commit</h4> |
215 <b>__commit</b>(<i></i>) |
224 <b>__commit</b>(<i></i>) |
216 <p> |
225 <p> |
217 Private slot to handle the Commit context menu entry. |
226 Private slot to handle the Commit context menu entry. |
|
227 </p><a NAME="SvnStatusDialog.__commitDeselectAll" ID="SvnStatusDialog.__commitDeselectAll"></a> |
|
228 <h4>SvnStatusDialog.__commitDeselectAll</h4> |
|
229 <b>__commitDeselectAll</b>(<i></i>) |
|
230 <p> |
|
231 Private slot to deselect all entries from commit. |
|
232 </p><a NAME="SvnStatusDialog.__commitSelect" ID="SvnStatusDialog.__commitSelect"></a> |
|
233 <h4>SvnStatusDialog.__commitSelect</h4> |
|
234 <b>__commitSelect</b>(<i>selected</i>) |
|
235 <p> |
|
236 Private slot to select or deselect all entries. |
|
237 </p><dl> |
|
238 <dt><i>selected</i></dt> |
|
239 <dd> |
|
240 commit selection state to be set (boolean) |
|
241 </dd> |
|
242 </dl><a NAME="SvnStatusDialog.__commitSelectAll" ID="SvnStatusDialog.__commitSelectAll"></a> |
|
243 <h4>SvnStatusDialog.__commitSelectAll</h4> |
|
244 <b>__commitSelectAll</b>(<i></i>) |
|
245 <p> |
|
246 Private slot to select all entries for commit. |
218 </p><a NAME="SvnStatusDialog.__committed" ID="SvnStatusDialog.__committed"></a> |
247 </p><a NAME="SvnStatusDialog.__committed" ID="SvnStatusDialog.__committed"></a> |
219 <h4>SvnStatusDialog.__committed</h4> |
248 <h4>SvnStatusDialog.__committed</h4> |
220 <b>__committed</b>(<i></i>) |
249 <b>__committed</b>(<i></i>) |
221 <p> |
250 <p> |
222 Private slot called after the commit has finished. |
251 Private slot called after the commit has finished. |