Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html

changeset 3018
70924c0bdaf1
parent 2845
7e55c6268c35
child 3019
7912530a33e2
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
170 </dd><dt><i>projectObject</i></dt> 170 </dd><dt><i>projectObject</i></dt>
171 <dd> 171 <dd>
172 reference to the project object 172 reference to the project object
173 </dd><dt><i>isTranslationsBrowser</i></dt> 173 </dd><dt><i>isTranslationsBrowser</i></dt>
174 <dd> 174 <dd>
175 flag indicating, the helper is requested for the 175 flag indicating, the helper is requested
176 translations browser (this needs some special treatment) 176 for the translations browser (this needs some special treatment)
177 </dd><dt><i>parent</i></dt> 177 </dd><dt><i>parent</i></dt>
178 <dd> 178 <dd>
179 parent widget (QWidget) 179 parent widget (QWidget)
180 </dd><dt><i>name</i></dt> 180 </dd><dt><i>name</i></dt>
181 <dd> 181 <dd>
193 Private slot called by the context menu to show the blame of a file. 193 Private slot called by the context menu to show the blame of a file.
194 </p><a NAME="SvnProjectBrowserHelper.__SVNBreakLock" ID="SvnProjectBrowserHelper.__SVNBreakLock"></a> 194 </p><a NAME="SvnProjectBrowserHelper.__SVNBreakLock" ID="SvnProjectBrowserHelper.__SVNBreakLock"></a>
195 <h4>SvnProjectBrowserHelper.__SVNBreakLock</h4> 195 <h4>SvnProjectBrowserHelper.__SVNBreakLock</h4>
196 <b>__SVNBreakLock</b>(<i></i>) 196 <b>__SVNBreakLock</b>(<i></i>)
197 <p> 197 <p>
198 Private slot called by the context menu to break lock files in the repository. 198 Private slot called by the context menu to break lock files in the
199 repository.
199 </p><a NAME="SvnProjectBrowserHelper.__SVNConfigure" ID="SvnProjectBrowserHelper.__SVNConfigure"></a> 200 </p><a NAME="SvnProjectBrowserHelper.__SVNConfigure" ID="SvnProjectBrowserHelper.__SVNConfigure"></a>
200 <h4>SvnProjectBrowserHelper.__SVNConfigure</h4> 201 <h4>SvnProjectBrowserHelper.__SVNConfigure</h4>
201 <b>__SVNConfigure</b>(<i></i>) 202 <b>__SVNConfigure</b>(<i></i>)
202 <p> 203 <p>
203 Private method to open the configuration dialog. 204 Private method to open the configuration dialog.
208 Private slot called by the context menu to copy the selected file. 209 Private slot called by the context menu to copy the selected file.
209 </p><a NAME="SvnProjectBrowserHelper.__SVNDelProp" ID="SvnProjectBrowserHelper.__SVNDelProp"></a> 210 </p><a NAME="SvnProjectBrowserHelper.__SVNDelProp" ID="SvnProjectBrowserHelper.__SVNDelProp"></a>
210 <h4>SvnProjectBrowserHelper.__SVNDelProp</h4> 211 <h4>SvnProjectBrowserHelper.__SVNDelProp</h4>
211 <b>__SVNDelProp</b>(<i></i>) 212 <b>__SVNDelProp</b>(<i></i>)
212 <p> 213 <p>
213 Private slot called by the context menu to delete a subversion property of a file. 214 Private slot called by the context menu to delete a subversion
215 property of a file.
214 </p><a NAME="SvnProjectBrowserHelper.__SVNExtendedDiff" ID="SvnProjectBrowserHelper.__SVNExtendedDiff"></a> 216 </p><a NAME="SvnProjectBrowserHelper.__SVNExtendedDiff" ID="SvnProjectBrowserHelper.__SVNExtendedDiff"></a>
215 <h4>SvnProjectBrowserHelper.__SVNExtendedDiff</h4> 217 <h4>SvnProjectBrowserHelper.__SVNExtendedDiff</h4>
216 <b>__SVNExtendedDiff</b>(<i></i>) 218 <b>__SVNExtendedDiff</b>(<i></i>)
217 <p> 219 <p>
218 Private slot called by the context menu to show the difference of a file to 220 Private slot called by the context menu to show the difference of a
219 the repository. 221 file to the repository.
220 </p><p> 222 </p><p>
221 This gives the chance to enter the revisions to compare. 223 This gives the chance to enter the revisions to compare.
222 </p><a NAME="SvnProjectBrowserHelper.__SVNInfo" ID="SvnProjectBrowserHelper.__SVNInfo"></a> 224 </p><a NAME="SvnProjectBrowserHelper.__SVNInfo" ID="SvnProjectBrowserHelper.__SVNInfo"></a>
223 <h4>SvnProjectBrowserHelper.__SVNInfo</h4> 225 <h4>SvnProjectBrowserHelper.__SVNInfo</h4>
224 <b>__SVNInfo</b>(<i></i>) 226 <b>__SVNInfo</b>(<i></i>)
225 <p> 227 <p>
226 Private slot called by the context menu to show repository information of 228 Private slot called by the context menu to show repository information
227 a file or directory. 229 of a file or directory.
228 </p><a NAME="SvnProjectBrowserHelper.__SVNListProps" ID="SvnProjectBrowserHelper.__SVNListProps"></a> 230 </p><a NAME="SvnProjectBrowserHelper.__SVNListProps" ID="SvnProjectBrowserHelper.__SVNListProps"></a>
229 <h4>SvnProjectBrowserHelper.__SVNListProps</h4> 231 <h4>SvnProjectBrowserHelper.__SVNListProps</h4>
230 <b>__SVNListProps</b>(<i></i>) 232 <b>__SVNListProps</b>(<i></i>)
231 <p> 233 <p>
232 Private slot called by the context menu to list the subversion properties of 234 Private slot called by the context menu to list the subversion
233 a file. 235 properties of a file.
234 </p><a NAME="SvnProjectBrowserHelper.__SVNLock" ID="SvnProjectBrowserHelper.__SVNLock"></a> 236 </p><a NAME="SvnProjectBrowserHelper.__SVNLock" ID="SvnProjectBrowserHelper.__SVNLock"></a>
235 <h4>SvnProjectBrowserHelper.__SVNLock</h4> 237 <h4>SvnProjectBrowserHelper.__SVNLock</h4>
236 <b>__SVNLock</b>(<i></i>) 238 <b>__SVNLock</b>(<i></i>)
237 <p> 239 <p>
238 Private slot called by the context menu to lock files in the repository. 240 Private slot called by the context menu to lock files in the
241 repository.
239 </p><a NAME="SvnProjectBrowserHelper.__SVNLogBrowser" ID="SvnProjectBrowserHelper.__SVNLogBrowser"></a> 242 </p><a NAME="SvnProjectBrowserHelper.__SVNLogBrowser" ID="SvnProjectBrowserHelper.__SVNLogBrowser"></a>
240 <h4>SvnProjectBrowserHelper.__SVNLogBrowser</h4> 243 <h4>SvnProjectBrowserHelper.__SVNLogBrowser</h4>
241 <b>__SVNLogBrowser</b>(<i></i>) 244 <b>__SVNLogBrowser</b>(<i></i>)
242 <p> 245 <p>
243 Private slot called by the context menu to show the log browser for a file. 246 Private slot called by the context menu to show the log browser for a
247 file.
244 </p><a NAME="SvnProjectBrowserHelper.__SVNMove" ID="SvnProjectBrowserHelper.__SVNMove"></a> 248 </p><a NAME="SvnProjectBrowserHelper.__SVNMove" ID="SvnProjectBrowserHelper.__SVNMove"></a>
245 <h4>SvnProjectBrowserHelper.__SVNMove</h4> 249 <h4>SvnProjectBrowserHelper.__SVNMove</h4>
246 <b>__SVNMove</b>(<i></i>) 250 <b>__SVNMove</b>(<i></i>)
247 <p> 251 <p>
248 Private slot called by the context menu to move the selected file. 252 Private slot called by the context menu to move the selected file.
249 </p><a NAME="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" ID="SvnProjectBrowserHelper.__SVNRemoveFromChangelist"></a> 253 </p><a NAME="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" ID="SvnProjectBrowserHelper.__SVNRemoveFromChangelist"></a>
250 <h4>SvnProjectBrowserHelper.__SVNRemoveFromChangelist</h4> 254 <h4>SvnProjectBrowserHelper.__SVNRemoveFromChangelist</h4>
251 <b>__SVNRemoveFromChangelist</b>(<i></i>) 255 <b>__SVNRemoveFromChangelist</b>(<i></i>)
252 <p> 256 <p>
253 Private slot called by the context menu to remove files from their changelist. 257 Private slot called by the context menu to remove files from their
258 changelist.
254 </p><a NAME="SvnProjectBrowserHelper.__SVNResolve" ID="SvnProjectBrowserHelper.__SVNResolve"></a> 259 </p><a NAME="SvnProjectBrowserHelper.__SVNResolve" ID="SvnProjectBrowserHelper.__SVNResolve"></a>
255 <h4>SvnProjectBrowserHelper.__SVNResolve</h4> 260 <h4>SvnProjectBrowserHelper.__SVNResolve</h4>
256 <b>__SVNResolve</b>(<i></i>) 261 <b>__SVNResolve</b>(<i></i>)
257 <p> 262 <p>
258 Private slot called by the context menu to resolve conflicts of a file. 263 Private slot called by the context menu to resolve conflicts of a file.
259 </p><a NAME="SvnProjectBrowserHelper.__SVNSbsDiff" ID="SvnProjectBrowserHelper.__SVNSbsDiff"></a> 264 </p><a NAME="SvnProjectBrowserHelper.__SVNSbsDiff" ID="SvnProjectBrowserHelper.__SVNSbsDiff"></a>
260 <h4>SvnProjectBrowserHelper.__SVNSbsDiff</h4> 265 <h4>SvnProjectBrowserHelper.__SVNSbsDiff</h4>
261 <b>__SVNSbsDiff</b>(<i></i>) 266 <b>__SVNSbsDiff</b>(<i></i>)
262 <p> 267 <p>
263 Private slot called by the context menu to show the difference of a file to 268 Private slot called by the context menu to show the difference of a
264 the repository side-by-side. 269 file to the repository side-by-side.
265 </p><a NAME="SvnProjectBrowserHelper.__SVNSbsExtendedDiff" ID="SvnProjectBrowserHelper.__SVNSbsExtendedDiff"></a> 270 </p><a NAME="SvnProjectBrowserHelper.__SVNSbsExtendedDiff" ID="SvnProjectBrowserHelper.__SVNSbsExtendedDiff"></a>
266 <h4>SvnProjectBrowserHelper.__SVNSbsExtendedDiff</h4> 271 <h4>SvnProjectBrowserHelper.__SVNSbsExtendedDiff</h4>
267 <b>__SVNSbsExtendedDiff</b>(<i></i>) 272 <b>__SVNSbsExtendedDiff</b>(<i></i>)
268 <p> 273 <p>
269 Private slot called by the context menu to show the difference of a file to 274 Private slot called by the context menu to show the difference of a
270 the repository side-by-side allowing the selection of revisions to compare. 275 file to the repository side-by-side allowing the selection of
276 revisions to compare.
271 </p><a NAME="SvnProjectBrowserHelper.__SVNSetProp" ID="SvnProjectBrowserHelper.__SVNSetProp"></a> 277 </p><a NAME="SvnProjectBrowserHelper.__SVNSetProp" ID="SvnProjectBrowserHelper.__SVNSetProp"></a>
272 <h4>SvnProjectBrowserHelper.__SVNSetProp</h4> 278 <h4>SvnProjectBrowserHelper.__SVNSetProp</h4>
273 <b>__SVNSetProp</b>(<i></i>) 279 <b>__SVNSetProp</b>(<i></i>)
274 <p> 280 <p>
275 Private slot called by the context menu to set a subversion property of a file. 281 Private slot called by the context menu to set a subversion
282 property of a file.
276 </p><a NAME="SvnProjectBrowserHelper.__SVNStealLock" ID="SvnProjectBrowserHelper.__SVNStealLock"></a> 283 </p><a NAME="SvnProjectBrowserHelper.__SVNStealLock" ID="SvnProjectBrowserHelper.__SVNStealLock"></a>
277 <h4>SvnProjectBrowserHelper.__SVNStealLock</h4> 284 <h4>SvnProjectBrowserHelper.__SVNStealLock</h4>
278 <b>__SVNStealLock</b>(<i></i>) 285 <b>__SVNStealLock</b>(<i></i>)
279 <p> 286 <p>
280 Private slot called by the context menu to steal lock files in the repository. 287 Private slot called by the context menu to steal lock files in the
288 repository.
281 </p><a NAME="SvnProjectBrowserHelper.__SVNUnlock" ID="SvnProjectBrowserHelper.__SVNUnlock"></a> 289 </p><a NAME="SvnProjectBrowserHelper.__SVNUnlock" ID="SvnProjectBrowserHelper.__SVNUnlock"></a>
282 <h4>SvnProjectBrowserHelper.__SVNUnlock</h4> 290 <h4>SvnProjectBrowserHelper.__SVNUnlock</h4>
283 <b>__SVNUnlock</b>(<i></i>) 291 <b>__SVNUnlock</b>(<i></i>)
284 <p> 292 <p>
285 Private slot called by the context menu to unlock files in the repository. 293 Private slot called by the context menu to unlock files in the
294 repository.
286 </p><a NAME="SvnProjectBrowserHelper.__SVNUrlDiff" ID="SvnProjectBrowserHelper.__SVNUrlDiff"></a> 295 </p><a NAME="SvnProjectBrowserHelper.__SVNUrlDiff" ID="SvnProjectBrowserHelper.__SVNUrlDiff"></a>
287 <h4>SvnProjectBrowserHelper.__SVNUrlDiff</h4> 296 <h4>SvnProjectBrowserHelper.__SVNUrlDiff</h4>
288 <b>__SVNUrlDiff</b>(<i></i>) 297 <b>__SVNUrlDiff</b>(<i></i>)
289 <p> 298 <p>
290 Private slot called by the context menu to show the difference of a file of 299 Private slot called by the context menu to show the difference of a
291 two repository URLs. 300 file of two repository URLs.
292 </p><p> 301 </p><p>
293 This gives the chance to enter the repository URLs to compare. 302 This gives the chance to enter the repository URLs to compare.
294 </p><a NAME="SvnProjectBrowserHelper.__itemsHaveFiles" ID="SvnProjectBrowserHelper.__itemsHaveFiles"></a> 303 </p><a NAME="SvnProjectBrowserHelper.__itemsHaveFiles" ID="SvnProjectBrowserHelper.__itemsHaveFiles"></a>
295 <h4>SvnProjectBrowserHelper.__itemsHaveFiles</h4> 304 <h4>SvnProjectBrowserHelper.__itemsHaveFiles</h4>
296 <b>__itemsHaveFiles</b>(<i>items</i>) 305 <b>__itemsHaveFiles</b>(<i>items</i>)
369 <dt><i>menu</i></dt> 378 <dt><i>menu</i></dt>
370 <dd> 379 <dd>
371 reference to the menu to be shown 380 reference to the menu to be shown
372 </dd><dt><i>standardItems</i></dt> 381 </dd><dt><i>standardItems</i></dt>
373 <dd> 382 <dd>
374 array of standard items that need activation/deactivation 383 array of standard items that need
375 depending on the overall VCS status 384 activation/deactivation depending on the overall VCS status
376 </dd> 385 </dd>
377 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDir" ID="SvnProjectBrowserHelper.showContextMenuDir"></a> 386 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDir" ID="SvnProjectBrowserHelper.showContextMenuDir"></a>
378 <h4>SvnProjectBrowserHelper.showContextMenuDir</h4> 387 <h4>SvnProjectBrowserHelper.showContextMenuDir</h4>
379 <b>showContextMenuDir</b>(<i>menu, standardItems</i>) 388 <b>showContextMenuDir</b>(<i>menu, standardItems</i>)
380 <p> 389 <p>
386 <dt><i>menu</i></dt> 395 <dt><i>menu</i></dt>
387 <dd> 396 <dd>
388 reference to the menu to be shown 397 reference to the menu to be shown
389 </dd><dt><i>standardItems</i></dt> 398 </dd><dt><i>standardItems</i></dt>
390 <dd> 399 <dd>
391 array of standard items that need activation/deactivation 400 array of standard items that need
392 depending on the overall VCS status 401 activation/deactivation depending on the overall VCS status
393 </dd> 402 </dd>
394 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDirMulti" ID="SvnProjectBrowserHelper.showContextMenuDirMulti"></a> 403 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDirMulti" ID="SvnProjectBrowserHelper.showContextMenuDirMulti"></a>
395 <h4>SvnProjectBrowserHelper.showContextMenuDirMulti</h4> 404 <h4>SvnProjectBrowserHelper.showContextMenuDirMulti</h4>
396 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) 405 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>)
397 <p> 406 <p>
403 <dt><i>menu</i></dt> 412 <dt><i>menu</i></dt>
404 <dd> 413 <dd>
405 reference to the menu to be shown 414 reference to the menu to be shown
406 </dd><dt><i>standardItems</i></dt> 415 </dd><dt><i>standardItems</i></dt>
407 <dd> 416 <dd>
408 array of standard items that need activation/deactivation 417 array of standard items that need
409 depending on the overall VCS status 418 activation/deactivation depending on the overall VCS status
410 </dd> 419 </dd>
411 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuMulti" ID="SvnProjectBrowserHelper.showContextMenuMulti"></a> 420 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuMulti" ID="SvnProjectBrowserHelper.showContextMenuMulti"></a>
412 <h4>SvnProjectBrowserHelper.showContextMenuMulti</h4> 421 <h4>SvnProjectBrowserHelper.showContextMenuMulti</h4>
413 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>) 422 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>)
414 <p> 423 <p>
420 <dt><i>menu</i></dt> 429 <dt><i>menu</i></dt>
421 <dd> 430 <dd>
422 reference to the menu to be shown 431 reference to the menu to be shown
423 </dd><dt><i>standardItems</i></dt> 432 </dd><dt><i>standardItems</i></dt>
424 <dd> 433 <dd>
425 array of standard items that need activation/deactivation 434 array of standard items that need
426 depending on the overall VCS status 435 activation/deactivation depending on the overall VCS status
427 </dd> 436 </dd>
428 </dl> 437 </dl>
429 <div align="right"><a href="#top">Up</a></div> 438 <div align="right"><a href="#top">Up</a></div>
430 <hr /> 439 <hr />
431 </body></html> 440 </body></html>

eric ide

mercurial