src/eric7/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui

Wed, 04 Oct 2023 17:50:59 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 04 Oct 2023 17:50:59 +0200
branch
eric7
changeset 10217
7888177e7463
parent 9209
b99e7fd55fd3
permissions
-rw-r--r--

Fixed in issue with several editable combo box selectors, that the value could not be changed if the edited text differed by case only. This was caused by the standard QComboBox completer.

6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 <ui version="4.0">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3 <class>GitLogBrowserDialog</class>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
4 <widget class="QWidget" name="GitLogBrowserDialog">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
5 <property name="geometry">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
6 <rect>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
7 <x>0</x>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
8 <y>0</y>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
9 <width>1000</width>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
10 <height>800</height>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
11 </rect>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
12 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
13 <property name="windowTitle">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
14 <string>Git Log</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
15 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
16 <layout class="QVBoxLayout" name="verticalLayout_3">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
17 <item>
6325
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
18 <layout class="QHBoxLayout" name="horizontalLayout_4">
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
19 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
20 <widget class="QToolButton" name="actionsButton">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
21 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
22 <string>Select action from menu</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
23 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
24 <property name="popupMode">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
25 <enum>QToolButton::InstantPopup</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
26 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
27 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
28 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
29 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
30 <widget class="Line" name="line_4">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
31 <property name="frameShadow">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
32 <enum>QFrame::Raised</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
33 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
34 <property name="lineWidth">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
35 <number>2</number>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
36 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
37 <property name="orientation">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
38 <enum>Qt::Vertical</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
39 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
40 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
41 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
42 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
43 <widget class="QComboBox" name="modeComboBox">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
44 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
45 <string>Select the mode (find or filter)</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
46 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
47 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
48 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
49 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
50 <widget class="Line" name="line_3">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
51 <property name="frameShadow">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
52 <enum>QFrame::Raised</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
53 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
54 <property name="lineWidth">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
55 <number>2</number>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
56 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
57 <property name="orientation">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
58 <enum>Qt::Vertical</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
59 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
60 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
61 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
62 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
63 <widget class="QLabel" name="label">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
64 <property name="text">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
65 <string>From:</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
66 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
67 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
68 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
69 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
70 <widget class="QDateEdit" name="fromDate">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
71 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
72 <string>Enter the start date</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
73 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
74 <property name="calendarPopup">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
75 <bool>true</bool>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
76 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
77 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
78 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
79 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
80 <widget class="QLabel" name="label_2">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
81 <property name="text">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
82 <string>To:</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
83 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
84 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
85 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
86 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
87 <widget class="QDateEdit" name="toDate">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
88 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
89 <string>Enter the end date</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
90 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
91 <property name="calendarPopup">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
92 <bool>true</bool>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
93 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
94 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
95 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
96 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
97 <widget class="Line" name="line_2">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
98 <property name="frameShadow">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
99 <enum>QFrame::Raised</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
100 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
101 <property name="lineWidth">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
102 <number>2</number>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
103 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
104 <property name="orientation">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
105 <enum>Qt::Vertical</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
106 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
107 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
108 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
109 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
110 <widget class="QComboBox" name="fieldCombo">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
111 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
112 <string>Select the field to filter on</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
113 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
114 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
115 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
116 <item>
8350
74a3b2a6a944 Removed all references to E5ComboBox and most references to E5LineEdit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8318
diff changeset
117 <widget class="QLineEdit" name="rxEdit">
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
118 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
119 <string>Enter the regular expression to filter on or search for</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
120 </property>
8350
74a3b2a6a944 Removed all references to E5ComboBox and most references to E5LineEdit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8318
diff changeset
121 <property name="clearButtonEnabled">
74a3b2a6a944 Removed all references to E5ComboBox and most references to E5LineEdit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8318
diff changeset
122 <bool>true</bool>
74a3b2a6a944 Removed all references to E5ComboBox and most references to E5LineEdit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8318
diff changeset
123 </property>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
124 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
125 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
126 <item>
6325
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
127 <layout class="QHBoxLayout" name="horizontalLayout_2">
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
128 <property name="spacing">
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
129 <number>0</number>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
130 </property>
6325
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
131 <item>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
132 <widget class="QToolButton" name="findPrevButton">
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
133 <property name="toolTip">
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
134 <string>Press to find the previous occurrence</string>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
135 </property>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
136 </widget>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
137 </item>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
138 <item>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
139 <widget class="QToolButton" name="findNextButton">
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
140 <property name="toolTip">
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
141 <string>Press to find the next occurrence</string>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
142 </property>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
143 </widget>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
144 </item>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
145 </layout>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
146 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
147 </layout>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
148 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
149 <item>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
150 <widget class="QSplitter" name="mainSplitter">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
151 <property name="orientation">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
152 <enum>Qt::Vertical</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
153 </property>
7779
757334671130 Optimized the various diff panes by using QPlainTextEdit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6942
diff changeset
154 <widget class="QWidget" name="layoutWidget">
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
155 <layout class="QVBoxLayout" name="verticalLayout">
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
156 <item>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
157 <widget class="QTreeWidget" name="logTree">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
158 <property name="sizePolicy">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
159 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
160 <horstretch>0</horstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
161 <verstretch>1</verstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
162 </sizepolicy>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
163 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
164 <property name="contextMenuPolicy">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
165 <enum>Qt::CustomContextMenu</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
166 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
167 <property name="alternatingRowColors">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
168 <bool>true</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
169 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
170 <property name="selectionMode">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
171 <enum>QAbstractItemView::ExtendedSelection</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
172 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
173 <property name="rootIsDecorated">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
174 <bool>false</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
175 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
176 <property name="itemsExpandable">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
177 <bool>false</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
178 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
179 <property name="allColumnsShowFocus">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
180 <bool>true</bool>
6325
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
181 </property>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
182 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
183 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
184 <string>Graph</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
185 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
186 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
187 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
188 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
189 <string>Commit ID</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
190 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
191 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
192 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
193 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
194 <string>Author</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
195 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
196 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
197 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
198 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
199 <string>Date</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
200 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
201 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
202 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
203 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
204 <string>Committer</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
205 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
206 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
207 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
208 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
209 <string>Commit Date</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
210 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
211 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
212 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
213 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
214 <string>Subject</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
215 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
216 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
217 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
218 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
219 <string>Branches</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
220 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
221 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
222 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
223 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
224 <string>Tags</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
225 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
226 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
227 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
228 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
229 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
230 <layout class="QHBoxLayout" name="horizontalLayout_5">
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
231 <item>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
232 <layout class="QHBoxLayout" name="horizontalLayout">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
233 <property name="spacing">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
234 <number>0</number>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
235 </property>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
236 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
237 <widget class="QToolButton" name="upButton">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
238 <property name="toolTip">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
239 <string>Press to move up in the log list</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
240 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
241 <property name="autoRepeat">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
242 <bool>true</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
243 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
244 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
245 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
246 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
247 <widget class="QToolButton" name="downButton">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
248 <property name="toolTip">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
249 <string>Press to move down in the log list</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
250 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
251 <property name="autoRepeat">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
252 <bool>true</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
253 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
254 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
255 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
256 </layout>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
257 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
258 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
259 <widget class="Line" name="line_5">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
260 <property name="frameShadow">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
261 <enum>QFrame::Raised</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
262 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
263 <property name="lineWidth">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
264 <number>2</number>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
265 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
266 <property name="orientation">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
267 <enum>Qt::Vertical</enum>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
268 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
269 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
270 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
271 <item>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
272 <widget class="QPushButton" name="nextButton">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
273 <property name="toolTip">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
274 <string>Press to get the next bunch of log entries</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
275 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
276 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
277 <string>&amp;Next</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
278 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
279 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
280 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
281 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
282 <widget class="QSpinBox" name="limitSpinBox">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
283 <property name="toolTip">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
284 <string>Enter the limit of entries to fetch</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
285 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
286 <property name="alignment">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
287 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
288 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
289 <property name="minimum">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
290 <number>1</number>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
291 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
292 <property name="maximum">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
293 <number>10000</number>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
294 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
295 <property name="value">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
296 <number>20</number>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
297 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
298 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
299 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
300 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
301 <widget class="QCheckBox" name="stopCheckBox">
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
302 <property name="toolTip">
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
303 <string>Select to stop listing log messages at a copy or move</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
304 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
305 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
306 <string>Stop on Copy/Move</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
307 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
308 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
309 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
310 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
311 <spacer name="horizontalSpacer">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
312 <property name="orientation">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
313 <enum>Qt::Horizontal</enum>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
314 </property>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
315 <property name="sizeHint" stdset="0">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
316 <size>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
317 <width>40</width>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
318 <height>20</height>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
319 </size>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
320 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
321 </spacer>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
322 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
323 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
324 <widget class="QLabel" name="sbsSelectLabel">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
325 <property name="focusPolicy">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
326 <enum>Qt::StrongFocus</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
327 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
328 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
329 <string/>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
330 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
331 <property name="textInteractionFlags">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
332 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
333 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
334 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
335 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
336 </layout>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
337 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
338 </layout>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
339 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
340 <widget class="QSplitter" name="detailsSplitter">
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
341 <property name="sizePolicy">
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
342 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
343 <horstretch>0</horstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
344 <verstretch>2</verstretch>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
345 </sizepolicy>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
346 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
347 <property name="orientation">
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
348 <enum>Qt::Horizontal</enum>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
349 </property>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
350 <widget class="QTextBrowser" name="detailsEdit">
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
351 <property name="sizePolicy">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
352 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
353 <horstretch>3</horstretch>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
354 <verstretch>1</verstretch>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
355 </sizepolicy>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
356 </property>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
357 <property name="readOnly">
6325
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
358 <bool>true</bool>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
359 </property>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
360 <property name="openLinks">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
361 <bool>false</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
362 </property>
6325
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
363 </widget>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
364 <widget class="QSplitter" name="diffSplitter">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
365 <property name="sizePolicy">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
366 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
367 <horstretch>7</horstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
368 <verstretch>0</verstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
369 </sizepolicy>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
370 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
371 <property name="orientation">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
372 <enum>Qt::Vertical</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
373 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
374 <widget class="QTreeWidget" name="filesTree">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
375 <property name="sizePolicy">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
376 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
377 <horstretch>7</horstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
378 <verstretch>1</verstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
379 </sizepolicy>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
380 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
381 <property name="alternatingRowColors">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
382 <bool>true</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
383 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
384 <property name="rootIsDecorated">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
385 <bool>false</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
386 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
387 <property name="itemsExpandable">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
388 <bool>false</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
389 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
390 <property name="allColumnsShowFocus">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
391 <bool>true</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
392 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
393 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
394 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
395 <string>Action</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
396 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
397 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
398 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
399 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
400 <string>Path</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
401 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
402 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
403 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
404 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
405 <string>Additions</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
406 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
407 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
408 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
409 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
410 <string>Deletions</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
411 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
412 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
413 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
414 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
415 <string>Copy from</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
416 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
417 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
418 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
419 <widget class="QWidget" name="layoutWidget_2">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
420 <layout class="QVBoxLayout" name="verticalLayout_2">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
421 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
422 <layout class="QHBoxLayout" name="horizontalLayout_3">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
423 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
424 <widget class="QLabel" name="diffLabel">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
425 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
426 <string>Differences</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
427 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
428 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
429 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
430 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
431 <spacer name="horizontalSpacer_3">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
432 <property name="orientation">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
433 <enum>Qt::Horizontal</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
434 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
435 <property name="sizeHint" stdset="0">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
436 <size>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
437 <width>40</width>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
438 <height>20</height>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
439 </size>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
440 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
441 </spacer>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
442 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
443 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
444 <widget class="QLabel" name="diffSelectLabel">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
445 <property name="focusPolicy">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
446 <enum>Qt::StrongFocus</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
447 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
448 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
449 <string/>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
450 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
451 <property name="textInteractionFlags">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
452 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
453 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
454 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
455 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
456 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
457 <widget class="QLabel" name="saveLabel">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
458 <property name="focusPolicy">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
459 <enum>Qt::StrongFocus</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
460 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
461 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
462 <string>&lt;a href=&quot;save:me&quot;&gt;Save&lt;/a&gt;</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
463 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
464 <property name="textInteractionFlags">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
465 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
466 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
467 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
468 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
469 </layout>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
470 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
471 <item>
7779
757334671130 Optimized the various diff panes by using QPlainTextEdit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6942
diff changeset
472 <widget class="QPlainTextEdit" name="diffEdit">
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
473 <property name="sizePolicy">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
474 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
475 <horstretch>7</horstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
476 <verstretch>2</verstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
477 </sizepolicy>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
478 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
479 <property name="lineWrapMode">
7779
757334671130 Optimized the various diff panes by using QPlainTextEdit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6942
diff changeset
480 <enum>QPlainTextEdit::NoWrap</enum>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
481 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
482 <property name="readOnly">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
483 <bool>true</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
484 </property>
8318
962bce857696 Replaced all imports of PyQt5 to PyQt6 and started to replace code using obsoleted methods and adapt to the PyQt6 enum usage.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8312
diff changeset
485 <property name="tabStopDistance">
962bce857696 Replaced all imports of PyQt5 to PyQt6 and started to replace code using obsoleted methods and adapt to the PyQt6 enum usage.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8312
diff changeset
486 <double>8.000000000000000</double>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
487 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
488 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
489 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
490 </layout>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
491 </widget>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
492 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
493 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
494 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
495 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
496 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
497 <widget class="QGroupBox" name="errorGroup">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
498 <property name="sizePolicy">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
499 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
500 <horstretch>0</horstretch>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
501 <verstretch>1</verstretch>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
502 </sizepolicy>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
503 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
504 <property name="title">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
505 <string>Errors</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
506 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
507 <layout class="QVBoxLayout">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
508 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
509 <widget class="QTextEdit" name="errors">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
510 <property name="whatsThis">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
511 <string>&lt;b&gt;Git log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the git log command.&lt;/p&gt;</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
512 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
513 <property name="readOnly">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
514 <bool>true</bool>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
515 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
516 <property name="acceptRichText">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
517 <bool>false</bool>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
518 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
519 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
520 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
521 </layout>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
522 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
523 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
524 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
525 <widget class="QGroupBox" name="inputGroup">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
526 <property name="title">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
527 <string>Input</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
528 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
529 <layout class="QGridLayout">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
530 <item row="1" column="1">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
531 <spacer>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
532 <property name="orientation">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
533 <enum>Qt::Horizontal</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
534 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
535 <property name="sizeType">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
536 <enum>QSizePolicy::Expanding</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
537 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
538 <property name="sizeHint" stdset="0">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
539 <size>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
540 <width>327</width>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
541 <height>29</height>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
542 </size>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
543 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
544 </spacer>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
545 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
546 <item row="1" column="2">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
547 <widget class="QPushButton" name="sendButton">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
548 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
549 <string>Press to send the input to the git process</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
550 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
551 <property name="text">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
552 <string>&amp;Send</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
553 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
554 <property name="shortcut">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
555 <string>Alt+S</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
556 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
557 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
558 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
559 <item row="0" column="0" colspan="3">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
560 <widget class="QLineEdit" name="input">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
561 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
562 <string>Enter data to be sent to the git process</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
563 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
564 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
565 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
566 <item row="1" column="0">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
567 <widget class="QCheckBox" name="passwordCheckBox">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
568 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
569 <string>Select to switch the input field to password mode</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
570 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
571 <property name="text">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
572 <string>&amp;Password Mode</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
573 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
574 <property name="shortcut">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
575 <string>Alt+P</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
576 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
577 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
578 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
579 </layout>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
580 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
581 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
582 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
583 <widget class="QDialogButtonBox" name="buttonBox">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
584 <property name="orientation">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
585 <enum>Qt::Horizontal</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
586 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
587 <property name="standardButtons">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
588 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
589 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
590 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
591 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
592 </layout>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
593 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
594 <tabstops>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
595 <tabstop>actionsButton</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
596 <tabstop>modeComboBox</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
597 <tabstop>fromDate</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
598 <tabstop>toDate</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
599 <tabstop>fieldCombo</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
600 <tabstop>rxEdit</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
601 <tabstop>findPrevButton</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
602 <tabstop>findNextButton</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
603 <tabstop>logTree</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
604 <tabstop>upButton</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
605 <tabstop>downButton</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
606 <tabstop>nextButton</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
607 <tabstop>limitSpinBox</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
608 <tabstop>stopCheckBox</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
609 <tabstop>sbsSelectLabel</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
610 <tabstop>detailsEdit</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
611 <tabstop>filesTree</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
612 <tabstop>diffSelectLabel</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
613 <tabstop>saveLabel</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
614 <tabstop>diffEdit</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
615 <tabstop>errors</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
616 <tabstop>input</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
617 <tabstop>passwordCheckBox</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
618 <tabstop>sendButton</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
619 </tabstops>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
620 <resources/>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
621 <connections/>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
622 </ui>

eric ide

mercurial