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

List:       kde-commits
Subject:    =?utf-8?q?=5Bkde-workspace=5D_plasma/generic/applets/devicenotif?=
From:       Jacopo De Simoi <wilderkde () gmail ! com>
Date:       2011-02-13 10:57:05
Message-ID: 20110213105705.C5C28A609B () git ! kde ! org
[Download RAW message or body]

Git commit 193280498e1e771fe1769a97860eaef0e724ddeb by Jacopo De Simoi.
Committed on 13/02/2011 at 11:45.
Pushed by jacopods into branch 'master'.

GIT_SILENT: cleanup useless debug messages

M  +0    -3    plasma/generic/applets/devicenotifier/devicenotifier.cpp     
M  +0    -6    plasma/generic/applets/devicenotifier/notifierdialog.cpp     

http://commits.kde.org/kde-workspace/193280498e1e771fe1769a97860eaef0e724ddeb

diff --git a/plasma/generic/applets/devicenotifier/devicenotifier.cpp \
b/plasma/generic/applets/devicenotifier/devicenotifier.cpp index 817a405..796a10b \
                100644
--- a/plasma/generic/applets/devicenotifier/devicenotifier.cpp
+++ b/plasma/generic/applets/devicenotifier/devicenotifier.cpp
@@ -307,7 +307,6 @@ void DeviceNotifier::keepPopupOpen()
 {
     if (!m_poppedUpInternally) {
         m_poppedUpInternally = false;
-        kDebug() << "ping";
         showPopup();
     }
 }
@@ -320,7 +319,6 @@ void DeviceNotifier::notifyDevice(const QString &udi)
         emit activate();
         changeNotifierIcon("preferences-desktop-notification", \
LONG_NOTIFICATION_TIMEOUT);  m_triggeringPopupInternally = true;
-        kDebug() << "pong";
         showPopup(LONG_NOTIFICATION_TIMEOUT);
         update();
         setStatus(Plasma::NeedsAttentionStatus);
@@ -539,7 +537,6 @@ void DeviceNotifier::showNotification(const QString &message, \
const QString &det  {
     if (!isPopupShowing()) {
         m_triggeringPopupInternally = true;
-        kDebug() << "pang";
         showPopup(LONG_NOTIFICATION_TIMEOUT);
     }
 
diff --git a/plasma/generic/applets/devicenotifier/notifierdialog.cpp \
b/plasma/generic/applets/devicenotifier/notifierdialog.cpp index bee7702..84a0b9b \
                100644
--- a/plasma/generic/applets/devicenotifier/notifierdialog.cpp
+++ b/plasma/generic/applets/devicenotifier/notifierdialog.cpp
@@ -254,12 +254,10 @@ bool NotifierDialog::eventFilter(QObject* obj, QEvent *event)
             case QEvent::GraphicsSceneHoverMove:
                 if (m_notifier->poppedUpInternally()) {
                     \
                m_notifier->showPopup(DeviceNotifier::LONG_NOTIFICATION_TIMEOUT);
-                    kDebug() << "mouse move - keep it up";
                 }
                 break;
             case QEvent::GraphicsSceneMousePress:
                 m_notifier->keepPopupOpen();
-                kDebug() << "keeping open \
**************************************************";  break;
             default:
                 break;
@@ -669,9 +667,6 @@ void NotifierDialog::showStatusBarDetails(bool show)
         m_statusExpandButton->setIcon(QIcon(svg->pixmap("restore")));
     }
     delete svg;
-
-    kDebug() << "here";
-//    emit activated();
 }
 
 void NotifierDialog::storageTeardownDone(Solid::ErrorType error, QVariant errorData, \
const QString & udi) @@ -855,7 +850,6 @@ void \
NotifierDialog::deviceActivated(DeviceItem *item)  
     m_itemBackground->setTargetItem(0);
 
-    kDebug() << "there";
     emit activated();
 }
 


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

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