Hello community, here is the log from the commit of package libyui-qt-pkg for openSUSE:Factory checked in at 2014-03-21 12:13:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libyui-qt-pkg (Old) and /work/SRC/openSUSE:Factory/.libyui-qt-pkg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyui-qt-pkg" Changes: -------- --- /work/SRC/openSUSE:Factory/libyui-qt-pkg/libyui-qt-pkg.changes 2014-03-05 15:36:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libyui-qt-pkg.new/libyui-qt-pkg.changes 2014-03-21 12:13:57.000000000 +0100 @@ -1,0 +2,10 @@ +Wed Mar 12 15:19:22 UTC 2014 - mvid...@suse.com + +- Fixed hard-coded colors and improved code to accept stylesheets. +- Fixed empty icons in the help dialog. +- Removed the tab close button near the upper-right corner: + confusing. +- (all by tgoettlicher) +- 2.44.3 + +------------------------------------------------------------------- Old: ---- libyui-qt-pkg-2.44.2.tar.bz2 New: ---- libyui-qt-pkg-2.44.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libyui-qt-pkg-doc.spec ++++++ --- /var/tmp/diff_new_pack.oiLuVe/_old 2014-03-21 12:13:58.000000000 +0100 +++ /var/tmp/diff_new_pack.oiLuVe/_new 2014-03-21 12:13:58.000000000 +0100 @@ -17,7 +17,7 @@ Name: libyui-qt-pkg-doc -Version: 2.44.2 +Version: 2.44.3 Release: 0 Source: libyui-qt-pkg-%{version}.tar.bz2 ++++++ libyui-qt-pkg.spec ++++++ --- /var/tmp/diff_new_pack.oiLuVe/_old 2014-03-21 12:13:58.000000000 +0100 +++ /var/tmp/diff_new_pack.oiLuVe/_new 2014-03-21 12:13:58.000000000 +0100 @@ -17,7 +17,7 @@ Name: libyui-qt-pkg -Version: 2.44.2 +Version: 2.44.3 Release: 0 Source: libyui-qt-pkg-%{version}.tar.bz2 ++++++ libyui-qt-pkg-2.44.2.tar.bz2 -> libyui-qt-pkg-2.44.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/ChangeLog new/libyui-qt-pkg-2.44.3/ChangeLog --- old/libyui-qt-pkg-2.44.2/ChangeLog 2014-03-04 13:35:48.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/ChangeLog 2014-03-12 16:25:47.000000000 +0100 @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Wed Mar 12 15:19:22 UTC 2014 - mvid...@suse.com + +- Fixed hard-coded colors and improved code to accept stylesheets. +- Fixed empty icons in the help dialog. +- Removed the tab close button near the upper-right corner: + confusing. +- (all by tgoettlicher) +- 2.44.3 + +------------------------------------------------------------------- Tue Mar 4 12:08:08 UTC 2014 - mvid...@suse.com - fix actions in the package context menu (bnc#866038) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/VERSION.cmake new/libyui-qt-pkg-2.44.3/VERSION.cmake --- old/libyui-qt-pkg-2.44.2/VERSION.cmake 2014-03-04 13:35:48.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/VERSION.cmake 2014-03-12 16:25:47.000000000 +0100 @@ -1,6 +1,6 @@ SET( VERSION_MAJOR "2" ) SET( VERSION_MINOR "44" ) -SET( VERSION_PATCH "2" ) +SET( VERSION_PATCH "3" ) SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" ) ##### This is need for the libyui core, ONLY. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/src/YQPackageSelector.cc new/libyui-qt-pkg-2.44.3/src/YQPackageSelector.cc --- old/libyui-qt-pkg-2.44.2/src/YQPackageSelector.cc 2014-02-21 15:09:38.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/src/YQPackageSelector.cc 2014-03-12 16:25:47.000000000 +0100 @@ -1515,14 +1515,14 @@ void YQPackageSelector::showProducts() { - YQPkgProductDialog::showProductDialog(); + YQPkgProductDialog::showProductDialog(this); } void YQPackageSelector::showHistory() { - YQPkgHistoryDialog::showHistoryDialog(); + YQPkgHistoryDialog::showHistoryDialog(this); } void diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/src/YQPackageSelectorHelp.cc new/libyui-qt-pkg-2.44.3/src/YQPackageSelectorHelp.cc --- old/libyui-qt-pkg-2.44.2/src/YQPackageSelectorHelp.cc 2014-02-21 15:09:38.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/src/YQPackageSelectorHelp.cc 2014-03-12 16:25:47.000000000 +0100 @@ -246,7 +246,8 @@ const QString & summary, const QString & explanation ) { - QString imgPath = HELP_ICONS_DIR; + //FIXME: This should be HELP_ICONS_DIR but is set wrong by libyui + QString imgPath = "/usr/share/YaST2/images"; QString html = "<tr valign='top'>"; html += "<td><img src=\"" + imgPath + "/" + imgFileName + "\"></td>" + "<td>" + summary + "</td>" @@ -342,9 +343,7 @@ { QString html = "<tr valign='top'>"; html += - "<td><table bgcolor='" - + QApplication::palette().color( QPalette::Active, QPalette::Base).name() - + "'><tr><td align='center'><b>" + "<td><table><tr><td align='center'><b>" + key + "</b></td></tr></table></td>" + "<td>" + summary + "</td>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/src/YQPkgConflictList.cc new/libyui-qt-pkg-2.44.3/src/YQPkgConflictList.cc --- old/libyui-qt-pkg-2.44.2/src/YQPkgConflictList.cc 2014-02-21 15:09:38.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/src/YQPkgConflictList.cc 2014-03-12 16:25:47.000000000 +0100 @@ -267,9 +267,6 @@ { QFrame * frame = new QFrame( this ); frame->setProperty( "class", "conflict-frame" ); - frame->setStyleSheet( "background-color: " + - QApplication::palette().color( QPalette::Active, QPalette::Base ).name() + - ";" ); QHBoxLayout * hbox = new QHBoxLayout( frame ); @@ -280,7 +277,7 @@ QString text = fromUTF8( problem()->description() ); QLabel * heading = new QLabel( text, this ); heading->setProperty( "class", "conflict-heading" ); - heading->setStyleSheet( "font-size: +2; color: red; font: bold;" ); + heading->setStyleSheet( "font-size: +2; font: bold;" ); hbox->addWidget( heading ); hbox->addStretch( 1 ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/src/YQPkgFilterTab.cc new/libyui-qt-pkg-2.44.3/src/YQPkgFilterTab.cc --- old/libyui-qt-pkg-2.44.2/src/YQPkgFilterTab.cc 2014-02-21 15:09:38.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/src/YQPkgFilterTab.cc 2014-03-12 16:25:47.000000000 +0100 @@ -92,7 +92,6 @@ , diskUsageList(0) , rightPane(0) , viewButton(0) - , closeButton(0) , tabContextMenu(0) , tabContextMenuPage(0) {} @@ -105,8 +104,7 @@ YQPkgDiskUsageList * diskUsageList; QWidget * rightPane; QPushButton * viewButton; - QToolButton * closeButton; - QMenu * tabContextMenu; + QMenu * tabContextMenu; QAction * actionMovePageLeft; QAction * actionMovePageRight; QAction * actionClosePage; @@ -181,24 +179,13 @@ #endif // VIEW_BUTTON_LEFT - QMenu * menu = new QMenu(); + QMenu * menu = new QMenu( priv->viewButton ); YUI_CHECK_NEW( menu ); priv->viewButton->setMenu( menu ); - menu->setTearOffEnabled( true ); connect( menu, SIGNAL( triggered( QAction * ) ), this, SLOT ( showPage ( QAction * ) ) ); - - priv->closeButton = new QToolButton( buttonBox ); - YUI_CHECK_NEW( priv->closeButton ); - buttonBoxLayout->addWidget( priv->closeButton ); - priv->closeButton->setIcon( YQIconPool::tabRemove() ); - priv->closeButton->setToolTip( _( "Close the current page" ) ); - - connect( priv->closeButton, SIGNAL( clicked() ), - this, SLOT ( closeCurrentPage() ) ); - #endif // SHOW_ONLY_IMPORTANT_PAGES @@ -332,7 +319,6 @@ #if ! SHOW_ONLY_IMPORTANT_PAGES page->tabIndex = tabBar()->addTab( pageLabel ); - priv->closeButton->setEnabled( tabBar()->count() > 1 && page->closeEnabled ); #endif } @@ -392,7 +378,6 @@ priv->filtersWidgetStack->setCurrentWidget( page->content ); tabBar()->setCurrentIndex( page->tabIndex ); - priv->closeButton->setEnabled( tabBar()->count() > 1 && page->closeEnabled ); priv->tabContextMenuPage = page; emit currentChanged( page->content ); @@ -413,8 +398,6 @@ { (*it)->tabIndex = -1; } - - priv->closeButton->setEnabled( false ); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/src/YQPkgGenericDetailsView.cc new/libyui-qt-pkg-2.44.3/src/YQPkgGenericDetailsView.cc --- old/libyui-qt-pkg-2.44.2/src/YQPkgGenericDetailsView.cc 2014-02-21 15:09:38.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/src/YQPkgGenericDetailsView.cc 2014-03-12 16:25:47.000000000 +0100 @@ -68,9 +68,6 @@ "font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;" "font-weight: normal;" "font-size: small;" - ";color: " - + QApplication::palette().color( QPalette::Active, QPalette::Base).name() + - ";" "width: 100%;" "" "border: 1px;" @@ -79,25 +76,16 @@ "" "table.stats td" "{" - ";color: " - + QApplication::palette().color( QPalette::Active, QPalette::WindowText).name() + - ";" "padding: 4px;" "text-align: left;" - "border: 1px " - + QApplication::palette().color( QPalette::Active, QPalette::Base).name() + - " solid;}" + "border: 1px; solid;" + "}" "" "table.stats td.hed" "{" - ";color: " - + QApplication::palette().color( QPalette::Active, QPalette::Base).name() + - ";" "padding: 4px;" "text-align: left;" - "border-bottom: 2px " - + QApplication::palette().color( QPalette::Active, QPalette::Base).name() + - " solid;" + "border-bottom: 2px; solid;" "font-size: small;" "font-weight: bold;} "; @@ -266,19 +254,7 @@ QString YQPkgGenericDetailsView::hcell( QString contents ) { - - - - QString html = "<td"; - - if ( ! YQUI::ui()->usingVisionImpairedPalette() ) - html += " bgcolor=\"" - + QApplication::palette().color( QPalette::Active, QPalette::Window).name() - + "\""; - - html += ">" + contents + "</td>"; - - return html; + return "<td>" + contents + "</td>"; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/src/YQPkgHistoryDialog.cc new/libyui-qt-pkg-2.44.3/src/YQPkgHistoryDialog.cc --- old/libyui-qt-pkg-2.44.2/src/YQPkgHistoryDialog.cc 2014-02-21 15:09:38.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/src/YQPkgHistoryDialog.cc 2014-03-12 16:25:47.000000000 +0100 @@ -157,9 +157,9 @@ void -YQPkgHistoryDialog::showHistoryDialog() +YQPkgHistoryDialog::showHistoryDialog( QWidget* parent) { - YQPkgHistoryDialog dialog( 0 ); + YQPkgHistoryDialog dialog( parent ); dialog.exec(); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/src/YQPkgHistoryDialog.h new/libyui-qt-pkg-2.44.3/src/YQPkgHistoryDialog.h --- old/libyui-qt-pkg-2.44.2/src/YQPkgHistoryDialog.h 2014-02-21 15:09:38.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/src/YQPkgHistoryDialog.h 2014-03-12 16:25:47.000000000 +0100 @@ -61,7 +61,7 @@ /** * Static convenience method: Post a History dialog for pkg 'pkgName'. **/ - static void showHistoryDialog(); + static void showHistoryDialog( QWidget* parent = 0); /** * Returns the preferred size. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/src/YQPkgList.cc new/libyui-qt-pkg-2.44.3/src/YQPkgList.cc --- old/libyui-qt-pkg-2.44.2/src/YQPkgList.cc 2014-03-04 13:35:48.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/src/YQPkgList.cc 2014-03-12 16:25:47.000000000 +0100 @@ -967,60 +967,4 @@ return YQPkgObjListItem::operator<( otherListViewItem ); } -#if 0 -void -YQPkgListItem::paintCell( QPainter * painter, - const QColorGroup & colorGroup, - int column, - int width, - int alignment ) -{ -#if FIXME - if ( isDimmed() && ! YQUI::ui()->usingVisionImpairedPalette() ) - { - QColorGroup cg = colorGroup; - cg.setColor( QColorGroup::Text, QColor( 0xA0, 0xA0, 0xA0 ) ); - - QTreeWidgetItem::paintCell( painter, cg, column, width, alignment ); - } - else - { - if ( installedIsNewer() ) - { - QColorGroup cg = colorGroup; - - if ( ! YQUI::ui()->usingVisionImpairedPalette() ) - { - if ( column == instVersionCol() ) - cg.setColor( QColorGroup::Base, QColor( 0xFF, 0x30, 0x30 ) ); // Background - else - cg.setColor( QColorGroup::Text, QColor( 0xFF, 0, 0 ) ); // Foreground - } - - QTreeWidgetItem::paintCell( painter, cg, column, width, alignment ); - } - else if ( candidateIsNewer() ) - { - QColorGroup cg = colorGroup; - - if ( ! YQUI::ui()->usingVisionImpairedPalette() ) - { - cg.setColor( QColorGroup::Text, QColor( 0, 0, 0xC0 ) ); // Foreground - - if ( column == versionCol() ) - cg.setColor( QColorGroup::Base, QColor( 0xF0, 0xF0, 0xF0 ) ); // Background - } - - QTreeWidgetItem::paintCell( painter, cg, column, width, alignment ); - } - else - { - QTreeWidgetItem::paintCell( painter, colorGroup, column, width, alignment ); - } - } -#endif -} -#endif - - #include "YQPkgList.moc" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/src/YQPkgObjList.cc new/libyui-qt-pkg-2.44.3/src/YQPkgObjList.cc --- old/libyui-qt-pkg-2.44.2/src/YQPkgObjList.cc 2014-03-04 13:35:48.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/src/YQPkgObjList.cc 2014-03-12 16:25:47.000000000 +0100 @@ -782,7 +782,6 @@ Q_CHECK_PTR( item ); item->setText( nameCol() >= 0 ? nameCol() : 0, text ); - item->setBackgroundColor( 0, QColor( 0xE0, 0xE0, 0xF8 ) ); } @@ -1007,8 +1006,6 @@ { if ( versionCol() >= 0 ) { - setBackgroundColor( versionCol(), _pkgObjList->palette().color( QPalette::AlternateBase ) ); - if ( installed ) { if ( zyppObj() != installed && diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/src/YQPkgPatchList.cc new/libyui-qt-pkg-2.44.3/src/YQPkgPatchList.cc --- old/libyui-qt-pkg-2.44.2/src/YQPkgPatchList.cc 2014-02-21 15:09:38.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/src/YQPkgPatchList.cc 2014-03-12 16:25:47.000000000 +0100 @@ -72,7 +72,6 @@ virtual void paint ( QPainter * painter, const QStyleOptionViewItem & option, const QModelIndex & index ) const { painter->save(); - //QColor background = option.palette.color(QPalette::Window); YQPkgPatchCategoryItem *citem = dynamic_cast<YQPkgPatchCategoryItem *>(_view->itemFromIndex(index)); // special painting for category items @@ -84,7 +83,6 @@ f.setPixelSize( (int) ( fm.height() * 1.05 ) ); citem->setFont(_view->summaryCol(), f); - painter->fillRect(option.rect, option.palette.color(QPalette::AlternateBase)); QItemDelegate::paint(painter, option, index); painter->restore(); return; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/src/YQPkgPatternList.cc new/libyui-qt-pkg-2.44.3/src/YQPkgPatternList.cc --- old/libyui-qt-pkg-2.44.2/src/YQPkgPatternList.cc 2014-02-21 15:09:38.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/src/YQPkgPatternList.cc 2014-03-12 16:25:47.000000000 +0100 @@ -71,7 +71,6 @@ virtual void paint ( QPainter * painter, const QStyleOptionViewItem & option, const QModelIndex & index ) const { painter->save(); - //QColor background = option.palette.color(QPalette::Window); YQPkgPatternCategoryItem *citem = dynamic_cast<YQPkgPatternCategoryItem *>(_view->itemFromIndex(index)); // special painting for category items @@ -84,7 +83,6 @@ f.setPixelSize( (int) ( fm.height() * 1.1 ) ); citem->setFont(_view->summaryCol(), f); - painter->fillRect(option.rect, option.palette.color(QPalette::AlternateBase)); QItemDelegate::paint(painter, option, index); painter->restore(); return; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/src/YQPkgProductDialog.cc new/libyui-qt-pkg-2.44.3/src/YQPkgProductDialog.cc --- old/libyui-qt-pkg-2.44.2/src/YQPkgProductDialog.cc 2014-02-21 15:09:38.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/src/YQPkgProductDialog.cc 2014-03-12 16:25:47.000000000 +0100 @@ -168,9 +168,9 @@ void -YQPkgProductDialog::showProductDialog() +YQPkgProductDialog::showProductDialog( QWidget* parent) { - YQPkgProductDialog dialog( 0 ); + YQPkgProductDialog dialog( parent ); dialog.exec(); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/src/YQPkgProductDialog.h new/libyui-qt-pkg-2.44.3/src/YQPkgProductDialog.h --- old/libyui-qt-pkg-2.44.2/src/YQPkgProductDialog.h 2014-02-21 15:09:38.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/src/YQPkgProductDialog.h 2014-03-12 16:25:47.000000000 +0100 @@ -61,7 +61,7 @@ /** * Static convenience method: Post a dialog with all products **/ - static void showProductDialog(); + static void showProductDialog( QWidget* parent = 0); /** * Returns the preferred size. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/src/YQPkgTextDialog.cc new/libyui-qt-pkg-2.44.3/src/YQPkgTextDialog.cc --- old/libyui-qt-pkg-2.44.2/src/YQPkgTextDialog.cc 2014-02-21 15:09:38.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/src/YQPkgTextDialog.cc 2014-03-12 16:25:47.000000000 +0100 @@ -313,9 +313,7 @@ YQPkgTextDialog::htmlHeading( const QString & text ) { QString html = - "<table bgcolor=" - + QApplication::palette().color( QPalette::Active, QPalette::Base).name() - + "><tr><td><b>" + "<table><tr><td><b>" + text + "</b></td></tr></table><br>"; @@ -337,9 +335,7 @@ QString summary = fromUTF8( zyppObj->summary() ); QString html = - "<table bgcolor=" - + QApplication::palette().color( QPalette::Active, QPalette::Base).name() - + "><tr><td><b>" + "<table><tr><td><b>" + fromUTF8( zyppObj->name() ) + "</b>"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/src/YQPkgUpdateProblemFilterView.cc new/libyui-qt-pkg-2.44.3/src/YQPkgUpdateProblemFilterView.cc --- old/libyui-qt-pkg-2.44.2/src/YQPkgUpdateProblemFilterView.cc 2014-02-21 15:09:38.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/src/YQPkgUpdateProblemFilterView.cc 2014-03-12 16:25:47.000000000 +0100 @@ -61,9 +61,7 @@ <br>\n\ <h2>Update Problem</h2>\n\ <p>\n\ -<font color='blue'>\n\ The packages in this list cannot be updated automatically.\n\ -</font>\n\ </p>\n\ <p>Possible reasons:</p>\n\ <ul>\n\ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-pkg-2.44.2/src/YQPkgVersionsView.cc new/libyui-qt-pkg-2.44.3/src/YQPkgVersionsView.cc --- old/libyui-qt-pkg-2.44.2/src/YQPkgVersionsView.cc 2014-02-21 15:09:38.000000000 +0100 +++ new/libyui-qt-pkg-2.44.3/src/YQPkgVersionsView.cc 2014-03-12 16:25:47.000000000 +0100 @@ -145,13 +145,6 @@ _layout = new QVBoxLayout( _content ); _content->setLayout( _layout ); - // also paint the scrollarea background - setPalette( QApplication::palette().color( QPalette::Active, QPalette::Base ) ); - setAutoFillBackground( true ); - - _content->setPalette( QApplication::palette().color( QPalette::Active, QPalette::Base ) ); - _content->setAutoFillBackground( true ); - QLabel * pkgNameLabel = new QLabel( this ); if ( ! selectable->theObj() ) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org