plasma-framework/declarativeimports/plasmacomponents
Daker Fernandes Pinheiro 8a3162b431 Fix Plasma ScrollBar flickableItem position binding when mouse or keys are used
The RangeModel value was being incremented directly by the mouse and keys
events, and it was overriding the binding with the flickableItem position.
Once the ScrollBar button was clicked, the direct manipulation of the
flickable component was not updating the scroll position.

The new function 'incrementValue' now does the correct work.

Signed-off-by: Daker Fernandes Pinheiro <dakerfp@gmail.com>
2011-07-15 10:03:17 -03:00
..
BusyIndicator.qml Add copyright for BusyIndicator 2011-07-08 19:21:24 -03:00
Button.qml Add Button component with QtComponents compatible api 2011-04-26 19:52:47 -03:00
ButtonColumn.qml Add ButtonRow and ButtonColumn 2011-07-08 19:56:50 -03:00
ButtonGroup.js Add ButtonRow and ButtonColumn 2011-07-08 19:56:50 -03:00
ButtonRow.qml Add ButtonRow and ButtonColumn 2011-07-08 19:56:50 -03:00
CheckBox.qml Refactor Switch, CheckBox, RadioButton to extend a single DualStateButton 2011-07-08 15:11:55 -03:00
DualStateButton.qml Refactor Switch, CheckBox, RadioButton to extend a single DualStateButton 2011-07-08 15:11:55 -03:00
FlashingLabel.qml Revert "remove what can't still be merged" 2011-04-21 17:13:48 +02:00
Frame.qml Revert "remove what can't still be merged" 2011-04-21 17:13:48 +02:00
Highlight.qml Remove ListItemView supports 2011-07-08 18:49:40 -03:00
IconWidget.qml Revert "remove what can't still be merged" 2011-04-21 17:13:48 +02:00
PushButton.qml Revert "remove what can't still be merged" 2011-04-21 17:13:48 +02:00
qmldir Add ScrollDecorator component 2011-07-14 11:04:20 -03:00
RadioButton.qml Refactor Switch, CheckBox, RadioButton to extend a single DualStateButton 2011-07-08 15:11:55 -03:00
ScrollBar.qml Fix Plasma ScrollBar flickableItem position binding when mouse or keys are used 2011-07-15 10:03:17 -03:00
ScrollDecorator.qml Add ScrollDecorator component 2011-07-14 11:04:20 -03:00
Slider.qml Add keyboard events handling in Slider 2011-07-08 14:41:13 -03:00
Switch.qml Refactor Switch, CheckBox, RadioButton to extend a single DualStateButton 2011-07-08 15:11:55 -03:00
ToolButton.qml Revert "remove what can't still be merged" 2011-04-21 17:13:48 +02:00