67 <td>Private slot called after the commit has finished.</td> |
67 <td>Private slot called after the commit has finished.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#HgStatusDialog.__finish">__finish</a></td> |
69 <td><a href="#HgStatusDialog.__finish">__finish</a></td> |
70 <td>Private slot called when the process finished or the user pressed the button.</td> |
70 <td>Private slot called when the process finished or the user pressed the button.</td> |
71 </tr><tr> |
71 </tr><tr> |
|
72 <td><a href="#HgStatusDialog.__forget">__forget</a></td> |
|
73 <td>Private slot to handle the Remove context menu entry.</td> |
|
74 </tr><tr> |
72 <td><a href="#HgStatusDialog.__generateItem">__generateItem</a></td> |
75 <td><a href="#HgStatusDialog.__generateItem">__generateItem</a></td> |
73 <td>Private method to generate a status item in the status list.</td> |
76 <td>Private method to generate a status item in the status list.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#HgStatusDialog.__getMissingItems">__getMissingItems</a></td> |
|
79 <td>Private method to retrieve all entries, that have a missing status.</td> |
74 </tr><tr> |
80 </tr><tr> |
75 <td><a href="#HgStatusDialog.__getModifiedItems">__getModifiedItems</a></td> |
81 <td><a href="#HgStatusDialog.__getModifiedItems">__getModifiedItems</a></td> |
76 <td>Private method to retrieve all entries, that have a modified status.</td> |
82 <td>Private method to retrieve all entries, that have a modified status.</td> |
77 </tr><tr> |
83 </tr><tr> |
78 <td><a href="#HgStatusDialog.__getUnversionedItems">__getUnversionedItems</a></td> |
84 <td><a href="#HgStatusDialog.__getUnversionedItems">__getUnversionedItems</a></td> |
155 </p><a NAME="HgStatusDialog.__finish" ID="HgStatusDialog.__finish"></a> |
161 </p><a NAME="HgStatusDialog.__finish" ID="HgStatusDialog.__finish"></a> |
156 <h4>HgStatusDialog.__finish</h4> |
162 <h4>HgStatusDialog.__finish</h4> |
157 <b>__finish</b>(<i></i>) |
163 <b>__finish</b>(<i></i>) |
158 <p> |
164 <p> |
159 Private slot called when the process finished or the user pressed the button. |
165 Private slot called when the process finished or the user pressed the button. |
|
166 </p><a NAME="HgStatusDialog.__forget" ID="HgStatusDialog.__forget"></a> |
|
167 <h4>HgStatusDialog.__forget</h4> |
|
168 <b>__forget</b>(<i></i>) |
|
169 <p> |
|
170 Private slot to handle the Remove context menu entry. |
160 </p><a NAME="HgStatusDialog.__generateItem" ID="HgStatusDialog.__generateItem"></a> |
171 </p><a NAME="HgStatusDialog.__generateItem" ID="HgStatusDialog.__generateItem"></a> |
161 <h4>HgStatusDialog.__generateItem</h4> |
172 <h4>HgStatusDialog.__generateItem</h4> |
162 <b>__generateItem</b>(<i>status, path</i>) |
173 <b>__generateItem</b>(<i>status, path</i>) |
163 <p> |
174 <p> |
164 Private method to generate a status item in the status list. |
175 Private method to generate a status item in the status list. |
167 <dd> |
178 <dd> |
168 status indicator (string) |
179 status indicator (string) |
169 </dd><dt><i>path</i></dt> |
180 </dd><dt><i>path</i></dt> |
170 <dd> |
181 <dd> |
171 path of the file or directory (string) |
182 path of the file or directory (string) |
|
183 </dd> |
|
184 </dl><a NAME="HgStatusDialog.__getMissingItems" ID="HgStatusDialog.__getMissingItems"></a> |
|
185 <h4>HgStatusDialog.__getMissingItems</h4> |
|
186 <b>__getMissingItems</b>(<i></i>) |
|
187 <p> |
|
188 Private method to retrieve all entries, that have a missing status. |
|
189 </p><dl> |
|
190 <dt>Returns:</dt> |
|
191 <dd> |
|
192 list of all items with a missing status |
172 </dd> |
193 </dd> |
173 </dl><a NAME="HgStatusDialog.__getModifiedItems" ID="HgStatusDialog.__getModifiedItems"></a> |
194 </dl><a NAME="HgStatusDialog.__getModifiedItems" ID="HgStatusDialog.__getModifiedItems"></a> |
174 <h4>HgStatusDialog.__getModifiedItems</h4> |
195 <h4>HgStatusDialog.__getModifiedItems</h4> |
175 <b>__getModifiedItems</b>(<i></i>) |
196 <b>__getModifiedItems</b>(<i></i>) |
176 <p> |
197 <p> |