14 <string>Subversion Log</string> |
14 <string>Subversion Log</string> |
15 </property> |
15 </property> |
16 <property name="sizeGripEnabled"> |
16 <property name="sizeGripEnabled"> |
17 <bool>true</bool> |
17 <bool>true</bool> |
18 </property> |
18 </property> |
19 <layout class="QVBoxLayout"> |
19 <layout class="QVBoxLayout" name="verticalLayout"> |
20 <item> |
20 <item> |
21 <layout class="QHBoxLayout"> |
21 <layout class="QHBoxLayout"> |
22 <item> |
22 <item> |
23 <widget class="QLabel" name="label"> |
23 <widget class="QLabel" name="label"> |
24 <property name="text"> |
24 <property name="text"> |
189 </property> |
189 </property> |
190 </column> |
190 </column> |
191 </widget> |
191 </widget> |
192 </item> |
192 </item> |
193 <item> |
193 <item> |
194 <layout class="QHBoxLayout"> |
194 <layout class="QGridLayout" name="gridLayout"> |
195 <item> |
195 <item row="0" column="0"> |
196 <widget class="QPushButton" name="nextButton"> |
196 <widget class="QPushButton" name="nextButton"> |
197 <property name="toolTip"> |
197 <property name="toolTip"> |
198 <string>Press to get the next bunch of log entries</string> |
198 <string>Press to get the next bunch of log entries</string> |
199 </property> |
199 </property> |
200 <property name="text"> |
200 <property name="text"> |
201 <string>&Next</string> |
201 <string>&Next</string> |
202 </property> |
202 </property> |
203 </widget> |
203 </widget> |
204 </item> |
204 </item> |
205 <item> |
205 <item row="0" column="1"> |
206 <widget class="QSpinBox" name="limitSpinBox"> |
206 <widget class="QSpinBox" name="limitSpinBox"> |
207 <property name="toolTip"> |
207 <property name="toolTip"> |
208 <string>Enter the limit of entries to fetch</string> |
208 <string>Enter the limit of entries to fetch</string> |
209 </property> |
209 </property> |
210 <property name="alignment"> |
210 <property name="alignment"> |
215 </property> |
215 </property> |
216 <property name="maximum"> |
216 <property name="maximum"> |
217 <number>10000</number> |
217 <number>10000</number> |
218 </property> |
218 </property> |
219 <property name="value"> |
219 <property name="value"> |
220 <number>100</number> |
220 <number>20</number> |
221 </property> |
221 </property> |
222 </widget> |
222 </widget> |
223 </item> |
223 </item> |
224 <item> |
224 <item row="0" column="2"> |
225 <widget class="QCheckBox" name="stopCheckBox"> |
225 <widget class="QCheckBox" name="stopCheckBox"> |
226 <property name="toolTip"> |
226 <property name="toolTip"> |
227 <string>Select to stop listing log messages at a copy or move</string> |
227 <string>Select to stop listing log messages at a copy or move</string> |
228 </property> |
228 </property> |
229 <property name="text"> |
229 <property name="text"> |
230 <string>Stop on Copy/Move</string> |
230 <string>Stop on Copy/Move</string> |
231 </property> |
231 </property> |
232 </widget> |
232 </widget> |
233 </item> |
233 </item> |
234 <item> |
234 <item row="0" column="3" rowspan="2"> |
235 <widget class="Line" name="line"> |
235 <widget class="Line" name="line"> |
236 <property name="orientation"> |
236 <property name="orientation"> |
237 <enum>Qt::Vertical</enum> |
237 <enum>Qt::Vertical</enum> |
238 </property> |
238 </property> |
239 </widget> |
239 </widget> |
240 </item> |
240 </item> |
241 <item> |
241 <item row="0" column="4"> |
242 <widget class="QPushButton" name="diffPreviousButton"> |
242 <widget class="QPushButton" name="diffPreviousButton"> |
243 <property name="toolTip"> |
243 <property name="toolTip"> |
244 <string>Press to generate a diff to the previous revision</string> |
244 <string>Press to generate a diff to the previous revision</string> |
245 </property> |
245 </property> |
246 <property name="text"> |
246 <property name="text"> |
247 <string>&Diff to Previous</string> |
247 <string>&Diff to Previous</string> |
248 </property> |
248 </property> |
249 </widget> |
249 </widget> |
250 </item> |
250 </item> |
251 <item> |
251 <item row="0" column="5"> |
252 <widget class="QPushButton" name="diffRevisionsButton"> |
252 <widget class="QPushButton" name="diffRevisionsButton"> |
253 <property name="toolTip"> |
253 <property name="toolTip"> |
254 <string>Press to compare two revisions</string> |
254 <string>Press to compare two revisions</string> |
255 </property> |
255 </property> |
256 <property name="text"> |
256 <property name="text"> |
257 <string>&Compare Revisions</string> |
257 <string>&Compare Revisions</string> |
258 </property> |
258 </property> |
259 </widget> |
259 </widget> |
260 </item> |
260 </item> |
261 <item> |
261 <item row="0" column="6"> |
262 <spacer> |
262 <spacer> |
263 <property name="orientation"> |
263 <property name="orientation"> |
264 <enum>Qt::Horizontal</enum> |
264 <enum>Qt::Horizontal</enum> |
265 </property> |
265 </property> |
266 <property name="sizeHint" stdset="0"> |
266 <property name="sizeHint" stdset="0"> |
267 <size> |
267 <size> |
268 <width>91</width> |
268 <width>38</width> |
269 <height>29</height> |
269 <height>29</height> |
270 </size> |
270 </size> |
271 </property> |
271 </property> |
272 </spacer> |
272 </spacer> |
|
273 </item> |
|
274 <item row="1" column="4" colspan="3"> |
|
275 <widget class="QCheckBox" name="sbsCheckBox"> |
|
276 <property name="toolTip"> |
|
277 <string>Select to show differences side-by-side</string> |
|
278 </property> |
|
279 <property name="text"> |
|
280 <string>Show differences side-by-side</string> |
|
281 </property> |
|
282 </widget> |
273 </item> |
283 </item> |
274 </layout> |
284 </layout> |
275 </item> |
285 </item> |
276 <item> |
286 <item> |
277 <widget class="QDialogButtonBox" name="buttonBox"> |
287 <widget class="QDialogButtonBox" name="buttonBox"> |
303 <tabstop>nextButton</tabstop> |
313 <tabstop>nextButton</tabstop> |
304 <tabstop>limitSpinBox</tabstop> |
314 <tabstop>limitSpinBox</tabstop> |
305 <tabstop>stopCheckBox</tabstop> |
315 <tabstop>stopCheckBox</tabstop> |
306 <tabstop>diffPreviousButton</tabstop> |
316 <tabstop>diffPreviousButton</tabstop> |
307 <tabstop>diffRevisionsButton</tabstop> |
317 <tabstop>diffRevisionsButton</tabstop> |
|
318 <tabstop>sbsCheckBox</tabstop> |
308 <tabstop>buttonBox</tabstop> |
319 <tabstop>buttonBox</tabstop> |
309 </tabstops> |
320 </tabstops> |
310 <resources/> |
321 <resources/> |
311 <connections/> |
322 <connections/> |
312 </ui> |
323 </ui> |