416 </dd> |
416 </dd> |
417 </dl><a NAME="Subversion._createStatusMonitorThread" ID="Subversion._createStatusMonitorThread"></a> |
417 </dl><a NAME="Subversion._createStatusMonitorThread" ID="Subversion._createStatusMonitorThread"></a> |
418 <h4>Subversion._createStatusMonitorThread</h4> |
418 <h4>Subversion._createStatusMonitorThread</h4> |
419 <b>_createStatusMonitorThread</b>(<i>interval, project</i>) |
419 <b>_createStatusMonitorThread</b>(<i>interval, project</i>) |
420 <p> |
420 <p> |
421 Protected method to create an instance of the VCS status monitor thread. |
421 Protected method to create an instance of the VCS status monitor |
422 </p><dl> |
422 thread. |
423 <dt><i>project</i></dt> |
423 </p><dl> |
|
424 <dt><i>interval</i></dt> |
|
425 <dd> |
|
426 check interval for the monitor thread in seconds |
|
427 (integer) |
|
428 </dd><dt><i>project</i></dt> |
424 <dd> |
429 <dd> |
425 reference to the project object |
430 reference to the project object |
426 </dd><dt><i>interval</i></dt> |
|
427 <dd> |
|
428 check interval for the monitor thread in seconds (integer) |
|
429 </dd> |
431 </dd> |
430 </dl><dl> |
432 </dl><dl> |
431 <dt>Returns:</dt> |
433 <dt>Returns:</dt> |
432 <dd> |
434 <dd> |
433 reference to the monitor thread (QThread) |
435 reference to the monitor thread (QThread) |
683 </dd> |
685 </dd> |
684 </dl><a NAME="Subversion.svnSbsDiff" ID="Subversion.svnSbsDiff"></a> |
686 </dl><a NAME="Subversion.svnSbsDiff" ID="Subversion.svnSbsDiff"></a> |
685 <h4>Subversion.svnSbsDiff</h4> |
687 <h4>Subversion.svnSbsDiff</h4> |
686 <b>svnSbsDiff</b>(<i>name, extended=False, revisions=None</i>) |
688 <b>svnSbsDiff</b>(<i>name, extended=False, revisions=None</i>) |
687 <p> |
689 <p> |
688 Public method used to view the difference of a file to the Mercurial repository |
690 Public method used to view the difference of a file to the Mercurial |
689 side-by-side. |
691 repository side-by-side. |
690 </p><dl> |
692 </p><dl> |
691 <dt><i>name</i></dt> |
693 <dt><i>name</i></dt> |
692 <dd> |
694 <dd> |
693 file name to be diffed (string) |
695 file name to be diffed (string) |
694 </dd><dt><i>extended=</i></dt> |
696 </dd><dt><i>extended=</i></dt> |
695 <dd> |
697 <dd> |
696 flag indicating the extended variant (boolean) |
698 flag indicating the extended variant (boolean) |
697 </dd><dt><i>revisions=</i></dt> |
699 </dd><dt><i>revisions=</i></dt> |
698 <dd> |
700 <dd> |
699 tuple of two revisions (tuple of strings) |
701 tuple of two revisions (tuple of strings) |
|
702 </dd> |
|
703 </dl><dl> |
|
704 <dt>Raises <b>ValueError</b>:</dt> |
|
705 <dd> |
|
706 raised to indicate an invalid name parameter type |
700 </dd> |
707 </dd> |
701 </dl><a NAME="Subversion.svnSetProp" ID="Subversion.svnSetProp"></a> |
708 </dl><a NAME="Subversion.svnSetProp" ID="Subversion.svnSetProp"></a> |
702 <h4>Subversion.svnSetProp</h4> |
709 <h4>Subversion.svnSetProp</h4> |
703 <b>svnSetProp</b>(<i>name, recursive=False</i>) |
710 <b>svnSetProp</b>(<i>name, recursive=False</i>) |
704 <p> |
711 <p> |
1084 </dd> |
1091 </dd> |
1085 </dl><a NAME="Subversion.vcsNewProjectOptionsDialog" ID="Subversion.vcsNewProjectOptionsDialog"></a> |
1092 </dl><a NAME="Subversion.vcsNewProjectOptionsDialog" ID="Subversion.vcsNewProjectOptionsDialog"></a> |
1086 <h4>Subversion.vcsNewProjectOptionsDialog</h4> |
1093 <h4>Subversion.vcsNewProjectOptionsDialog</h4> |
1087 <b>vcsNewProjectOptionsDialog</b>(<i>parent=None</i>) |
1094 <b>vcsNewProjectOptionsDialog</b>(<i>parent=None</i>) |
1088 <p> |
1095 <p> |
1089 Public method to get a dialog to enter repository info for getting a new project. |
1096 Public method to get a dialog to enter repository info for getting a |
|
1097 new project. |
1090 </p><dl> |
1098 </p><dl> |
1091 <dt><i>parent</i></dt> |
1099 <dt><i>parent</i></dt> |
1092 <dd> |
1100 <dd> |
1093 parent widget (QWidget) |
1101 parent widget (QWidget) |
|
1102 </dd> |
|
1103 </dl><dl> |
|
1104 <dt>Returns:</dt> |
|
1105 <dd> |
|
1106 reference to the instantiated options dialog |
|
1107 (SvnNewProjectOptionsDialog) |
1094 </dd> |
1108 </dd> |
1095 </dl><a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a> |
1109 </dl><a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a> |
1096 <h4>Subversion.vcsOptionsDialog</h4> |
1110 <h4>Subversion.vcsOptionsDialog</h4> |
1097 <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) |
1111 <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) |
1098 <p> |
1112 <p> |
1104 </dd><dt><i>archive</i></dt> |
1118 </dd><dt><i>archive</i></dt> |
1105 <dd> |
1119 <dd> |
1106 name of the project in the repository (string) |
1120 name of the project in the repository (string) |
1107 </dd><dt><i>editable</i></dt> |
1121 </dd><dt><i>editable</i></dt> |
1108 <dd> |
1122 <dd> |
1109 flag indicating that the project name is editable (boolean) |
1123 flag indicating that the project name is editable |
|
1124 (boolean) |
1110 </dd><dt><i>parent</i></dt> |
1125 </dd><dt><i>parent</i></dt> |
1111 <dd> |
1126 <dd> |
1112 parent widget (QWidget) |
1127 parent widget (QWidget) |
|
1128 </dd> |
|
1129 </dl><dl> |
|
1130 <dt>Returns:</dt> |
|
1131 <dd> |
|
1132 reference to the instantiated options dialog (SvnOptionsDialog) |
1113 </dd> |
1133 </dd> |
1114 </dl><a NAME="Subversion.vcsRegisteredState" ID="Subversion.vcsRegisteredState"></a> |
1134 </dl><a NAME="Subversion.vcsRegisteredState" ID="Subversion.vcsRegisteredState"></a> |
1115 <h4>Subversion.vcsRegisteredState</h4> |
1135 <h4>Subversion.vcsRegisteredState</h4> |
1116 <b>vcsRegisteredState</b>(<i>name</i>) |
1136 <b>vcsRegisteredState</b>(<i>name</i>) |
1117 <p> |
1137 <p> |