1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SvnLogBrowserDialog</class>
4 <widget class="QWidget" name="SvnLogBrowserDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>700</width>
10    <height>600</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Subversion Log</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <layout class="QHBoxLayout">
19     <item>
20      <widget class="QLabel" name="label">
21       <property name="text">
22        <string>From:</string>
23       </property>
24      </widget>
25     </item>
26     <item>
27      <widget class="QDateEdit" name="fromDate">
28       <property name="toolTip">
29        <string>Enter the start date</string>
30       </property>
31       <property name="calendarPopup">
32        <bool>true</bool>
33       </property>
34      </widget>
35     </item>
36     <item>
37      <widget class="QLabel" name="label_2">
38       <property name="text">
39        <string>To:</string>
40       </property>
41      </widget>
42     </item>
43     <item>
44      <widget class="QDateEdit" name="toDate">
45       <property name="toolTip">
46        <string>Enter the end date</string>
47       </property>
48       <property name="calendarPopup">
49        <bool>true</bool>
50       </property>
51      </widget>
52     </item>
53     <item>
54      <widget class="QComboBox" name="fieldCombo">
55       <property name="toolTip">
56        <string>Select the field to filter on</string>
57       </property>
58       <item>
59        <property name="text">
60         <string>Revision</string>
61        </property>
62       </item>
63       <item>
64        <property name="text">
65         <string>Author</string>
66        </property>
67       </item>
68       <item>
69        <property name="text">
70         <string>Message</string>
71        </property>
72       </item>
73      </widget>
74     </item>
75     <item>
76      <widget class="E5ClearableLineEdit" name="rxEdit">
77       <property name="toolTip">
78        <string>Enter the regular expression to filter on</string>
79       </property>
80      </widget>
81     </item>
82    </layout>
83   </item>
84   <item>
85    <widget class="QTreeWidget" name="logTree">
86     <property name="sizePolicy">
87      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
88       <horstretch>0</horstretch>
89       <verstretch>5</verstretch>
90      </sizepolicy>
91     </property>
92     <property name="alternatingRowColors">
93      <bool>true</bool>
94     </property>
95     <property name="selectionMode">
96      <enum>QAbstractItemView::ExtendedSelection</enum>
97     </property>
98     <property name="rootIsDecorated">
99      <bool>false</bool>
100     </property>
101     <property name="itemsExpandable">
102      <bool>false</bool>
103     </property>
104     <property name="sortingEnabled">
105      <bool>true</bool>
106     </property>
107     <property name="allColumnsShowFocus">
108      <bool>true</bool>
109     </property>
110     <column>
111      <property name="text">
112       <string>Revision</string>
113      </property>
114     </column>
115     <column>
116      <property name="text">
117       <string>Author</string>
118      </property>
119     </column>
120     <column>
121      <property name="text">
122       <string>Date</string>
123      </property>
124     </column>
125     <column>
126      <property name="text">
127       <string>Message</string>
128      </property>
129     </column>
130    </widget>
131   </item>
132   <item>
133    <widget class="QTextEdit" name="messageEdit">
134     <property name="sizePolicy">
135      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
136       <horstretch>0</horstretch>
137       <verstretch>2</verstretch>
138      </sizepolicy>
139     </property>
140     <property name="readOnly">
141      <bool>true</bool>
142     </property>
143    </widget>
144   </item>
145   <item>
146    <widget class="QTreeWidget" name="filesTree">
147     <property name="sizePolicy">
148      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
149       <horstretch>0</horstretch>
150       <verstretch>3</verstretch>
151      </sizepolicy>
152     </property>
153     <property name="alternatingRowColors">
154      <bool>true</bool>
155     </property>
156     <property name="rootIsDecorated">
157      <bool>false</bool>
158     </property>
159     <property name="itemsExpandable">
160      <bool>false</bool>
161     </property>
162     <property name="sortingEnabled">
163      <bool>true</bool>
164     </property>
165     <property name="allColumnsShowFocus">
166      <bool>true</bool>
167     </property>
168     <column>
169      <property name="text">
170       <string>Action</string>
171      </property>
172     </column>
173     <column>
174      <property name="text">
175       <string>Path</string>
176      </property>
177     </column>
178     <column>
179      <property name="text">
180       <string>Copy from</string>
181      </property>
182     </column>
183     <column>
184      <property name="text">
185       <string>Copy from Rev</string>
186      </property>
187     </column>
188    </widget>
189   </item>
190   <item>
191    <layout class="QGridLayout" name="gridLayout">
192     <item row="0" column="0">
193      <widget class="QPushButton" name="nextButton">
194       <property name="toolTip">
195        <string>Press to get the next bunch of log entries</string>
196       </property>
197       <property name="text">
198        <string>&amp;Next</string>
199       </property>
200      </widget>
201     </item>
202     <item row="0" column="1">
203      <widget class="QSpinBox" name="limitSpinBox">
204       <property name="toolTip">
205        <string>Enter the limit of entries to fetch</string>
206       </property>
207       <property name="alignment">
208        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
209       </property>
210       <property name="minimum">
211        <number>1</number>
212       </property>
213       <property name="maximum">
214        <number>10000</number>
215       </property>
216       <property name="value">
217        <number>20</number>
218       </property>
219      </widget>
220     </item>
221     <item row="0" column="2">
222      <widget class="QCheckBox" name="stopCheckBox">
223       <property name="toolTip">
224        <string>Select to stop listing log messages at a copy or move</string>
225       </property>
226       <property name="text">
227        <string>Stop on Copy/Move</string>
228       </property>
229      </widget>
230     </item>
231     <item row="0" column="3" rowspan="2">
232      <widget class="Line" name="line">
233       <property name="orientation">
234        <enum>Qt::Vertical</enum>
235       </property>
236      </widget>
237     </item>
238     <item row="0" column="4">
239      <layout class="QHBoxLayout" name="horizontalLayout">
240       <property name="spacing">
241        <number>0</number>
242       </property>
243       <item>
244        <widget class="QToolButton" name="upButton">
245         <property name="toolTip">
246          <string>Press to move up in the log list</string>
247         </property>
248         <property name="autoRepeat">
249          <bool>true</bool>
250         </property>
251        </widget>
252       </item>
253       <item>
254        <widget class="QToolButton" name="downButton">
255         <property name="toolTip">
256          <string>Press to move down in the log list</string>
257         </property>
258         <property name="autoRepeat">
259          <bool>true</bool>
260         </property>
261        </widget>
262       </item>
263      </layout>
264     </item>
265     <item row="0" column="5">
266      <widget class="QPushButton" name="diffPreviousButton">
267       <property name="toolTip">
268        <string>Press to generate a diff to the previous revision</string>
269       </property>
270       <property name="text">
271        <string>&amp;Diff to Previous</string>
272       </property>
273      </widget>
274     </item>
275     <item row="0" column="6">
276      <widget class="QPushButton" name="diffRevisionsButton">
277       <property name="toolTip">
278        <string>Press to compare two revisions</string>
279       </property>
280       <property name="text">
281        <string>&amp;Compare Revisions</string>
282       </property>
283      </widget>
284     </item>
285     <item row="0" column="7">
286      <spacer>
287       <property name="orientation">
288        <enum>Qt::Horizontal</enum>
289       </property>
290       <property name="sizeHint" stdset="0">
291        <size>
292         <width>38</width>
293         <height>29</height>
294        </size>
295       </property>
296      </spacer>
297     </item>
298     <item row="1" column="4" colspan="3">
299      <widget class="QCheckBox" name="sbsCheckBox">
300       <property name="toolTip">
301        <string>Select to show differences side-by-side</string>
302       </property>
303       <property name="text">
304        <string>Show differences side-by-side</string>
305       </property>
306      </widget>
307     </item>
308    </layout>
309   </item>
310   <item>
311    <widget class="QDialogButtonBox" name="buttonBox">
312     <property name="orientation">
313      <enum>Qt::Horizontal</enum>
314     </property>
315     <property name="standardButtons">
316      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
317     </property>
318    </widget>
319   </item>
320  </layout>
321 </widget>
322 <customwidgets>
323  <customwidget>
324   <class>E5ClearableLineEdit</class>
325   <extends>QLineEdit</extends>
326   <header>E5Gui/E5LineEdit.h</header>
327  </customwidget>
328 </customwidgets>
329 <tabstops>
330  <tabstop>fromDate</tabstop>
331  <tabstop>toDate</tabstop>
332  <tabstop>fieldCombo</tabstop>
333  <tabstop>rxEdit</tabstop>
334  <tabstop>logTree</tabstop>
335  <tabstop>messageEdit</tabstop>
336  <tabstop>filesTree</tabstop>
337  <tabstop>nextButton</tabstop>
338  <tabstop>limitSpinBox</tabstop>
339  <tabstop>stopCheckBox</tabstop>
340  <tabstop>upButton</tabstop>
341  <tabstop>downButton</tabstop>
342  <tabstop>diffPreviousButton</tabstop>
343  <tabstop>diffRevisionsButton</tabstop>
344  <tabstop>sbsCheckBox</tabstop>
345 </tabstops>
346 <resources/>
347 <connections/>
348</ui>
349