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

List:       kde-commits
Subject:    KDE_3_4_BRANCH: kdebase/konqueror
From:       Stephan Binner <binner () kde ! org>
Date:       2005-04-04 18:00:00
Message-ID: 20050404180000.AD73363E () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

Do some calculation to get a always visible "tab loading" color (#70065)


  M +3 -1      konq_viewmgr.cc   1.279.2.1


--- kdebase/konqueror/konq_viewmgr.cc  #1.279:1.279.2.1
@@ -1752,5 +1752,7 @@ void KonqViewManager::setLoading( KonqVi
     KonqFrameTabs* konqframetabs = static_cast<KonqFrameTabs*>( parentContainer );
     if ( loading )
-      color = KGlobalSettings::inactiveTextColor();
+      color = QColor( (KGlobalSettings::linkColor().red()  + \
KGlobalSettings::inactiveTextColor().red())/2, +                      \
(KGlobalSettings::linkColor().green()+ \
KGlobalSettings::inactiveTextColor().green())/2, +                      \
(KGlobalSettings::linkColor().blue() + KGlobalSettings::inactiveTextColor().blue())/2 \
);  else
     {


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

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