Hello community,
here is the log from the commit of package libyui-qt for openSUSE:Factory
checked in at 2015-02-10 10:46:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-qt (Old)
and /work/SRC/openSUSE:Factory/.libyui-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyui-qt"
Changes:
--------
libyui-qt.changes: same change
Old:
----
libyui-qt-2.46.16.tar.bz2
New:
----
libyui-qt-2.46.15.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libyui-qt-doc.spec ++++++
--- /var/tmp/diff_new_pack.JSES0F/_old 2015-02-10 10:46:15.000000000 +0100
+++ /var/tmp/diff_new_pack.JSES0F/_new 2015-02-10 10:46:15.000000000 +0100
@@ -17,7 +17,7 @@
Name: libyui-qt-doc
-Version: 2.46.16
+Version: 2.46.15
Release: 0
Source: libyui-qt-%{version}.tar.bz2
++++++ libyui-qt.spec ++++++
--- /var/tmp/diff_new_pack.JSES0F/_old 2015-02-10 10:46:15.000000000 +0100
+++ /var/tmp/diff_new_pack.JSES0F/_new 2015-02-10 10:46:15.000000000 +0100
@@ -17,7 +17,7 @@
Name: libyui-qt
-Version: 2.46.16
+Version: 2.46.15
Release: 0
Source: libyui-qt-%{version}.tar.bz2
++++++ libyui-qt-2.46.16.tar.bz2 -> libyui-qt-2.46.15.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libyui-qt-2.46.16/ChangeLog
new/libyui-qt-2.46.15/ChangeLog
--- old/libyui-qt-2.46.16/ChangeLog 2015-02-04 12:49:12.000000000 +0100
+++ new/libyui-qt-2.46.15/ChangeLog 2015-01-30 14:34:12.000000000 +0100
@@ -1,11 +1,4 @@
-------------------------------------------------------------------
-Tue Feb 3 12:38:23 UTC 2015 - [email protected]
-
-- include Help and Release notes buttons in keyboard shortcut
- resolution (bsc#880983)
-- 2.46.16
-
--------------------------------------------------------------------
Fri Jan 30 13:52:57 UTC 2015 - [email protected]
- added keyboard shortcuts to Help and Release Notes buttons
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libyui-qt-2.46.16/VERSION.cmake
new/libyui-qt-2.46.15/VERSION.cmake
--- old/libyui-qt-2.46.16/VERSION.cmake 2015-02-04 12:49:12.000000000 +0100
+++ new/libyui-qt-2.46.15/VERSION.cmake 2015-01-30 14:34:12.000000000 +0100
@@ -1,6 +1,6 @@
SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "46")
-SET(VERSION_PATCH "16")
+SET(VERSION_PATCH "15")
SET( VERSION
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
##### This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libyui-qt-2.46.16/src/YQGenericButton.cc
new/libyui-qt-2.46.15/src/YQGenericButton.cc
--- old/libyui-qt-2.46.16/src/YQGenericButton.cc 2015-02-04
12:49:12.000000000 +0100
+++ new/libyui-qt-2.46.15/src/YQGenericButton.cc 2014-02-21
15:05:58.000000000 +0100
@@ -233,9 +233,5 @@
return true;
}
-void YQGenericButton::setShortcut ( const QKeySequence & key )
-{
- _qPushButton->setShortcut (key );
-}
#include "YQGenericButton.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libyui-qt-2.46.16/src/YQGenericButton.h
new/libyui-qt-2.46.15/src/YQGenericButton.h
--- old/libyui-qt-2.46.16/src/YQGenericButton.h 2015-02-04 12:49:12.000000000
+0100
+++ new/libyui-qt-2.46.15/src/YQGenericButton.h 2014-02-21 15:05:58.000000000
+0100
@@ -128,10 +128,6 @@
**/
YQDialog * yQDialog() const { return _dialog; }
- /**
- * Set the keyboard shortcut (e.g. F1 for help)
- */
- void setShortcut ( const QKeySequence & key );
public slots:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libyui-qt-2.46.16/src/YQWizard.cc
new/libyui-qt-2.46.15/src/YQWizard.cc
--- old/libyui-qt-2.46.16/src/YQWizard.cc 2015-02-04 12:49:12.000000000
+0100
+++ new/libyui-qt-2.46.15/src/YQWizard.cc 2015-01-30 14:34:12.000000000
+0100
@@ -854,7 +854,7 @@
// Help button
// QT handles duplicate shortcuts, it can be kept (bnc#880983)
- _helpButton = new YQWizardButton( this, parent, _( "&Help"
).toStdString());
+ _helpButton = new QPushButton( _( "&Help" ), parent );
YUI_CHECK_NEW( _helpButton );
_helpButton->setShortcut( Qt::Key_F1 );
@@ -871,7 +871,7 @@
// Release Notes button
// QT handles duplicate shortcuts, it can be kept (bnc#880983)
- _releaseNotesButton = new YQWizardButton( this, parent, _( "&Release
Notes" ).toStdString ());
+ _releaseNotesButton = new QPushButton( _( "&Release Notes" ), parent );
YUI_CHECK_NEW( _releaseNotesButton );
hbox->addWidget( _releaseNotesButton );
connect( _releaseNotesButton, &pclass(_releaseNotesButton)::clicked,
@@ -1311,7 +1311,7 @@
}
// QT handles duplicate shortcuts, it can be kept
- _releaseNotesButton->setLabel( fromUTF8( label ) );
+ _releaseNotesButton->setText( fromUTF8( label ) );
_releaseNotesButtonId = id;
_releaseNotesButtonLabel = label;
@@ -1337,7 +1337,7 @@
if ( _helpButton )
// "Help" button
// QT handles duplicate shortcuts, it can be kept (bnc#880983)
- _helpButton->setLabel( _( "&Help" ) );
+ _helpButton->setText( _( "&Help" ) );
if ( _stepsButton )
// "Steps" button
@@ -1352,7 +1352,7 @@
if ( _releaseNotesButton )
// "Release Notes" button
// QT handles duplicate shortcuts, it can be kept (bnc#880983)
- _releaseNotesButton->setLabel( _( "&Release Notes" ) );
+ _releaseNotesButton->setText( _( "&Release Notes" ) );
if ( _helpDlg )
_helpDlg->retranslate();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libyui-qt-2.46.16/src/YQWizard.h
new/libyui-qt-2.46.15/src/YQWizard.h
--- old/libyui-qt-2.46.16/src/YQWizard.h 2015-02-04 12:49:12.000000000
+0100
+++ new/libyui-qt-2.46.15/src/YQWizard.h 2015-01-30 14:34:12.000000000
+0100
@@ -575,10 +575,10 @@
QStackedWidget * _sideBar;
QWidget * _stepsPanel;
- YQWizardButton * _releaseNotesButton;
+ QPushButton * _releaseNotesButton;
static std::string _releaseNotesButtonId;
static std::string _releaseNotesButtonLabel;
- YQWizardButton * _helpButton;
+ QPushButton * _helpButton;
QPushButton * _stepsButton;
QPushButton * _treeButton;
QFrame * _treePanel;
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]