diff -r 67c7ffaed401 -r b6390d242303 Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui --- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui Fri Feb 10 19:33:45 2012 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui Sat Feb 11 14:54:14 2012 +0100 @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>800</width> + <width>1000</width> <height>800</height> </rect> </property> @@ -279,7 +279,7 @@ <number>10000</number> </property> <property name="value"> - <number>100</number> + <number>20</number> </property> </widget> </item> @@ -337,6 +337,33 @@ </widget> </item> <item> + <widget class="Line" name="phaseLine"> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <property name="lineWidth"> + <number>2</number> + </property> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="phaseButton"> + <property name="toolTip"> + <string>Change the phase of the selected revisions</string> + </property> + <property name="whatsThis"> + <string><b>Change Phase</b> +<p>This changes the phase of the selected revisions. The selected revisions have to have the same current phase.</p></string> + </property> + <property name="text"> + <string>Change Phase</string> + </property> + </widget> + </item> + <item> <spacer> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -468,6 +495,7 @@ <tabstop>diffP1Button</tabstop> <tabstop>diffP2Button</tabstop> <tabstop>diffRevisionsButton</tabstop> + <tabstop>phaseButton</tabstop> <tabstop>input</tabstop> <tabstop>passwordCheckBox</tabstop> <tabstop>sendButton</tabstop>