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