diff -r e1b80fb11cc7 -r eaf5ed6ef298 eric6/Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui --- a/eric6/Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui Sat May 11 11:29:48 2019 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui Sun May 12 15:31:23 2019 +0200 @@ -93,6 +93,19 @@ <string>Log</string> </property> <layout class="QGridLayout" name="gridLayout_3"> + <item row="1" column="1"> + <widget class="QSpinBox" name="logWidthSpinBox"> + <property name="toolTip"> + <string>Enter the number of characters of the commit message to be shown in the list</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="minimum"> + <number>10</number> + </property> + </widget> + </item> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> @@ -113,6 +126,13 @@ </property> </widget> </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_7"> + <property name="text"> + <string>No. of message characters shown in list:</string> + </property> + </widget> + </item> <item row="0" column="2"> <spacer> <property name="orientation"> @@ -126,23 +146,13 @@ </property> </spacer> </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_7"> - <property name="text"> - <string>No. of message characters shown in list:</string> + <item row="2" column="0" colspan="3"> + <widget class="QCheckBox" name="startFullLogCheckBox"> + <property name="toolTip"> + <string>Select to show all incoming and the first batch of local changesets</string> </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QSpinBox" name="logWidthSpinBox"> - <property name="toolTip"> - <string>Enter the number of characters of the commit message to be shown in the list</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="minimum"> - <number>10</number> + <property name="text"> + <string>Start showing incoming and local changesets</string> </property> </widget> </item> @@ -359,6 +369,7 @@ <tabstop>hiddenChangesetsCheckBox</tabstop> <tabstop>logSpinBox</tabstop> <tabstop>logWidthSpinBox</tabstop> + <tabstop>startFullLogCheckBox</tabstop> <tabstop>commitSpinBox</tabstop> <tabstop>commitAuthorsSpinBox</tabstop> <tabstop>pullUpdateCheckBox</tabstop>