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.vcsPySvn.SvnStatusDialog</h1> |
23 <h1>eric6.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a dialog to show the output of the svn status command |
26 Module implementing a dialog to show the output of the svn 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="#SvnStatusDialog">SvnStatusDialog</a></td> |
39 <td><a href="#SvnStatusDialog">SvnStatusDialog</a></td> |
35 <td>Class implementing a dialog to show the output of the svn status command process.</td> |
40 <td>Class implementing a dialog to show the output of the svn 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="SvnStatusDialog" ID="SvnStatusDialog"></a> |
50 <a NAME="SvnStatusDialog" ID="SvnStatusDialog"></a> |
44 <h2>SvnStatusDialog</h2> |
51 <h2>SvnStatusDialog</h2> |
|
52 |
45 <p> |
53 <p> |
46 Class implementing a dialog to show the output of the svn status command |
54 Class implementing a dialog to show the output of the svn status command |
47 process. |
55 process. |
48 </p> |
56 </p> |
49 <h3>Derived from</h3> |
57 <h3>Derived from</h3> |
50 QWidget, SvnDialogMixin, Ui_SvnStatusDialog |
58 QWidget, SvnDialogMixin, Ui_SvnStatusDialog |
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="#SvnStatusDialog.__init__">SvnStatusDialog</a></td> |
74 <td><a href="#SvnStatusDialog.__init__">SvnStatusDialog</a></td> |
63 <td>Constructor</td> |
75 <td>Constructor</td> |
64 </tr><tr> |
76 </tr> |
|
77 <tr> |
65 <td><a href="#SvnStatusDialog.__add">__add</a></td> |
78 <td><a href="#SvnStatusDialog.__add">__add</a></td> |
66 <td>Private slot to handle the Add context menu entry.</td> |
79 <td>Private slot to handle the Add context menu entry.</td> |
67 </tr><tr> |
80 </tr> |
|
81 <tr> |
68 <td><a href="#SvnStatusDialog.__addToChangelist">__addToChangelist</a></td> |
82 <td><a href="#SvnStatusDialog.__addToChangelist">__addToChangelist</a></td> |
69 <td>Private slot to add entries to a changelist.</td> |
83 <td>Private slot to add entries to a changelist.</td> |
70 </tr><tr> |
84 </tr> |
|
85 <tr> |
71 <td><a href="#SvnStatusDialog.__breakLock">__breakLock</a></td> |
86 <td><a href="#SvnStatusDialog.__breakLock">__breakLock</a></td> |
72 <td>Private slot to handle the Break Lock context menu entry.</td> |
87 <td>Private slot to handle the Break Lock context menu entry.</td> |
73 </tr><tr> |
88 </tr> |
|
89 <tr> |
74 <td><a href="#SvnStatusDialog.__commit">__commit</a></td> |
90 <td><a href="#SvnStatusDialog.__commit">__commit</a></td> |
75 <td>Private slot to handle the Commit context menu entry.</td> |
91 <td>Private slot to handle the Commit context menu entry.</td> |
76 </tr><tr> |
92 </tr> |
|
93 <tr> |
77 <td><a href="#SvnStatusDialog.__commitDeselectAll">__commitDeselectAll</a></td> |
94 <td><a href="#SvnStatusDialog.__commitDeselectAll">__commitDeselectAll</a></td> |
78 <td>Private slot to deselect all entries from commit.</td> |
95 <td>Private slot to deselect all entries from commit.</td> |
79 </tr><tr> |
96 </tr> |
|
97 <tr> |
80 <td><a href="#SvnStatusDialog.__commitSelect">__commitSelect</a></td> |
98 <td><a href="#SvnStatusDialog.__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="#SvnStatusDialog.__commitSelectAll">__commitSelectAll</a></td> |
102 <td><a href="#SvnStatusDialog.__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="#SvnStatusDialog.__committed">__committed</a></td> |
106 <td><a href="#SvnStatusDialog.__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="#SvnStatusDialog.__diff">__diff</a></td> |
110 <td><a href="#SvnStatusDialog.__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="#SvnStatusDialog.__finish">__finish</a></td> |
114 <td><a href="#SvnStatusDialog.__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="#SvnStatusDialog.__generateItem">__generateItem</a></td> |
118 <td><a href="#SvnStatusDialog.__generateItem">__generateItem</a></td> |
96 <td>Private method to generate a status item in the status list.</td> |
119 <td>Private method to generate a status item in the status list.</td> |
97 </tr><tr> |
120 </tr> |
|
121 <tr> |
98 <td><a href="#SvnStatusDialog.__getChangelistItems">__getChangelistItems</a></td> |
122 <td><a href="#SvnStatusDialog.__getChangelistItems">__getChangelistItems</a></td> |
99 <td>Private method to retrieve all entries, that are members of a changelist.</td> |
123 <td>Private method to retrieve all entries, that are members of a changelist.</td> |
100 </tr><tr> |
124 </tr> |
|
125 <tr> |
101 <td><a href="#SvnStatusDialog.__getCommitableItems">__getCommitableItems</a></td> |
126 <td><a href="#SvnStatusDialog.__getCommitableItems">__getCommitableItems</a></td> |
102 <td>Private method to retrieve all entries the user wants to commit.</td> |
127 <td>Private method to retrieve all entries the user wants to commit.</td> |
103 </tr><tr> |
128 </tr> |
|
129 <tr> |
104 <td><a href="#SvnStatusDialog.__getLockActionItems">__getLockActionItems</a></td> |
130 <td><a href="#SvnStatusDialog.__getLockActionItems">__getLockActionItems</a></td> |
105 <td>Private method to retrieve all entries, that have a locked status.</td> |
131 <td>Private method to retrieve all entries, that have a locked status.</td> |
106 </tr><tr> |
132 </tr> |
|
133 <tr> |
107 <td><a href="#SvnStatusDialog.__getMissingItems">__getMissingItems</a></td> |
134 <td><a href="#SvnStatusDialog.__getMissingItems">__getMissingItems</a></td> |
108 <td>Private method to retrieve all entries, that have a missing status.</td> |
135 <td>Private method to retrieve all entries, that have a missing status.</td> |
109 </tr><tr> |
136 </tr> |
|
137 <tr> |
110 <td><a href="#SvnStatusDialog.__getModifiedItems">__getModifiedItems</a></td> |
138 <td><a href="#SvnStatusDialog.__getModifiedItems">__getModifiedItems</a></td> |
111 <td>Private method to retrieve all entries, that have a modified status.</td> |
139 <td>Private method to retrieve all entries, that have a modified status.</td> |
112 </tr><tr> |
140 </tr> |
|
141 <tr> |
113 <td><a href="#SvnStatusDialog.__getNonChangelistItems">__getNonChangelistItems</a></td> |
142 <td><a href="#SvnStatusDialog.__getNonChangelistItems">__getNonChangelistItems</a></td> |
114 <td>Private method to retrieve all entries, that are not members of a changelist.</td> |
143 <td>Private method to retrieve all entries, that are not members of a changelist.</td> |
115 </tr><tr> |
144 </tr> |
|
145 <tr> |
116 <td><a href="#SvnStatusDialog.__getUnversionedItems">__getUnversionedItems</a></td> |
146 <td><a href="#SvnStatusDialog.__getUnversionedItems">__getUnversionedItems</a></td> |
117 <td>Private method to retrieve all entries, that have an unversioned status.</td> |
147 <td>Private method to retrieve all entries, that have an unversioned status.</td> |
118 </tr><tr> |
148 </tr> |
|
149 <tr> |
119 <td><a href="#SvnStatusDialog.__lock">__lock</a></td> |
150 <td><a href="#SvnStatusDialog.__lock">__lock</a></td> |
120 <td>Private slot to handle the Lock context menu entry.</td> |
151 <td>Private slot to handle the Lock context menu entry.</td> |
121 </tr><tr> |
152 </tr> |
|
153 <tr> |
122 <td><a href="#SvnStatusDialog.__removeFromChangelist">__removeFromChangelist</a></td> |
154 <td><a href="#SvnStatusDialog.__removeFromChangelist">__removeFromChangelist</a></td> |
123 <td>Private slot to remove entries from their changelists.</td> |
155 <td>Private slot to remove entries from their changelists.</td> |
124 </tr><tr> |
156 </tr> |
|
157 <tr> |
125 <td><a href="#SvnStatusDialog.__resizeColumns">__resizeColumns</a></td> |
158 <td><a href="#SvnStatusDialog.__resizeColumns">__resizeColumns</a></td> |
126 <td>Private method to resize the list columns.</td> |
159 <td>Private method to resize the list columns.</td> |
127 </tr><tr> |
160 </tr> |
|
161 <tr> |
128 <td><a href="#SvnStatusDialog.__resort">__resort</a></td> |
162 <td><a href="#SvnStatusDialog.__resort">__resort</a></td> |
129 <td>Private method to resort the tree.</td> |
163 <td>Private method to resort the tree.</td> |
130 </tr><tr> |
164 </tr> |
|
165 <tr> |
131 <td><a href="#SvnStatusDialog.__restoreMissing">__restoreMissing</a></td> |
166 <td><a href="#SvnStatusDialog.__restoreMissing">__restoreMissing</a></td> |
132 <td>Private slot to handle the Restore Missing context menu entry.</td> |
167 <td>Private slot to handle the Restore Missing context menu entry.</td> |
133 </tr><tr> |
168 </tr> |
|
169 <tr> |
134 <td><a href="#SvnStatusDialog.__revert">__revert</a></td> |
170 <td><a href="#SvnStatusDialog.__revert">__revert</a></td> |
135 <td>Private slot to handle the Revert context menu entry.</td> |
171 <td>Private slot to handle the Revert context menu entry.</td> |
136 </tr><tr> |
172 </tr> |
|
173 <tr> |
137 <td><a href="#SvnStatusDialog.__sbsDiff">__sbsDiff</a></td> |
174 <td><a href="#SvnStatusDialog.__sbsDiff">__sbsDiff</a></td> |
138 <td>Private slot to handle the Side-by-Side Diff context menu entry.</td> |
175 <td>Private slot to handle the Side-by-Side Diff context menu entry.</td> |
139 </tr><tr> |
176 </tr> |
|
177 <tr> |
140 <td><a href="#SvnStatusDialog.__showContextMenu">__showContextMenu</a></td> |
178 <td><a href="#SvnStatusDialog.__showContextMenu">__showContextMenu</a></td> |
141 <td>Private slot to show the context menu of the status list.</td> |
179 <td>Private slot to show the context menu of the status list.</td> |
142 </tr><tr> |
180 </tr> |
|
181 <tr> |
143 <td><a href="#SvnStatusDialog.__showError">__showError</a></td> |
182 <td><a href="#SvnStatusDialog.__showError">__showError</a></td> |
144 <td>Private slot to show an error message.</td> |
183 <td>Private slot to show an error message.</td> |
145 </tr><tr> |
184 </tr> |
|
185 <tr> |
146 <td><a href="#SvnStatusDialog.__stealLock">__stealLock</a></td> |
186 <td><a href="#SvnStatusDialog.__stealLock">__stealLock</a></td> |
147 <td>Private slot to handle the Break Lock context menu entry.</td> |
187 <td>Private slot to handle the Break Lock context menu entry.</td> |
148 </tr><tr> |
188 </tr> |
|
189 <tr> |
149 <td><a href="#SvnStatusDialog.__unlock">__unlock</a></td> |
190 <td><a href="#SvnStatusDialog.__unlock">__unlock</a></td> |
150 <td>Private slot to handle the Unlock context menu entry.</td> |
191 <td>Private slot to handle the Unlock context menu entry.</td> |
151 </tr><tr> |
192 </tr> |
|
193 <tr> |
152 <td><a href="#SvnStatusDialog.__updateButtons">__updateButtons</a></td> |
194 <td><a href="#SvnStatusDialog.__updateButtons">__updateButtons</a></td> |
153 <td>Private method to update the VCS buttons status.</td> |
195 <td>Private method to update the VCS buttons status.</td> |
154 </tr><tr> |
196 </tr> |
|
197 <tr> |
155 <td><a href="#SvnStatusDialog.__updateCommitButton">__updateCommitButton</a></td> |
198 <td><a href="#SvnStatusDialog.__updateCommitButton">__updateCommitButton</a></td> |
156 <td>Private method to update the Commit button status.</td> |
199 <td>Private method to update the Commit button status.</td> |
157 </tr><tr> |
200 </tr> |
|
201 <tr> |
158 <td><a href="#SvnStatusDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
202 <td><a href="#SvnStatusDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
159 <td>Private slot to handle the press of the Add button.</td> |
203 <td>Private slot to handle the press of the Add button.</td> |
160 </tr><tr> |
204 </tr> |
|
205 <tr> |
161 <td><a href="#SvnStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
206 <td><a href="#SvnStatusDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
162 <td>Private slot called by a button of the button box clicked.</td> |
207 <td>Private slot called by a button of the button box clicked.</td> |
163 </tr><tr> |
208 </tr> |
|
209 <tr> |
164 <td><a href="#SvnStatusDialog.on_commitButton_clicked">on_commitButton_clicked</a></td> |
210 <td><a href="#SvnStatusDialog.on_commitButton_clicked">on_commitButton_clicked</a></td> |
165 <td>Private slot to handle the press of the Commit button.</td> |
211 <td>Private slot to handle the press of the Commit button.</td> |
166 </tr><tr> |
212 </tr> |
|
213 <tr> |
167 <td><a href="#SvnStatusDialog.on_diffButton_clicked">on_diffButton_clicked</a></td> |
214 <td><a href="#SvnStatusDialog.on_diffButton_clicked">on_diffButton_clicked</a></td> |
168 <td>Private slot to handle the press of the Differences button.</td> |
215 <td>Private slot to handle the press of the Differences button.</td> |
169 </tr><tr> |
216 </tr> |
|
217 <tr> |
170 <td><a href="#SvnStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> |
218 <td><a href="#SvnStatusDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> |
171 <td>Private slot to refresh the status display.</td> |
219 <td>Private slot to refresh the status display.</td> |
172 </tr><tr> |
220 </tr> |
|
221 <tr> |
173 <td><a href="#SvnStatusDialog.on_restoreButton_clicked">on_restoreButton_clicked</a></td> |
222 <td><a href="#SvnStatusDialog.on_restoreButton_clicked">on_restoreButton_clicked</a></td> |
174 <td>Private slot to handle the press of the Restore button.</td> |
223 <td>Private slot to handle the press of the Restore button.</td> |
175 </tr><tr> |
224 </tr> |
|
225 <tr> |
176 <td><a href="#SvnStatusDialog.on_revertButton_clicked">on_revertButton_clicked</a></td> |
226 <td><a href="#SvnStatusDialog.on_revertButton_clicked">on_revertButton_clicked</a></td> |
177 <td>Private slot to handle the press of the Revert button.</td> |
227 <td>Private slot to handle the press of the Revert button.</td> |
178 </tr><tr> |
228 </tr> |
|
229 <tr> |
179 <td><a href="#SvnStatusDialog.on_sbsDiffButton_clicked">on_sbsDiffButton_clicked</a></td> |
230 <td><a href="#SvnStatusDialog.on_sbsDiffButton_clicked">on_sbsDiffButton_clicked</a></td> |
180 <td>Private slot to handle the press of the Side-by-Side Diff button.</td> |
231 <td>Private slot to handle the press of the Side-by-Side Diff button.</td> |
181 </tr><tr> |
232 </tr> |
|
233 <tr> |
182 <td><a href="#SvnStatusDialog.on_statusFilterCombo_activated">on_statusFilterCombo_activated</a></td> |
234 <td><a href="#SvnStatusDialog.on_statusFilterCombo_activated">on_statusFilterCombo_activated</a></td> |
183 <td>Private slot to react to the selection of a status filter.</td> |
235 <td>Private slot to react to the selection of a status filter.</td> |
184 </tr><tr> |
236 </tr> |
|
237 <tr> |
185 <td><a href="#SvnStatusDialog.on_statusList_itemChanged">on_statusList_itemChanged</a></td> |
238 <td><a href="#SvnStatusDialog.on_statusList_itemChanged">on_statusList_itemChanged</a></td> |
186 <td>Private slot to act upon item changes.</td> |
239 <td>Private slot to act upon item changes.</td> |
187 </tr><tr> |
240 </tr> |
|
241 <tr> |
188 <td><a href="#SvnStatusDialog.on_statusList_itemSelectionChanged">on_statusList_itemSelectionChanged</a></td> |
242 <td><a href="#SvnStatusDialog.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="#SvnStatusDialog.start">start</a></td> |
246 <td><a href="#SvnStatusDialog.start">start</a></td> |
192 <td>Public slot to start the svn status command.</td> |
247 <td>Public slot to start the svn status command.</td> |
193 </tr> |
248 </tr> |
194 </table> |
249 </table> |
195 <h3>Static Methods</h3> |
250 <h3>Static Methods</h3> |
|
251 |
196 <table> |
252 <table> |
197 <tr><td>None</td></tr> |
253 <tr><td>None</td></tr> |
198 </table> |
254 </table> |
|
255 |
199 <a NAME="SvnStatusDialog.__init__" ID="SvnStatusDialog.__init__"></a> |
256 <a NAME="SvnStatusDialog.__init__" ID="SvnStatusDialog.__init__"></a> |
200 <h4>SvnStatusDialog (Constructor)</h4> |
257 <h4>SvnStatusDialog (Constructor)</h4> |
201 <b>SvnStatusDialog</b>(<i>vcs, parent=None</i>) |
258 <b>SvnStatusDialog</b>(<i>vcs, parent=None</i>) |
|
259 |
202 <p> |
260 <p> |
203 Constructor |
261 Constructor |
204 </p><dl> |
262 </p> |
|
263 <dl> |
|
264 |
205 <dt><i>vcs</i></dt> |
265 <dt><i>vcs</i></dt> |
206 <dd> |
266 <dd> |
207 reference to the vcs object |
267 reference to the vcs object |
208 </dd><dt><i>parent</i></dt> |
268 </dd> |
|
269 <dt><i>parent</i></dt> |
209 <dd> |
270 <dd> |
210 parent widget (QWidget) |
271 parent widget (QWidget) |
211 </dd> |
272 </dd> |
212 </dl><a NAME="SvnStatusDialog.__add" ID="SvnStatusDialog.__add"></a> |
273 </dl> |
|
274 <a NAME="SvnStatusDialog.__add" ID="SvnStatusDialog.__add"></a> |
213 <h4>SvnStatusDialog.__add</h4> |
275 <h4>SvnStatusDialog.__add</h4> |
214 <b>__add</b>(<i></i>) |
276 <b>__add</b>(<i></i>) |
|
277 |
215 <p> |
278 <p> |
216 Private slot to handle the Add context menu entry. |
279 Private slot to handle the Add context menu entry. |
217 </p><a NAME="SvnStatusDialog.__addToChangelist" ID="SvnStatusDialog.__addToChangelist"></a> |
280 </p> |
|
281 <a NAME="SvnStatusDialog.__addToChangelist" ID="SvnStatusDialog.__addToChangelist"></a> |
218 <h4>SvnStatusDialog.__addToChangelist</h4> |
282 <h4>SvnStatusDialog.__addToChangelist</h4> |
219 <b>__addToChangelist</b>(<i></i>) |
283 <b>__addToChangelist</b>(<i></i>) |
|
284 |
220 <p> |
285 <p> |
221 Private slot to add entries to a changelist. |
286 Private slot to add entries to a changelist. |
222 </p><a NAME="SvnStatusDialog.__breakLock" ID="SvnStatusDialog.__breakLock"></a> |
287 </p> |
|
288 <a NAME="SvnStatusDialog.__breakLock" ID="SvnStatusDialog.__breakLock"></a> |
223 <h4>SvnStatusDialog.__breakLock</h4> |
289 <h4>SvnStatusDialog.__breakLock</h4> |
224 <b>__breakLock</b>(<i></i>) |
290 <b>__breakLock</b>(<i></i>) |
|
291 |
225 <p> |
292 <p> |
226 Private slot to handle the Break Lock context menu entry. |
293 Private slot to handle the Break Lock context menu entry. |
227 </p><a NAME="SvnStatusDialog.__commit" ID="SvnStatusDialog.__commit"></a> |
294 </p> |
|
295 <a NAME="SvnStatusDialog.__commit" ID="SvnStatusDialog.__commit"></a> |
228 <h4>SvnStatusDialog.__commit</h4> |
296 <h4>SvnStatusDialog.__commit</h4> |
229 <b>__commit</b>(<i></i>) |
297 <b>__commit</b>(<i></i>) |
|
298 |
230 <p> |
299 <p> |
231 Private slot to handle the Commit context menu entry. |
300 Private slot to handle the Commit context menu entry. |
232 </p><a NAME="SvnStatusDialog.__commitDeselectAll" ID="SvnStatusDialog.__commitDeselectAll"></a> |
301 </p> |
|
302 <a NAME="SvnStatusDialog.__commitDeselectAll" ID="SvnStatusDialog.__commitDeselectAll"></a> |
233 <h4>SvnStatusDialog.__commitDeselectAll</h4> |
303 <h4>SvnStatusDialog.__commitDeselectAll</h4> |
234 <b>__commitDeselectAll</b>(<i></i>) |
304 <b>__commitDeselectAll</b>(<i></i>) |
|
305 |
235 <p> |
306 <p> |
236 Private slot to deselect all entries from commit. |
307 Private slot to deselect all entries from commit. |
237 </p><a NAME="SvnStatusDialog.__commitSelect" ID="SvnStatusDialog.__commitSelect"></a> |
308 </p> |
|
309 <a NAME="SvnStatusDialog.__commitSelect" ID="SvnStatusDialog.__commitSelect"></a> |
238 <h4>SvnStatusDialog.__commitSelect</h4> |
310 <h4>SvnStatusDialog.__commitSelect</h4> |
239 <b>__commitSelect</b>(<i>selected</i>) |
311 <b>__commitSelect</b>(<i>selected</i>) |
|
312 |
240 <p> |
313 <p> |
241 Private slot to select or deselect all entries. |
314 Private slot to select or deselect all entries. |
242 </p><dl> |
315 </p> |
|
316 <dl> |
|
317 |
243 <dt><i>selected</i></dt> |
318 <dt><i>selected</i></dt> |
244 <dd> |
319 <dd> |
245 commit selection state to be set (boolean) |
320 commit selection state to be set (boolean) |
246 </dd> |
321 </dd> |
247 </dl><a NAME="SvnStatusDialog.__commitSelectAll" ID="SvnStatusDialog.__commitSelectAll"></a> |
322 </dl> |
|
323 <a NAME="SvnStatusDialog.__commitSelectAll" ID="SvnStatusDialog.__commitSelectAll"></a> |
248 <h4>SvnStatusDialog.__commitSelectAll</h4> |
324 <h4>SvnStatusDialog.__commitSelectAll</h4> |
249 <b>__commitSelectAll</b>(<i></i>) |
325 <b>__commitSelectAll</b>(<i></i>) |
|
326 |
250 <p> |
327 <p> |
251 Private slot to select all entries for commit. |
328 Private slot to select all entries for commit. |
252 </p><a NAME="SvnStatusDialog.__committed" ID="SvnStatusDialog.__committed"></a> |
329 </p> |
|
330 <a NAME="SvnStatusDialog.__committed" ID="SvnStatusDialog.__committed"></a> |
253 <h4>SvnStatusDialog.__committed</h4> |
331 <h4>SvnStatusDialog.__committed</h4> |
254 <b>__committed</b>(<i></i>) |
332 <b>__committed</b>(<i></i>) |
|
333 |
255 <p> |
334 <p> |
256 Private slot called after the commit has finished. |
335 Private slot called after the commit has finished. |
257 </p><a NAME="SvnStatusDialog.__diff" ID="SvnStatusDialog.__diff"></a> |
336 </p> |
|
337 <a NAME="SvnStatusDialog.__diff" ID="SvnStatusDialog.__diff"></a> |
258 <h4>SvnStatusDialog.__diff</h4> |
338 <h4>SvnStatusDialog.__diff</h4> |
259 <b>__diff</b>(<i></i>) |
339 <b>__diff</b>(<i></i>) |
|
340 |
260 <p> |
341 <p> |
261 Private slot to handle the Diff context menu entry. |
342 Private slot to handle the Diff context menu entry. |
262 </p><a NAME="SvnStatusDialog.__finish" ID="SvnStatusDialog.__finish"></a> |
343 </p> |
|
344 <a NAME="SvnStatusDialog.__finish" ID="SvnStatusDialog.__finish"></a> |
263 <h4>SvnStatusDialog.__finish</h4> |
345 <h4>SvnStatusDialog.__finish</h4> |
264 <b>__finish</b>(<i></i>) |
346 <b>__finish</b>(<i></i>) |
|
347 |
265 <p> |
348 <p> |
266 Private slot called when the process finished or the user pressed |
349 Private slot called when the process finished or the user pressed |
267 the button. |
350 the button. |
268 </p><a NAME="SvnStatusDialog.__generateItem" ID="SvnStatusDialog.__generateItem"></a> |
351 </p> |
|
352 <a NAME="SvnStatusDialog.__generateItem" ID="SvnStatusDialog.__generateItem"></a> |
269 <h4>SvnStatusDialog.__generateItem</h4> |
353 <h4>SvnStatusDialog.__generateItem</h4> |
270 <b>__generateItem</b>(<i>changelist, status, propStatus, locked, history, switched, lockinfo, uptodate, revision, change, author, path</i>) |
354 <b>__generateItem</b>(<i>changelist, status, propStatus, locked, history, switched, lockinfo, uptodate, revision, change, author, path</i>) |
|
355 |
271 <p> |
356 <p> |
272 Private method to generate a status item in the status list. |
357 Private method to generate a status item in the status list. |
273 </p><dl> |
358 </p> |
|
359 <dl> |
|
360 |
274 <dt><i>changelist</i></dt> |
361 <dt><i>changelist</i></dt> |
275 <dd> |
362 <dd> |
276 name of the changelist (string) |
363 name of the changelist (string) |
277 </dd><dt><i>status</i></dt> |
364 </dd> |
|
365 <dt><i>status</i></dt> |
278 <dd> |
366 <dd> |
279 text status (pysvn.wc_status_kind) |
367 text status (pysvn.wc_status_kind) |
280 </dd><dt><i>propStatus</i></dt> |
368 </dd> |
|
369 <dt><i>propStatus</i></dt> |
281 <dd> |
370 <dd> |
282 property status (pysvn.wc_status_kind) |
371 property status (pysvn.wc_status_kind) |
283 </dd><dt><i>locked</i></dt> |
372 </dd> |
|
373 <dt><i>locked</i></dt> |
284 <dd> |
374 <dd> |
285 locked flag (boolean) |
375 locked flag (boolean) |
286 </dd><dt><i>history</i></dt> |
376 </dd> |
|
377 <dt><i>history</i></dt> |
287 <dd> |
378 <dd> |
288 history flag (boolean) |
379 history flag (boolean) |
289 </dd><dt><i>switched</i></dt> |
380 </dd> |
|
381 <dt><i>switched</i></dt> |
290 <dd> |
382 <dd> |
291 switched flag (boolean) |
383 switched flag (boolean) |
292 </dd><dt><i>lockinfo</i></dt> |
384 </dd> |
|
385 <dt><i>lockinfo</i></dt> |
293 <dd> |
386 <dd> |
294 lock indicator (string) |
387 lock indicator (string) |
295 </dd><dt><i>uptodate</i></dt> |
388 </dd> |
|
389 <dt><i>uptodate</i></dt> |
296 <dd> |
390 <dd> |
297 up to date flag (boolean) |
391 up to date flag (boolean) |
298 </dd><dt><i>revision</i></dt> |
392 </dd> |
|
393 <dt><i>revision</i></dt> |
299 <dd> |
394 <dd> |
300 revision (integer) |
395 revision (integer) |
301 </dd><dt><i>change</i></dt> |
396 </dd> |
|
397 <dt><i>change</i></dt> |
302 <dd> |
398 <dd> |
303 revision of last change (integer) |
399 revision of last change (integer) |
304 </dd><dt><i>author</i></dt> |
400 </dd> |
|
401 <dt><i>author</i></dt> |
305 <dd> |
402 <dd> |
306 author of the last change (string) |
403 author of the last change (string) |
307 </dd><dt><i>path</i></dt> |
404 </dd> |
|
405 <dt><i>path</i></dt> |
308 <dd> |
406 <dd> |
309 path of the file or directory (string) |
407 path of the file or directory (string) |
310 </dd> |
408 </dd> |
311 </dl><a NAME="SvnStatusDialog.__getChangelistItems" ID="SvnStatusDialog.__getChangelistItems"></a> |
409 </dl> |
|
410 <a NAME="SvnStatusDialog.__getChangelistItems" ID="SvnStatusDialog.__getChangelistItems"></a> |
312 <h4>SvnStatusDialog.__getChangelistItems</h4> |
411 <h4>SvnStatusDialog.__getChangelistItems</h4> |
313 <b>__getChangelistItems</b>(<i></i>) |
412 <b>__getChangelistItems</b>(<i></i>) |
|
413 |
314 <p> |
414 <p> |
315 Private method to retrieve all entries, that are members of |
415 Private method to retrieve all entries, that are members of |
316 a changelist. |
416 a changelist. |
317 </p><dl> |
417 </p> |
|
418 <dl> |
318 <dt>Returns:</dt> |
419 <dt>Returns:</dt> |
319 <dd> |
420 <dd> |
320 list of all items belonging to a changelist |
421 list of all items belonging to a changelist |
321 </dd> |
422 </dd> |
322 </dl><a NAME="SvnStatusDialog.__getCommitableItems" ID="SvnStatusDialog.__getCommitableItems"></a> |
423 </dl> |
|
424 <a NAME="SvnStatusDialog.__getCommitableItems" ID="SvnStatusDialog.__getCommitableItems"></a> |
323 <h4>SvnStatusDialog.__getCommitableItems</h4> |
425 <h4>SvnStatusDialog.__getCommitableItems</h4> |
324 <b>__getCommitableItems</b>(<i></i>) |
426 <b>__getCommitableItems</b>(<i></i>) |
|
427 |
325 <p> |
428 <p> |
326 Private method to retrieve all entries the user wants to commit. |
429 Private method to retrieve all entries the user wants to commit. |
327 </p><dl> |
430 </p> |
|
431 <dl> |
328 <dt>Returns:</dt> |
432 <dt>Returns:</dt> |
329 <dd> |
433 <dd> |
330 list of all items, the user has checked |
434 list of all items, the user has checked |
331 </dd> |
435 </dd> |
332 </dl><a NAME="SvnStatusDialog.__getLockActionItems" ID="SvnStatusDialog.__getLockActionItems"></a> |
436 </dl> |
|
437 <a NAME="SvnStatusDialog.__getLockActionItems" ID="SvnStatusDialog.__getLockActionItems"></a> |
333 <h4>SvnStatusDialog.__getLockActionItems</h4> |
438 <h4>SvnStatusDialog.__getLockActionItems</h4> |
334 <b>__getLockActionItems</b>(<i>indicators</i>) |
439 <b>__getLockActionItems</b>(<i>indicators</i>) |
|
440 |
335 <p> |
441 <p> |
336 Private method to retrieve all entries, that have a locked status. |
442 Private method to retrieve all entries, that have a locked status. |
337 </p><dl> |
443 </p> |
|
444 <dl> |
|
445 |
338 <dt><i>indicators</i></dt> |
446 <dt><i>indicators</i></dt> |
339 <dd> |
447 <dd> |
340 list of indicators to check against (list of strings) |
448 list of indicators to check against (list of strings) |
341 </dd> |
449 </dd> |
342 </dl><dl> |
450 </dl> |
|
451 <dl> |
343 <dt>Returns:</dt> |
452 <dt>Returns:</dt> |
344 <dd> |
453 <dd> |
345 list of all items with a locked status |
454 list of all items with a locked status |
346 </dd> |
455 </dd> |
347 </dl><a NAME="SvnStatusDialog.__getMissingItems" ID="SvnStatusDialog.__getMissingItems"></a> |
456 </dl> |
|
457 <a NAME="SvnStatusDialog.__getMissingItems" ID="SvnStatusDialog.__getMissingItems"></a> |
348 <h4>SvnStatusDialog.__getMissingItems</h4> |
458 <h4>SvnStatusDialog.__getMissingItems</h4> |
349 <b>__getMissingItems</b>(<i></i>) |
459 <b>__getMissingItems</b>(<i></i>) |
|
460 |
350 <p> |
461 <p> |
351 Private method to retrieve all entries, that have a missing status. |
462 Private method to retrieve all entries, that have a missing status. |
352 </p><dl> |
463 </p> |
|
464 <dl> |
353 <dt>Returns:</dt> |
465 <dt>Returns:</dt> |
354 <dd> |
466 <dd> |
355 list of all items with a missing status |
467 list of all items with a missing status |
356 </dd> |
468 </dd> |
357 </dl><a NAME="SvnStatusDialog.__getModifiedItems" ID="SvnStatusDialog.__getModifiedItems"></a> |
469 </dl> |
|
470 <a NAME="SvnStatusDialog.__getModifiedItems" ID="SvnStatusDialog.__getModifiedItems"></a> |
358 <h4>SvnStatusDialog.__getModifiedItems</h4> |
471 <h4>SvnStatusDialog.__getModifiedItems</h4> |
359 <b>__getModifiedItems</b>(<i></i>) |
472 <b>__getModifiedItems</b>(<i></i>) |
|
473 |
360 <p> |
474 <p> |
361 Private method to retrieve all entries, that have a modified status. |
475 Private method to retrieve all entries, that have a modified status. |
362 </p><dl> |
476 </p> |
|
477 <dl> |
363 <dt>Returns:</dt> |
478 <dt>Returns:</dt> |
364 <dd> |
479 <dd> |
365 list of all items with a modified status |
480 list of all items with a modified status |
366 </dd> |
481 </dd> |
367 </dl><a NAME="SvnStatusDialog.__getNonChangelistItems" ID="SvnStatusDialog.__getNonChangelistItems"></a> |
482 </dl> |
|
483 <a NAME="SvnStatusDialog.__getNonChangelistItems" ID="SvnStatusDialog.__getNonChangelistItems"></a> |
368 <h4>SvnStatusDialog.__getNonChangelistItems</h4> |
484 <h4>SvnStatusDialog.__getNonChangelistItems</h4> |
369 <b>__getNonChangelistItems</b>(<i></i>) |
485 <b>__getNonChangelistItems</b>(<i></i>) |
|
486 |
370 <p> |
487 <p> |
371 Private method to retrieve all entries, that are not members of |
488 Private method to retrieve all entries, that are not members of |
372 a changelist. |
489 a changelist. |
373 </p><dl> |
490 </p> |
|
491 <dl> |
374 <dt>Returns:</dt> |
492 <dt>Returns:</dt> |
375 <dd> |
493 <dd> |
376 list of all items not belonging to a changelist |
494 list of all items not belonging to a changelist |
377 </dd> |
495 </dd> |
378 </dl><a NAME="SvnStatusDialog.__getUnversionedItems" ID="SvnStatusDialog.__getUnversionedItems"></a> |
496 </dl> |
|
497 <a NAME="SvnStatusDialog.__getUnversionedItems" ID="SvnStatusDialog.__getUnversionedItems"></a> |
379 <h4>SvnStatusDialog.__getUnversionedItems</h4> |
498 <h4>SvnStatusDialog.__getUnversionedItems</h4> |
380 <b>__getUnversionedItems</b>(<i></i>) |
499 <b>__getUnversionedItems</b>(<i></i>) |
|
500 |
381 <p> |
501 <p> |
382 Private method to retrieve all entries, that have an |
502 Private method to retrieve all entries, that have an |
383 unversioned status. |
503 unversioned status. |
384 </p><dl> |
504 </p> |
|
505 <dl> |
385 <dt>Returns:</dt> |
506 <dt>Returns:</dt> |
386 <dd> |
507 <dd> |
387 list of all items with an unversioned status |
508 list of all items with an unversioned status |
388 </dd> |
509 </dd> |
389 </dl><a NAME="SvnStatusDialog.__lock" ID="SvnStatusDialog.__lock"></a> |
510 </dl> |
|
511 <a NAME="SvnStatusDialog.__lock" ID="SvnStatusDialog.__lock"></a> |
390 <h4>SvnStatusDialog.__lock</h4> |
512 <h4>SvnStatusDialog.__lock</h4> |
391 <b>__lock</b>(<i></i>) |
513 <b>__lock</b>(<i></i>) |
|
514 |
392 <p> |
515 <p> |
393 Private slot to handle the Lock context menu entry. |
516 Private slot to handle the Lock context menu entry. |
394 </p><a NAME="SvnStatusDialog.__removeFromChangelist" ID="SvnStatusDialog.__removeFromChangelist"></a> |
517 </p> |
|
518 <a NAME="SvnStatusDialog.__removeFromChangelist" ID="SvnStatusDialog.__removeFromChangelist"></a> |
395 <h4>SvnStatusDialog.__removeFromChangelist</h4> |
519 <h4>SvnStatusDialog.__removeFromChangelist</h4> |
396 <b>__removeFromChangelist</b>(<i></i>) |
520 <b>__removeFromChangelist</b>(<i></i>) |
|
521 |
397 <p> |
522 <p> |
398 Private slot to remove entries from their changelists. |
523 Private slot to remove entries from their changelists. |
399 </p><a NAME="SvnStatusDialog.__resizeColumns" ID="SvnStatusDialog.__resizeColumns"></a> |
524 </p> |
|
525 <a NAME="SvnStatusDialog.__resizeColumns" ID="SvnStatusDialog.__resizeColumns"></a> |
400 <h4>SvnStatusDialog.__resizeColumns</h4> |
526 <h4>SvnStatusDialog.__resizeColumns</h4> |
401 <b>__resizeColumns</b>(<i></i>) |
527 <b>__resizeColumns</b>(<i></i>) |
|
528 |
402 <p> |
529 <p> |
403 Private method to resize the list columns. |
530 Private method to resize the list columns. |
404 </p><a NAME="SvnStatusDialog.__resort" ID="SvnStatusDialog.__resort"></a> |
531 </p> |
|
532 <a NAME="SvnStatusDialog.__resort" ID="SvnStatusDialog.__resort"></a> |
405 <h4>SvnStatusDialog.__resort</h4> |
533 <h4>SvnStatusDialog.__resort</h4> |
406 <b>__resort</b>(<i></i>) |
534 <b>__resort</b>(<i></i>) |
|
535 |
407 <p> |
536 <p> |
408 Private method to resort the tree. |
537 Private method to resort the tree. |
409 </p><a NAME="SvnStatusDialog.__restoreMissing" ID="SvnStatusDialog.__restoreMissing"></a> |
538 </p> |
|
539 <a NAME="SvnStatusDialog.__restoreMissing" ID="SvnStatusDialog.__restoreMissing"></a> |
410 <h4>SvnStatusDialog.__restoreMissing</h4> |
540 <h4>SvnStatusDialog.__restoreMissing</h4> |
411 <b>__restoreMissing</b>(<i></i>) |
541 <b>__restoreMissing</b>(<i></i>) |
|
542 |
412 <p> |
543 <p> |
413 Private slot to handle the Restore Missing context menu entry. |
544 Private slot to handle the Restore Missing context menu entry. |
414 </p><a NAME="SvnStatusDialog.__revert" ID="SvnStatusDialog.__revert"></a> |
545 </p> |
|
546 <a NAME="SvnStatusDialog.__revert" ID="SvnStatusDialog.__revert"></a> |
415 <h4>SvnStatusDialog.__revert</h4> |
547 <h4>SvnStatusDialog.__revert</h4> |
416 <b>__revert</b>(<i></i>) |
548 <b>__revert</b>(<i></i>) |
|
549 |
417 <p> |
550 <p> |
418 Private slot to handle the Revert context menu entry. |
551 Private slot to handle the Revert context menu entry. |
419 </p><a NAME="SvnStatusDialog.__sbsDiff" ID="SvnStatusDialog.__sbsDiff"></a> |
552 </p> |
|
553 <a NAME="SvnStatusDialog.__sbsDiff" ID="SvnStatusDialog.__sbsDiff"></a> |
420 <h4>SvnStatusDialog.__sbsDiff</h4> |
554 <h4>SvnStatusDialog.__sbsDiff</h4> |
421 <b>__sbsDiff</b>(<i></i>) |
555 <b>__sbsDiff</b>(<i></i>) |
|
556 |
422 <p> |
557 <p> |
423 Private slot to handle the Side-by-Side Diff context menu entry. |
558 Private slot to handle the Side-by-Side Diff context menu entry. |
424 </p><a NAME="SvnStatusDialog.__showContextMenu" ID="SvnStatusDialog.__showContextMenu"></a> |
559 </p> |
|
560 <a NAME="SvnStatusDialog.__showContextMenu" ID="SvnStatusDialog.__showContextMenu"></a> |
425 <h4>SvnStatusDialog.__showContextMenu</h4> |
561 <h4>SvnStatusDialog.__showContextMenu</h4> |
426 <b>__showContextMenu</b>(<i>coord</i>) |
562 <b>__showContextMenu</b>(<i>coord</i>) |
|
563 |
427 <p> |
564 <p> |
428 Private slot to show the context menu of the status list. |
565 Private slot to show the context menu of the status list. |
429 </p><dl> |
566 </p> |
|
567 <dl> |
|
568 |
430 <dt><i>coord</i></dt> |
569 <dt><i>coord</i></dt> |
431 <dd> |
570 <dd> |
432 the position of the mouse pointer (QPoint) |
571 the position of the mouse pointer (QPoint) |
433 </dd> |
572 </dd> |
434 </dl><a NAME="SvnStatusDialog.__showError" ID="SvnStatusDialog.__showError"></a> |
573 </dl> |
|
574 <a NAME="SvnStatusDialog.__showError" ID="SvnStatusDialog.__showError"></a> |
435 <h4>SvnStatusDialog.__showError</h4> |
575 <h4>SvnStatusDialog.__showError</h4> |
436 <b>__showError</b>(<i>msg</i>) |
576 <b>__showError</b>(<i>msg</i>) |
|
577 |
437 <p> |
578 <p> |
438 Private slot to show an error message. |
579 Private slot to show an error message. |
439 </p><dl> |
580 </p> |
|
581 <dl> |
|
582 |
440 <dt><i>msg</i></dt> |
583 <dt><i>msg</i></dt> |
441 <dd> |
584 <dd> |
442 error message to show (string) |
585 error message to show (string) |
443 </dd> |
586 </dd> |
444 </dl><a NAME="SvnStatusDialog.__stealLock" ID="SvnStatusDialog.__stealLock"></a> |
587 </dl> |
|
588 <a NAME="SvnStatusDialog.__stealLock" ID="SvnStatusDialog.__stealLock"></a> |
445 <h4>SvnStatusDialog.__stealLock</h4> |
589 <h4>SvnStatusDialog.__stealLock</h4> |
446 <b>__stealLock</b>(<i></i>) |
590 <b>__stealLock</b>(<i></i>) |
|
591 |
447 <p> |
592 <p> |
448 Private slot to handle the Break Lock context menu entry. |
593 Private slot to handle the Break Lock context menu entry. |
449 </p><a NAME="SvnStatusDialog.__unlock" ID="SvnStatusDialog.__unlock"></a> |
594 </p> |
|
595 <a NAME="SvnStatusDialog.__unlock" ID="SvnStatusDialog.__unlock"></a> |
450 <h4>SvnStatusDialog.__unlock</h4> |
596 <h4>SvnStatusDialog.__unlock</h4> |
451 <b>__unlock</b>(<i></i>) |
597 <b>__unlock</b>(<i></i>) |
|
598 |
452 <p> |
599 <p> |
453 Private slot to handle the Unlock context menu entry. |
600 Private slot to handle the Unlock context menu entry. |
454 </p><a NAME="SvnStatusDialog.__updateButtons" ID="SvnStatusDialog.__updateButtons"></a> |
601 </p> |
|
602 <a NAME="SvnStatusDialog.__updateButtons" ID="SvnStatusDialog.__updateButtons"></a> |
455 <h4>SvnStatusDialog.__updateButtons</h4> |
603 <h4>SvnStatusDialog.__updateButtons</h4> |
456 <b>__updateButtons</b>(<i></i>) |
604 <b>__updateButtons</b>(<i></i>) |
|
605 |
457 <p> |
606 <p> |
458 Private method to update the VCS buttons status. |
607 Private method to update the VCS buttons status. |
459 </p><a NAME="SvnStatusDialog.__updateCommitButton" ID="SvnStatusDialog.__updateCommitButton"></a> |
608 </p> |
|
609 <a NAME="SvnStatusDialog.__updateCommitButton" ID="SvnStatusDialog.__updateCommitButton"></a> |
460 <h4>SvnStatusDialog.__updateCommitButton</h4> |
610 <h4>SvnStatusDialog.__updateCommitButton</h4> |
461 <b>__updateCommitButton</b>(<i></i>) |
611 <b>__updateCommitButton</b>(<i></i>) |
|
612 |
462 <p> |
613 <p> |
463 Private method to update the Commit button status. |
614 Private method to update the Commit button status. |
464 </p><a NAME="SvnStatusDialog.on_addButton_clicked" ID="SvnStatusDialog.on_addButton_clicked"></a> |
615 </p> |
|
616 <a NAME="SvnStatusDialog.on_addButton_clicked" ID="SvnStatusDialog.on_addButton_clicked"></a> |
465 <h4>SvnStatusDialog.on_addButton_clicked</h4> |
617 <h4>SvnStatusDialog.on_addButton_clicked</h4> |
466 <b>on_addButton_clicked</b>(<i></i>) |
618 <b>on_addButton_clicked</b>(<i></i>) |
|
619 |
467 <p> |
620 <p> |
468 Private slot to handle the press of the Add button. |
621 Private slot to handle the press of the Add button. |
469 </p><a NAME="SvnStatusDialog.on_buttonBox_clicked" ID="SvnStatusDialog.on_buttonBox_clicked"></a> |
622 </p> |
|
623 <a NAME="SvnStatusDialog.on_buttonBox_clicked" ID="SvnStatusDialog.on_buttonBox_clicked"></a> |
470 <h4>SvnStatusDialog.on_buttonBox_clicked</h4> |
624 <h4>SvnStatusDialog.on_buttonBox_clicked</h4> |
471 <b>on_buttonBox_clicked</b>(<i>button</i>) |
625 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
626 |
472 <p> |
627 <p> |
473 Private slot called by a button of the button box clicked. |
628 Private slot called by a button of the button box clicked. |
474 </p><dl> |
629 </p> |
|
630 <dl> |
|
631 |
475 <dt><i>button</i></dt> |
632 <dt><i>button</i></dt> |
476 <dd> |
633 <dd> |
477 button that was clicked (QAbstractButton) |
634 button that was clicked (QAbstractButton) |
478 </dd> |
635 </dd> |
479 </dl><a NAME="SvnStatusDialog.on_commitButton_clicked" ID="SvnStatusDialog.on_commitButton_clicked"></a> |
636 </dl> |
|
637 <a NAME="SvnStatusDialog.on_commitButton_clicked" ID="SvnStatusDialog.on_commitButton_clicked"></a> |
480 <h4>SvnStatusDialog.on_commitButton_clicked</h4> |
638 <h4>SvnStatusDialog.on_commitButton_clicked</h4> |
481 <b>on_commitButton_clicked</b>(<i></i>) |
639 <b>on_commitButton_clicked</b>(<i></i>) |
|
640 |
482 <p> |
641 <p> |
483 Private slot to handle the press of the Commit button. |
642 Private slot to handle the press of the Commit button. |
484 </p><a NAME="SvnStatusDialog.on_diffButton_clicked" ID="SvnStatusDialog.on_diffButton_clicked"></a> |
643 </p> |
|
644 <a NAME="SvnStatusDialog.on_diffButton_clicked" ID="SvnStatusDialog.on_diffButton_clicked"></a> |
485 <h4>SvnStatusDialog.on_diffButton_clicked</h4> |
645 <h4>SvnStatusDialog.on_diffButton_clicked</h4> |
486 <b>on_diffButton_clicked</b>(<i></i>) |
646 <b>on_diffButton_clicked</b>(<i></i>) |
|
647 |
487 <p> |
648 <p> |
488 Private slot to handle the press of the Differences button. |
649 Private slot to handle the press of the Differences button. |
489 </p><a NAME="SvnStatusDialog.on_refreshButton_clicked" ID="SvnStatusDialog.on_refreshButton_clicked"></a> |
650 </p> |
|
651 <a NAME="SvnStatusDialog.on_refreshButton_clicked" ID="SvnStatusDialog.on_refreshButton_clicked"></a> |
490 <h4>SvnStatusDialog.on_refreshButton_clicked</h4> |
652 <h4>SvnStatusDialog.on_refreshButton_clicked</h4> |
491 <b>on_refreshButton_clicked</b>(<i></i>) |
653 <b>on_refreshButton_clicked</b>(<i></i>) |
|
654 |
492 <p> |
655 <p> |
493 Private slot to refresh the status display. |
656 Private slot to refresh the status display. |
494 </p><a NAME="SvnStatusDialog.on_restoreButton_clicked" ID="SvnStatusDialog.on_restoreButton_clicked"></a> |
657 </p> |
|
658 <a NAME="SvnStatusDialog.on_restoreButton_clicked" ID="SvnStatusDialog.on_restoreButton_clicked"></a> |
495 <h4>SvnStatusDialog.on_restoreButton_clicked</h4> |
659 <h4>SvnStatusDialog.on_restoreButton_clicked</h4> |
496 <b>on_restoreButton_clicked</b>(<i></i>) |
660 <b>on_restoreButton_clicked</b>(<i></i>) |
|
661 |
497 <p> |
662 <p> |
498 Private slot to handle the press of the Restore button. |
663 Private slot to handle the press of the Restore button. |
499 </p><a NAME="SvnStatusDialog.on_revertButton_clicked" ID="SvnStatusDialog.on_revertButton_clicked"></a> |
664 </p> |
|
665 <a NAME="SvnStatusDialog.on_revertButton_clicked" ID="SvnStatusDialog.on_revertButton_clicked"></a> |
500 <h4>SvnStatusDialog.on_revertButton_clicked</h4> |
666 <h4>SvnStatusDialog.on_revertButton_clicked</h4> |
501 <b>on_revertButton_clicked</b>(<i></i>) |
667 <b>on_revertButton_clicked</b>(<i></i>) |
|
668 |
502 <p> |
669 <p> |
503 Private slot to handle the press of the Revert button. |
670 Private slot to handle the press of the Revert button. |
504 </p><a NAME="SvnStatusDialog.on_sbsDiffButton_clicked" ID="SvnStatusDialog.on_sbsDiffButton_clicked"></a> |
671 </p> |
|
672 <a NAME="SvnStatusDialog.on_sbsDiffButton_clicked" ID="SvnStatusDialog.on_sbsDiffButton_clicked"></a> |
505 <h4>SvnStatusDialog.on_sbsDiffButton_clicked</h4> |
673 <h4>SvnStatusDialog.on_sbsDiffButton_clicked</h4> |
506 <b>on_sbsDiffButton_clicked</b>(<i></i>) |
674 <b>on_sbsDiffButton_clicked</b>(<i></i>) |
|
675 |
507 <p> |
676 <p> |
508 Private slot to handle the press of the Side-by-Side Diff button. |
677 Private slot to handle the press of the Side-by-Side Diff button. |
509 </p><a NAME="SvnStatusDialog.on_statusFilterCombo_activated" ID="SvnStatusDialog.on_statusFilterCombo_activated"></a> |
678 </p> |
|
679 <a NAME="SvnStatusDialog.on_statusFilterCombo_activated" ID="SvnStatusDialog.on_statusFilterCombo_activated"></a> |
510 <h4>SvnStatusDialog.on_statusFilterCombo_activated</h4> |
680 <h4>SvnStatusDialog.on_statusFilterCombo_activated</h4> |
511 <b>on_statusFilterCombo_activated</b>(<i>txt</i>) |
681 <b>on_statusFilterCombo_activated</b>(<i>txt</i>) |
|
682 |
512 <p> |
683 <p> |
513 Private slot to react to the selection of a status filter. |
684 Private slot to react to the selection of a status filter. |
514 </p><dl> |
685 </p> |
|
686 <dl> |
|
687 |
515 <dt><i>txt</i></dt> |
688 <dt><i>txt</i></dt> |
516 <dd> |
689 <dd> |
517 selected status filter (string) |
690 selected status filter (string) |
518 </dd> |
691 </dd> |
519 </dl><a NAME="SvnStatusDialog.on_statusList_itemChanged" ID="SvnStatusDialog.on_statusList_itemChanged"></a> |
692 </dl> |
|
693 <a NAME="SvnStatusDialog.on_statusList_itemChanged" ID="SvnStatusDialog.on_statusList_itemChanged"></a> |
520 <h4>SvnStatusDialog.on_statusList_itemChanged</h4> |
694 <h4>SvnStatusDialog.on_statusList_itemChanged</h4> |
521 <b>on_statusList_itemChanged</b>(<i>item, column</i>) |
695 <b>on_statusList_itemChanged</b>(<i>item, column</i>) |
|
696 |
522 <p> |
697 <p> |
523 Private slot to act upon item changes. |
698 Private slot to act upon item changes. |
524 </p><dl> |
699 </p> |
|
700 <dl> |
|
701 |
525 <dt><i>item</i></dt> |
702 <dt><i>item</i></dt> |
526 <dd> |
703 <dd> |
527 reference to the changed item (QTreeWidgetItem) |
704 reference to the changed item (QTreeWidgetItem) |
528 </dd><dt><i>column</i></dt> |
705 </dd> |
|
706 <dt><i>column</i></dt> |
529 <dd> |
707 <dd> |
530 index of column that changed (integer) |
708 index of column that changed (integer) |
531 </dd> |
709 </dd> |
532 </dl><a NAME="SvnStatusDialog.on_statusList_itemSelectionChanged" ID="SvnStatusDialog.on_statusList_itemSelectionChanged"></a> |
710 </dl> |
|
711 <a NAME="SvnStatusDialog.on_statusList_itemSelectionChanged" ID="SvnStatusDialog.on_statusList_itemSelectionChanged"></a> |
533 <h4>SvnStatusDialog.on_statusList_itemSelectionChanged</h4> |
712 <h4>SvnStatusDialog.on_statusList_itemSelectionChanged</h4> |
534 <b>on_statusList_itemSelectionChanged</b>(<i></i>) |
713 <b>on_statusList_itemSelectionChanged</b>(<i></i>) |
|
714 |
535 <p> |
715 <p> |
536 Private slot to act upon changes of selected items. |
716 Private slot to act upon changes of selected items. |
537 </p><a NAME="SvnStatusDialog.start" ID="SvnStatusDialog.start"></a> |
717 </p> |
|
718 <a NAME="SvnStatusDialog.start" ID="SvnStatusDialog.start"></a> |
538 <h4>SvnStatusDialog.start</h4> |
719 <h4>SvnStatusDialog.start</h4> |
539 <b>start</b>(<i>fn</i>) |
720 <b>start</b>(<i>fn</i>) |
|
721 |
540 <p> |
722 <p> |
541 Public slot to start the svn status command. |
723 Public slot to start the svn status command. |
542 </p><dl> |
724 </p> |
|
725 <dl> |
|
726 |
543 <dt><i>fn</i></dt> |
727 <dt><i>fn</i></dt> |
544 <dd> |
728 <dd> |
545 filename(s)/directoryname(s) to show the status of |
729 filename(s)/directoryname(s) to show the status of |
546 (string or list of strings) |
730 (string or list of strings) |
547 </dd> |
731 </dd> |