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

List:       kde-commits
Subject:    extragear/multimedia/amarok/src/covermanager
From:       Dan Meltzer <hydrogen () notyetimplemented ! com>
Date:       2008-08-31 22:58:31
Message-ID: 1220223511.652332.5489.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 855511 by dmeltzer:

Don't show a progress operation for each cover fetched, it updates too fast to ever \
know what its for and is just annoying.

 M  +0 -14     CoverFetcher.cpp  


--- trunk/extragear/multimedia/amarok/src/covermanager/CoverFetcher.cpp \
#855510:855511 @@ -24,31 +24,22 @@
 #include "amarokconfig.h"
 #include "CoverManager.h"
 #include "Debug.h"
-//#include "AmarokStatusBar.h"
 #include "StatusBar.h"
 #include "ui_EditCoverSearchDialog.h"
 
-#include <KApplication>
-#include <KComboBox>
-#include <KCursor> //waiting cursor
 #include <KDialog>
 #include <KHBox>
-#include <KFileDialog>
 #include <KIO/Job>
 #include <KLineEdit>
 #include <KLocale>
-#include <KMessageBox>
-#include <KMenu>
 #include <KPushButton>
 #include <KUrl>
 #include <KVBox>
-#include <KWindowSystem>
 
 #include <QDomDocument>
 #include <QDomElement>
 #include <QDomNode>
 #include <QLabel>
-#include <QLayout>
 #include <QMutexLocker>
 #include <QRegExp>
 
@@ -291,8 +282,6 @@
     KJob* job = KIO::storedGet( url, KIO::NoReload, KIO::HideProgressInfo );
     connect( job, SIGNAL(result( KJob* )), SLOT(finishedXmlFetch( KJob* )) );
 
-    The::statusBar()->newProgressOperation( job ).setDescription( i18n( "Fetching \
                Cover" ) );
-
 }
 
 void
@@ -632,9 +621,6 @@
         {
             setButtons( None );
             showButtonSeparator( false );
-            // Gives the window a small title bar, and skips a taskbar entry
-            //KWindowSystem::setType( winId(), NET::Utility );
-            //KWindowSystem::setState( winId(), NET::SkipTaskbar );
             KVBox *box = new KVBox( this );
             setMainWidget(box);
 


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

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