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