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