142 </layout> |
142 </layout> |
143 </item> |
143 </item> |
144 </layout> |
144 </layout> |
145 </item> |
145 </item> |
146 <item> |
146 <item> |
147 <layout class="QVBoxLayout" name="verticalLayout"> |
147 <widget class="QSplitter" name="mainSplitter"> |
148 <item> |
148 <property name="orientation"> |
149 <widget class="QTreeWidget" name="logTree"> |
149 <enum>Qt::Vertical</enum> |
150 <property name="sizePolicy"> |
150 </property> |
151 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
151 <widget class="QWidget" name=""> |
152 <horstretch>0</horstretch> |
152 <layout class="QVBoxLayout" name="verticalLayout"> |
153 <verstretch>1</verstretch> |
|
154 </sizepolicy> |
|
155 </property> |
|
156 <property name="contextMenuPolicy"> |
|
157 <enum>Qt::CustomContextMenu</enum> |
|
158 </property> |
|
159 <property name="alternatingRowColors"> |
|
160 <bool>true</bool> |
|
161 </property> |
|
162 <property name="selectionMode"> |
|
163 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
164 </property> |
|
165 <property name="rootIsDecorated"> |
|
166 <bool>false</bool> |
|
167 </property> |
|
168 <property name="itemsExpandable"> |
|
169 <bool>false</bool> |
|
170 </property> |
|
171 <property name="allColumnsShowFocus"> |
|
172 <bool>true</bool> |
|
173 </property> |
|
174 <column> |
|
175 <property name="text"> |
|
176 <string>Graph</string> |
|
177 </property> |
|
178 </column> |
|
179 <column> |
|
180 <property name="text"> |
|
181 <string>Commit ID</string> |
|
182 </property> |
|
183 </column> |
|
184 <column> |
|
185 <property name="text"> |
|
186 <string>Author</string> |
|
187 </property> |
|
188 </column> |
|
189 <column> |
|
190 <property name="text"> |
|
191 <string>Date</string> |
|
192 </property> |
|
193 </column> |
|
194 <column> |
|
195 <property name="text"> |
|
196 <string>Committer</string> |
|
197 </property> |
|
198 </column> |
|
199 <column> |
|
200 <property name="text"> |
|
201 <string>Commit Date</string> |
|
202 </property> |
|
203 </column> |
|
204 <column> |
|
205 <property name="text"> |
|
206 <string>Subject</string> |
|
207 </property> |
|
208 </column> |
|
209 <column> |
|
210 <property name="text"> |
|
211 <string>Branches</string> |
|
212 </property> |
|
213 </column> |
|
214 <column> |
|
215 <property name="text"> |
|
216 <string>Tags</string> |
|
217 </property> |
|
218 </column> |
|
219 </widget> |
|
220 </item> |
|
221 <item> |
|
222 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
|
223 <item> |
153 <item> |
224 <layout class="QHBoxLayout" name="horizontalLayout"> |
154 <widget class="QTreeWidget" name="logTree"> |
225 <property name="spacing"> |
155 <property name="sizePolicy"> |
226 <number>0</number> |
156 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
227 </property> |
157 <horstretch>0</horstretch> |
228 <item> |
158 <verstretch>1</verstretch> |
229 <widget class="QToolButton" name="upButton"> |
159 </sizepolicy> |
230 <property name="toolTip"> |
160 </property> |
231 <string>Press to move up in the log list</string> |
161 <property name="contextMenuPolicy"> |
232 </property> |
162 <enum>Qt::CustomContextMenu</enum> |
233 <property name="autoRepeat"> |
163 </property> |
234 <bool>true</bool> |
164 <property name="alternatingRowColors"> |
235 </property> |
165 <bool>true</bool> |
236 </widget> |
166 </property> |
237 </item> |
167 <property name="selectionMode"> |
238 <item> |
168 <enum>QAbstractItemView::ExtendedSelection</enum> |
239 <widget class="QToolButton" name="downButton"> |
169 </property> |
240 <property name="toolTip"> |
170 <property name="rootIsDecorated"> |
241 <string>Press to move down in the log list</string> |
171 <bool>false</bool> |
242 </property> |
172 </property> |
243 <property name="autoRepeat"> |
173 <property name="itemsExpandable"> |
244 <bool>true</bool> |
174 <bool>false</bool> |
245 </property> |
175 </property> |
246 </widget> |
176 <property name="allColumnsShowFocus"> |
247 </item> |
177 <bool>true</bool> |
248 </layout> |
178 </property> |
249 </item> |
179 <column> |
250 <item> |
180 <property name="text"> |
251 <widget class="Line" name="line_5"> |
181 <string>Graph</string> |
252 <property name="frameShadow"> |
182 </property> |
253 <enum>QFrame::Raised</enum> |
183 </column> |
254 </property> |
184 <column> |
255 <property name="lineWidth"> |
185 <property name="text"> |
256 <number>2</number> |
186 <string>Commit ID</string> |
257 </property> |
187 </property> |
258 <property name="orientation"> |
188 </column> |
259 <enum>Qt::Vertical</enum> |
189 <column> |
260 </property> |
190 <property name="text"> |
|
191 <string>Author</string> |
|
192 </property> |
|
193 </column> |
|
194 <column> |
|
195 <property name="text"> |
|
196 <string>Date</string> |
|
197 </property> |
|
198 </column> |
|
199 <column> |
|
200 <property name="text"> |
|
201 <string>Committer</string> |
|
202 </property> |
|
203 </column> |
|
204 <column> |
|
205 <property name="text"> |
|
206 <string>Commit Date</string> |
|
207 </property> |
|
208 </column> |
|
209 <column> |
|
210 <property name="text"> |
|
211 <string>Subject</string> |
|
212 </property> |
|
213 </column> |
|
214 <column> |
|
215 <property name="text"> |
|
216 <string>Branches</string> |
|
217 </property> |
|
218 </column> |
|
219 <column> |
|
220 <property name="text"> |
|
221 <string>Tags</string> |
|
222 </property> |
|
223 </column> |
261 </widget> |
224 </widget> |
262 </item> |
225 </item> |
263 <item> |
226 <item> |
264 <widget class="QPushButton" name="nextButton"> |
227 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
265 <property name="toolTip"> |
228 <item> |
266 <string>Press to get the next bunch of log entries</string> |
229 <layout class="QHBoxLayout" name="horizontalLayout"> |
267 </property> |
230 <property name="spacing"> |
268 <property name="text"> |
231 <number>0</number> |
269 <string>&Next</string> |
232 </property> |
270 </property> |
233 <item> |
271 </widget> |
234 <widget class="QToolButton" name="upButton"> |
272 </item> |
235 <property name="toolTip"> |
273 <item> |
236 <string>Press to move up in the log list</string> |
274 <widget class="QSpinBox" name="limitSpinBox"> |
237 </property> |
275 <property name="toolTip"> |
238 <property name="autoRepeat"> |
276 <string>Enter the limit of entries to fetch</string> |
239 <bool>true</bool> |
277 </property> |
240 </property> |
278 <property name="alignment"> |
241 </widget> |
279 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
242 </item> |
280 </property> |
243 <item> |
281 <property name="minimum"> |
244 <widget class="QToolButton" name="downButton"> |
282 <number>1</number> |
245 <property name="toolTip"> |
283 </property> |
246 <string>Press to move down in the log list</string> |
284 <property name="maximum"> |
247 </property> |
285 <number>10000</number> |
248 <property name="autoRepeat"> |
286 </property> |
249 <bool>true</bool> |
287 <property name="value"> |
250 </property> |
288 <number>20</number> |
251 </widget> |
289 </property> |
252 </item> |
290 </widget> |
253 </layout> |
291 </item> |
254 </item> |
292 <item> |
255 <item> |
293 <widget class="QCheckBox" name="stopCheckBox"> |
256 <widget class="Line" name="line_5"> |
294 <property name="toolTip"> |
257 <property name="frameShadow"> |
295 <string>Select to stop listing log messages at a copy or move</string> |
258 <enum>QFrame::Raised</enum> |
296 </property> |
259 </property> |
297 <property name="text"> |
260 <property name="lineWidth"> |
298 <string>Stop on Copy/Move</string> |
261 <number>2</number> |
299 </property> |
262 </property> |
300 </widget> |
263 <property name="orientation"> |
301 </item> |
264 <enum>Qt::Vertical</enum> |
302 <item> |
265 </property> |
303 <spacer name="horizontalSpacer"> |
266 </widget> |
304 <property name="orientation"> |
267 </item> |
305 <enum>Qt::Horizontal</enum> |
268 <item> |
306 </property> |
269 <widget class="QPushButton" name="nextButton"> |
307 <property name="sizeHint" stdset="0"> |
270 <property name="toolTip"> |
308 <size> |
271 <string>Press to get the next bunch of log entries</string> |
309 <width>40</width> |
272 </property> |
310 <height>20</height> |
273 <property name="text"> |
311 </size> |
274 <string>&Next</string> |
312 </property> |
275 </property> |
313 </spacer> |
276 </widget> |
314 </item> |
277 </item> |
315 <item> |
278 <item> |
316 <widget class="QLabel" name="sbsSelectLabel"> |
279 <widget class="QSpinBox" name="limitSpinBox"> |
317 <property name="focusPolicy"> |
280 <property name="toolTip"> |
318 <enum>Qt::StrongFocus</enum> |
281 <string>Enter the limit of entries to fetch</string> |
319 </property> |
282 </property> |
320 <property name="text"> |
283 <property name="alignment"> |
321 <string/> |
284 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
322 </property> |
285 </property> |
323 <property name="textInteractionFlags"> |
286 <property name="minimum"> |
324 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set> |
287 <number>1</number> |
325 </property> |
288 </property> |
326 </widget> |
289 <property name="maximum"> |
|
290 <number>10000</number> |
|
291 </property> |
|
292 <property name="value"> |
|
293 <number>20</number> |
|
294 </property> |
|
295 </widget> |
|
296 </item> |
|
297 <item> |
|
298 <widget class="QCheckBox" name="stopCheckBox"> |
|
299 <property name="toolTip"> |
|
300 <string>Select to stop listing log messages at a copy or move</string> |
|
301 </property> |
|
302 <property name="text"> |
|
303 <string>Stop on Copy/Move</string> |
|
304 </property> |
|
305 </widget> |
|
306 </item> |
|
307 <item> |
|
308 <spacer name="horizontalSpacer"> |
|
309 <property name="orientation"> |
|
310 <enum>Qt::Horizontal</enum> |
|
311 </property> |
|
312 <property name="sizeHint" stdset="0"> |
|
313 <size> |
|
314 <width>40</width> |
|
315 <height>20</height> |
|
316 </size> |
|
317 </property> |
|
318 </spacer> |
|
319 </item> |
|
320 <item> |
|
321 <widget class="QLabel" name="sbsSelectLabel"> |
|
322 <property name="focusPolicy"> |
|
323 <enum>Qt::StrongFocus</enum> |
|
324 </property> |
|
325 <property name="text"> |
|
326 <string/> |
|
327 </property> |
|
328 <property name="textInteractionFlags"> |
|
329 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set> |
|
330 </property> |
|
331 </widget> |
|
332 </item> |
|
333 </layout> |
327 </item> |
334 </item> |
328 </layout> |
335 </layout> |
329 </item> |
336 </widget> |
330 </layout> |
337 <widget class="QSplitter" name="detailsSplitter"> |
331 </item> |
|
332 <item> |
|
333 <widget class="QSplitter" name="detailsSplitter"> |
|
334 <property name="sizePolicy"> |
|
335 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
336 <horstretch>0</horstretch> |
|
337 <verstretch>2</verstretch> |
|
338 </sizepolicy> |
|
339 </property> |
|
340 <property name="orientation"> |
|
341 <enum>Qt::Horizontal</enum> |
|
342 </property> |
|
343 <widget class="QTextBrowser" name="detailsEdit"> |
|
344 <property name="sizePolicy"> |
338 <property name="sizePolicy"> |
345 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
339 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
346 <horstretch>3</horstretch> |
340 <horstretch>0</horstretch> |
347 <verstretch>1</verstretch> |
341 <verstretch>2</verstretch> |
348 </sizepolicy> |
|
349 </property> |
|
350 <property name="readOnly"> |
|
351 <bool>true</bool> |
|
352 </property> |
|
353 <property name="openLinks"> |
|
354 <bool>false</bool> |
|
355 </property> |
|
356 </widget> |
|
357 <widget class="QSplitter" name="diffSplitter"> |
|
358 <property name="sizePolicy"> |
|
359 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
360 <horstretch>7</horstretch> |
|
361 <verstretch>0</verstretch> |
|
362 </sizepolicy> |
342 </sizepolicy> |
363 </property> |
343 </property> |
364 <property name="orientation"> |
344 <property name="orientation"> |
365 <enum>Qt::Vertical</enum> |
345 <enum>Qt::Horizontal</enum> |
366 </property> |
346 </property> |
367 <widget class="QTreeWidget" name="filesTree"> |
347 <widget class="QTextBrowser" name="detailsEdit"> |
368 <property name="sizePolicy"> |
348 <property name="sizePolicy"> |
369 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
349 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
370 <horstretch>7</horstretch> |
350 <horstretch>3</horstretch> |
371 <verstretch>1</verstretch> |
351 <verstretch>1</verstretch> |
372 </sizepolicy> |
352 </sizepolicy> |
373 </property> |
353 </property> |
374 <property name="alternatingRowColors"> |
354 <property name="readOnly"> |
375 <bool>true</bool> |
355 <bool>true</bool> |
376 </property> |
356 </property> |
377 <property name="rootIsDecorated"> |
357 <property name="openLinks"> |
378 <bool>false</bool> |
358 <bool>false</bool> |
379 </property> |
359 </property> |
380 <property name="itemsExpandable"> |
360 </widget> |
381 <bool>false</bool> |
361 <widget class="QSplitter" name="diffSplitter"> |
382 </property> |
362 <property name="sizePolicy"> |
383 <property name="allColumnsShowFocus"> |
363 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
384 <bool>true</bool> |
364 <horstretch>7</horstretch> |
385 </property> |
365 <verstretch>0</verstretch> |
386 <column> |
366 </sizepolicy> |
387 <property name="text"> |
367 </property> |
388 <string>Action</string> |
368 <property name="orientation"> |
389 </property> |
369 <enum>Qt::Vertical</enum> |
390 </column> |
370 </property> |
391 <column> |
371 <widget class="QTreeWidget" name="filesTree"> |
392 <property name="text"> |
372 <property name="sizePolicy"> |
393 <string>Path</string> |
373 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
394 </property> |
374 <horstretch>7</horstretch> |
395 </column> |
375 <verstretch>1</verstretch> |
396 <column> |
376 </sizepolicy> |
397 <property name="text"> |
377 </property> |
398 <string>Additions</string> |
378 <property name="alternatingRowColors"> |
399 </property> |
379 <bool>true</bool> |
400 </column> |
380 </property> |
401 <column> |
381 <property name="rootIsDecorated"> |
402 <property name="text"> |
382 <bool>false</bool> |
403 <string>Deletions</string> |
383 </property> |
404 </property> |
384 <property name="itemsExpandable"> |
405 </column> |
385 <bool>false</bool> |
406 <column> |
386 </property> |
407 <property name="text"> |
387 <property name="allColumnsShowFocus"> |
408 <string>Copy from</string> |
388 <bool>true</bool> |
409 </property> |
389 </property> |
410 </column> |
390 <column> |
411 </widget> |
391 <property name="text"> |
412 <widget class="QWidget" name="layoutWidget_2"> |
392 <string>Action</string> |
413 <layout class="QVBoxLayout" name="verticalLayout_2"> |
393 </property> |
414 <item> |
394 </column> |
415 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
395 <column> |
416 <item> |
396 <property name="text"> |
417 <widget class="QLabel" name="diffLabel"> |
397 <string>Path</string> |
418 <property name="text"> |
398 </property> |
419 <string>Differences</string> |
399 </column> |
420 </property> |
400 <column> |
421 </widget> |
401 <property name="text"> |
422 </item> |
402 <string>Additions</string> |
423 <item> |
403 </property> |
424 <spacer name="horizontalSpacer_3"> |
404 </column> |
425 <property name="orientation"> |
405 <column> |
426 <enum>Qt::Horizontal</enum> |
406 <property name="text"> |
427 </property> |
407 <string>Deletions</string> |
428 <property name="sizeHint" stdset="0"> |
408 </property> |
429 <size> |
409 </column> |
430 <width>40</width> |
410 <column> |
431 <height>20</height> |
411 <property name="text"> |
432 </size> |
412 <string>Copy from</string> |
433 </property> |
413 </property> |
434 </spacer> |
414 </column> |
435 </item> |
415 </widget> |
436 <item> |
416 <widget class="QWidget" name="layoutWidget_2"> |
437 <widget class="QLabel" name="diffSelectLabel"> |
417 <layout class="QVBoxLayout" name="verticalLayout_2"> |
438 <property name="focusPolicy"> |
418 <item> |
439 <enum>Qt::StrongFocus</enum> |
419 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
440 </property> |
420 <item> |
441 <property name="text"> |
421 <widget class="QLabel" name="diffLabel"> |
442 <string/> |
422 <property name="text"> |
443 </property> |
423 <string>Differences</string> |
444 <property name="textInteractionFlags"> |
424 </property> |
445 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set> |
425 </widget> |
446 </property> |
426 </item> |
447 </widget> |
427 <item> |
448 </item> |
428 <spacer name="horizontalSpacer_3"> |
449 <item> |
429 <property name="orientation"> |
450 <widget class="QLabel" name="saveLabel"> |
430 <enum>Qt::Horizontal</enum> |
451 <property name="focusPolicy"> |
431 </property> |
452 <enum>Qt::StrongFocus</enum> |
432 <property name="sizeHint" stdset="0"> |
453 </property> |
433 <size> |
454 <property name="text"> |
434 <width>40</width> |
455 <string><a href="save:me">Save</a></string> |
435 <height>20</height> |
456 </property> |
436 </size> |
457 <property name="textInteractionFlags"> |
437 </property> |
458 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set> |
438 </spacer> |
459 </property> |
439 </item> |
460 </widget> |
440 <item> |
461 </item> |
441 <widget class="QLabel" name="diffSelectLabel"> |
462 </layout> |
442 <property name="focusPolicy"> |
463 </item> |
443 <enum>Qt::StrongFocus</enum> |
464 <item> |
444 </property> |
465 <widget class="QTextEdit" name="diffEdit"> |
445 <property name="text"> |
466 <property name="sizePolicy"> |
446 <string/> |
467 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
447 </property> |
468 <horstretch>7</horstretch> |
448 <property name="textInteractionFlags"> |
469 <verstretch>2</verstretch> |
449 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set> |
470 </sizepolicy> |
450 </property> |
471 </property> |
451 </widget> |
472 <property name="tabChangesFocus"> |
452 </item> |
473 <bool>true</bool> |
453 <item> |
474 </property> |
454 <widget class="QLabel" name="saveLabel"> |
475 <property name="lineWrapMode"> |
455 <property name="focusPolicy"> |
476 <enum>QTextEdit::NoWrap</enum> |
456 <enum>Qt::StrongFocus</enum> |
477 </property> |
457 </property> |
478 <property name="readOnly"> |
458 <property name="text"> |
479 <bool>true</bool> |
459 <string><a href="save:me">Save</a></string> |
480 </property> |
460 </property> |
481 <property name="acceptRichText"> |
461 <property name="textInteractionFlags"> |
482 <bool>false</bool> |
462 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set> |
483 </property> |
463 </property> |
484 </widget> |
464 </widget> |
485 </item> |
465 </item> |
486 </layout> |
466 </layout> |
|
467 </item> |
|
468 <item> |
|
469 <widget class="QTextEdit" name="diffEdit"> |
|
470 <property name="sizePolicy"> |
|
471 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
472 <horstretch>7</horstretch> |
|
473 <verstretch>2</verstretch> |
|
474 </sizepolicy> |
|
475 </property> |
|
476 <property name="tabChangesFocus"> |
|
477 <bool>true</bool> |
|
478 </property> |
|
479 <property name="lineWrapMode"> |
|
480 <enum>QTextEdit::NoWrap</enum> |
|
481 </property> |
|
482 <property name="readOnly"> |
|
483 <bool>true</bool> |
|
484 </property> |
|
485 <property name="acceptRichText"> |
|
486 <bool>false</bool> |
|
487 </property> |
|
488 </widget> |
|
489 </item> |
|
490 </layout> |
|
491 </widget> |
487 </widget> |
492 </widget> |
488 </widget> |
493 </widget> |
489 </widget> |
494 </widget> |
490 </item> |
495 </item> |
491 <item> |
496 <item> |