eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html

changeset 7273
391d6b7b1eff
parent 7232
0b840f7ed593
child 7370
5fb53279f2df
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog</h1> 23 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog to show the output of the hg status command 26 Module implementing a dialog to show the output of the hg status command
25 process. 27 process.
26 </p> 28 </p>
27 <h3>Global Attributes</h3> 29 <h3>Global Attributes</h3>
30
28 <table> 31 <table>
29 <tr><td>None</td></tr> 32 <tr><td>None</td></tr>
30 </table> 33 </table>
31 <h3>Classes</h3> 34 <h3>Classes</h3>
35
32 <table> 36 <table>
37
33 <tr> 38 <tr>
34 <td><a href="#HgStatusDialog">HgStatusDialog</a></td> 39 <td><a href="#HgStatusDialog">HgStatusDialog</a></td>
35 <td>Class implementing a dialog to show the output of the hg status command process.</td> 40 <td>Class implementing a dialog to show the output of the hg status command process.</td>
36 </tr> 41 </tr>
37 </table> 42 </table>
38 <h3>Functions</h3> 43 <h3>Functions</h3>
44
39 <table> 45 <table>
40 <tr><td>None</td></tr> 46 <tr><td>None</td></tr>
41 </table> 47 </table>
42 <hr /><hr /> 48 <hr />
49 <hr />
43 <a NAME="HgStatusDialog" ID="HgStatusDialog"></a> 50 <a NAME="HgStatusDialog" ID="HgStatusDialog"></a>
44 <h2>HgStatusDialog</h2> 51 <h2>HgStatusDialog</h2>
52
45 <p> 53 <p>
46 Class implementing a dialog to show the output of the hg status command 54 Class implementing a dialog to show the output of the hg status command
47 process. 55 process.
48 </p> 56 </p>
49 <h3>Derived from</h3> 57 <h3>Derived from</h3>
50 QWidget, Ui_HgStatusDialog 58 QWidget, Ui_HgStatusDialog
51 <h3>Class Attributes</h3> 59 <h3>Class Attributes</h3>
60
52 <table> 61 <table>
53 <tr><td>None</td></tr> 62 <tr><td>None</td></tr>
54 </table> 63 </table>
55 <h3>Class Methods</h3> 64 <h3>Class Methods</h3>
65
56 <table> 66 <table>
57 <tr><td>None</td></tr> 67 <tr><td>None</td></tr>
58 </table> 68 </table>
59 <h3>Methods</h3> 69 <h3>Methods</h3>
70
60 <table> 71 <table>
72
61 <tr> 73 <tr>
62 <td><a href="#HgStatusDialog.__init__">HgStatusDialog</a></td> 74 <td><a href="#HgStatusDialog.__init__">HgStatusDialog</a></td>
63 <td>Constructor</td> 75 <td>Constructor</td>
64 </tr><tr> 76 </tr>
77 <tr>
65 <td><a href="#HgStatusDialog.__abortMerge">__abortMerge</a></td> 78 <td><a href="#HgStatusDialog.__abortMerge">__abortMerge</a></td>
66 <td>Private slot used to abort an uncommitted merge.</td> 79 <td>Private slot used to abort an uncommitted merge.</td>
67 </tr><tr> 80 </tr>
81 <tr>
68 <td><a href="#HgStatusDialog.__add">__add</a></td> 82 <td><a href="#HgStatusDialog.__add">__add</a></td>
69 <td>Private slot to handle the Add context menu entry.</td> 83 <td>Private slot to handle the Add context menu entry.</td>
70 </tr><tr> 84 </tr>
85 <tr>
71 <td><a href="#HgStatusDialog.__commit">__commit</a></td> 86 <td><a href="#HgStatusDialog.__commit">__commit</a></td>
72 <td>Private slot to handle the Commit context menu entry.</td> 87 <td>Private slot to handle the Commit context menu entry.</td>
73 </tr><tr> 88 </tr>
89 <tr>
74 <td><a href="#HgStatusDialog.__commitDeselectAll">__commitDeselectAll</a></td> 90 <td><a href="#HgStatusDialog.__commitDeselectAll">__commitDeselectAll</a></td>
75 <td>Private slot to deselect all entries from commit.</td> 91 <td>Private slot to deselect all entries from commit.</td>
76 </tr><tr> 92 </tr>
93 <tr>
77 <td><a href="#HgStatusDialog.__commitMerge">__commitMerge</a></td> 94 <td><a href="#HgStatusDialog.__commitMerge">__commitMerge</a></td>
78 <td>Private slot to handle the Commit Merge context menu entry.</td> 95 <td>Private slot to handle the Commit Merge context menu entry.</td>
79 </tr><tr> 96 </tr>
97 <tr>
80 <td><a href="#HgStatusDialog.__commitSelect">__commitSelect</a></td> 98 <td><a href="#HgStatusDialog.__commitSelect">__commitSelect</a></td>
81 <td>Private slot to select or deselect all entries.</td> 99 <td>Private slot to select or deselect all entries.</td>
82 </tr><tr> 100 </tr>
101 <tr>
83 <td><a href="#HgStatusDialog.__commitSelectAll">__commitSelectAll</a></td> 102 <td><a href="#HgStatusDialog.__commitSelectAll">__commitSelectAll</a></td>
84 <td>Private slot to select all entries for commit.</td> 103 <td>Private slot to select all entries for commit.</td>
85 </tr><tr> 104 </tr>
105 <tr>
86 <td><a href="#HgStatusDialog.__committed">__committed</a></td> 106 <td><a href="#HgStatusDialog.__committed">__committed</a></td>
87 <td>Private slot called after the commit has finished.</td> 107 <td>Private slot called after the commit has finished.</td>
88 </tr><tr> 108 </tr>
109 <tr>
89 <td><a href="#HgStatusDialog.__diff">__diff</a></td> 110 <td><a href="#HgStatusDialog.__diff">__diff</a></td>
90 <td>Private slot to handle the Diff context menu entry.</td> 111 <td>Private slot to handle the Diff context menu entry.</td>
91 </tr><tr> 112 </tr>
113 <tr>
92 <td><a href="#HgStatusDialog.__finish">__finish</a></td> 114 <td><a href="#HgStatusDialog.__finish">__finish</a></td>
93 <td>Private slot called when the process finished or the user pressed the button.</td> 115 <td>Private slot called when the process finished or the user pressed the button.</td>
94 </tr><tr> 116 </tr>
117 <tr>
95 <td><a href="#HgStatusDialog.__forget">__forget</a></td> 118 <td><a href="#HgStatusDialog.__forget">__forget</a></td>
96 <td>Private slot to handle the Remove context menu entry.</td> 119 <td>Private slot to handle the Remove context menu entry.</td>
97 </tr><tr> 120 </tr>
121 <tr>
98 <td><a href="#HgStatusDialog.__generateDiffs">__generateDiffs</a></td> 122 <td><a href="#HgStatusDialog.__generateDiffs">__generateDiffs</a></td>
99 <td>Private slot to generate diff outputs for the selected item.</td> 123 <td>Private slot to generate diff outputs for the selected item.</td>
100 </tr><tr> 124 </tr>
125 <tr>
101 <td><a href="#HgStatusDialog.__generateItem">__generateItem</a></td> 126 <td><a href="#HgStatusDialog.__generateItem">__generateItem</a></td>
102 <td>Private method to generate a status item in the status list.</td> 127 <td>Private method to generate a status item in the status list.</td>
103 </tr><tr> 128 </tr>
129 <tr>
104 <td><a href="#HgStatusDialog.__generatorFinished">__generatorFinished</a></td> 130 <td><a href="#HgStatusDialog.__generatorFinished">__generatorFinished</a></td>
105 <td>Private slot connected to the finished signal of the diff generator.</td> 131 <td>Private slot connected to the finished signal of the diff generator.</td>
106 </tr><tr> 132 </tr>
133 <tr>
107 <td><a href="#HgStatusDialog.__getCommitableItems">__getCommitableItems</a></td> 134 <td><a href="#HgStatusDialog.__getCommitableItems">__getCommitableItems</a></td>
108 <td>Private method to retrieve all entries the user wants to commit.</td> 135 <td>Private method to retrieve all entries the user wants to commit.</td>
109 </tr><tr> 136 </tr>
137 <tr>
110 <td><a href="#HgStatusDialog.__getCommitableUnselectedItems">__getCommitableUnselectedItems</a></td> 138 <td><a href="#HgStatusDialog.__getCommitableUnselectedItems">__getCommitableUnselectedItems</a></td>
111 <td>Private method to retrieve all entries the user may commit but hasn't selected.</td> 139 <td>Private method to retrieve all entries the user may commit but hasn't selected.</td>
112 </tr><tr> 140 </tr>
141 <tr>
113 <td><a href="#HgStatusDialog.__getMissingItems">__getMissingItems</a></td> 142 <td><a href="#HgStatusDialog.__getMissingItems">__getMissingItems</a></td>
114 <td>Private method to retrieve all entries, that have a missing status.</td> 143 <td>Private method to retrieve all entries, that have a missing status.</td>
115 </tr><tr> 144 </tr>
145 <tr>
116 <td><a href="#HgStatusDialog.__getModifiedItems">__getModifiedItems</a></td> 146 <td><a href="#HgStatusDialog.__getModifiedItems">__getModifiedItems</a></td>
117 <td>Private method to retrieve all entries, that have a modified status.</td> 147 <td>Private method to retrieve all entries, that have a modified status.</td>
118 </tr><tr> 148 </tr>
149 <tr>
119 <td><a href="#HgStatusDialog.__getUnversionedItems">__getUnversionedItems</a></td> 150 <td><a href="#HgStatusDialog.__getUnversionedItems">__getUnversionedItems</a></td>
120 <td>Private method to retrieve all entries, that have an unversioned status.</td> 151 <td>Private method to retrieve all entries, that have an unversioned status.</td>
121 </tr><tr> 152 </tr>
153 <tr>
122 <td><a href="#HgStatusDialog.__initActionsMenu">__initActionsMenu</a></td> 154 <td><a href="#HgStatusDialog.__initActionsMenu">__initActionsMenu</a></td>
123 <td>Private method to initialize the actions menu.</td> 155 <td>Private method to initialize the actions menu.</td>
124 </tr><tr> 156 </tr>
157 <tr>
125 <td><a href="#HgStatusDialog.__lfAdd">__lfAdd</a></td> 158 <td><a href="#HgStatusDialog.__lfAdd">__lfAdd</a></td>
126 <td>Private slot to add a file to the repository.</td> 159 <td>Private slot to add a file to the repository.</td>
127 </tr><tr> 160 </tr>
161 <tr>
128 <td><a href="#HgStatusDialog.__procFinished">__procFinished</a></td> 162 <td><a href="#HgStatusDialog.__procFinished">__procFinished</a></td>
129 <td>Private slot connected to the finished signal.</td> 163 <td>Private slot connected to the finished signal.</td>
130 </tr><tr> 164 </tr>
165 <tr>
131 <td><a href="#HgStatusDialog.__processOutputLine">__processOutputLine</a></td> 166 <td><a href="#HgStatusDialog.__processOutputLine">__processOutputLine</a></td>
132 <td>Private method to process the lines of output.</td> 167 <td>Private method to process the lines of output.</td>
133 </tr><tr> 168 </tr>
169 <tr>
134 <td><a href="#HgStatusDialog.__readStderr">__readStderr</a></td> 170 <td><a href="#HgStatusDialog.__readStderr">__readStderr</a></td>
135 <td>Private slot to handle the readyReadStandardError signal.</td> 171 <td>Private slot to handle the readyReadStandardError signal.</td>
136 </tr><tr> 172 </tr>
173 <tr>
137 <td><a href="#HgStatusDialog.__readStdout">__readStdout</a></td> 174 <td><a href="#HgStatusDialog.__readStdout">__readStdout</a></td>
138 <td>Private slot to handle the readyReadStandardOutput signal.</td> 175 <td>Private slot to handle the readyReadStandardOutput signal.</td>
139 </tr><tr> 176 </tr>
177 <tr>
140 <td><a href="#HgStatusDialog.__refreshDiff">__refreshDiff</a></td> 178 <td><a href="#HgStatusDialog.__refreshDiff">__refreshDiff</a></td>
141 <td>Private method to refresh the diff output after a refresh.</td> 179 <td>Private method to refresh the diff output after a refresh.</td>
142 </tr><tr> 180 </tr>
181 <tr>
143 <td><a href="#HgStatusDialog.__resizeColumns">__resizeColumns</a></td> 182 <td><a href="#HgStatusDialog.__resizeColumns">__resizeColumns</a></td>
144 <td>Private method to resize the list columns.</td> 183 <td>Private method to resize the list columns.</td>
145 </tr><tr> 184 </tr>
185 <tr>
146 <td><a href="#HgStatusDialog.__resort">__resort</a></td> 186 <td><a href="#HgStatusDialog.__resort">__resort</a></td>
147 <td>Private method to resort the tree.</td> 187 <td>Private method to resort the tree.</td>
148 </tr><tr> 188 </tr>
189 <tr>
149 <td><a href="#HgStatusDialog.__restoreMissing">__restoreMissing</a></td> 190 <td><a href="#HgStatusDialog.__restoreMissing">__restoreMissing</a></td>
150 <td>Private slot to handle the Restore Missing context menu entry.</td> 191 <td>Private slot to handle the Restore Missing context menu entry.</td>
151 </tr><tr> 192 </tr>
193 <tr>
152 <td><a href="#HgStatusDialog.__revert">__revert</a></td> 194 <td><a href="#HgStatusDialog.__revert">__revert</a></td>
153 <td>Private slot to handle the Revert context menu entry.</td> 195 <td>Private slot to handle the Revert context menu entry.</td>
154 </tr><tr> 196 </tr>
197 <tr>
155 <td><a href="#HgStatusDialog.__sbsDiff">__sbsDiff</a></td> 198 <td><a href="#HgStatusDialog.__sbsDiff">__sbsDiff</a></td>
156 <td>Private slot to handle the Diff context menu entry.</td> 199 <td>Private slot to handle the Diff context menu entry.</td>
157 </tr><tr> 200 </tr>
201 <tr>
158 <td><a href="#HgStatusDialog.__showActionsMenu">__showActionsMenu</a></td> 202 <td><a href="#HgStatusDialog.__showActionsMenu">__showActionsMenu</a></td>
159 <td>Private slot to prepare the actions button menu before it is shown.</td> 203 <td>Private slot to prepare the actions button menu before it is shown.</td>
160 </tr><tr> 204 </tr>
205 <tr>
161 <td><a href="#HgStatusDialog.__showError">__showError</a></td> 206 <td><a href="#HgStatusDialog.__showError">__showError</a></td>
162 <td>Private slot to show some error.</td> 207 <td>Private slot to show some error.</td>
163 </tr><tr> 208 </tr>
209 <tr>
164 <td><a href="#HgStatusDialog.closeEvent">closeEvent</a></td> 210 <td><a href="#HgStatusDialog.closeEvent">closeEvent</a></td>
165 <td>Protected slot implementing a close event handler.</td> 211 <td>Protected slot implementing a close event handler.</td>
166 </tr><tr> 212 </tr>
213 <tr>
167 <td><a href="#HgStatusDialog.keyPressEvent">keyPressEvent</a></td> 214 <td><a href="#HgStatusDialog.keyPressEvent">keyPressEvent</a></td>
168 <td>Protected slot to handle a key press event.</td> 215 <td>Protected slot to handle a key press event.</td>
169 </tr><tr> 216 </tr>
217 <tr>
170 <td><a href="#HgStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 218 <td><a href="#HgStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
171 <td>Private slot called by a button of the button box clicked.</td> 219 <td>Private slot called by a button of the button box clicked.</td>
172 </tr><tr> 220 </tr>
221 <tr>
173 <td><a href="#HgStatusDialog.on_input_returnPressed">on_input_returnPressed</a></td> 222 <td><a href="#HgStatusDialog.on_input_returnPressed">on_input_returnPressed</a></td>
174 <td>Private slot to handle the press of the return key in the input field.</td> 223 <td>Private slot to handle the press of the return key in the input field.</td>
175 </tr><tr> 224 </tr>
225 <tr>
176 <td><a href="#HgStatusDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> 226 <td><a href="#HgStatusDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
177 <td>Private slot to handle the password checkbox toggled.</td> 227 <td>Private slot to handle the password checkbox toggled.</td>
178 </tr><tr> 228 </tr>
229 <tr>
179 <td><a href="#HgStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> 230 <td><a href="#HgStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
180 <td>Private slot to refresh the status display.</td> 231 <td>Private slot to refresh the status display.</td>
181 </tr><tr> 232 </tr>
233 <tr>
182 <td><a href="#HgStatusDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> 234 <td><a href="#HgStatusDialog.on_sendButton_clicked">on_sendButton_clicked</a></td>
183 <td>Private slot to send the input to the subversion process.</td> 235 <td>Private slot to send the input to the subversion process.</td>
184 </tr><tr> 236 </tr>
237 <tr>
185 <td><a href="#HgStatusDialog.on_statusFilterCombo_activated">on_statusFilterCombo_activated</a></td> 238 <td><a href="#HgStatusDialog.on_statusFilterCombo_activated">on_statusFilterCombo_activated</a></td>
186 <td>Private slot to react to the selection of a status filter.</td> 239 <td>Private slot to react to the selection of a status filter.</td>
187 </tr><tr> 240 </tr>
241 <tr>
188 <td><a href="#HgStatusDialog.on_statusList_itemSelectionChanged">on_statusList_itemSelectionChanged</a></td> 242 <td><a href="#HgStatusDialog.on_statusList_itemSelectionChanged">on_statusList_itemSelectionChanged</a></td>
189 <td>Private slot to act upon changes of selected items.</td> 243 <td>Private slot to act upon changes of selected items.</td>
190 </tr><tr> 244 </tr>
245 <tr>
191 <td><a href="#HgStatusDialog.show">show</a></td> 246 <td><a href="#HgStatusDialog.show">show</a></td>
192 <td>Public slot to show the dialog.</td> 247 <td>Public slot to show the dialog.</td>
193 </tr><tr> 248 </tr>
249 <tr>
194 <td><a href="#HgStatusDialog.start">start</a></td> 250 <td><a href="#HgStatusDialog.start">start</a></td>
195 <td>Public slot to start the hg status command.</td> 251 <td>Public slot to start the hg status command.</td>
196 </tr> 252 </tr>
197 </table> 253 </table>
198 <h3>Static Methods</h3> 254 <h3>Static Methods</h3>
255
199 <table> 256 <table>
200 <tr><td>None</td></tr> 257 <tr><td>None</td></tr>
201 </table> 258 </table>
259
202 <a NAME="HgStatusDialog.__init__" ID="HgStatusDialog.__init__"></a> 260 <a NAME="HgStatusDialog.__init__" ID="HgStatusDialog.__init__"></a>
203 <h4>HgStatusDialog (Constructor)</h4> 261 <h4>HgStatusDialog (Constructor)</h4>
204 <b>HgStatusDialog</b>(<i>vcs, mq=False, parent=None</i>) 262 <b>HgStatusDialog</b>(<i>vcs, mq=False, parent=None</i>)
263
205 <p> 264 <p>
206 Constructor 265 Constructor
207 </p><dl> 266 </p>
267 <dl>
268
208 <dt><i>vcs</i></dt> 269 <dt><i>vcs</i></dt>
209 <dd> 270 <dd>
210 reference to the vcs object 271 reference to the vcs object
211 </dd><dt><i>mq</i></dt> 272 </dd>
273 <dt><i>mq</i></dt>
212 <dd> 274 <dd>
213 flag indicating to show a queue repo status (boolean) 275 flag indicating to show a queue repo status (boolean)
214 </dd><dt><i>parent</i></dt> 276 </dd>
277 <dt><i>parent</i></dt>
215 <dd> 278 <dd>
216 parent widget (QWidget) 279 parent widget (QWidget)
217 </dd> 280 </dd>
218 </dl><a NAME="HgStatusDialog.__abortMerge" ID="HgStatusDialog.__abortMerge"></a> 281 </dl>
282 <a NAME="HgStatusDialog.__abortMerge" ID="HgStatusDialog.__abortMerge"></a>
219 <h4>HgStatusDialog.__abortMerge</h4> 283 <h4>HgStatusDialog.__abortMerge</h4>
220 <b>__abortMerge</b>(<i></i>) 284 <b>__abortMerge</b>(<i></i>)
285
221 <p> 286 <p>
222 Private slot used to abort an uncommitted merge. 287 Private slot used to abort an uncommitted merge.
223 </p><a NAME="HgStatusDialog.__add" ID="HgStatusDialog.__add"></a> 288 </p>
289 <a NAME="HgStatusDialog.__add" ID="HgStatusDialog.__add"></a>
224 <h4>HgStatusDialog.__add</h4> 290 <h4>HgStatusDialog.__add</h4>
225 <b>__add</b>(<i></i>) 291 <b>__add</b>(<i></i>)
292
226 <p> 293 <p>
227 Private slot to handle the Add context menu entry. 294 Private slot to handle the Add context menu entry.
228 </p><a NAME="HgStatusDialog.__commit" ID="HgStatusDialog.__commit"></a> 295 </p>
296 <a NAME="HgStatusDialog.__commit" ID="HgStatusDialog.__commit"></a>
229 <h4>HgStatusDialog.__commit</h4> 297 <h4>HgStatusDialog.__commit</h4>
230 <b>__commit</b>(<i></i>) 298 <b>__commit</b>(<i></i>)
299
231 <p> 300 <p>
232 Private slot to handle the Commit context menu entry. 301 Private slot to handle the Commit context menu entry.
233 </p><a NAME="HgStatusDialog.__commitDeselectAll" ID="HgStatusDialog.__commitDeselectAll"></a> 302 </p>
303 <a NAME="HgStatusDialog.__commitDeselectAll" ID="HgStatusDialog.__commitDeselectAll"></a>
234 <h4>HgStatusDialog.__commitDeselectAll</h4> 304 <h4>HgStatusDialog.__commitDeselectAll</h4>
235 <b>__commitDeselectAll</b>(<i></i>) 305 <b>__commitDeselectAll</b>(<i></i>)
306
236 <p> 307 <p>
237 Private slot to deselect all entries from commit. 308 Private slot to deselect all entries from commit.
238 </p><a NAME="HgStatusDialog.__commitMerge" ID="HgStatusDialog.__commitMerge"></a> 309 </p>
310 <a NAME="HgStatusDialog.__commitMerge" ID="HgStatusDialog.__commitMerge"></a>
239 <h4>HgStatusDialog.__commitMerge</h4> 311 <h4>HgStatusDialog.__commitMerge</h4>
240 <b>__commitMerge</b>(<i></i>) 312 <b>__commitMerge</b>(<i></i>)
313
241 <p> 314 <p>
242 Private slot to handle the Commit Merge context menu entry. 315 Private slot to handle the Commit Merge context menu entry.
243 </p><a NAME="HgStatusDialog.__commitSelect" ID="HgStatusDialog.__commitSelect"></a> 316 </p>
317 <a NAME="HgStatusDialog.__commitSelect" ID="HgStatusDialog.__commitSelect"></a>
244 <h4>HgStatusDialog.__commitSelect</h4> 318 <h4>HgStatusDialog.__commitSelect</h4>
245 <b>__commitSelect</b>(<i>selected</i>) 319 <b>__commitSelect</b>(<i>selected</i>)
320
246 <p> 321 <p>
247 Private slot to select or deselect all entries. 322 Private slot to select or deselect all entries.
248 </p><dl> 323 </p>
324 <dl>
325
249 <dt><i>selected</i></dt> 326 <dt><i>selected</i></dt>
250 <dd> 327 <dd>
251 commit selection state to be set (boolean) 328 commit selection state to be set (boolean)
252 </dd> 329 </dd>
253 </dl><a NAME="HgStatusDialog.__commitSelectAll" ID="HgStatusDialog.__commitSelectAll"></a> 330 </dl>
331 <a NAME="HgStatusDialog.__commitSelectAll" ID="HgStatusDialog.__commitSelectAll"></a>
254 <h4>HgStatusDialog.__commitSelectAll</h4> 332 <h4>HgStatusDialog.__commitSelectAll</h4>
255 <b>__commitSelectAll</b>(<i></i>) 333 <b>__commitSelectAll</b>(<i></i>)
334
256 <p> 335 <p>
257 Private slot to select all entries for commit. 336 Private slot to select all entries for commit.
258 </p><a NAME="HgStatusDialog.__committed" ID="HgStatusDialog.__committed"></a> 337 </p>
338 <a NAME="HgStatusDialog.__committed" ID="HgStatusDialog.__committed"></a>
259 <h4>HgStatusDialog.__committed</h4> 339 <h4>HgStatusDialog.__committed</h4>
260 <b>__committed</b>(<i></i>) 340 <b>__committed</b>(<i></i>)
341
261 <p> 342 <p>
262 Private slot called after the commit has finished. 343 Private slot called after the commit has finished.
263 </p><a NAME="HgStatusDialog.__diff" ID="HgStatusDialog.__diff"></a> 344 </p>
345 <a NAME="HgStatusDialog.__diff" ID="HgStatusDialog.__diff"></a>
264 <h4>HgStatusDialog.__diff</h4> 346 <h4>HgStatusDialog.__diff</h4>
265 <b>__diff</b>(<i></i>) 347 <b>__diff</b>(<i></i>)
348
266 <p> 349 <p>
267 Private slot to handle the Diff context menu entry. 350 Private slot to handle the Diff context menu entry.
268 </p><a NAME="HgStatusDialog.__finish" ID="HgStatusDialog.__finish"></a> 351 </p>
352 <a NAME="HgStatusDialog.__finish" ID="HgStatusDialog.__finish"></a>
269 <h4>HgStatusDialog.__finish</h4> 353 <h4>HgStatusDialog.__finish</h4>
270 <b>__finish</b>(<i></i>) 354 <b>__finish</b>(<i></i>)
355
271 <p> 356 <p>
272 Private slot called when the process finished or the user pressed 357 Private slot called when the process finished or the user pressed
273 the button. 358 the button.
274 </p><a NAME="HgStatusDialog.__forget" ID="HgStatusDialog.__forget"></a> 359 </p>
360 <a NAME="HgStatusDialog.__forget" ID="HgStatusDialog.__forget"></a>
275 <h4>HgStatusDialog.__forget</h4> 361 <h4>HgStatusDialog.__forget</h4>
276 <b>__forget</b>(<i></i>) 362 <b>__forget</b>(<i></i>)
363
277 <p> 364 <p>
278 Private slot to handle the Remove context menu entry. 365 Private slot to handle the Remove context menu entry.
279 </p><a NAME="HgStatusDialog.__generateDiffs" ID="HgStatusDialog.__generateDiffs"></a> 366 </p>
367 <a NAME="HgStatusDialog.__generateDiffs" ID="HgStatusDialog.__generateDiffs"></a>
280 <h4>HgStatusDialog.__generateDiffs</h4> 368 <h4>HgStatusDialog.__generateDiffs</h4>
281 <b>__generateDiffs</b>(<i></i>) 369 <b>__generateDiffs</b>(<i></i>)
370
282 <p> 371 <p>
283 Private slot to generate diff outputs for the selected item. 372 Private slot to generate diff outputs for the selected item.
284 </p><a NAME="HgStatusDialog.__generateItem" ID="HgStatusDialog.__generateItem"></a> 373 </p>
374 <a NAME="HgStatusDialog.__generateItem" ID="HgStatusDialog.__generateItem"></a>
285 <h4>HgStatusDialog.__generateItem</h4> 375 <h4>HgStatusDialog.__generateItem</h4>
286 <b>__generateItem</b>(<i>status, path</i>) 376 <b>__generateItem</b>(<i>status, path</i>)
377
287 <p> 378 <p>
288 Private method to generate a status item in the status list. 379 Private method to generate a status item in the status list.
289 </p><dl> 380 </p>
381 <dl>
382
290 <dt><i>status</i></dt> 383 <dt><i>status</i></dt>
291 <dd> 384 <dd>
292 status indicator (string) 385 status indicator (string)
293 </dd><dt><i>path</i></dt> 386 </dd>
387 <dt><i>path</i></dt>
294 <dd> 388 <dd>
295 path of the file or directory (string) 389 path of the file or directory (string)
296 </dd> 390 </dd>
297 </dl><a NAME="HgStatusDialog.__generatorFinished" ID="HgStatusDialog.__generatorFinished"></a> 391 </dl>
392 <a NAME="HgStatusDialog.__generatorFinished" ID="HgStatusDialog.__generatorFinished"></a>
298 <h4>HgStatusDialog.__generatorFinished</h4> 393 <h4>HgStatusDialog.__generatorFinished</h4>
299 <b>__generatorFinished</b>(<i></i>) 394 <b>__generatorFinished</b>(<i></i>)
395
300 <p> 396 <p>
301 Private slot connected to the finished signal of the diff generator. 397 Private slot connected to the finished signal of the diff generator.
302 </p><a NAME="HgStatusDialog.__getCommitableItems" ID="HgStatusDialog.__getCommitableItems"></a> 398 </p>
399 <a NAME="HgStatusDialog.__getCommitableItems" ID="HgStatusDialog.__getCommitableItems"></a>
303 <h4>HgStatusDialog.__getCommitableItems</h4> 400 <h4>HgStatusDialog.__getCommitableItems</h4>
304 <b>__getCommitableItems</b>(<i></i>) 401 <b>__getCommitableItems</b>(<i></i>)
402
305 <p> 403 <p>
306 Private method to retrieve all entries the user wants to commit. 404 Private method to retrieve all entries the user wants to commit.
307 </p><dl> 405 </p>
406 <dl>
308 <dt>Returns:</dt> 407 <dt>Returns:</dt>
309 <dd> 408 <dd>
310 list of all items, the user has checked 409 list of all items, the user has checked
311 </dd> 410 </dd>
312 </dl><a NAME="HgStatusDialog.__getCommitableUnselectedItems" ID="HgStatusDialog.__getCommitableUnselectedItems"></a> 411 </dl>
412 <a NAME="HgStatusDialog.__getCommitableUnselectedItems" ID="HgStatusDialog.__getCommitableUnselectedItems"></a>
313 <h4>HgStatusDialog.__getCommitableUnselectedItems</h4> 413 <h4>HgStatusDialog.__getCommitableUnselectedItems</h4>
314 <b>__getCommitableUnselectedItems</b>(<i></i>) 414 <b>__getCommitableUnselectedItems</b>(<i></i>)
415
315 <p> 416 <p>
316 Private method to retrieve all entries the user may commit but hasn't 417 Private method to retrieve all entries the user may commit but hasn't
317 selected. 418 selected.
318 </p><dl> 419 </p>
420 <dl>
319 <dt>Returns:</dt> 421 <dt>Returns:</dt>
320 <dd> 422 <dd>
321 list of all items, the user has checked 423 list of all items, the user has checked
322 </dd> 424 </dd>
323 </dl><a NAME="HgStatusDialog.__getMissingItems" ID="HgStatusDialog.__getMissingItems"></a> 425 </dl>
426 <a NAME="HgStatusDialog.__getMissingItems" ID="HgStatusDialog.__getMissingItems"></a>
324 <h4>HgStatusDialog.__getMissingItems</h4> 427 <h4>HgStatusDialog.__getMissingItems</h4>
325 <b>__getMissingItems</b>(<i></i>) 428 <b>__getMissingItems</b>(<i></i>)
429
326 <p> 430 <p>
327 Private method to retrieve all entries, that have a missing status. 431 Private method to retrieve all entries, that have a missing status.
328 </p><dl> 432 </p>
433 <dl>
329 <dt>Returns:</dt> 434 <dt>Returns:</dt>
330 <dd> 435 <dd>
331 list of all items with a missing status 436 list of all items with a missing status
332 </dd> 437 </dd>
333 </dl><a NAME="HgStatusDialog.__getModifiedItems" ID="HgStatusDialog.__getModifiedItems"></a> 438 </dl>
439 <a NAME="HgStatusDialog.__getModifiedItems" ID="HgStatusDialog.__getModifiedItems"></a>
334 <h4>HgStatusDialog.__getModifiedItems</h4> 440 <h4>HgStatusDialog.__getModifiedItems</h4>
335 <b>__getModifiedItems</b>(<i></i>) 441 <b>__getModifiedItems</b>(<i></i>)
442
336 <p> 443 <p>
337 Private method to retrieve all entries, that have a modified status. 444 Private method to retrieve all entries, that have a modified status.
338 </p><dl> 445 </p>
446 <dl>
339 <dt>Returns:</dt> 447 <dt>Returns:</dt>
340 <dd> 448 <dd>
341 list of all items with a modified status 449 list of all items with a modified status
342 </dd> 450 </dd>
343 </dl><a NAME="HgStatusDialog.__getUnversionedItems" ID="HgStatusDialog.__getUnversionedItems"></a> 451 </dl>
452 <a NAME="HgStatusDialog.__getUnversionedItems" ID="HgStatusDialog.__getUnversionedItems"></a>
344 <h4>HgStatusDialog.__getUnversionedItems</h4> 453 <h4>HgStatusDialog.__getUnversionedItems</h4>
345 <b>__getUnversionedItems</b>(<i></i>) 454 <b>__getUnversionedItems</b>(<i></i>)
455
346 <p> 456 <p>
347 Private method to retrieve all entries, that have an unversioned 457 Private method to retrieve all entries, that have an unversioned
348 status. 458 status.
349 </p><dl> 459 </p>
460 <dl>
350 <dt>Returns:</dt> 461 <dt>Returns:</dt>
351 <dd> 462 <dd>
352 list of all items with an unversioned status 463 list of all items with an unversioned status
353 </dd> 464 </dd>
354 </dl><a NAME="HgStatusDialog.__initActionsMenu" ID="HgStatusDialog.__initActionsMenu"></a> 465 </dl>
466 <a NAME="HgStatusDialog.__initActionsMenu" ID="HgStatusDialog.__initActionsMenu"></a>
355 <h4>HgStatusDialog.__initActionsMenu</h4> 467 <h4>HgStatusDialog.__initActionsMenu</h4>
356 <b>__initActionsMenu</b>(<i></i>) 468 <b>__initActionsMenu</b>(<i></i>)
469
357 <p> 470 <p>
358 Private method to initialize the actions menu. 471 Private method to initialize the actions menu.
359 </p><a NAME="HgStatusDialog.__lfAdd" ID="HgStatusDialog.__lfAdd"></a> 472 </p>
473 <a NAME="HgStatusDialog.__lfAdd" ID="HgStatusDialog.__lfAdd"></a>
360 <h4>HgStatusDialog.__lfAdd</h4> 474 <h4>HgStatusDialog.__lfAdd</h4>
361 <b>__lfAdd</b>(<i>mode</i>) 475 <b>__lfAdd</b>(<i>mode</i>)
476
362 <p> 477 <p>
363 Private slot to add a file to the repository. 478 Private slot to add a file to the repository.
364 </p><dl> 479 </p>
480 <dl>
481
365 <dt><i>mode</i></dt> 482 <dt><i>mode</i></dt>
366 <dd> 483 <dd>
367 add mode (string one of 'normal' or 'large') 484 add mode (string one of 'normal' or 'large')
368 </dd> 485 </dd>
369 </dl><a NAME="HgStatusDialog.__procFinished" ID="HgStatusDialog.__procFinished"></a> 486 </dl>
487 <a NAME="HgStatusDialog.__procFinished" ID="HgStatusDialog.__procFinished"></a>
370 <h4>HgStatusDialog.__procFinished</h4> 488 <h4>HgStatusDialog.__procFinished</h4>
371 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 489 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
490
372 <p> 491 <p>
373 Private slot connected to the finished signal. 492 Private slot connected to the finished signal.
374 </p><dl> 493 </p>
494 <dl>
495
375 <dt><i>exitCode</i></dt> 496 <dt><i>exitCode</i></dt>
376 <dd> 497 <dd>
377 exit code of the process (integer) 498 exit code of the process (integer)
378 </dd><dt><i>exitStatus</i></dt> 499 </dd>
500 <dt><i>exitStatus</i></dt>
379 <dd> 501 <dd>
380 exit status of the process (QProcess.ExitStatus) 502 exit status of the process (QProcess.ExitStatus)
381 </dd> 503 </dd>
382 </dl><a NAME="HgStatusDialog.__processOutputLine" ID="HgStatusDialog.__processOutputLine"></a> 504 </dl>
505 <a NAME="HgStatusDialog.__processOutputLine" ID="HgStatusDialog.__processOutputLine"></a>
383 <h4>HgStatusDialog.__processOutputLine</h4> 506 <h4>HgStatusDialog.__processOutputLine</h4>
384 <b>__processOutputLine</b>(<i>line</i>) 507 <b>__processOutputLine</b>(<i>line</i>)
508
385 <p> 509 <p>
386 Private method to process the lines of output. 510 Private method to process the lines of output.
387 </p><dl> 511 </p>
512 <dl>
513
388 <dt><i>line</i></dt> 514 <dt><i>line</i></dt>
389 <dd> 515 <dd>
390 output line to be processed (string) 516 output line to be processed (string)
391 </dd> 517 </dd>
392 </dl><a NAME="HgStatusDialog.__readStderr" ID="HgStatusDialog.__readStderr"></a> 518 </dl>
519 <a NAME="HgStatusDialog.__readStderr" ID="HgStatusDialog.__readStderr"></a>
393 <h4>HgStatusDialog.__readStderr</h4> 520 <h4>HgStatusDialog.__readStderr</h4>
394 <b>__readStderr</b>(<i></i>) 521 <b>__readStderr</b>(<i></i>)
522
395 <p> 523 <p>
396 Private slot to handle the readyReadStandardError signal. 524 Private slot to handle the readyReadStandardError signal.
397 </p><p> 525 </p>
526 <p>
398 It reads the error output of the process and inserts it into the 527 It reads the error output of the process and inserts it into the
399 error pane. 528 error pane.
400 </p><a NAME="HgStatusDialog.__readStdout" ID="HgStatusDialog.__readStdout"></a> 529 </p>
530 <a NAME="HgStatusDialog.__readStdout" ID="HgStatusDialog.__readStdout"></a>
401 <h4>HgStatusDialog.__readStdout</h4> 531 <h4>HgStatusDialog.__readStdout</h4>
402 <b>__readStdout</b>(<i></i>) 532 <b>__readStdout</b>(<i></i>)
533
403 <p> 534 <p>
404 Private slot to handle the readyReadStandardOutput signal. 535 Private slot to handle the readyReadStandardOutput signal.
405 </p><p> 536 </p>
537 <p>
406 It reads the output of the process, formats it and inserts it into 538 It reads the output of the process, formats it and inserts it into
407 the contents pane. 539 the contents pane.
408 </p><a NAME="HgStatusDialog.__refreshDiff" ID="HgStatusDialog.__refreshDiff"></a> 540 </p>
541 <a NAME="HgStatusDialog.__refreshDiff" ID="HgStatusDialog.__refreshDiff"></a>
409 <h4>HgStatusDialog.__refreshDiff</h4> 542 <h4>HgStatusDialog.__refreshDiff</h4>
410 <b>__refreshDiff</b>(<i></i>) 543 <b>__refreshDiff</b>(<i></i>)
544
411 <p> 545 <p>
412 Private method to refresh the diff output after a refresh. 546 Private method to refresh the diff output after a refresh.
413 </p><a NAME="HgStatusDialog.__resizeColumns" ID="HgStatusDialog.__resizeColumns"></a> 547 </p>
548 <a NAME="HgStatusDialog.__resizeColumns" ID="HgStatusDialog.__resizeColumns"></a>
414 <h4>HgStatusDialog.__resizeColumns</h4> 549 <h4>HgStatusDialog.__resizeColumns</h4>
415 <b>__resizeColumns</b>(<i></i>) 550 <b>__resizeColumns</b>(<i></i>)
551
416 <p> 552 <p>
417 Private method to resize the list columns. 553 Private method to resize the list columns.
418 </p><a NAME="HgStatusDialog.__resort" ID="HgStatusDialog.__resort"></a> 554 </p>
555 <a NAME="HgStatusDialog.__resort" ID="HgStatusDialog.__resort"></a>
419 <h4>HgStatusDialog.__resort</h4> 556 <h4>HgStatusDialog.__resort</h4>
420 <b>__resort</b>(<i></i>) 557 <b>__resort</b>(<i></i>)
558
421 <p> 559 <p>
422 Private method to resort the tree. 560 Private method to resort the tree.
423 </p><a NAME="HgStatusDialog.__restoreMissing" ID="HgStatusDialog.__restoreMissing"></a> 561 </p>
562 <a NAME="HgStatusDialog.__restoreMissing" ID="HgStatusDialog.__restoreMissing"></a>
424 <h4>HgStatusDialog.__restoreMissing</h4> 563 <h4>HgStatusDialog.__restoreMissing</h4>
425 <b>__restoreMissing</b>(<i></i>) 564 <b>__restoreMissing</b>(<i></i>)
565
426 <p> 566 <p>
427 Private slot to handle the Restore Missing context menu entry. 567 Private slot to handle the Restore Missing context menu entry.
428 </p><a NAME="HgStatusDialog.__revert" ID="HgStatusDialog.__revert"></a> 568 </p>
569 <a NAME="HgStatusDialog.__revert" ID="HgStatusDialog.__revert"></a>
429 <h4>HgStatusDialog.__revert</h4> 570 <h4>HgStatusDialog.__revert</h4>
430 <b>__revert</b>(<i></i>) 571 <b>__revert</b>(<i></i>)
572
431 <p> 573 <p>
432 Private slot to handle the Revert context menu entry. 574 Private slot to handle the Revert context menu entry.
433 </p><a NAME="HgStatusDialog.__sbsDiff" ID="HgStatusDialog.__sbsDiff"></a> 575 </p>
576 <a NAME="HgStatusDialog.__sbsDiff" ID="HgStatusDialog.__sbsDiff"></a>
434 <h4>HgStatusDialog.__sbsDiff</h4> 577 <h4>HgStatusDialog.__sbsDiff</h4>
435 <b>__sbsDiff</b>(<i></i>) 578 <b>__sbsDiff</b>(<i></i>)
579
436 <p> 580 <p>
437 Private slot to handle the Diff context menu entry. 581 Private slot to handle the Diff context menu entry.
438 </p><a NAME="HgStatusDialog.__showActionsMenu" ID="HgStatusDialog.__showActionsMenu"></a> 582 </p>
583 <a NAME="HgStatusDialog.__showActionsMenu" ID="HgStatusDialog.__showActionsMenu"></a>
439 <h4>HgStatusDialog.__showActionsMenu</h4> 584 <h4>HgStatusDialog.__showActionsMenu</h4>
440 <b>__showActionsMenu</b>(<i></i>) 585 <b>__showActionsMenu</b>(<i></i>)
586
441 <p> 587 <p>
442 Private slot to prepare the actions button menu before it is shown. 588 Private slot to prepare the actions button menu before it is shown.
443 </p><a NAME="HgStatusDialog.__showError" ID="HgStatusDialog.__showError"></a> 589 </p>
590 <a NAME="HgStatusDialog.__showError" ID="HgStatusDialog.__showError"></a>
444 <h4>HgStatusDialog.__showError</h4> 591 <h4>HgStatusDialog.__showError</h4>
445 <b>__showError</b>(<i>out</i>) 592 <b>__showError</b>(<i>out</i>)
593
446 <p> 594 <p>
447 Private slot to show some error. 595 Private slot to show some error.
448 </p><dl> 596 </p>
597 <dl>
598
449 <dt><i>out</i></dt> 599 <dt><i>out</i></dt>
450 <dd> 600 <dd>
451 error to be shown (string) 601 error to be shown (string)
452 </dd> 602 </dd>
453 </dl><a NAME="HgStatusDialog.closeEvent" ID="HgStatusDialog.closeEvent"></a> 603 </dl>
604 <a NAME="HgStatusDialog.closeEvent" ID="HgStatusDialog.closeEvent"></a>
454 <h4>HgStatusDialog.closeEvent</h4> 605 <h4>HgStatusDialog.closeEvent</h4>
455 <b>closeEvent</b>(<i>e</i>) 606 <b>closeEvent</b>(<i>e</i>)
607
456 <p> 608 <p>
457 Protected slot implementing a close event handler. 609 Protected slot implementing a close event handler.
458 </p><dl> 610 </p>
611 <dl>
612
459 <dt><i>e</i></dt> 613 <dt><i>e</i></dt>
460 <dd> 614 <dd>
461 close event (QCloseEvent) 615 close event (QCloseEvent)
462 </dd> 616 </dd>
463 </dl><a NAME="HgStatusDialog.keyPressEvent" ID="HgStatusDialog.keyPressEvent"></a> 617 </dl>
618 <a NAME="HgStatusDialog.keyPressEvent" ID="HgStatusDialog.keyPressEvent"></a>
464 <h4>HgStatusDialog.keyPressEvent</h4> 619 <h4>HgStatusDialog.keyPressEvent</h4>
465 <b>keyPressEvent</b>(<i>evt</i>) 620 <b>keyPressEvent</b>(<i>evt</i>)
621
466 <p> 622 <p>
467 Protected slot to handle a key press event. 623 Protected slot to handle a key press event.
468 </p><dl> 624 </p>
625 <dl>
626
469 <dt><i>evt</i></dt> 627 <dt><i>evt</i></dt>
470 <dd> 628 <dd>
471 the key press event (QKeyEvent) 629 the key press event (QKeyEvent)
472 </dd> 630 </dd>
473 </dl><a NAME="HgStatusDialog.on_buttonBox_clicked" ID="HgStatusDialog.on_buttonBox_clicked"></a> 631 </dl>
632 <a NAME="HgStatusDialog.on_buttonBox_clicked" ID="HgStatusDialog.on_buttonBox_clicked"></a>
474 <h4>HgStatusDialog.on_buttonBox_clicked</h4> 633 <h4>HgStatusDialog.on_buttonBox_clicked</h4>
475 <b>on_buttonBox_clicked</b>(<i>button</i>) 634 <b>on_buttonBox_clicked</b>(<i>button</i>)
635
476 <p> 636 <p>
477 Private slot called by a button of the button box clicked. 637 Private slot called by a button of the button box clicked.
478 </p><dl> 638 </p>
639 <dl>
640
479 <dt><i>button</i></dt> 641 <dt><i>button</i></dt>
480 <dd> 642 <dd>
481 button that was clicked (QAbstractButton) 643 button that was clicked (QAbstractButton)
482 </dd> 644 </dd>
483 </dl><a NAME="HgStatusDialog.on_input_returnPressed" ID="HgStatusDialog.on_input_returnPressed"></a> 645 </dl>
646 <a NAME="HgStatusDialog.on_input_returnPressed" ID="HgStatusDialog.on_input_returnPressed"></a>
484 <h4>HgStatusDialog.on_input_returnPressed</h4> 647 <h4>HgStatusDialog.on_input_returnPressed</h4>
485 <b>on_input_returnPressed</b>(<i></i>) 648 <b>on_input_returnPressed</b>(<i></i>)
649
486 <p> 650 <p>
487 Private slot to handle the press of the return key in the input field. 651 Private slot to handle the press of the return key in the input field.
488 </p><a NAME="HgStatusDialog.on_passwordCheckBox_toggled" ID="HgStatusDialog.on_passwordCheckBox_toggled"></a> 652 </p>
653 <a NAME="HgStatusDialog.on_passwordCheckBox_toggled" ID="HgStatusDialog.on_passwordCheckBox_toggled"></a>
489 <h4>HgStatusDialog.on_passwordCheckBox_toggled</h4> 654 <h4>HgStatusDialog.on_passwordCheckBox_toggled</h4>
490 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) 655 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
656
491 <p> 657 <p>
492 Private slot to handle the password checkbox toggled. 658 Private slot to handle the password checkbox toggled.
493 </p><dl> 659 </p>
660 <dl>
661
494 <dt><i>isOn</i></dt> 662 <dt><i>isOn</i></dt>
495 <dd> 663 <dd>
496 flag indicating the status of the check box (boolean) 664 flag indicating the status of the check box (boolean)
497 </dd> 665 </dd>
498 </dl><a NAME="HgStatusDialog.on_refreshButton_clicked" ID="HgStatusDialog.on_refreshButton_clicked"></a> 666 </dl>
667 <a NAME="HgStatusDialog.on_refreshButton_clicked" ID="HgStatusDialog.on_refreshButton_clicked"></a>
499 <h4>HgStatusDialog.on_refreshButton_clicked</h4> 668 <h4>HgStatusDialog.on_refreshButton_clicked</h4>
500 <b>on_refreshButton_clicked</b>(<i></i>) 669 <b>on_refreshButton_clicked</b>(<i></i>)
670
501 <p> 671 <p>
502 Private slot to refresh the status display. 672 Private slot to refresh the status display.
503 </p><a NAME="HgStatusDialog.on_sendButton_clicked" ID="HgStatusDialog.on_sendButton_clicked"></a> 673 </p>
674 <a NAME="HgStatusDialog.on_sendButton_clicked" ID="HgStatusDialog.on_sendButton_clicked"></a>
504 <h4>HgStatusDialog.on_sendButton_clicked</h4> 675 <h4>HgStatusDialog.on_sendButton_clicked</h4>
505 <b>on_sendButton_clicked</b>(<i></i>) 676 <b>on_sendButton_clicked</b>(<i></i>)
677
506 <p> 678 <p>
507 Private slot to send the input to the subversion process. 679 Private slot to send the input to the subversion process.
508 </p><a NAME="HgStatusDialog.on_statusFilterCombo_activated" ID="HgStatusDialog.on_statusFilterCombo_activated"></a> 680 </p>
681 <a NAME="HgStatusDialog.on_statusFilterCombo_activated" ID="HgStatusDialog.on_statusFilterCombo_activated"></a>
509 <h4>HgStatusDialog.on_statusFilterCombo_activated</h4> 682 <h4>HgStatusDialog.on_statusFilterCombo_activated</h4>
510 <b>on_statusFilterCombo_activated</b>(<i>txt</i>) 683 <b>on_statusFilterCombo_activated</b>(<i>txt</i>)
684
511 <p> 685 <p>
512 Private slot to react to the selection of a status filter. 686 Private slot to react to the selection of a status filter.
513 </p><dl> 687 </p>
688 <dl>
689
514 <dt><i>txt</i></dt> 690 <dt><i>txt</i></dt>
515 <dd> 691 <dd>
516 selected status filter (string) 692 selected status filter (string)
517 </dd> 693 </dd>
518 </dl><a NAME="HgStatusDialog.on_statusList_itemSelectionChanged" ID="HgStatusDialog.on_statusList_itemSelectionChanged"></a> 694 </dl>
695 <a NAME="HgStatusDialog.on_statusList_itemSelectionChanged" ID="HgStatusDialog.on_statusList_itemSelectionChanged"></a>
519 <h4>HgStatusDialog.on_statusList_itemSelectionChanged</h4> 696 <h4>HgStatusDialog.on_statusList_itemSelectionChanged</h4>
520 <b>on_statusList_itemSelectionChanged</b>(<i></i>) 697 <b>on_statusList_itemSelectionChanged</b>(<i></i>)
698
521 <p> 699 <p>
522 Private slot to act upon changes of selected items. 700 Private slot to act upon changes of selected items.
523 </p><a NAME="HgStatusDialog.show" ID="HgStatusDialog.show"></a> 701 </p>
702 <a NAME="HgStatusDialog.show" ID="HgStatusDialog.show"></a>
524 <h4>HgStatusDialog.show</h4> 703 <h4>HgStatusDialog.show</h4>
525 <b>show</b>(<i></i>) 704 <b>show</b>(<i></i>)
705
526 <p> 706 <p>
527 Public slot to show the dialog. 707 Public slot to show the dialog.
528 </p><a NAME="HgStatusDialog.start" ID="HgStatusDialog.start"></a> 708 </p>
709 <a NAME="HgStatusDialog.start" ID="HgStatusDialog.start"></a>
529 <h4>HgStatusDialog.start</h4> 710 <h4>HgStatusDialog.start</h4>
530 <b>start</b>(<i>fn</i>) 711 <b>start</b>(<i>fn</i>)
712
531 <p> 713 <p>
532 Public slot to start the hg status command. 714 Public slot to start the hg status command.
533 </p><dl> 715 </p>
716 <dl>
717
534 <dt><i>fn</i></dt> 718 <dt><i>fn</i></dt>
535 <dd> 719 <dd>
536 filename(s)/directoryname(s) to show the status of 720 filename(s)/directoryname(s) to show the status of
537 (string or list of strings) 721 (string or list of strings)
538 </dd> 722 </dd>

eric ide

mercurial