Wed, 16 Jun 2021 17:47:50 +0200
Changed some dialogs to use the new QTextEdit and QPlainTextEdit subclasses with spell checker.
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <ui version="4.0"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <class>HgImportDialog</class> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <widget class="QDialog" name="HgImportDialog"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <property name="geometry"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | <rect> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <x>0</x> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <y>0</y> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | <width>500</width> |
7396
c6399bce2c0b
Mercurial: added support for the '--secure' flag of hg import as of Mercurial 5.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
10 | <height>450</height> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | </rect> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | <property name="windowTitle"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | <string>Import Patch</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | <property name="sizeGripEnabled"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | <bool>true</bool> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | <layout class="QGridLayout" name="gridLayout_2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | <item row="0" column="0" colspan="2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <widget class="QGroupBox" name="groupBox_2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <property name="title"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <string>Commit data</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | <layout class="QVBoxLayout" name="verticalLayout"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | <item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <widget class="QCheckBox" name="noCommitCheckBox"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | <property name="toolTip"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | <string>Select to not commit the imported patch</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | <property name="text"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | <string>Do not commit</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <property name="checked"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | <bool>true</bool> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | <item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | <widget class="QLabel" name="label_3"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | <property name="text"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | <string>Commit message:</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | <item> |
8428
2deec2f8a9ab
Changed some dialogs to use the new QTextEdit and QPlainTextEdit subclasses with spell checker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
47 | <widget class="EricSpellCheckedPlainTextEdit" name="messageEdit"> |
1327
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
48 | <property name="enabled"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
49 | <bool>false</bool> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
50 | </property> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | <property name="toolTip"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | <string>Enter the commit message or leave empty to use the default one</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | <property name="tabChangesFocus"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
55 | <bool>true</bool> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | <item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
60 | <layout class="QGridLayout" name="gridLayout"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | <item row="0" column="0"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | <widget class="QLabel" name="label"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | <property name="text"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | <string>Commit Date:</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | <item row="0" column="1"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | <widget class="QDateTimeEdit" name="dateEdit"> |
1327
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
70 | <property name="enabled"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
71 | <bool>false</bool> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
72 | </property> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | <property name="toolTip"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | <string>Enter optional date for the commit</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | <property name="displayFormat"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | <string notr="true">yyyy-MM-dd HH:mm</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
79 | <property name="calendarPopup"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | <bool>false</bool> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
82 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | <item row="0" column="2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | <spacer name="horizontalSpacer_2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | <property name="orientation"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
87 | <enum>Qt::Horizontal</enum> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
88 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
89 | <property name="sizeHint" stdset="0"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | <size> |
7396
c6399bce2c0b
Mercurial: added support for the '--secure' flag of hg import as of Mercurial 5.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
91 | <width>258</width> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | <height>20</height> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | </size> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | </spacer> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
97 | <item row="1" column="0"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
98 | <widget class="QLabel" name="label_2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | <property name="text"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
100 | <string>Commit User:</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
101 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
102 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
103 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
104 | <item row="1" column="1" colspan="2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
105 | <widget class="QLineEdit" name="userEdit"> |
1327
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
106 | <property name="enabled"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
107 | <bool>false</bool> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
108 | </property> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
109 | <property name="toolTip"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
110 | <string>Enter optional user for the commit</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
111 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
112 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
113 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
114 | </layout> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
115 | </item> |
7396
c6399bce2c0b
Mercurial: added support for the '--secure' flag of hg import as of Mercurial 5.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
116 | <item> |
c6399bce2c0b
Mercurial: added support for the '--secure' flag of hg import as of Mercurial 5.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
117 | <widget class="QCheckBox" name="secretCheckBox"> |
c6399bce2c0b
Mercurial: added support for the '--secure' flag of hg import as of Mercurial 5.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
118 | <property name="toolTip"> |
c6399bce2c0b
Mercurial: added support for the '--secure' flag of hg import as of Mercurial 5.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
119 | <string>Enable to commit with the secret phase</string> |
c6399bce2c0b
Mercurial: added support for the '--secure' flag of hg import as of Mercurial 5.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
120 | </property> |
c6399bce2c0b
Mercurial: added support for the '--secure' flag of hg import as of Mercurial 5.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
121 | <property name="text"> |
c6399bce2c0b
Mercurial: added support for the '--secure' flag of hg import as of Mercurial 5.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
122 | <string>Commit with Secret Phase</string> |
c6399bce2c0b
Mercurial: added support for the '--secure' flag of hg import as of Mercurial 5.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
123 | </property> |
c6399bce2c0b
Mercurial: added support for the '--secure' flag of hg import as of Mercurial 5.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
124 | </widget> |
c6399bce2c0b
Mercurial: added support for the '--secure' flag of hg import as of Mercurial 5.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
125 | </item> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
126 | </layout> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
127 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
128 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
129 | <item row="1" column="0"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
130 | <widget class="QLabel" name="label_4"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
131 | <property name="text"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
132 | <string>Strip Count:</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
133 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
134 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
135 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
136 | <item row="1" column="1"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
137 | <layout class="QHBoxLayout" name="horizontalLayout"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
138 | <item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
139 | <widget class="QSpinBox" name="stripSpinBox"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
140 | <property name="toolTip"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
141 | <string>Enter number of leading directories to strip off (default 1)</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
142 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
143 | <property name="alignment"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
144 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
145 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
146 | <property name="maximum"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
147 | <number>9</number> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
148 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
149 | <property name="value"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
150 | <number>1</number> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
151 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
152 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
153 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
154 | <item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
155 | <spacer name="horizontalSpacer"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
156 | <property name="orientation"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
157 | <enum>Qt::Horizontal</enum> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
158 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
159 | <property name="sizeHint" stdset="0"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
160 | <size> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
161 | <width>118</width> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
162 | <height>20</height> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
163 | </size> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
164 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
165 | </spacer> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
166 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
167 | </layout> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
168 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
169 | <item row="2" column="0"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
170 | <widget class="QLabel" name="label_5"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
171 | <property name="text"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
172 | <string>Patch File:</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
173 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
174 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
175 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
176 | <item row="2" column="1"> |
8356
68ec9c3d4de5
Renamed the modules and classes of the E5Gui package to have the prefix 'Eric' instead of 'E5'.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8312
diff
changeset
|
177 | <widget class="EricPathPicker" name="patchFilePicker" native="true"> |
4593
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
178 | <property name="sizePolicy"> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
179 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
180 | <horstretch>0</horstretch> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
181 | <verstretch>0</verstretch> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
182 | </sizepolicy> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
183 | </property> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
184 | <property name="focusPolicy"> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
185 | <enum>Qt::StrongFocus</enum> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
186 | </property> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
187 | <property name="toolTip"> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
188 | <string>Enter the name of the patch file</string> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
189 | </property> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
190 | </widget> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
191 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
192 | <item row="3" column="0" colspan="2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
193 | <widget class="QCheckBox" name="forceCheckBox"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
194 | <property name="toolTip"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
195 | <string>Select to enforce the import</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
196 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
197 | <property name="text"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
198 | <string>Enforce Import</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
199 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
200 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
201 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
202 | <item row="4" column="0" colspan="2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
203 | <widget class="QDialogButtonBox" name="buttonBox"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
204 | <property name="orientation"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
205 | <enum>Qt::Horizontal</enum> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
206 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
207 | <property name="standardButtons"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
208 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
209 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
210 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
211 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
212 | </layout> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
213 | </widget> |
4593
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
214 | <customwidgets> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
215 | <customwidget> |
8356
68ec9c3d4de5
Renamed the modules and classes of the E5Gui package to have the prefix 'Eric' instead of 'E5'.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8312
diff
changeset
|
216 | <class>EricPathPicker</class> |
4593
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
217 | <extends>QWidget</extends> |
8358
144a6b854f70
Sorted the eric specific extensions into packages named like the corresponding PyQt packages (i.e. EricCore,EricGui and EricWidgets).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8356
diff
changeset
|
218 | <header>EricWidgets/EricPathPicker.h</header> |
4593
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
219 | <container>1</container> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
220 | </customwidget> |
8428
2deec2f8a9ab
Changed some dialogs to use the new QTextEdit and QPlainTextEdit subclasses with spell checker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
221 | <customwidget> |
2deec2f8a9ab
Changed some dialogs to use the new QTextEdit and QPlainTextEdit subclasses with spell checker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
222 | <class>EricSpellCheckedPlainTextEdit</class> |
2deec2f8a9ab
Changed some dialogs to use the new QTextEdit and QPlainTextEdit subclasses with spell checker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
223 | <extends>QPlainTextEdit</extends> |
2deec2f8a9ab
Changed some dialogs to use the new QTextEdit and QPlainTextEdit subclasses with spell checker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
224 | <header>EricWidgets/EricSpellCheckedTextEdit.h</header> |
2deec2f8a9ab
Changed some dialogs to use the new QTextEdit and QPlainTextEdit subclasses with spell checker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
225 | </customwidget> |
4593
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
226 | </customwidgets> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
227 | <tabstops> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
228 | <tabstop>noCommitCheckBox</tabstop> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
229 | <tabstop>messageEdit</tabstop> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
230 | <tabstop>dateEdit</tabstop> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
231 | <tabstop>userEdit</tabstop> |
7396
c6399bce2c0b
Mercurial: added support for the '--secure' flag of hg import as of Mercurial 5.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
232 | <tabstop>secretCheckBox</tabstop> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
233 | <tabstop>stripSpinBox</tabstop> |
4593
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
234 | <tabstop>patchFilePicker</tabstop> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
235 | <tabstop>forceCheckBox</tabstop> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
236 | </tabstops> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
237 | <resources/> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
238 | <connections> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
239 | <connection> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
240 | <sender>buttonBox</sender> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
241 | <signal>accepted()</signal> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
242 | <receiver>HgImportDialog</receiver> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
243 | <slot>accept()</slot> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
244 | <hints> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
245 | <hint type="sourcelabel"> |
1327
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
246 | <x>257</x> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
247 | <y>364</y> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
248 | </hint> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
249 | <hint type="destinationlabel"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
250 | <x>157</x> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
251 | <y>274</y> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
252 | </hint> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
253 | </hints> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
254 | </connection> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
255 | <connection> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
256 | <sender>buttonBox</sender> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
257 | <signal>rejected()</signal> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
258 | <receiver>HgImportDialog</receiver> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
259 | <slot>reject()</slot> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
260 | <hints> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
261 | <hint type="sourcelabel"> |
1327
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
262 | <x>325</x> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
263 | <y>364</y> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
264 | </hint> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
265 | <hint type="destinationlabel"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
266 | <x>286</x> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
267 | <y>274</y> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
268 | </hint> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
269 | </hints> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
270 | </connection> |
1327
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
271 | <connection> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
272 | <sender>noCommitCheckBox</sender> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
273 | <signal>toggled(bool)</signal> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
274 | <receiver>messageEdit</receiver> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
275 | <slot>setDisabled(bool)</slot> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
276 | <hints> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
277 | <hint type="sourcelabel"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
278 | <x>70</x> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
279 | <y>44</y> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
280 | </hint> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
281 | <hint type="destinationlabel"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
282 | <x>95</x> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
283 | <y>113</y> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
284 | </hint> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
285 | </hints> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
286 | </connection> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
287 | <connection> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
288 | <sender>noCommitCheckBox</sender> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
289 | <signal>toggled(bool)</signal> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
290 | <receiver>dateEdit</receiver> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
291 | <slot>setDisabled(bool)</slot> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
292 | <hints> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
293 | <hint type="sourcelabel"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
294 | <x>121</x> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
295 | <y>41</y> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
296 | </hint> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
297 | <hint type="destinationlabel"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
298 | <x>134</x> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
299 | <y>202</y> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
300 | </hint> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
301 | </hints> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
302 | </connection> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
303 | <connection> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
304 | <sender>noCommitCheckBox</sender> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
305 | <signal>toggled(bool)</signal> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
306 | <receiver>userEdit</receiver> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
307 | <slot>setDisabled(bool)</slot> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
308 | <hints> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
309 | <hint type="sourcelabel"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
310 | <x>228</x> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
311 | <y>48</y> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
312 | </hint> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
313 | <hint type="destinationlabel"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
314 | <x>230</x> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
315 | <y>229</y> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
316 | </hint> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
317 | </hints> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
318 | </connection> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
319 | </connections> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
320 | </ui> |