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

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2007-07-23 0:57:36
Message-ID: 1185152256.686814.23191.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 691144 by aseigo:

adapt to api changes... now to the playground!


 M  +1 -0      applets/clock/clock.cpp  
 M  +1 -1      engines/soliddevice/soliddeviceengine.cpp  
 M  +1 -1      engines/solidnotifier/solidnotifierengine.cpp  
 M  +1 -1      engines/systemmonitor/systemmonitor.cpp  
 M  +1 -1      engines/time/timeengine.cpp  
 M  +3 -3      plasma/desktopview.cpp  


--- trunk/KDE/kdebase/workspace/plasma/applets/clock/clock.cpp #691143:691144
@@ -63,6 +63,7 @@
     Plasma::DataEngine* timeEngine = dataEngine("time");
     timeEngine->connectSource(m_timezone, this);
     timeEngine->setProperty("reportSeconds", m_showSecondHand);
+    updated(m_timezone, timeEngine->query(m_timezone));
     constraintsUpdated();
 }
 
--- trunk/KDE/kdebase/workspace/plasma/engines/soliddevice/soliddeviceengine.cpp #691143:691144
@@ -21,7 +21,7 @@
 #include <KDebug>
 #include <KLocale>
 
-#include "plasma/datasource.h"
+#include "plasma/datacontainer.h"
 
 SolidDeviceEngine::SolidDeviceEngine(QObject* parent, const QStringList& args)
         : Plasma::DataEngine(parent)
--- trunk/KDE/kdebase/workspace/plasma/engines/solidnotifier/solidnotifierengine.cpp #691143:691144
@@ -23,7 +23,7 @@
 #include <KLocale>
 #include <KStandardDirs>
 #include <KDesktopFile>
-#include "plasma/datasource.h"
+#include "plasma/datacontainer.h"
 
 //solid specific includes
 #include <solid/devicenotifier.h>
--- trunk/KDE/kdebase/workspace/plasma/engines/systemmonitor/systemmonitor.cpp #691143:691144
@@ -25,7 +25,7 @@
 #include <KDebug>
 #include <KLocale>
 
-#include "plasma/datasource.h"
+#include "plasma/datacontainer.h"
 
 #include "sensormanager.h"
 
--- trunk/KDE/kdebase/workspace/plasma/engines/time/timeengine.cpp #691143:691144
@@ -27,7 +27,7 @@
 #include <KSystemTimeZones>
 #include <KDateTime>
 
-#include "plasma/datasource.h"
+#include "plasma/datacontainer.h"
 
 TimeEngine::TimeEngine(QObject* parent, const QStringList& args)
     : Plasma::DataEngine(parent)
--- trunk/KDE/kdebase/workspace/plasma/plasma/desktopview.cpp #691143:691144
@@ -186,7 +186,7 @@
     KMenu desktopMenu;
     //kDebug() << "context menu event " << immutable << endl;
     if (!applet) {
-        if (corona() && corona()->immutable()) {
+        if (corona() && corona()->isImmutable()) {
             QGraphicsView::contextMenuEvent(event);
             return;
         }
@@ -198,7 +198,7 @@
         if (KAuthorized::authorizeKAction("run_command")) {
             desktopMenu.addAction(runCommandAction);
         }
-    } else if (applet->immutable()) {
+    } else if (applet->isImmutable()) {
         QGraphicsView::contextMenuEvent(event);
         return;
     } else {
@@ -212,7 +212,7 @@
             hasEntries = true;
         }
 
-        if (!corona() || !corona()->immutable()) {
+        if (!corona() || !corona()->isImmutable()) {
             QAction* closeApplet = new QAction(i18n("Close this %1", applet->name()), this);
             connect(closeApplet, SIGNAL(triggered(bool)),
                     applet, SLOT(deleteLater()));
[prev in list] [next in list] [prev in thread] [next in thread] 

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