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

List:       kde-commits
Subject:    KDE/kdebase/workspace/libs/plasma
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2008-03-30 22:42:54
Message-ID: 1206916974.375621.2788.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 792012 by aseigo:

one way of doing a shared timer with just one timerId at any given moment in a single timerEvent


 M  +2 -0      CMakeLists.txt  
 A             sharedtimer_p.h   [License: LGPL (v2+)]
 M  +4 -0      tests/CMakeLists.txt  
 A             tests/sharedtimertest.cpp   [License: LGPL (v2+)]
 A             tests/sharedtimertest.h   [License: UNKNOWN]
 A             timer.cpp   [License: LGPL (v2+)]
 A             timer.h   [License: LGPL (v2+)]


--- trunk/KDE/kdebase/workspace/libs/plasma/CMakeLists.txt #792011:792012
@@ -54,6 +54,7 @@
     svg.cpp
     svgpanel.cpp
     theme.cpp
+    timer.cpp
     desktoptoolbox.cpp
     uiloader.cpp
     view.cpp
@@ -132,6 +133,7 @@
     svg.h
     svgpanel.h
     theme.h
+    timer.h
     uiloader.h
     view.h
     delegate.h)
--- trunk/KDE/kdebase/workspace/libs/plasma/tests/CMakeLists.txt #792011:792012
@@ -17,3 +17,7 @@
 kde4_add_executable(plasmaappletbrowser ${appletbrowser_SRCS})
 target_link_libraries(plasmaappletbrowser ${KDE4_KDEUI_LIBS} plasma)
 
+set(sharedtimertest_SRCS sharedtimertest.cpp)
+kde4_add_executable(sharedtimertest ${sharedtimertest_SRCS})
+target_link_libraries(sharedtimertest ${KDE4_KDEUI_LIBS} plasma)
+
[prev in list] [next in list] [prev in thread] [next in thread] 

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