From kde-commits Tue Jul 29 00:31:30 2008 From: Alex Merry Date: Tue, 29 Jul 2008 00:31:30 +0000 To: kde-commits Subject: KDE/kdebase/workspace Message-Id: <1217291490.091903.1023.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121729149820543 SVN commit 838893 by alexmerry: Add a new Plasma::Slider widget based on QSlider. M +3 -0 libs/plasma/CMakeLists.txt A libs/plasma/includes/Slider A libs/plasma/widgets/slider.cpp [License: LGPL (v2+)] A libs/plasma/widgets/slider.h [License: LGPL (v2+)] M +1 -0 plasma/design/CHANGELOG --- trunk/KDE/kdebase/workspace/libs/plasma/CMakeLists.txt #838892:838893 @@ -74,6 +74,7 @@ widgets/pushbutton.cpp widgets/radiobutton.cpp widgets/signalplotter.cpp + widgets/slider.cpp widgets/textedit.cpp widgets/webcontent.cpp ) @@ -173,6 +174,7 @@ widgets/pushbutton.h widgets/radiobutton.h widgets/signalplotter.h + widgets/slider.h widgets/textedit.h widgets/webcontent.h DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets COMPONENT Devel) @@ -231,6 +233,7 @@ includes/Service includes/ServiceJob includes/SignalPlotter +includes/Slider includes/Svg includes/TextEdit includes/ToolTipManager --- trunk/KDE/kdebase/workspace/plasma/design/CHANGELOG #838892:838893 @@ -7,6 +7,7 @@ * Symbol Versioning: limit loading of plugins to those that match the libplasma minimum rev# * ToolTipManager: new Plasma style tooltips * Support compressed SVGs in Plasma::Theme + * Added a Slider widget based on QSlider * Significant Fixes * WebContent painting update synchronization (fixes, among other things, scrolling)