Hello community,

here is the log from the commit of package libyui-qt for openSUSE:Factory 
checked in at 2013-10-20 10:52:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-qt (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-qt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-qt/libyui-qt.changes      2013-08-10 
12:18:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-qt.new/libyui-qt.changes 2013-10-20 
10:52:58.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Oct 16 09:23:40 UTC 2013 - [email protected]
+
+- added possibility to show release notes button in dialog heading
+  (fate#314695)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
libyui-qt.spec: same change
++++++ libyui-qt-2.43.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.43.5/ChangeLog 
new/libyui-qt-2.43.5/ChangeLog
--- old/libyui-qt-2.43.5/ChangeLog      2013-08-06 15:38:40.000000000 +0200
+++ new/libyui-qt-2.43.5/ChangeLog      2013-10-17 10:23:58.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Oct 16 09:23:40 UTC 2013 - [email protected]
+
+- added possibility to show release notes button in dialog heading
+  (fate#314695)
+
+-------------------------------------------------------------------
 Tue Aug  6 14:46:19 CEST 2013 - [email protected]
 
 - fixed dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.43.5/src/YQWizard.cc 
new/libyui-qt-2.43.5/src/YQWizard.cc
--- old/libyui-qt-2.43.5/src/YQWizard.cc        2013-08-06 15:38:40.000000000 
+0200
+++ new/libyui-qt-2.43.5/src/YQWizard.cc        2013-10-17 10:23:58.000000000 
+0200
@@ -275,18 +275,6 @@
     QY2Styler::styler()->registerChildWidget( this, _stepsPanel );
     _stepsPanel->setProperty( "class", "steps QFrame" );
 
-    // Steps panel bottom buttons ("Help", "Release Notes")
-
-    // Layouts for the buttons
-
-    _releaseNotesButton = new QPushButton( _( "Release Notes..." ), 
_stepsPanel );
-    _releaseNotesButton->setSizePolicy( QSizePolicy( QSizePolicy::Preferred, 
QSizePolicy::Minimum ) ); // hor/vert
-
-    connect( _releaseNotesButton,      SIGNAL( clicked()  ),
-            this,                      SLOT  ( releaseNotesClicked() ) );
-
-    _releaseNotesButton->hide();       // hidden until 
showReleaseNotesButton() is called
-
     _stepsDirty = true; // no layout yet
 }
 
@@ -746,6 +734,15 @@
     _dialogHeading->setSizePolicy( QSizePolicy( QSizePolicy::Expanding, 
QSizePolicy::Minimum ) ); // hor/vert
     _dialogHeading->setObjectName( "DialogHeading" );
 
+    _releaseNotesButton = new QPushButton( _( "Release Notes..." ), _workArea 
);
+    YUI_CHECK_NEW( _workArea );
+    headingHBox->addWidget( _releaseNotesButton );
+    _releaseNotesButton->setSizePolicy( QSizePolicy( QSizePolicy::Preferred, 
QSizePolicy::Minimum ) ); // hor/vert
+
+    connect( _releaseNotesButton,      SIGNAL( clicked()  ),
+            this,                      SLOT  ( releaseNotesClicked() ) );
+
+    _releaseNotesButton->hide();       // hidden until 
showReleaseNotesButton() is called
 
     //
     // Client area (the part that belongs to the YCP application)
@@ -1227,8 +1224,6 @@
 
 void YQWizard::showReleaseNotesButton( const std::string & label, const 
std::string & id )
 {
-    return; // no longer supported!
-
     if ( ! _releaseNotesButton )
     {
        yuiError() << "NULL Release Notes button" << std::endl;

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to