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> |
234 </p><a NAME="SvnStatusDialog.__commit" ID="SvnStatusDialog.__commit"></a> |
243 </p><a NAME="SvnStatusDialog.__commit" ID="SvnStatusDialog.__commit"></a> |
235 <h4>SvnStatusDialog.__commit</h4> |
244 <h4>SvnStatusDialog.__commit</h4> |
236 <b>__commit</b>(<i></i>) |
245 <b>__commit</b>(<i></i>) |
237 <p> |
246 <p> |
238 Private slot to handle the Commit context menu entry. |
247 Private slot to handle the Commit context menu entry. |
|
248 </p><a NAME="SvnStatusDialog.__commitDeselectAll" ID="SvnStatusDialog.__commitDeselectAll"></a> |
|
249 <h4>SvnStatusDialog.__commitDeselectAll</h4> |
|
250 <b>__commitDeselectAll</b>(<i></i>) |
|
251 <p> |
|
252 Private slot to deselect all entries from commit. |
|
253 </p><a NAME="SvnStatusDialog.__commitSelect" ID="SvnStatusDialog.__commitSelect"></a> |
|
254 <h4>SvnStatusDialog.__commitSelect</h4> |
|
255 <b>__commitSelect</b>(<i>selected</i>) |
|
256 <p> |
|
257 Private slot to select or deselect all entries. |
|
258 </p><dl> |
|
259 <dt><i>selected</i></dt> |
|
260 <dd> |
|
261 commit selection state to be set (boolean) |
|
262 </dd> |
|
263 </dl><a NAME="SvnStatusDialog.__commitSelectAll" ID="SvnStatusDialog.__commitSelectAll"></a> |
|
264 <h4>SvnStatusDialog.__commitSelectAll</h4> |
|
265 <b>__commitSelectAll</b>(<i></i>) |
|
266 <p> |
|
267 Private slot to select all entries for commit. |
239 </p><a NAME="SvnStatusDialog.__committed" ID="SvnStatusDialog.__committed"></a> |
268 </p><a NAME="SvnStatusDialog.__committed" ID="SvnStatusDialog.__committed"></a> |
240 <h4>SvnStatusDialog.__committed</h4> |
269 <h4>SvnStatusDialog.__committed</h4> |
241 <b>__committed</b>(<i></i>) |
270 <b>__committed</b>(<i></i>) |
242 <p> |
271 <p> |
243 Private slot called after the commit has finished. |
272 Private slot called after the commit has finished. |