Mailinglist Archive: yast-commit (939 mails)

< Previous Next >
[yast-commit] r53707 - in /trunk/qt: VERSION.cmake package/yast2-qt.changes src/YQWizard.cc
  • From: sh-sh-sh@xxxxxxxxxxxxxxxx
  • Date: Fri, 28 Nov 2008 12:42:03 -0000
  • Message-id: <20081128124203.442E3B7D8D@xxxxxxxxxxxxxxxx>
Author: sh-sh-sh
Date: Fri Nov 28 13:42:02 2008
New Revision: 53707

URL: http://svn.opensuse.org/viewcvs/yast?rev=53707&view=rev
Log:
Last fix (bnc #449804) breaks yast2 sysconfig editor - use
QHeaderView::ResizeToContents instead of QHeaderView::Stretch

Modified:
trunk/qt/VERSION.cmake
trunk/qt/package/yast2-qt.changes
trunk/qt/src/YQWizard.cc

Modified: trunk/qt/VERSION.cmake
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/qt/VERSION.cmake?rev=53707&r1=53706&r2=53707&view=diff
==============================================================================
--- trunk/qt/VERSION.cmake (original)
+++ trunk/qt/VERSION.cmake Fri Nov 28 13:42:02 2008
@@ -1,3 +1,3 @@
SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "17")
-SET(VERSION_PATCH "22")
+SET(VERSION_PATCH "23")

Modified: trunk/qt/package/yast2-qt.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/qt/package/yast2-qt.changes?rev=53707&r1=53706&r2=53707&view=diff
==============================================================================
--- trunk/qt/package/yast2-qt.changes (original)
+++ trunk/qt/package/yast2-qt.changes Fri Nov 28 13:42:02 2008
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Fri Nov 28 13:38:04 CET 2008 - sh@xxxxxxx
+
+- Last fix (bnc #449804) breaks yast2 sysconfig editor - use
+ QHeaderView::ResizeToContents instead of QHeaderView::Stretch
+- V 2.17.23
+
+-------------------------------------------------------------------
Fri Nov 28 12:12:01 CET 2008 - sh@xxxxxxx

- Fixed bnc #449804: Wizard navigation tree always cuts off items

Modified: trunk/qt/src/YQWizard.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/qt/src/YQWizard.cc?rev=53707&r1=53706&r2=53707&view=diff
==============================================================================
--- trunk/qt/src/YQWizard.cc (original)
+++ trunk/qt/src/YQWizard.cc Fri Nov 28 13:42:02 2008
@@ -510,7 +510,7 @@
vbox->addWidget( _tree );

_tree->header()->hide();
- _tree->header()->setResizeMode( 0, QHeaderView::Stretch );
+ _tree->header()->setResizeMode( 0, QHeaderView::ResizeToContents );

_tree->setRootIsDecorated( true );
_tree->setSortByInsertionSequence( true );

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages