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

List:       kde-commits
Subject:    [declarative-plasmoids] tasks: compile compile compile compile compile
From:       Shaun Reich <shaun.reich () kdemail ! net>
Date:       2012-02-10 17:00:01
Message-ID: 20120210170001.5BECCA60B9 () git ! kde ! org
[Download RAW message or body]

Git commit a2ee3be34732a8f896a6aadeec13c9120bff4a39 by Shaun Reich.
Committed on 10/02/2012 at 17:59.
Pushed by sreich into branch 'master'.

compile compile compile compile compile

M  +6    -6    tasks/CMakeLists.txt
D  +0    -31   tasks/plasma-applet-tasks-qml.desktop
D  +0    -6    tasks/qml/CMakeLists.txt
M  +0    -5    tasks/tasks.cpp
M  +0    -2    tasks/tasks.h

http://commits.kde.org/declarative-plasmoids/a2ee3be34732a8f896a6aadeec13c9120bff4a39

diff --git a/tasks/CMakeLists.txt b/tasks/CMakeLists.txt
index 014f559..4dd3ecd 100644
--- a/tasks/CMakeLists.txt
+++ b/tasks/CMakeLists.txt
@@ -1,14 +1,14 @@
-project(tasks-qml)
+project(tasks)
 
 
-set(tasks_qml_SRCS tasks.cpp)
+set(tasks_SRCS tasks.cpp)
 
-kde4_add_plugin(plasma_applet_tasks_qml ${tasks_qml_SRCS})
-target_link_libraries(plasma_applet_tasks_qml
+kde4_add_plugin(plasma_applet_tasks ${tasks_SRCS})
+target_link_libraries(plasma_applet_tasks
                       ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS})
 
-install(TARGETS plasma_applet_tasks_qml
+install(TARGETS plasma_applet_tasks
         DESTINATION ${PLUGIN_INSTALL_DIR})
 
-install(FILES plasma-applet-tasks-qml.desktop
+install(FILES plasma-applet-tasks.desktop
         DESTINATION ${SERVICES_INSTALL_DIR})
diff --git a/tasks/plasma-applet-tasks-qml.desktop \
b/tasks/plasma-applet-tasks-qml.desktop deleted file mode 100644
index 0f9dfe1..0000000
--- a/tasks/plasma-applet-tasks-qml.desktop
+++ /dev/null
@@ -1,31 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Tasks (QML)
-Name[cs]=Slovník (QML)
-Name[de]=Wörterbuch (QML)
-Name[es]=Diccionario (QML)
-Name[et]=Sõnaraamat (QML)
-Name[fr]=Dictionnaire (QML)
-Name[nds]=Wöörbook (QML)
-Name[nl]=Woordenboek (QML)
-Name[pl]=Słownik (QML)
-Name[pt]=Dicionário (QML)
-Name[pt_BR]=Dicionário (QML)
-Name[sv]=Ordlista (QML)
-Name[uk]=Словник (QML)
-Name[x-test]=xxDictionary (QML)xx
-Type=Service
-ServiceTypes=Plasma/Applet,Plasma/PopupApplet
-Icon=accessories-dictionary
-X-Plasma-API=declarativeappletscript
-X-Plasma-MainScript=ui/main.qml
-X-Plasma-DefaultSize=300,200
-X-KDE-PluginInfo-Author=Shaun M. Reich
-X-KDE-PluginInfo-Email=shaun.reich@kdemail.net
-X-KDE-PluginInfo-Name=org.kde.tasks-qml
-X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://plasma.kde.org/
-X-KDE-PluginInfo-Category=Examples
-X-KDE-PluginInfo-Depends=
-X-KDE-PluginInfo-License=GPL
-X-KDE-PluginInfo-EnabledByDefault=true
diff --git a/tasks/qml/CMakeLists.txt b/tasks/qml/CMakeLists.txt
deleted file mode 100644
index ceb2c88..0000000
--- a/tasks/qml/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-project(tasks-qml)
-
-install(DIRECTORY package/ DESTINATION \
                ${DATA_INSTALL_DIR}/plasma/plasmoids/org.kde.tasks-qml PATTERN .svn \
                EXCLUDE)
-
-install(FILES plasma-applet-tasks-qml.desktop
-        DESTINATION ${SERVICES_INSTALL_DIR})
diff --git a/tasks/tasks.cpp b/tasks/tasks.cpp
index 5498d24..a5b41eb 100644
--- a/tasks/tasks.cpp
+++ b/tasks/tasks.cpp
@@ -37,9 +37,4 @@ Tasks::~Tasks()
 
 }
 
-void Tasks::constraintsEvent(Plasma::Constraints constraints)
-{
-
-}
-
 #include "tasks.moc"
diff --git a/tasks/tasks.h b/tasks/tasks.h
index 1a86923..582a373 100644
--- a/tasks/tasks.h
+++ b/tasks/tasks.h
@@ -29,8 +29,6 @@ class Tasks : public Plasma::Applet
         Tasks(QObject *parent, const QVariantList &args);
         ~Tasks();
 
-        void paintInterface(QPainter *painter, const QStyleOptionGraphicsItem \
                *option, const QRect& contentsRect);
-        void constraintsEvent(Plasma::Constraints constraints);
 
  //   protected:
 };


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

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