[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesdk/kbugbuster
From:       Jonathan Riddell <jr () jriddell ! org>
Date:       2005-02-22 20:57:25
Message-ID: 20050222205725.249D0ED8A () office ! kde ! org
[Download RAW message or body]

CVS commit by jriddell: 

Update to corporate identity guidelines colours


  M +8 -8      gui/cwbugdetailscontainer.cpp   1.24
  M +6 -6      gui/cwloadingwidget.cpp   1.7
  M +1 -1      pics/bars.png   1.3
  M +76 -28    pics/logo.png   1.3
  M            pics/top-right.png   1.2


--- kdesdk/kbugbuster/gui/cwbugdetailscontainer.cpp  #1.23:1.24
@@ -41,8 +41,8 @@ CWBugDetailsContainer::CWBugDetailsConta
 {
     // Do some stuff Designer can't do:
-    m_bugCloseBtn->setIconSet( SmallIconSet( "edittrash" ) );
-    m_bugCloseSilentlyBtn->setIconSet( SmallIconSet( "edittrash" ) );
+    m_bugCloseBtn->setIconSet( BarIconSet( "edittrash" ) );
+    m_bugCloseSilentlyBtn->setIconSet( BarIconSet( "edittrash" ) );
     m_bugReopenBtn->setIconSet( SmallIconSet( "idea" ) );
-    m_bugReassignBtn->setIconSet( SmallIconSet( "folder_new" ) );
+    m_bugReassignBtn->setIconSet( BarIconSet( "folder_new" ) );
     m_bugTitleBtn->setIconSet( SmallIconSet( "text_under" ) );
     m_bugSeverityBtn->setIconSet( SmallIconSet( "edit" ) );

--- kdesdk/kbugbuster/gui/cwloadingwidget.cpp  #1.6:1.7
@@ -49,9 +49,9 @@ void CWLoadingWidget::init( WidgetMode m
     QPalette pal = palette();
     pal.setColor( QPalette::Active,   QColorGroup::Background,
-                  QColor( 49, 121, 172 ) );
+                  QColor( 49, 121, 173 ) );
     pal.setColor( QPalette::Inactive, QColorGroup::Background,
-                  QColor( 49, 121, 172 ) );
+                  QColor( 49, 121, 173 ) );
     pal.setColor( QPalette::Disabled, QColorGroup::Background,
-                  QColor( 49, 121, 172 ) );
+                  QColor( 49, 121, 173 ) );
     setPalette( pal );
 
@@ -122,5 +122,5 @@ void CWLoadingWidget::updatePixmap()
     // fill background
     p.fillRect( 0, 0, cr.width(), cr.height(),
-                QBrush( QColor( 49, 121, 172 ) ) );
+                QBrush( QColor( 49, 121, 173 ) ) );
 
     if( m_mode == TopFrame )
@@ -158,5 +158,5 @@ void CWLoadingWidget::updatePixmap()
         QString caption = i18n( "KBugBuster" );
         p.setFont( bigFont );
-        p.setPen( QColor(139, 163, 198) );
+        p.setPen( QColor(139, 183, 222) );
         p.drawText( 220, 60, caption );
         p.setPen( black );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic