Hello community, here is the log from the commit of package yast2-control-center for openSUSE:Factory checked in at Thu Oct 13 16:21:24 CEST 2011.
-------- --- openSUSE:Factory/yast2-control-center/yast2-control-center.changes 2011-09-23 12:53:06.000000000 +0200 +++ yast2-control-center/yast2-control-center.changes 2011-10-13 13:48:15.000000000 +0200 @@ -1,0 +2,18 @@ +Thu Oct 13 13:47:26 CEST 2011 - [email protected] + +- Fixed bnc#723396: added comment desktop file +- Version: 2.21.7 + +------------------------------------------------------------------- +Fri Aug 19 14:49:03 CEST 2011 - [email protected] + +- Fixed bnc#553189: yast2 control center (qt) does not print commands anymore +- Version: 2.21.6 + +------------------------------------------------------------------- +Fri Aug 19 12:01:25 CEST 2011 - [email protected] + +- Fixed bnc#549863: useless context menu in category-dock-widget +- Version: 2.21.5 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-control-center-2.21.4.tar.bz2 New: ---- yast2-control-center-2.21.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-control-center.spec ++++++ --- /var/tmp/diff_new_pack.uIRiP6/_old 2011-10-13 16:21:21.000000000 +0200 +++ /var/tmp/diff_new_pack.uIRiP6/_new 2011-10-13 16:21:21.000000000 +0200 @@ -18,11 +18,11 @@ Name: yast2-control-center -Version: 2.21.4 -Release: 1 +Version: 2.21.7 +Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-control-center-2.21.4.tar.bz2 +Source0: yast2-control-center-2.21.7.tar.bz2 Group: System/YaST License: GPLv2+ BuildRequires: libdrm-devel libjpeg-devel libqt4-devel pkgconfig update-desktop-files yast2-devtools @@ -37,7 +37,6 @@ This package contains the menu selection component for YaST2. %package qt - Summary: YaST2 - Control Center (Qt Version) Requires: yast2-control-center Provides: yast2-control-center-binary ++++++ yast2-control-center-2.21.4.tar.bz2 -> yast2-control-center-2.21.7.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-control-center-2.21.4/VERSION.cmake new/yast2-control-center-2.21.7/VERSION.cmake --- old/yast2-control-center-2.21.4/VERSION.cmake 2011-08-05 14:50:14.000000000 +0200 +++ new/yast2-control-center-2.21.7/VERSION.cmake 2011-10-13 13:48:00.000000000 +0200 @@ -1,3 +1,3 @@ SET(VERSION_MAJOR "2") SET(VERSION_MINOR "21") -SET(VERSION_PATCH "4") +SET(VERSION_PATCH "7") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-control-center-2.21.4/package/yast2-control-center.changes new/yast2-control-center-2.21.7/package/yast2-control-center.changes --- old/yast2-control-center-2.21.4/package/yast2-control-center.changes 2011-08-05 14:50:14.000000000 +0200 +++ new/yast2-control-center-2.21.7/package/yast2-control-center.changes 2011-10-13 13:48:00.000000000 +0200 @@ -1,4 +1,22 @@ ------------------------------------------------------------------- +Thu Oct 13 13:47:26 CEST 2011 - [email protected] + +- Fixed bnc#723396: added comment desktop file +- Version: 2.21.7 + +------------------------------------------------------------------- +Fri Aug 19 14:49:03 CEST 2011 - [email protected] + +- Fixed bnc#553189: yast2 control center (qt) does not print commands anymore +- Version: 2.21.6 + +------------------------------------------------------------------- +Fri Aug 19 12:01:25 CEST 2011 - [email protected] + +- Fixed bnc#549863: useless context menu in category-dock-widget +- Version: 2.21.5 + +------------------------------------------------------------------- Fri Aug 5 14:48:57 CEST 2011 - [email protected] - Added application icon (bnc #621010) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-control-center-2.21.4/src/YaST.desktop new/yast2-control-center-2.21.7/src/YaST.desktop --- old/yast2-control-center-2.21.4/src/YaST.desktop 2011-08-05 14:50:14.000000000 +0200 +++ new/yast2-control-center-2.21.7/src/YaST.desktop 2011-10-13 13:48:00.000000000 +0200 @@ -6,3 +6,4 @@ GenericName=Control Center Exec=/usr/bin/xdg-su -c /sbin/yast2 Encoding=UTF-8 +Comment=Manage system-wide settings diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-control-center-2.21.4/src/main_window.cpp new/yast2-control-center-2.21.7/src/main_window.cpp --- old/yast2-control-center-2.21.4/src/main_window.cpp 2011-08-05 14:50:14.000000000 +0200 +++ new/yast2-control-center-2.21.7/src/main_window.cpp 2011-10-13 13:48:00.000000000 +0200 @@ -16,6 +16,7 @@ #include <rpc/types.h> #include <stdlib.h> #include <time.h> +#include <iostream> #include <QApplication> #include <QLayout> @@ -304,6 +305,7 @@ QApplication::setOverrideCursor(Qt::WaitCursor); qDebug() << "Run command: " << cmd.toAscii(); + std::cout << "Run command: " << qPrintable(cmd) << std::endl; //Translators: module name comes here (%1) e.g. HTTP server, Scanner,... QString msg = _("Starting configuration module \"%1\"...").arg( name ); statusBar()->showMessage( msg, 2000 ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-control-center-2.21.4/src/main_window.h new/yast2-control-center-2.21.7/src/main_window.h --- old/yast2-control-center-2.21.4/src/main_window.h 2011-08-05 14:50:14.000000000 +0200 +++ new/yast2-control-center-2.21.7/src/main_window.h 2011-10-13 13:48:00.000000000 +0200 @@ -19,6 +19,7 @@ #include <QMainWindow> +#include <QMenu> #include <QAction> #include <QCloseEvent> @@ -37,6 +38,7 @@ void setFullScreen( bool fs); void setNoBorder( bool nb ); + QMenu* createPopupMenu () { return NULL; }; protected slots: void slotGroupPressed( const QModelIndex &index ); @@ -64,6 +66,7 @@ void setWinTitle(); QSize readGroupViewSize(); + QDockWidget *groupdock; }; continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
