20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body><a NAME="top" ID="top"></a> |
22 <body><a NAME="top" ID="top"></a> |
23 <h1>eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog</h1> |
23 <h1>eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog</h1> |
24 <p> |
24 <p> |
25 Module implementing a dialog to show the output of the svn status command process. |
25 Module implementing a dialog to show the output of the svn status command |
|
26 process. |
26 </p> |
27 </p> |
27 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
28 <table> |
29 <table> |
29 <tr><td>None</td></tr> |
30 <tr><td>None</td></tr> |
30 </table> |
31 </table> |
41 </table> |
42 </table> |
42 <hr /><hr /> |
43 <hr /><hr /> |
43 <a NAME="SvnStatusDialog" ID="SvnStatusDialog"></a> |
44 <a NAME="SvnStatusDialog" ID="SvnStatusDialog"></a> |
44 <h2>SvnStatusDialog</h2> |
45 <h2>SvnStatusDialog</h2> |
45 <p> |
46 <p> |
46 Class implementing a dialog to show the output of the svn status command process. |
47 Class implementing a dialog to show the output of the svn status command |
|
48 process. |
47 </p> |
49 </p> |
48 <h3>Derived from</h3> |
50 <h3>Derived from</h3> |
49 QWidget, Ui_SvnStatusDialog |
51 QWidget, Ui_SvnStatusDialog |
50 <h3>Class Attributes</h3> |
52 <h3>Class Attributes</h3> |
51 <table> |
53 <table> |
191 Private slot called after the commit has finished. |
193 Private slot called after the commit has finished. |
192 </p><a NAME="SvnStatusDialog.__finish" ID="SvnStatusDialog.__finish"></a> |
194 </p><a NAME="SvnStatusDialog.__finish" ID="SvnStatusDialog.__finish"></a> |
193 <h4>SvnStatusDialog.__finish</h4> |
195 <h4>SvnStatusDialog.__finish</h4> |
194 <b>__finish</b>(<i></i>) |
196 <b>__finish</b>(<i></i>) |
195 <p> |
197 <p> |
196 Private slot called when the process finished or the user pressed the button. |
198 Private slot called when the process finished or the user pressed |
|
199 the button. |
197 </p><a NAME="SvnStatusDialog.__generateItem" ID="SvnStatusDialog.__generateItem"></a> |
200 </p><a NAME="SvnStatusDialog.__generateItem" ID="SvnStatusDialog.__generateItem"></a> |
198 <h4>SvnStatusDialog.__generateItem</h4> |
201 <h4>SvnStatusDialog.__generateItem</h4> |
199 <b>__generateItem</b>(<i>status, propStatus, locked, history, switched, lockinfo, uptodate, revision, change, author, path</i>) |
202 <b>__generateItem</b>(<i>status, propStatus, locked, history, switched, lockinfo, uptodate, revision, change, author, path</i>) |
200 <p> |
203 <p> |
201 Private method to generate a status item in the status list. |
204 Private method to generate a status item in the status list. |
236 </dd> |
239 </dd> |
237 </dl><a NAME="SvnStatusDialog.__getChangelistItems" ID="SvnStatusDialog.__getChangelistItems"></a> |
240 </dl><a NAME="SvnStatusDialog.__getChangelistItems" ID="SvnStatusDialog.__getChangelistItems"></a> |
238 <h4>SvnStatusDialog.__getChangelistItems</h4> |
241 <h4>SvnStatusDialog.__getChangelistItems</h4> |
239 <b>__getChangelistItems</b>(<i></i>) |
242 <b>__getChangelistItems</b>(<i></i>) |
240 <p> |
243 <p> |
241 Private method to retrieve all entries, that are members of a changelist. |
244 Private method to retrieve all entries, that are members of |
|
245 a changelist. |
242 </p><dl> |
246 </p><dl> |
243 <dt>Returns:</dt> |
247 <dt>Returns:</dt> |
244 <dd> |
248 <dd> |
245 list of all items belonging to a changelist |
249 list of all items belonging to a changelist |
246 </dd> |
250 </dd> |
266 </dd> |
270 </dd> |
267 </dl><a NAME="SvnStatusDialog.__getNonChangelistItems" ID="SvnStatusDialog.__getNonChangelistItems"></a> |
271 </dl><a NAME="SvnStatusDialog.__getNonChangelistItems" ID="SvnStatusDialog.__getNonChangelistItems"></a> |
268 <h4>SvnStatusDialog.__getNonChangelistItems</h4> |
272 <h4>SvnStatusDialog.__getNonChangelistItems</h4> |
269 <b>__getNonChangelistItems</b>(<i></i>) |
273 <b>__getNonChangelistItems</b>(<i></i>) |
270 <p> |
274 <p> |
271 Private method to retrieve all entries, that are not members of a changelist. |
275 Private method to retrieve all entries, that are not members of |
|
276 a changelist. |
272 </p><dl> |
277 </p><dl> |
273 <dt>Returns:</dt> |
278 <dt>Returns:</dt> |
274 <dd> |
279 <dd> |
275 list of all items not belonging to a changelist |
280 list of all items not belonging to a changelist |
276 </dd> |
281 </dd> |
277 </dl><a NAME="SvnStatusDialog.__getUnversionedItems" ID="SvnStatusDialog.__getUnversionedItems"></a> |
282 </dl><a NAME="SvnStatusDialog.__getUnversionedItems" ID="SvnStatusDialog.__getUnversionedItems"></a> |
278 <h4>SvnStatusDialog.__getUnversionedItems</h4> |
283 <h4>SvnStatusDialog.__getUnversionedItems</h4> |
279 <b>__getUnversionedItems</b>(<i></i>) |
284 <b>__getUnversionedItems</b>(<i></i>) |
280 <p> |
285 <p> |
281 Private method to retrieve all entries, that have an unversioned status. |
286 Private method to retrieve all entries, that have an unversioned |
|
287 status. |
282 </p><dl> |
288 </p><dl> |
283 <dt>Returns:</dt> |
289 <dt>Returns:</dt> |
284 <dd> |
290 <dd> |
285 list of all items with an unversioned status |
291 list of all items with an unversioned status |
286 </dd> |
292 </dd> |