plasma-framework/declarativeimports/plasmacomponents/qml
Aleix Pol f3e607c2cf Improve response and behavior in ScrollBar
When contentHeight and contentY change at the same time, we got to
some weird states where the scrollbar would trigger a change in the
Flickable positioning that wasn't triggered by the user, this should
be fixed now.

Also don't use the handle position to move the Flickable scrolling
if the scrollbar is disabled or non-interactive. It shouldn't be needed
now but it helps keeping the complexity to a minimum.

REVIEW: 105808
2012-08-01 13:36:22 +02:00
..
private Merge branch 'KDE/4.9' 2012-07-17 21:18:02 +09:00
BusyIndicator.qml add some words to the doc 2011-12-22 11:50:20 +01:00
Button.qml Remove animation when changing from normal to pressed state 2012-06-23 03:19:41 +01:00
ButtonColumn.qml more comments 2012-01-10 21:39:18 +01:00
ButtonGroup.js preselect the first item if not told otherwise 2012-04-17 14:56:54 +02:00
ButtonRow.qml documentatiuon for checkbox and radiobutton 2011-12-22 14:11:22 +01:00
CheckBox.qml more comments 2012-01-10 21:39:18 +01:00
CommonDialog.qml center the title 2012-01-13 20:47:24 +01:00
ContextMenu.qml fix comments formatting 2012-01-10 21:39:04 +01:00
Dialog.qml Fix mistyped enum values. 2012-05-09 00:13:26 +02:00
Highlight.qml hack margins so listview doesn't suck 2012-02-09 13:22:13 -05:00
Label.qml improve docu 2012-04-03 13:27:39 +02:00
ListItem.qml Change default value of enabled property in ListItem Plasma Component 2012-03-27 11:17:36 -03:00
Page.qml Documentanted -> Documented 2011-12-22 11:53:15 +01:00
PageStack.qml always permit to pop 2012-02-14 17:59:23 +01:00
ProgressBar.qml respect the hint-bar-stretch hint 2012-06-21 16:02:08 +02:00
qmldir fully working 2012-03-01 15:03:45 +01:00
RadioButton.qml more comments 2012-01-10 21:39:18 +01:00
ScrollBar.qml Improve response and behavior in ScrollBar 2012-08-01 13:36:22 +02:00
SectionScroller.qml fix comments syntax 2012-01-16 13:59:40 +01:00
SelectionDialog.qml Width and height are implicitly set by the anchors. 2012-05-10 19:33:33 +02:00
Sheet.qml Fix mistyped enum values. 2012-05-09 00:13:26 +02:00
Slider.qml Fix shadowing of slide's handles and use vertical svg elements for vertical slides 2012-06-16 14:57:16 +02:00
Switch.qml ensire the switch is rendered correctly 2012-04-27 15:47:58 +02:00
TabBar.qml Fix keyboard navigation in TabBar 2012-05-15 17:24:30 +02:00
TabButton.qml Fix text colors on TabButton and ToolButton 2012-06-09 10:12:05 +02:00
TabGroup.qml slide in the expected direction 2012-07-13 16:07:07 +02:00
TextArea.qml Use the same text color as C++ Plasma::LineEdit 2012-06-09 10:12:05 +02:00
TextField.qml Use the same text color as C++ Plasma::LineEdit 2012-06-09 10:12:05 +02:00
ToolBar.qml Don't warn when using a page without toolbar 2012-07-31 15:05:12 +02:00
ToolBarLayout.qml more comments 2012-01-10 21:39:18 +01:00
ToolButton.qml Plasma qml-Components ToolButton: change text-color on hover more fluently 2012-06-28 19:40:33 +02:00