From 10da04882cf67245419173c9f73c08c7555e151d Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 9 Nov 2011 17:12:13 +0100 Subject: [PATCH] remove the animated property --- .../plasmacomponents/platformcomponents/touch/ScrollBar.qml | 1 - declarativeimports/plasmacomponents/qml/ScrollBar.qml | 1 - declarativeimports/test/gallery/Gallery.qml | 2 -- declarativeimports/test/gallery/Scrollers.qml | 1 - declarativeimports/test/gallery/Sliders.qml | 2 -- 5 files changed, 7 deletions(-) diff --git a/declarativeimports/plasmacomponents/platformcomponents/touch/ScrollBar.qml b/declarativeimports/plasmacomponents/platformcomponents/touch/ScrollBar.qml index fa9e879fa..ccb8ac494 100644 --- a/declarativeimports/plasmacomponents/platformcomponents/touch/ScrollBar.qml +++ b/declarativeimports/plasmacomponents/platformcomponents/touch/ScrollBar.qml @@ -38,7 +38,6 @@ Item { // Plasma API property bool inverted: false - property bool animated: true property alias stepSize: range.stepSize property bool pressed: internalLoader.item.mouseArea?internalLoader.item.mouseArea.pressed:false property real scrollButtonInterval: 50 diff --git a/declarativeimports/plasmacomponents/qml/ScrollBar.qml b/declarativeimports/plasmacomponents/qml/ScrollBar.qml index bb756b920..4ba61bed1 100644 --- a/declarativeimports/plasmacomponents/qml/ScrollBar.qml +++ b/declarativeimports/plasmacomponents/qml/ScrollBar.qml @@ -38,7 +38,6 @@ Item { // Plasma API property bool inverted: false - property bool animated: true property alias stepSize: range.stepSize property bool pressed: internalLoader.item.mouseArea?internalLoader.item.mouseArea.pressed:false property real scrollButtonInterval: 50 diff --git a/declarativeimports/test/gallery/Gallery.qml b/declarativeimports/test/gallery/Gallery.qml index d2b994974..68e2e9e65 100644 --- a/declarativeimports/test/gallery/Gallery.qml +++ b/declarativeimports/test/gallery/Gallery.qml @@ -102,7 +102,6 @@ Rectangle { stepSize: 30 flickableItem: page - animated: true orientation: Qt.Horizontal anchors { left: parent.left @@ -118,7 +117,6 @@ Rectangle { orientation: Qt.Vertical flickableItem: page - animated: true anchors { top: toolBar.bottom right: parent.right diff --git a/declarativeimports/test/gallery/Scrollers.qml b/declarativeimports/test/gallery/Scrollers.qml index da1c93918..0fae6bf2a 100644 --- a/declarativeimports/test/gallery/Scrollers.qml +++ b/declarativeimports/test/gallery/Scrollers.qml @@ -52,7 +52,6 @@ Column { id: scrollBar orientation: Qt.Vertical flickableItem: scrollList - animated: true stepSize: 40 scrollButtonInterval: 50 anchors { diff --git a/declarativeimports/test/gallery/Sliders.qml b/declarativeimports/test/gallery/Sliders.qml index a87c53a2b..4e1da8ec9 100644 --- a/declarativeimports/test/gallery/Sliders.qml +++ b/declarativeimports/test/gallery/Sliders.qml @@ -49,7 +49,6 @@ Column { minimumValue: 0 maximumValue: 255 stepSize: 10 - animated: true Keys.onTabPressed: greenSlider.forceActiveFocus() } @@ -77,7 +76,6 @@ Column { minimumValue: 0 maximumValue: 255 stepSize: 10 - animated: true Keys.onTabPressed: redSlider.forceActiveFocus() }