--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui Mon Dec 02 11:37:38 2024 +0100 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui Mon Dec 02 15:48:03 2024 +0100 @@ -136,17 +136,37 @@ </property> </widget> </item> - <item row="0" column="1"> - <widget class="QCheckBox" name="gpgCheckBox"> + <item row="3" column="0"> + <widget class="QCheckBox" name="rebaseCheckBox"> <property name="toolTip"> - <string>Select to activate the GPG extension</string> + <string>Select to activate the rebase extension</string> </property> <property name="text"> - <string>GPG</string> + <string>Rebase</string> </property> </widget> </item> - <item row="1" column="0"> + <item row="2" column="1"> + <widget class="QCheckBox" name="queuesCheckBox"> + <property name="toolTip"> + <string>Select to activate the queues extension</string> + </property> + <property name="text"> + <string>Queues</string> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QCheckBox" name="largefilesCheckBox"> + <property name="toolTip"> + <string>Select to activate the largefiles extension</string> + </property> + <property name="text"> + <string>Large Files</string> + </property> + </widget> + </item> + <item row="1" column="1"> <widget class="QCheckBox" name="histeditCheckBox"> <property name="toolTip"> <string>Select to activate the histedit extension</string> @@ -156,33 +176,33 @@ </property> </widget> </item> - <item row="1" column="1"> - <widget class="QCheckBox" name="largefilesCheckBox"> + <item row="1" column="0"> + <widget class="QCheckBox" name="gpgCheckBox"> <property name="toolTip"> - <string>Select to activate the largefiles extension</string> + <string>Select to activate the GPG extension</string> </property> <property name="text"> - <string>Large Files</string> + <string>GPG</string> </property> </widget> </item> - <item row="2" column="0"> - <widget class="QCheckBox" name="queuesCheckBox"> + <item row="0" column="1"> + <widget class="QCheckBox" name="fastexportCheckBox"> <property name="toolTip"> - <string>Select to activate the queues extension</string> + <string>Select to activate the fastexport extension</string> </property> <property name="text"> - <string>Queues</string> + <string>Fastexport</string> </property> </widget> </item> - <item row="2" column="1"> - <widget class="QCheckBox" name="rebaseCheckBox"> + <item row="3" column="1"> + <widget class="QCheckBox" name="uncommitCheckBox"> <property name="toolTip"> - <string>Select to activate the rebase extension</string> + <string>Select to activate the uncommit extension</string> </property> <property name="text"> - <string>Rebase</string> + <string>Uncommit</string> </property> </widget> </item> @@ -659,11 +679,13 @@ <tabstop>userNameEdit</tabstop> <tabstop>emailEdit</tabstop> <tabstop>closeheadCheckBox</tabstop> + <tabstop>fastexportCheckBox</tabstop> <tabstop>gpgCheckBox</tabstop> <tabstop>histeditCheckBox</tabstop> <tabstop>largefilesCheckBox</tabstop> <tabstop>queuesCheckBox</tabstop> <tabstop>rebaseCheckBox</tabstop> + <tabstop>uncommitCheckBox</tabstop> <tabstop>lfFileSizeSpinBox</tabstop> <tabstop>lfFilePatternsEdit</tabstop> <tabstop>lfUserCachePicker</tabstop>