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.PluginVcsSubversion</h1> |
23 <h1>eric6.Plugins.PluginVcsSubversion</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing the Subversion version control plugin. |
26 Module implementing the Subversion version control plugin. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>author</td></tr><tr><td>autoactivate</td></tr><tr><td>className</td></tr><tr><td>deactivateable</td></tr><tr><td>error</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>packageName</td></tr><tr><td>pluginType</td></tr><tr><td>pluginTypename</td></tr><tr><td>pyqtApi</td></tr><tr><td>shortDescription</td></tr><tr><td>subversionCfgPluginObject</td></tr><tr><td>version</td></tr> |
31 <tr><td>author</td></tr><tr><td>autoactivate</td></tr><tr><td>className</td></tr><tr><td>deactivateable</td></tr><tr><td>error</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>packageName</td></tr><tr><td>pluginType</td></tr><tr><td>pluginTypename</td></tr><tr><td>pyqtApi</td></tr><tr><td>shortDescription</td></tr><tr><td>subversionCfgPluginObject</td></tr><tr><td>version</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
31 <table> |
34 |
|
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#VcsSubversionPlugin">VcsSubversionPlugin</a></td> |
38 <td><a href="#VcsSubversionPlugin">VcsSubversionPlugin</a></td> |
34 <td>Class implementing the Subversion version control plugin.</td> |
39 <td>Class implementing the Subversion version control plugin.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
38 <table> |
43 |
|
44 <table> |
|
45 |
39 <tr> |
46 <tr> |
40 <td><a href="#createConfigurationPage">createConfigurationPage</a></td> |
47 <td><a href="#createConfigurationPage">createConfigurationPage</a></td> |
41 <td>Module function to create the configuration page.</td> |
48 <td>Module function to create the configuration page.</td> |
42 </tr><tr> |
49 </tr> |
|
50 <tr> |
43 <td><a href="#displayString">displayString</a></td> |
51 <td><a href="#displayString">displayString</a></td> |
44 <td>Public function to get the display string.</td> |
52 <td>Public function to get the display string.</td> |
45 </tr><tr> |
53 </tr> |
|
54 <tr> |
46 <td><a href="#exeDisplayData">exeDisplayData</a></td> |
55 <td><a href="#exeDisplayData">exeDisplayData</a></td> |
47 <td>Public method to support the display of some executable info.</td> |
56 <td>Public method to support the display of some executable info.</td> |
48 </tr><tr> |
57 </tr> |
|
58 <tr> |
49 <td><a href="#getConfigData">getConfigData</a></td> |
59 <td><a href="#getConfigData">getConfigData</a></td> |
50 <td>Module function returning data as required by the configuration dialog.</td> |
60 <td>Module function returning data as required by the configuration dialog.</td> |
51 </tr><tr> |
61 </tr> |
|
62 <tr> |
52 <td><a href="#getVcsSystemIndicator">getVcsSystemIndicator</a></td> |
63 <td><a href="#getVcsSystemIndicator">getVcsSystemIndicator</a></td> |
53 <td>Public function to get the indicators for this version control system.</td> |
64 <td>Public function to get the indicators for this version control system.</td> |
54 </tr><tr> |
65 </tr> |
|
66 <tr> |
55 <td><a href="#prepareUninstall">prepareUninstall</a></td> |
67 <td><a href="#prepareUninstall">prepareUninstall</a></td> |
56 <td>Module function to prepare for an uninstallation.</td> |
68 <td>Module function to prepare for an uninstallation.</td> |
57 </tr> |
69 </tr> |
58 </table> |
70 </table> |
59 <hr /><hr /> |
71 <hr /> |
|
72 <hr /> |
60 <a NAME="VcsSubversionPlugin" ID="VcsSubversionPlugin"></a> |
73 <a NAME="VcsSubversionPlugin" ID="VcsSubversionPlugin"></a> |
61 <h2>VcsSubversionPlugin</h2> |
74 <h2>VcsSubversionPlugin</h2> |
|
75 |
62 <p> |
76 <p> |
63 Class implementing the Subversion version control plugin. |
77 Class implementing the Subversion version control plugin. |
64 </p> |
78 </p> |
65 <h3>Derived from</h3> |
79 <h3>Derived from</h3> |
66 QObject |
80 QObject |
67 <h3>Class Attributes</h3> |
81 <h3>Class Attributes</h3> |
|
82 |
68 <table> |
83 <table> |
69 <tr><td>None</td></tr> |
84 <tr><td>None</td></tr> |
70 </table> |
85 </table> |
71 <h3>Class Methods</h3> |
86 <h3>Class Methods</h3> |
|
87 |
72 <table> |
88 <table> |
73 <tr><td>None</td></tr> |
89 <tr><td>None</td></tr> |
74 </table> |
90 </table> |
75 <h3>Methods</h3> |
91 <h3>Methods</h3> |
76 <table> |
92 |
|
93 <table> |
|
94 |
77 <tr> |
95 <tr> |
78 <td><a href="#VcsSubversionPlugin.__init__">VcsSubversionPlugin</a></td> |
96 <td><a href="#VcsSubversionPlugin.__init__">VcsSubversionPlugin</a></td> |
79 <td>Constructor</td> |
97 <td>Constructor</td> |
80 </tr><tr> |
98 </tr> |
|
99 <tr> |
81 <td><a href="#VcsSubversionPlugin.activate">activate</a></td> |
100 <td><a href="#VcsSubversionPlugin.activate">activate</a></td> |
82 <td>Public method to activate this plugin.</td> |
101 <td>Public method to activate this plugin.</td> |
83 </tr><tr> |
102 </tr> |
|
103 <tr> |
84 <td><a href="#VcsSubversionPlugin.deactivate">deactivate</a></td> |
104 <td><a href="#VcsSubversionPlugin.deactivate">deactivate</a></td> |
85 <td>Public method to deactivate this plugin.</td> |
105 <td>Public method to deactivate this plugin.</td> |
86 </tr><tr> |
106 </tr> |
|
107 <tr> |
87 <td><a href="#VcsSubversionPlugin.getConfigPath">getConfigPath</a></td> |
108 <td><a href="#VcsSubversionPlugin.getConfigPath">getConfigPath</a></td> |
88 <td>Public method to get the filename of the config file.</td> |
109 <td>Public method to get the filename of the config file.</td> |
89 </tr><tr> |
110 </tr> |
|
111 <tr> |
90 <td><a href="#VcsSubversionPlugin.getPreferences">getPreferences</a></td> |
112 <td><a href="#VcsSubversionPlugin.getPreferences">getPreferences</a></td> |
91 <td>Public method to retrieve the various settings.</td> |
113 <td>Public method to retrieve the various settings.</td> |
92 </tr><tr> |
114 </tr> |
|
115 <tr> |
93 <td><a href="#VcsSubversionPlugin.getProjectHelper">getProjectHelper</a></td> |
116 <td><a href="#VcsSubversionPlugin.getProjectHelper">getProjectHelper</a></td> |
94 <td>Public method to get a reference to the project helper object.</td> |
117 <td>Public method to get a reference to the project helper object.</td> |
95 </tr><tr> |
118 </tr> |
|
119 <tr> |
96 <td><a href="#VcsSubversionPlugin.getServersPath">getServersPath</a></td> |
120 <td><a href="#VcsSubversionPlugin.getServersPath">getServersPath</a></td> |
97 <td>Public method to get the filename of the servers file.</td> |
121 <td>Public method to get the filename of the servers file.</td> |
98 </tr><tr> |
122 </tr> |
|
123 <tr> |
99 <td><a href="#VcsSubversionPlugin.initToolbar">initToolbar</a></td> |
124 <td><a href="#VcsSubversionPlugin.initToolbar">initToolbar</a></td> |
100 <td>Public slot to initialize the VCS toolbar.</td> |
125 <td>Public slot to initialize the VCS toolbar.</td> |
101 </tr><tr> |
126 </tr> |
|
127 <tr> |
102 <td><a href="#VcsSubversionPlugin.prepareUninstall">prepareUninstall</a></td> |
128 <td><a href="#VcsSubversionPlugin.prepareUninstall">prepareUninstall</a></td> |
103 <td>Public method to prepare for an uninstallation.</td> |
129 <td>Public method to prepare for an uninstallation.</td> |
104 </tr><tr> |
130 </tr> |
|
131 <tr> |
105 <td><a href="#VcsSubversionPlugin.prepareUnload">prepareUnload</a></td> |
132 <td><a href="#VcsSubversionPlugin.prepareUnload">prepareUnload</a></td> |
106 <td>Public method to prepare for an unload.</td> |
133 <td>Public method to prepare for an unload.</td> |
107 </tr><tr> |
134 </tr> |
|
135 <tr> |
108 <td><a href="#VcsSubversionPlugin.setPreferences">setPreferences</a></td> |
136 <td><a href="#VcsSubversionPlugin.setPreferences">setPreferences</a></td> |
109 <td>Public method to store the various settings.</td> |
137 <td>Public method to store the various settings.</td> |
110 </tr> |
138 </tr> |
111 </table> |
139 </table> |
112 <h3>Static Methods</h3> |
140 <h3>Static Methods</h3> |
|
141 |
113 <table> |
142 <table> |
114 <tr><td>None</td></tr> |
143 <tr><td>None</td></tr> |
115 </table> |
144 </table> |
|
145 |
116 <a NAME="VcsSubversionPlugin.__init__" ID="VcsSubversionPlugin.__init__"></a> |
146 <a NAME="VcsSubversionPlugin.__init__" ID="VcsSubversionPlugin.__init__"></a> |
117 <h4>VcsSubversionPlugin (Constructor)</h4> |
147 <h4>VcsSubversionPlugin (Constructor)</h4> |
118 <b>VcsSubversionPlugin</b>(<i>ui</i>) |
148 <b>VcsSubversionPlugin</b>(<i>ui</i>) |
|
149 |
119 <p> |
150 <p> |
120 Constructor |
151 Constructor |
121 </p><dl> |
152 </p> |
|
153 <dl> |
|
154 |
122 <dt><i>ui</i></dt> |
155 <dt><i>ui</i></dt> |
123 <dd> |
156 <dd> |
124 reference to the user interface object (UI.UserInterface) |
157 reference to the user interface object (UI.UserInterface) |
125 </dd> |
158 </dd> |
126 </dl><a NAME="VcsSubversionPlugin.activate" ID="VcsSubversionPlugin.activate"></a> |
159 </dl> |
|
160 <a NAME="VcsSubversionPlugin.activate" ID="VcsSubversionPlugin.activate"></a> |
127 <h4>VcsSubversionPlugin.activate</h4> |
161 <h4>VcsSubversionPlugin.activate</h4> |
128 <b>activate</b>(<i></i>) |
162 <b>activate</b>(<i></i>) |
|
163 |
129 <p> |
164 <p> |
130 Public method to activate this plugin. |
165 Public method to activate this plugin. |
131 </p><dl> |
166 </p> |
|
167 <dl> |
132 <dt>Returns:</dt> |
168 <dt>Returns:</dt> |
133 <dd> |
169 <dd> |
134 tuple of reference to instantiated viewmanager and |
170 tuple of reference to instantiated viewmanager and |
135 activation status (boolean) |
171 activation status (boolean) |
136 </dd> |
172 </dd> |
137 </dl><a NAME="VcsSubversionPlugin.deactivate" ID="VcsSubversionPlugin.deactivate"></a> |
173 </dl> |
|
174 <a NAME="VcsSubversionPlugin.deactivate" ID="VcsSubversionPlugin.deactivate"></a> |
138 <h4>VcsSubversionPlugin.deactivate</h4> |
175 <h4>VcsSubversionPlugin.deactivate</h4> |
139 <b>deactivate</b>(<i></i>) |
176 <b>deactivate</b>(<i></i>) |
|
177 |
140 <p> |
178 <p> |
141 Public method to deactivate this plugin. |
179 Public method to deactivate this plugin. |
142 </p><a NAME="VcsSubversionPlugin.getConfigPath" ID="VcsSubversionPlugin.getConfigPath"></a> |
180 </p> |
|
181 <a NAME="VcsSubversionPlugin.getConfigPath" ID="VcsSubversionPlugin.getConfigPath"></a> |
143 <h4>VcsSubversionPlugin.getConfigPath</h4> |
182 <h4>VcsSubversionPlugin.getConfigPath</h4> |
144 <b>getConfigPath</b>(<i></i>) |
183 <b>getConfigPath</b>(<i></i>) |
|
184 |
145 <p> |
185 <p> |
146 Public method to get the filename of the config file. |
186 Public method to get the filename of the config file. |
147 </p><dl> |
187 </p> |
|
188 <dl> |
148 <dt>Returns:</dt> |
189 <dt>Returns:</dt> |
149 <dd> |
190 <dd> |
150 filename of the config file (string) |
191 filename of the config file (string) |
151 </dd> |
192 </dd> |
152 </dl><a NAME="VcsSubversionPlugin.getPreferences" ID="VcsSubversionPlugin.getPreferences"></a> |
193 </dl> |
|
194 <a NAME="VcsSubversionPlugin.getPreferences" ID="VcsSubversionPlugin.getPreferences"></a> |
153 <h4>VcsSubversionPlugin.getPreferences</h4> |
195 <h4>VcsSubversionPlugin.getPreferences</h4> |
154 <b>getPreferences</b>(<i>key</i>) |
196 <b>getPreferences</b>(<i>key</i>) |
|
197 |
155 <p> |
198 <p> |
156 Public method to retrieve the various settings. |
199 Public method to retrieve the various settings. |
157 </p><dl> |
200 </p> |
|
201 <dl> |
|
202 |
158 <dt><i>key</i></dt> |
203 <dt><i>key</i></dt> |
159 <dd> |
204 <dd> |
160 the key of the value to get |
205 the key of the value to get |
161 </dd> |
206 </dd> |
162 </dl><dl> |
207 </dl> |
|
208 <dl> |
163 <dt>Returns:</dt> |
209 <dt>Returns:</dt> |
164 <dd> |
210 <dd> |
165 the requested setting |
211 the requested setting |
166 </dd> |
212 </dd> |
167 </dl><a NAME="VcsSubversionPlugin.getProjectHelper" ID="VcsSubversionPlugin.getProjectHelper"></a> |
213 </dl> |
|
214 <a NAME="VcsSubversionPlugin.getProjectHelper" ID="VcsSubversionPlugin.getProjectHelper"></a> |
168 <h4>VcsSubversionPlugin.getProjectHelper</h4> |
215 <h4>VcsSubversionPlugin.getProjectHelper</h4> |
169 <b>getProjectHelper</b>(<i></i>) |
216 <b>getProjectHelper</b>(<i></i>) |
|
217 |
170 <p> |
218 <p> |
171 Public method to get a reference to the project helper object. |
219 Public method to get a reference to the project helper object. |
172 </p><dl> |
220 </p> |
|
221 <dl> |
173 <dt>Returns:</dt> |
222 <dt>Returns:</dt> |
174 <dd> |
223 <dd> |
175 reference to the project helper object |
224 reference to the project helper object |
176 </dd> |
225 </dd> |
177 </dl><a NAME="VcsSubversionPlugin.getServersPath" ID="VcsSubversionPlugin.getServersPath"></a> |
226 </dl> |
|
227 <a NAME="VcsSubversionPlugin.getServersPath" ID="VcsSubversionPlugin.getServersPath"></a> |
178 <h4>VcsSubversionPlugin.getServersPath</h4> |
228 <h4>VcsSubversionPlugin.getServersPath</h4> |
179 <b>getServersPath</b>(<i></i>) |
229 <b>getServersPath</b>(<i></i>) |
|
230 |
180 <p> |
231 <p> |
181 Public method to get the filename of the servers file. |
232 Public method to get the filename of the servers file. |
182 </p><dl> |
233 </p> |
|
234 <dl> |
183 <dt>Returns:</dt> |
235 <dt>Returns:</dt> |
184 <dd> |
236 <dd> |
185 filename of the servers file (string) |
237 filename of the servers file (string) |
186 </dd> |
238 </dd> |
187 </dl><a NAME="VcsSubversionPlugin.initToolbar" ID="VcsSubversionPlugin.initToolbar"></a> |
239 </dl> |
|
240 <a NAME="VcsSubversionPlugin.initToolbar" ID="VcsSubversionPlugin.initToolbar"></a> |
188 <h4>VcsSubversionPlugin.initToolbar</h4> |
241 <h4>VcsSubversionPlugin.initToolbar</h4> |
189 <b>initToolbar</b>(<i>ui, toolbarManager</i>) |
242 <b>initToolbar</b>(<i>ui, toolbarManager</i>) |
|
243 |
190 <p> |
244 <p> |
191 Public slot to initialize the VCS toolbar. |
245 Public slot to initialize the VCS toolbar. |
192 </p><dl> |
246 </p> |
|
247 <dl> |
|
248 |
193 <dt><i>ui</i></dt> |
249 <dt><i>ui</i></dt> |
194 <dd> |
250 <dd> |
195 reference to the main window (UserInterface) |
251 reference to the main window (UserInterface) |
196 </dd><dt><i>toolbarManager</i></dt> |
252 </dd> |
|
253 <dt><i>toolbarManager</i></dt> |
197 <dd> |
254 <dd> |
198 reference to a toolbar manager object |
255 reference to a toolbar manager object |
199 (E5ToolBarManager) |
256 (E5ToolBarManager) |
200 </dd> |
257 </dd> |
201 </dl><a NAME="VcsSubversionPlugin.prepareUninstall" ID="VcsSubversionPlugin.prepareUninstall"></a> |
258 </dl> |
|
259 <a NAME="VcsSubversionPlugin.prepareUninstall" ID="VcsSubversionPlugin.prepareUninstall"></a> |
202 <h4>VcsSubversionPlugin.prepareUninstall</h4> |
260 <h4>VcsSubversionPlugin.prepareUninstall</h4> |
203 <b>prepareUninstall</b>(<i></i>) |
261 <b>prepareUninstall</b>(<i></i>) |
|
262 |
204 <p> |
263 <p> |
205 Public method to prepare for an uninstallation. |
264 Public method to prepare for an uninstallation. |
206 </p><a NAME="VcsSubversionPlugin.prepareUnload" ID="VcsSubversionPlugin.prepareUnload"></a> |
265 </p> |
|
266 <a NAME="VcsSubversionPlugin.prepareUnload" ID="VcsSubversionPlugin.prepareUnload"></a> |
207 <h4>VcsSubversionPlugin.prepareUnload</h4> |
267 <h4>VcsSubversionPlugin.prepareUnload</h4> |
208 <b>prepareUnload</b>(<i></i>) |
268 <b>prepareUnload</b>(<i></i>) |
|
269 |
209 <p> |
270 <p> |
210 Public method to prepare for an unload. |
271 Public method to prepare for an unload. |
211 </p><a NAME="VcsSubversionPlugin.setPreferences" ID="VcsSubversionPlugin.setPreferences"></a> |
272 </p> |
|
273 <a NAME="VcsSubversionPlugin.setPreferences" ID="VcsSubversionPlugin.setPreferences"></a> |
212 <h4>VcsSubversionPlugin.setPreferences</h4> |
274 <h4>VcsSubversionPlugin.setPreferences</h4> |
213 <b>setPreferences</b>(<i>key, value</i>) |
275 <b>setPreferences</b>(<i>key, value</i>) |
|
276 |
214 <p> |
277 <p> |
215 Public method to store the various settings. |
278 Public method to store the various settings. |
216 </p><dl> |
279 </p> |
|
280 <dl> |
|
281 |
217 <dt><i>key</i></dt> |
282 <dt><i>key</i></dt> |
218 <dd> |
283 <dd> |
219 the key of the setting to be set |
284 the key of the setting to be set |
220 </dd><dt><i>value</i></dt> |
285 </dd> |
|
286 <dt><i>value</i></dt> |
221 <dd> |
287 <dd> |
222 the value to be set |
288 the value to be set |
223 </dd> |
289 </dd> |
224 </dl> |
290 </dl> |
225 <div align="right"><a href="#top">Up</a></div> |
291 <div align="right"><a href="#top">Up</a></div> |
226 <hr /><hr /> |
292 <hr /> |
|
293 <hr /> |
227 <a NAME="createConfigurationPage" ID="createConfigurationPage"></a> |
294 <a NAME="createConfigurationPage" ID="createConfigurationPage"></a> |
228 <h2>createConfigurationPage</h2> |
295 <h2>createConfigurationPage</h2> |
229 <b>createConfigurationPage</b>(<i>configDlg</i>) |
296 <b>createConfigurationPage</b>(<i>configDlg</i>) |
|
297 |
230 <p> |
298 <p> |
231 Module function to create the configuration page. |
299 Module function to create the configuration page. |
232 </p><dl> |
300 </p> |
|
301 <dl> |
|
302 |
233 <dt><i>configDlg</i></dt> |
303 <dt><i>configDlg</i></dt> |
234 <dd> |
304 <dd> |
235 reference to the configuration dialog (QDialog) |
305 reference to the configuration dialog (QDialog) |
236 </dd> |
306 </dd> |
237 </dl><dl> |
307 </dl> |
|
308 <dl> |
238 <dt>Returns:</dt> |
309 <dt>Returns:</dt> |
239 <dd> |
310 <dd> |
240 reference to the configuration page |
311 reference to the configuration page |
241 </dd> |
312 </dd> |
242 </dl> |
313 </dl> |
243 <div align="right"><a href="#top">Up</a></div> |
314 <div align="right"><a href="#top">Up</a></div> |
244 <hr /><hr /> |
315 <hr /> |
|
316 <hr /> |
245 <a NAME="displayString" ID="displayString"></a> |
317 <a NAME="displayString" ID="displayString"></a> |
246 <h2>displayString</h2> |
318 <h2>displayString</h2> |
247 <b>displayString</b>(<i></i>) |
319 <b>displayString</b>(<i></i>) |
|
320 |
248 <p> |
321 <p> |
249 Public function to get the display string. |
322 Public function to get the display string. |
250 </p><dl> |
323 </p> |
|
324 <dl> |
251 <dt>Returns:</dt> |
325 <dt>Returns:</dt> |
252 <dd> |
326 <dd> |
253 display string (string) |
327 display string (string) |
254 </dd> |
328 </dd> |
255 </dl> |
329 </dl> |
256 <div align="right"><a href="#top">Up</a></div> |
330 <div align="right"><a href="#top">Up</a></div> |
257 <hr /><hr /> |
331 <hr /> |
|
332 <hr /> |
258 <a NAME="exeDisplayData" ID="exeDisplayData"></a> |
333 <a NAME="exeDisplayData" ID="exeDisplayData"></a> |
259 <h2>exeDisplayData</h2> |
334 <h2>exeDisplayData</h2> |
260 <b>exeDisplayData</b>(<i></i>) |
335 <b>exeDisplayData</b>(<i></i>) |
|
336 |
261 <p> |
337 <p> |
262 Public method to support the display of some executable info. |
338 Public method to support the display of some executable info. |
263 </p><dl> |
339 </p> |
|
340 <dl> |
264 <dt>Returns:</dt> |
341 <dt>Returns:</dt> |
265 <dd> |
342 <dd> |
266 dictionary containing the data to query the presence of |
343 dictionary containing the data to query the presence of |
267 the executable |
344 the executable |
268 </dd> |
345 </dd> |
269 </dl> |
346 </dl> |
270 <div align="right"><a href="#top">Up</a></div> |
347 <div align="right"><a href="#top">Up</a></div> |
271 <hr /><hr /> |
348 <hr /> |
|
349 <hr /> |
272 <a NAME="getConfigData" ID="getConfigData"></a> |
350 <a NAME="getConfigData" ID="getConfigData"></a> |
273 <h2>getConfigData</h2> |
351 <h2>getConfigData</h2> |
274 <b>getConfigData</b>(<i></i>) |
352 <b>getConfigData</b>(<i></i>) |
|
353 |
275 <p> |
354 <p> |
276 Module function returning data as required by the configuration dialog. |
355 Module function returning data as required by the configuration dialog. |
277 </p><dl> |
356 </p> |
|
357 <dl> |
278 <dt>Returns:</dt> |
358 <dt>Returns:</dt> |
279 <dd> |
359 <dd> |
280 dictionary with key "zzz_subversionPage" containing the relevant |
360 dictionary with key "zzz_subversionPage" containing the relevant |
281 data |
361 data |
282 </dd> |
362 </dd> |
283 </dl> |
363 </dl> |
284 <div align="right"><a href="#top">Up</a></div> |
364 <div align="right"><a href="#top">Up</a></div> |
285 <hr /><hr /> |
365 <hr /> |
|
366 <hr /> |
286 <a NAME="getVcsSystemIndicator" ID="getVcsSystemIndicator"></a> |
367 <a NAME="getVcsSystemIndicator" ID="getVcsSystemIndicator"></a> |
287 <h2>getVcsSystemIndicator</h2> |
368 <h2>getVcsSystemIndicator</h2> |
288 <b>getVcsSystemIndicator</b>(<i></i>) |
369 <b>getVcsSystemIndicator</b>(<i></i>) |
|
370 |
289 <p> |
371 <p> |
290 Public function to get the indicators for this version control system. |
372 Public function to get the indicators for this version control system. |
291 </p><dl> |
373 </p> |
|
374 <dl> |
292 <dt>Returns:</dt> |
375 <dt>Returns:</dt> |
293 <dd> |
376 <dd> |
294 dictionary with indicator as key and a tuple with the vcs name |
377 dictionary with indicator as key and a tuple with the vcs name |
295 (string) and vcs display string (string) |
378 (string) and vcs display string (string) |
296 </dd> |
379 </dd> |
297 </dl> |
380 </dl> |
298 <div align="right"><a href="#top">Up</a></div> |
381 <div align="right"><a href="#top">Up</a></div> |
299 <hr /><hr /> |
382 <hr /> |
|
383 <hr /> |
300 <a NAME="prepareUninstall" ID="prepareUninstall"></a> |
384 <a NAME="prepareUninstall" ID="prepareUninstall"></a> |
301 <h2>prepareUninstall</h2> |
385 <h2>prepareUninstall</h2> |
302 <b>prepareUninstall</b>(<i></i>) |
386 <b>prepareUninstall</b>(<i></i>) |
|
387 |
303 <p> |
388 <p> |
304 Module function to prepare for an uninstallation. |
389 Module function to prepare for an uninstallation. |
305 </p> |
390 </p> |
306 <div align="right"><a href="#top">Up</a></div> |
391 <div align="right"><a href="#top">Up</a></div> |
307 <hr /> |
392 <hr /> |