branches/KDE/4.3/kdebase/workspace/plasma/dataengines/keystate

Michael Leupold lemma at confuego.org
Sun Jul 5 12:19:13 CEST 2009


SVN commit 991554 by mleupold:

Backport of r991543:
Add the keystate engine to the build which I forgot when moving it from kdereview.

While the engine currently doesn't feature a Plasmoid using it, the plan is to release one based on QtScript separately during the 4.3 release cycle. As
an applet displaying the state of the modifier keys is still badly missing we decided it was important to ship this dataengine.

I'm sorry for the inconveniences this causes - especially for the translation teams.

CCMAIL:release-team at kde.org
CCMAIL:kde-i18n-doc at kde.org
CCMAIL:aseigo at kde.org

 A             CMakeLists.txt  
 AM            Messages.sh  
 M  +1 -1      keyservice.cpp  
 M  +1 -1      keystate.cpp  
 M  +1 -1      keystate.h  


** branches/KDE/4.3/kdebase/workspace/plasma/dataengines/keystate/Messages.sh #property svn:executable
   + *
--- branches/KDE/4.3/kdebase/workspace/plasma/dataengines/keystate/keyservice.cpp #991553:991554
@@ -19,7 +19,7 @@
 
 #include "keyservice.h"
 
-#include "kmodifierkeyinfo.h"
+#include <kmodifierkeyinfo.h>
 
 KeyService::KeyService(QObject* parent, KModifierKeyInfo *keyInfo, Qt::Key key)
     : Plasma::Service(parent),
--- branches/KDE/4.3/kdebase/workspace/plasma/dataengines/keystate/keystate.cpp #991553:991554
@@ -20,7 +20,7 @@
 #include "keystate.h"
 
 
-#include "kmodifierkeyinfo.h"
+#include <kmodifierkeyinfo.h>
 #include "keyservice.h"
 
 KeyStatesEngine::KeyStatesEngine(QObject *parent, const QVariantList &args)
--- branches/KDE/4.3/kdebase/workspace/plasma/dataengines/keystate/keystate.h #991553:991554
@@ -22,7 +22,7 @@
 
 #include <Plasma/DataEngine>
 
-#include "kmodifierkeyinfo.h"
+#include <kmodifierkeyinfo.h>
 
 /**
  * This engine provides the current state of the keyboard modifiers


More information about the release-team mailing list