eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7900
72b88fb20261
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
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.vcsSubversion.SvnDiffDialog</h1> 23 <h1>eric6.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog to show the output of the svn diff command 26 Module implementing a dialog to show the output of the svn diff 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>
32 <table> 35
36 <table>
37
33 <tr> 38 <tr>
34 <td><a href="#SvnDiffDialog">SvnDiffDialog</a></td> 39 <td><a href="#SvnDiffDialog">SvnDiffDialog</a></td>
35 <td>Class implementing a dialog to show the output of the svn diff command process.</td> 40 <td>Class implementing a dialog to show the output of the svn diff 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="SvnDiffDialog" ID="SvnDiffDialog"></a> 50 <a NAME="SvnDiffDialog" ID="SvnDiffDialog"></a>
44 <h2>SvnDiffDialog</h2> 51 <h2>SvnDiffDialog</h2>
52
45 <p> 53 <p>
46 Class implementing a dialog to show the output of the svn diff command 54 Class implementing a dialog to show the output of the svn diff command
47 process. 55 process.
48 </p> 56 </p>
49 <h3>Derived from</h3> 57 <h3>Derived from</h3>
50 QWidget, Ui_SvnDiffDialog 58 QWidget, Ui_SvnDiffDialog
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>
60 <table> 70
71 <table>
72
61 <tr> 73 <tr>
62 <td><a href="#SvnDiffDialog.__init__">SvnDiffDialog</a></td> 74 <td><a href="#SvnDiffDialog.__init__">SvnDiffDialog</a></td>
63 <td>Constructor</td> 75 <td>Constructor</td>
64 </tr><tr> 76 </tr>
77 <tr>
65 <td><a href="#SvnDiffDialog.__appendText">__appendText</a></td> 78 <td><a href="#SvnDiffDialog.__appendText">__appendText</a></td>
66 <td>Private method to append text to the end of the contents pane.</td> 79 <td>Private method to append text to the end of the contents pane.</td>
67 </tr><tr> 80 </tr>
81 <tr>
68 <td><a href="#SvnDiffDialog.__extractFileName">__extractFileName</a></td> 82 <td><a href="#SvnDiffDialog.__extractFileName">__extractFileName</a></td>
69 <td>Private method to extract the file name out of a file separator line.</td> 83 <td>Private method to extract the file name out of a file separator line.</td>
70 </tr><tr> 84 </tr>
85 <tr>
71 <td><a href="#SvnDiffDialog.__getVersionArg">__getVersionArg</a></td> 86 <td><a href="#SvnDiffDialog.__getVersionArg">__getVersionArg</a></td>
72 <td>Private method to get a svn revision argument for the given revision.</td> 87 <td>Private method to get a svn revision argument for the given revision.</td>
73 </tr><tr> 88 </tr>
89 <tr>
74 <td><a href="#SvnDiffDialog.__procFinished">__procFinished</a></td> 90 <td><a href="#SvnDiffDialog.__procFinished">__procFinished</a></td>
75 <td>Private slot connected to the finished signal.</td> 91 <td>Private slot connected to the finished signal.</td>
76 </tr><tr> 92 </tr>
93 <tr>
77 <td><a href="#SvnDiffDialog.__processFileLine">__processFileLine</a></td> 94 <td><a href="#SvnDiffDialog.__processFileLine">__processFileLine</a></td>
78 <td>Private slot to process a line giving the old/new file.</td> 95 <td>Private slot to process a line giving the old/new file.</td>
79 </tr><tr> 96 </tr>
97 <tr>
80 <td><a href="#SvnDiffDialog.__readStderr">__readStderr</a></td> 98 <td><a href="#SvnDiffDialog.__readStderr">__readStderr</a></td>
81 <td>Private slot to handle the readyReadStandardError signal.</td> 99 <td>Private slot to handle the readyReadStandardError signal.</td>
82 </tr><tr> 100 </tr>
101 <tr>
83 <td><a href="#SvnDiffDialog.__readStdout">__readStdout</a></td> 102 <td><a href="#SvnDiffDialog.__readStdout">__readStdout</a></td>
84 <td>Private slot to handle the readyReadStandardOutput signal.</td> 103 <td>Private slot to handle the readyReadStandardOutput signal.</td>
85 </tr><tr> 104 </tr>
105 <tr>
86 <td><a href="#SvnDiffDialog.closeEvent">closeEvent</a></td> 106 <td><a href="#SvnDiffDialog.closeEvent">closeEvent</a></td>
87 <td>Protected slot implementing a close event handler.</td> 107 <td>Protected slot implementing a close event handler.</td>
88 </tr><tr> 108 </tr>
109 <tr>
89 <td><a href="#SvnDiffDialog.keyPressEvent">keyPressEvent</a></td> 110 <td><a href="#SvnDiffDialog.keyPressEvent">keyPressEvent</a></td>
90 <td>Protected slot to handle a key press event.</td> 111 <td>Protected slot to handle a key press event.</td>
91 </tr><tr> 112 </tr>
113 <tr>
92 <td><a href="#SvnDiffDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 114 <td><a href="#SvnDiffDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
93 <td>Private slot called by a button of the button box clicked.</td> 115 <td>Private slot called by a button of the button box clicked.</td>
94 </tr><tr> 116 </tr>
117 <tr>
95 <td><a href="#SvnDiffDialog.on_filesCombo_activated">on_filesCombo_activated</a></td> 118 <td><a href="#SvnDiffDialog.on_filesCombo_activated">on_filesCombo_activated</a></td>
96 <td>Private slot to handle the selection of a file.</td> 119 <td>Private slot to handle the selection of a file.</td>
97 </tr><tr> 120 </tr>
121 <tr>
98 <td><a href="#SvnDiffDialog.on_input_returnPressed">on_input_returnPressed</a></td> 122 <td><a href="#SvnDiffDialog.on_input_returnPressed">on_input_returnPressed</a></td>
99 <td>Private slot to handle the press of the return key in the input field.</td> 123 <td>Private slot to handle the press of the return key in the input field.</td>
100 </tr><tr> 124 </tr>
125 <tr>
101 <td><a href="#SvnDiffDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> 126 <td><a href="#SvnDiffDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
102 <td>Private slot to handle the password checkbox toggled.</td> 127 <td>Private slot to handle the password checkbox toggled.</td>
103 </tr><tr> 128 </tr>
129 <tr>
104 <td><a href="#SvnDiffDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> 130 <td><a href="#SvnDiffDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
105 <td>Private slot to refresh the display.</td> 131 <td>Private slot to refresh the display.</td>
106 </tr><tr> 132 </tr>
133 <tr>
107 <td><a href="#SvnDiffDialog.on_saveButton_clicked">on_saveButton_clicked</a></td> 134 <td><a href="#SvnDiffDialog.on_saveButton_clicked">on_saveButton_clicked</a></td>
108 <td>Private slot to handle the Save button press.</td> 135 <td>Private slot to handle the Save button press.</td>
109 </tr><tr> 136 </tr>
137 <tr>
110 <td><a href="#SvnDiffDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> 138 <td><a href="#SvnDiffDialog.on_sendButton_clicked">on_sendButton_clicked</a></td>
111 <td>Private slot to send the input to the subversion process.</td> 139 <td>Private slot to send the input to the subversion process.</td>
112 </tr><tr> 140 </tr>
141 <tr>
113 <td><a href="#SvnDiffDialog.start">start</a></td> 142 <td><a href="#SvnDiffDialog.start">start</a></td>
114 <td>Public slot to start the svn diff command.</td> 143 <td>Public slot to start the svn diff command.</td>
115 </tr> 144 </tr>
116 </table> 145 </table>
117 <h3>Static Methods</h3> 146 <h3>Static Methods</h3>
147
118 <table> 148 <table>
119 <tr><td>None</td></tr> 149 <tr><td>None</td></tr>
120 </table> 150 </table>
151
121 <a NAME="SvnDiffDialog.__init__" ID="SvnDiffDialog.__init__"></a> 152 <a NAME="SvnDiffDialog.__init__" ID="SvnDiffDialog.__init__"></a>
122 <h4>SvnDiffDialog (Constructor)</h4> 153 <h4>SvnDiffDialog (Constructor)</h4>
123 <b>SvnDiffDialog</b>(<i>vcs, parent=None</i>) 154 <b>SvnDiffDialog</b>(<i>vcs, parent=None</i>)
155
124 <p> 156 <p>
125 Constructor 157 Constructor
126 </p><dl> 158 </p>
159 <dl>
160
127 <dt><i>vcs</i></dt> 161 <dt><i>vcs</i></dt>
128 <dd> 162 <dd>
129 reference to the vcs object 163 reference to the vcs object
130 </dd><dt><i>parent</i></dt> 164 </dd>
165 <dt><i>parent</i></dt>
131 <dd> 166 <dd>
132 parent widget (QWidget) 167 parent widget (QWidget)
133 </dd> 168 </dd>
134 </dl><a NAME="SvnDiffDialog.__appendText" ID="SvnDiffDialog.__appendText"></a> 169 </dl>
170 <a NAME="SvnDiffDialog.__appendText" ID="SvnDiffDialog.__appendText"></a>
135 <h4>SvnDiffDialog.__appendText</h4> 171 <h4>SvnDiffDialog.__appendText</h4>
136 <b>__appendText</b>(<i>txt</i>) 172 <b>__appendText</b>(<i>txt</i>)
173
137 <p> 174 <p>
138 Private method to append text to the end of the contents pane. 175 Private method to append text to the end of the contents pane.
139 </p><dl> 176 </p>
177 <dl>
178
140 <dt><i>txt</i></dt> 179 <dt><i>txt</i></dt>
141 <dd> 180 <dd>
142 text to insert (string) 181 text to insert (string)
143 </dd> 182 </dd>
144 </dl><a NAME="SvnDiffDialog.__extractFileName" ID="SvnDiffDialog.__extractFileName"></a> 183 </dl>
184 <a NAME="SvnDiffDialog.__extractFileName" ID="SvnDiffDialog.__extractFileName"></a>
145 <h4>SvnDiffDialog.__extractFileName</h4> 185 <h4>SvnDiffDialog.__extractFileName</h4>
146 <b>__extractFileName</b>(<i>line</i>) 186 <b>__extractFileName</b>(<i>line</i>)
187
147 <p> 188 <p>
148 Private method to extract the file name out of a file separator line. 189 Private method to extract the file name out of a file separator line.
149 </p><dl> 190 </p>
191 <dl>
192
150 <dt><i>line</i></dt> 193 <dt><i>line</i></dt>
151 <dd> 194 <dd>
152 line to be processed (string) 195 line to be processed (string)
153 </dd> 196 </dd>
154 </dl><dl> 197 </dl>
198 <dl>
155 <dt>Returns:</dt> 199 <dt>Returns:</dt>
156 <dd> 200 <dd>
157 extracted file name (string) 201 extracted file name (string)
158 </dd> 202 </dd>
159 </dl><a NAME="SvnDiffDialog.__getVersionArg" ID="SvnDiffDialog.__getVersionArg"></a> 203 </dl>
204 <a NAME="SvnDiffDialog.__getVersionArg" ID="SvnDiffDialog.__getVersionArg"></a>
160 <h4>SvnDiffDialog.__getVersionArg</h4> 205 <h4>SvnDiffDialog.__getVersionArg</h4>
161 <b>__getVersionArg</b>(<i>version</i>) 206 <b>__getVersionArg</b>(<i>version</i>)
207
162 <p> 208 <p>
163 Private method to get a svn revision argument for the given revision. 209 Private method to get a svn revision argument for the given revision.
164 </p><dl> 210 </p>
211 <dl>
212
165 <dt><i>version</i></dt> 213 <dt><i>version</i></dt>
166 <dd> 214 <dd>
167 revision (integer or string) 215 revision (integer or string)
168 </dd> 216 </dd>
169 </dl><dl> 217 </dl>
218 <dl>
170 <dt>Returns:</dt> 219 <dt>Returns:</dt>
171 <dd> 220 <dd>
172 version argument (string) 221 version argument (string)
173 </dd> 222 </dd>
174 </dl><a NAME="SvnDiffDialog.__procFinished" ID="SvnDiffDialog.__procFinished"></a> 223 </dl>
224 <a NAME="SvnDiffDialog.__procFinished" ID="SvnDiffDialog.__procFinished"></a>
175 <h4>SvnDiffDialog.__procFinished</h4> 225 <h4>SvnDiffDialog.__procFinished</h4>
176 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 226 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
227
177 <p> 228 <p>
178 Private slot connected to the finished signal. 229 Private slot connected to the finished signal.
179 </p><dl> 230 </p>
231 <dl>
232
180 <dt><i>exitCode</i></dt> 233 <dt><i>exitCode</i></dt>
181 <dd> 234 <dd>
182 exit code of the process (integer) 235 exit code of the process (integer)
183 </dd><dt><i>exitStatus</i></dt> 236 </dd>
237 <dt><i>exitStatus</i></dt>
184 <dd> 238 <dd>
185 exit status of the process (QProcess.ExitStatus) 239 exit status of the process (QProcess.ExitStatus)
186 </dd> 240 </dd>
187 </dl><a NAME="SvnDiffDialog.__processFileLine" ID="SvnDiffDialog.__processFileLine"></a> 241 </dl>
242 <a NAME="SvnDiffDialog.__processFileLine" ID="SvnDiffDialog.__processFileLine"></a>
188 <h4>SvnDiffDialog.__processFileLine</h4> 243 <h4>SvnDiffDialog.__processFileLine</h4>
189 <b>__processFileLine</b>(<i>line</i>) 244 <b>__processFileLine</b>(<i>line</i>)
245
190 <p> 246 <p>
191 Private slot to process a line giving the old/new file. 247 Private slot to process a line giving the old/new file.
192 </p><dl> 248 </p>
249 <dl>
250
193 <dt><i>line</i></dt> 251 <dt><i>line</i></dt>
194 <dd> 252 <dd>
195 line to be processed (string) 253 line to be processed (string)
196 </dd> 254 </dd>
197 </dl><a NAME="SvnDiffDialog.__readStderr" ID="SvnDiffDialog.__readStderr"></a> 255 </dl>
256 <a NAME="SvnDiffDialog.__readStderr" ID="SvnDiffDialog.__readStderr"></a>
198 <h4>SvnDiffDialog.__readStderr</h4> 257 <h4>SvnDiffDialog.__readStderr</h4>
199 <b>__readStderr</b>(<i></i>) 258 <b>__readStderr</b>(<i></i>)
259
200 <p> 260 <p>
201 Private slot to handle the readyReadStandardError signal. 261 Private slot to handle the readyReadStandardError signal.
202 </p><p> 262 </p>
263 <p>
203 It reads the error output of the process and inserts it into the 264 It reads the error output of the process and inserts it into the
204 error pane. 265 error pane.
205 </p><a NAME="SvnDiffDialog.__readStdout" ID="SvnDiffDialog.__readStdout"></a> 266 </p>
267 <a NAME="SvnDiffDialog.__readStdout" ID="SvnDiffDialog.__readStdout"></a>
206 <h4>SvnDiffDialog.__readStdout</h4> 268 <h4>SvnDiffDialog.__readStdout</h4>
207 <b>__readStdout</b>(<i></i>) 269 <b>__readStdout</b>(<i></i>)
270
208 <p> 271 <p>
209 Private slot to handle the readyReadStandardOutput signal. 272 Private slot to handle the readyReadStandardOutput signal.
210 </p><p> 273 </p>
274 <p>
211 It reads the output of the process, formats it and inserts it into 275 It reads the output of the process, formats it and inserts it into
212 the contents pane. 276 the contents pane.
213 </p><a NAME="SvnDiffDialog.closeEvent" ID="SvnDiffDialog.closeEvent"></a> 277 </p>
278 <a NAME="SvnDiffDialog.closeEvent" ID="SvnDiffDialog.closeEvent"></a>
214 <h4>SvnDiffDialog.closeEvent</h4> 279 <h4>SvnDiffDialog.closeEvent</h4>
215 <b>closeEvent</b>(<i>e</i>) 280 <b>closeEvent</b>(<i>e</i>)
281
216 <p> 282 <p>
217 Protected slot implementing a close event handler. 283 Protected slot implementing a close event handler.
218 </p><dl> 284 </p>
285 <dl>
286
219 <dt><i>e</i></dt> 287 <dt><i>e</i></dt>
220 <dd> 288 <dd>
221 close event (QCloseEvent) 289 close event (QCloseEvent)
222 </dd> 290 </dd>
223 </dl><a NAME="SvnDiffDialog.keyPressEvent" ID="SvnDiffDialog.keyPressEvent"></a> 291 </dl>
292 <a NAME="SvnDiffDialog.keyPressEvent" ID="SvnDiffDialog.keyPressEvent"></a>
224 <h4>SvnDiffDialog.keyPressEvent</h4> 293 <h4>SvnDiffDialog.keyPressEvent</h4>
225 <b>keyPressEvent</b>(<i>evt</i>) 294 <b>keyPressEvent</b>(<i>evt</i>)
295
226 <p> 296 <p>
227 Protected slot to handle a key press event. 297 Protected slot to handle a key press event.
228 </p><dl> 298 </p>
299 <dl>
300
229 <dt><i>evt</i></dt> 301 <dt><i>evt</i></dt>
230 <dd> 302 <dd>
231 the key press event (QKeyEvent) 303 the key press event (QKeyEvent)
232 </dd> 304 </dd>
233 </dl><a NAME="SvnDiffDialog.on_buttonBox_clicked" ID="SvnDiffDialog.on_buttonBox_clicked"></a> 305 </dl>
306 <a NAME="SvnDiffDialog.on_buttonBox_clicked" ID="SvnDiffDialog.on_buttonBox_clicked"></a>
234 <h4>SvnDiffDialog.on_buttonBox_clicked</h4> 307 <h4>SvnDiffDialog.on_buttonBox_clicked</h4>
235 <b>on_buttonBox_clicked</b>(<i>button</i>) 308 <b>on_buttonBox_clicked</b>(<i>button</i>)
309
236 <p> 310 <p>
237 Private slot called by a button of the button box clicked. 311 Private slot called by a button of the button box clicked.
238 </p><dl> 312 </p>
313 <dl>
314
239 <dt><i>button</i></dt> 315 <dt><i>button</i></dt>
240 <dd> 316 <dd>
241 button that was clicked (QAbstractButton) 317 button that was clicked (QAbstractButton)
242 </dd> 318 </dd>
243 </dl><a NAME="SvnDiffDialog.on_filesCombo_activated" ID="SvnDiffDialog.on_filesCombo_activated"></a> 319 </dl>
320 <a NAME="SvnDiffDialog.on_filesCombo_activated" ID="SvnDiffDialog.on_filesCombo_activated"></a>
244 <h4>SvnDiffDialog.on_filesCombo_activated</h4> 321 <h4>SvnDiffDialog.on_filesCombo_activated</h4>
245 <b>on_filesCombo_activated</b>(<i>index</i>) 322 <b>on_filesCombo_activated</b>(<i>index</i>)
323
246 <p> 324 <p>
247 Private slot to handle the selection of a file. 325 Private slot to handle the selection of a file.
248 </p><dl> 326 </p>
327 <dl>
328
249 <dt><i>index</i></dt> 329 <dt><i>index</i></dt>
250 <dd> 330 <dd>
251 activated row (integer) 331 activated row (integer)
252 </dd> 332 </dd>
253 </dl><a NAME="SvnDiffDialog.on_input_returnPressed" ID="SvnDiffDialog.on_input_returnPressed"></a> 333 </dl>
334 <a NAME="SvnDiffDialog.on_input_returnPressed" ID="SvnDiffDialog.on_input_returnPressed"></a>
254 <h4>SvnDiffDialog.on_input_returnPressed</h4> 335 <h4>SvnDiffDialog.on_input_returnPressed</h4>
255 <b>on_input_returnPressed</b>(<i></i>) 336 <b>on_input_returnPressed</b>(<i></i>)
337
256 <p> 338 <p>
257 Private slot to handle the press of the return key in the input field. 339 Private slot to handle the press of the return key in the input field.
258 </p><a NAME="SvnDiffDialog.on_passwordCheckBox_toggled" ID="SvnDiffDialog.on_passwordCheckBox_toggled"></a> 340 </p>
341 <a NAME="SvnDiffDialog.on_passwordCheckBox_toggled" ID="SvnDiffDialog.on_passwordCheckBox_toggled"></a>
259 <h4>SvnDiffDialog.on_passwordCheckBox_toggled</h4> 342 <h4>SvnDiffDialog.on_passwordCheckBox_toggled</h4>
260 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) 343 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
344
261 <p> 345 <p>
262 Private slot to handle the password checkbox toggled. 346 Private slot to handle the password checkbox toggled.
263 </p><dl> 347 </p>
348 <dl>
349
264 <dt><i>isOn</i></dt> 350 <dt><i>isOn</i></dt>
265 <dd> 351 <dd>
266 flag indicating the status of the check box (boolean) 352 flag indicating the status of the check box (boolean)
267 </dd> 353 </dd>
268 </dl><a NAME="SvnDiffDialog.on_refreshButton_clicked" ID="SvnDiffDialog.on_refreshButton_clicked"></a> 354 </dl>
355 <a NAME="SvnDiffDialog.on_refreshButton_clicked" ID="SvnDiffDialog.on_refreshButton_clicked"></a>
269 <h4>SvnDiffDialog.on_refreshButton_clicked</h4> 356 <h4>SvnDiffDialog.on_refreshButton_clicked</h4>
270 <b>on_refreshButton_clicked</b>(<i></i>) 357 <b>on_refreshButton_clicked</b>(<i></i>)
358
271 <p> 359 <p>
272 Private slot to refresh the display. 360 Private slot to refresh the display.
273 </p><a NAME="SvnDiffDialog.on_saveButton_clicked" ID="SvnDiffDialog.on_saveButton_clicked"></a> 361 </p>
362 <a NAME="SvnDiffDialog.on_saveButton_clicked" ID="SvnDiffDialog.on_saveButton_clicked"></a>
274 <h4>SvnDiffDialog.on_saveButton_clicked</h4> 363 <h4>SvnDiffDialog.on_saveButton_clicked</h4>
275 <b>on_saveButton_clicked</b>(<i></i>) 364 <b>on_saveButton_clicked</b>(<i></i>)
365
276 <p> 366 <p>
277 Private slot to handle the Save button press. 367 Private slot to handle the Save button press.
278 </p><p> 368 </p>
369 <p>
279 It saves the diff shown in the dialog to a file in the local 370 It saves the diff shown in the dialog to a file in the local
280 filesystem. 371 filesystem.
281 </p><a NAME="SvnDiffDialog.on_sendButton_clicked" ID="SvnDiffDialog.on_sendButton_clicked"></a> 372 </p>
373 <a NAME="SvnDiffDialog.on_sendButton_clicked" ID="SvnDiffDialog.on_sendButton_clicked"></a>
282 <h4>SvnDiffDialog.on_sendButton_clicked</h4> 374 <h4>SvnDiffDialog.on_sendButton_clicked</h4>
283 <b>on_sendButton_clicked</b>(<i></i>) 375 <b>on_sendButton_clicked</b>(<i></i>)
376
284 <p> 377 <p>
285 Private slot to send the input to the subversion process. 378 Private slot to send the input to the subversion process.
286 </p><a NAME="SvnDiffDialog.start" ID="SvnDiffDialog.start"></a> 379 </p>
380 <a NAME="SvnDiffDialog.start" ID="SvnDiffDialog.start"></a>
287 <h4>SvnDiffDialog.start</h4> 381 <h4>SvnDiffDialog.start</h4>
288 <b>start</b>(<i>fn, versions=None, urls=None, summary=False, refreshable=False</i>) 382 <b>start</b>(<i>fn, versions=None, urls=None, summary=False, refreshable=False</i>)
383
289 <p> 384 <p>
290 Public slot to start the svn diff command. 385 Public slot to start the svn diff command.
291 </p><dl> 386 </p>
387 <dl>
388
292 <dt><i>fn</i></dt> 389 <dt><i>fn</i></dt>
293 <dd> 390 <dd>
294 filename to be diffed (string) 391 filename to be diffed (string)
295 </dd><dt><i>versions</i></dt> 392 </dd>
393 <dt><i>versions</i></dt>
296 <dd> 394 <dd>
297 list of versions to be diffed (list of up to 2 strings 395 list of versions to be diffed (list of up to 2 strings
298 or None) 396 or None)
299 </dd><dt><i>urls=</i></dt> 397 </dd>
398 <dt><i>urls=</i></dt>
300 <dd> 399 <dd>
301 list of repository URLs (list of 2 strings) 400 list of repository URLs (list of 2 strings)
302 </dd><dt><i>summary=</i></dt> 401 </dd>
402 <dt><i>summary=</i></dt>
303 <dd> 403 <dd>
304 flag indicating a summarizing diff 404 flag indicating a summarizing diff
305 (only valid for URL diffs) (boolean) 405 (only valid for URL diffs) (boolean)
306 </dd><dt><i>refreshable=</i></dt> 406 </dd>
407 <dt><i>refreshable=</i></dt>
307 <dd> 408 <dd>
308 flag indicating a refreshable diff (boolean) 409 flag indicating a refreshable diff (boolean)
309 </dd> 410 </dd>
310 </dl> 411 </dl>
311 <div align="right"><a href="#top">Up</a></div> 412 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial