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)