Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui

changeset 0
de9c2efb9d02
child 1805
c666c9bdbb2d
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
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>800</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>&amp;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>&amp;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>&amp;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>81</width>
275 <height>29</height>
276 </size>
277 </property>
278 </spacer>
279 </item>
280 </layout>
281 </item>
282 <item>
283 <widget class="QGroupBox" name="errorGroup" >
284 <property name="sizePolicy" >
285 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
286 <horstretch>0</horstretch>
287 <verstretch>1</verstretch>
288 </sizepolicy>
289 </property>
290 <property name="title" >
291 <string>Errors</string>
292 </property>
293 <layout class="QVBoxLayout" >
294 <item>
295 <widget class="QTextEdit" name="errors" >
296 <property name="focusPolicy" >
297 <enum>Qt::NoFocus</enum>
298 </property>
299 <property name="whatsThis" >
300 <string>&lt;b>Subversion log errors&lt;/b>&lt;p>This shows possible error messages of the svn log command.&lt;/p></string>
301 </property>
302 <property name="readOnly" >
303 <bool>true</bool>
304 </property>
305 <property name="acceptRichText" >
306 <bool>false</bool>
307 </property>
308 </widget>
309 </item>
310 </layout>
311 </widget>
312 </item>
313 <item>
314 <widget class="QGroupBox" name="inputGroup" >
315 <property name="title" >
316 <string>Input</string>
317 </property>
318 <layout class="QGridLayout" >
319 <item row="1" column="1" >
320 <spacer>
321 <property name="orientation" >
322 <enum>Qt::Horizontal</enum>
323 </property>
324 <property name="sizeType" >
325 <enum>QSizePolicy::Expanding</enum>
326 </property>
327 <property name="sizeHint" stdset="0" >
328 <size>
329 <width>327</width>
330 <height>29</height>
331 </size>
332 </property>
333 </spacer>
334 </item>
335 <item row="1" column="2" >
336 <widget class="QPushButton" name="sendButton" >
337 <property name="toolTip" >
338 <string>Press to send the input to the subversion process</string>
339 </property>
340 <property name="text" >
341 <string>&amp;Send</string>
342 </property>
343 <property name="shortcut" >
344 <string>Alt+S</string>
345 </property>
346 </widget>
347 </item>
348 <item row="0" column="0" colspan="3" >
349 <widget class="QLineEdit" name="input" >
350 <property name="toolTip" >
351 <string>Enter data to be sent to the subversion process</string>
352 </property>
353 </widget>
354 </item>
355 <item row="1" column="0" >
356 <widget class="QCheckBox" name="passwordCheckBox" >
357 <property name="toolTip" >
358 <string>Select to switch the input field to password mode</string>
359 </property>
360 <property name="text" >
361 <string>&amp;Password Mode</string>
362 </property>
363 <property name="shortcut" >
364 <string>Alt+P</string>
365 </property>
366 </widget>
367 </item>
368 </layout>
369 </widget>
370 </item>
371 <item>
372 <widget class="QDialogButtonBox" name="buttonBox" >
373 <property name="orientation" >
374 <enum>Qt::Horizontal</enum>
375 </property>
376 <property name="standardButtons" >
377 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
378 </property>
379 </widget>
380 </item>
381 </layout>
382 </widget>
383 <tabstops>
384 <tabstop>fromDate</tabstop>
385 <tabstop>toDate</tabstop>
386 <tabstop>fieldCombo</tabstop>
387 <tabstop>rxEdit</tabstop>
388 <tabstop>clearRxEditButton</tabstop>
389 <tabstop>logTree</tabstop>
390 <tabstop>messageEdit</tabstop>
391 <tabstop>filesTree</tabstop>
392 <tabstop>nextButton</tabstop>
393 <tabstop>limitSpinBox</tabstop>
394 <tabstop>stopCheckBox</tabstop>
395 <tabstop>diffPreviousButton</tabstop>
396 <tabstop>diffRevisionsButton</tabstop>
397 <tabstop>input</tabstop>
398 <tabstop>passwordCheckBox</tabstop>
399 <tabstop>sendButton</tabstop>
400 <tabstop>buttonBox</tabstop>
401 </tabstops>
402 <resources/>
403 <connections/>
404 </ui>

eric ide

mercurial