84 <p> |
84 <p> |
85 Constructor |
85 Constructor |
86 </p> |
86 </p> |
87 <dl> |
87 <dl> |
88 |
88 |
89 <dt><i>interval</i></dt> |
89 <dt><i>interval</i> (int)</dt> |
90 <dd> |
90 <dd> |
91 new interval in seconds (integer) |
91 new interval in seconds |
92 </dd> |
92 </dd> |
93 <dt><i>project</i></dt> |
93 <dt><i>project</i> (Project)</dt> |
94 <dd> |
94 <dd> |
95 reference to the project object (Project) |
95 reference to the project object |
96 </dd> |
96 </dd> |
97 <dt><i>vcs</i></dt> |
97 <dt><i>vcs</i> (Subversion)</dt> |
98 <dd> |
98 <dd> |
99 reference to the version control object |
99 reference to the version control object |
100 </dd> |
100 </dd> |
101 <dt><i>parent</i></dt> |
101 <dt><i>parent</i> (QObject)</dt> |
102 <dd> |
102 <dd> |
103 reference to the parent object (QObject) |
103 reference to the parent object |
104 </dd> |
104 </dd> |
105 </dl> |
105 </dl> |
106 <a NAME="SvnStatusMonitorThread.__clientLoginCallback" ID="SvnStatusMonitorThread.__clientLoginCallback"></a> |
106 <a NAME="SvnStatusMonitorThread.__clientLoginCallback" ID="SvnStatusMonitorThread.__clientLoginCallback"></a> |
107 <h4>SvnStatusMonitorThread.__clientLoginCallback</h4> |
107 <h4>SvnStatusMonitorThread.__clientLoginCallback</h4> |
108 <b>__clientLoginCallback</b>(<i></i>) |
108 <b>__clientLoginCallback</b>(<i></i>) |
118 by subversion, username and password contain the relevant data |
118 by subversion, username and password contain the relevant data |
119 as strings and save is a flag indicating, that username and |
119 as strings and save is a flag indicating, that username and |
120 password should be saved. Always returns (False, "", "", False). |
120 password should be saved. Always returns (False, "", "", False). |
121 </dd> |
121 </dd> |
122 </dl> |
122 </dl> |
|
123 <dl> |
|
124 <dt>Return Type:</dt> |
|
125 <dd> |
|
126 tuple of (bool, str, str, bool) |
|
127 </dd> |
|
128 </dl> |
123 <a NAME="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" ID="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback"></a> |
129 <a NAME="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" ID="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback"></a> |
124 <h4>SvnStatusMonitorThread.__clientSslServerTrustPromptCallback</h4> |
130 <h4>SvnStatusMonitorThread.__clientSslServerTrustPromptCallback</h4> |
125 <b>__clientSslServerTrustPromptCallback</b>(<i></i>) |
131 <b>__clientSslServerTrustPromptCallback</b>(<i></i>) |
126 |
132 |
127 <p> |
133 <p> |
134 tuple of three values (retcode, acceptedFailures, save). |
140 tuple of three values (retcode, acceptedFailures, save). |
135 Retcode should be true, if the certificate should be accepted, |
141 Retcode should be true, if the certificate should be accepted, |
136 acceptedFailures should indicate the accepted certificate failures |
142 acceptedFailures should indicate the accepted certificate failures |
137 and save should be True, if subversion should save the certificate. |
143 and save should be True, if subversion should save the certificate. |
138 Always returns (False, 0, False). |
144 Always returns (False, 0, False). |
|
145 </dd> |
|
146 </dl> |
|
147 <dl> |
|
148 <dt>Return Type:</dt> |
|
149 <dd> |
|
150 tuple of (bool, int, bool) |
139 </dd> |
151 </dd> |
140 </dl> |
152 </dl> |
141 <a NAME="SvnStatusMonitorThread._performMonitor" ID="SvnStatusMonitorThread._performMonitor"></a> |
153 <a NAME="SvnStatusMonitorThread._performMonitor" ID="SvnStatusMonitorThread._performMonitor"></a> |
142 <h4>SvnStatusMonitorThread._performMonitor</h4> |
154 <h4>SvnStatusMonitorThread._performMonitor</h4> |
143 <b>_performMonitor</b>(<i></i>) |
155 <b>_performMonitor</b>(<i></i>) |