Marco Martin
c89e68ff12
check if the default anchors are applicable
2012-10-12 14:33:26 +02:00
Marco Martin
b50652c805
use hint-scrollbar-size for size
...
support themes without scrollbar arrows
2012-10-09 19:40:17 +02:00
Aleix Pol
fa82e27049
Forward-port fix from master
...
Don't ever change the view position value from the scrollbar if it's
in non-interactive mode
2012-10-09 16:21:21 +02:00
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
Marco Martin
6dd904d239
delay update from handle
...
we must wait the handle updated its size too for being able to correctly update range position from handle position
2012-08-01 11:18:02 +02:00
Marco Martin
4a1fa1a491
don't use bindings but a connection
...
to update position and value, removes binding loop warnings
2012-07-31 10:36:25 +02:00
Martin Klapetek
62ddf21fb6
Don't allow overscrolling views by clicking scrollbar arrows
...
REVIEW: 105268
2012-06-16 14:57:16 +02:00
Shaun Reich
087d053d02
GIT_SILENT: minor spelling doc change
2012-02-04 16:06:02 -05:00
Shaun Reich
eb8e40feee
Add ScrollBar.qml warning/FIXME for a bug I found
...
There's a binding loop here somewhere, and this comment warns about it.
I don't know enough about qml to see what's wrong.
2012-01-04 20:27:39 -05:00
Giorgos Tsiapaliwkas
4c627ff830
Merge branch 'master' of git://anongit.kde.org/kde-runtime
...
Conflicts:
plasma/declarativeimports/plasmacomponents/qml/ScrollBar.qml
2011-12-22 18:39:21 +02:00
Giorgos Tsiapaliwkas
b14822047e
fix coding style
2011-12-22 17:45:25 +02:00
Giorgos Tsiapaliwkas
986becb8fa
fix the names from the imports
2011-12-22 17:34:09 +02:00
Daker Fernandes Pinheiro
c6ad1d6fbd
Add more details to ScrollBar Plasma Component documentation
...
Signed-off-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org>
2011-12-22 11:36:56 -03:00
Giorgos Tsiapaliwkas
9a1e332b9b
move the private components into a private subdir
2011-12-22 15:16:01 +02:00
Marco Martin
de666a6fd3
Documentanted -> Documented
2011-12-22 11:53:15 +01:00
Marco Martin
d72f2d7c3c
Merge branch 'master' into plasma-components-doc
...
Conflicts:
plasma/declarativeimports/plasmacomponents/qml/Button.qml
2011-12-16 18:53:25 +01:00
Marco Martin
eb4b2dc7f8
sligtly narrower
...
when we can get rid of the old scrollbar this size is going to be font based or something
2011-12-14 13:47:50 +01:00
Giorgos Tsiapaliwkas
72f52c5d29
Merge branch 'master' into plasma-components-doc
2011-11-16 18:06:25 +02:00
Marco Martin
10da04882c
remove the animated property
2011-11-09 17:12:13 +01:00
Marco Martin
a4cc8972bb
internal api is internal
2011-11-09 17:05:21 +01:00
Marco Martin
7cb7c0e276
on desktop, sectionscroller looks like a scrollbar
2011-11-09 16:53:58 +01:00
Marco Martin
2465d24bb1
ScrollDecorator only on Touchscreens
...
just as a compatibility layer for porting
2011-11-09 15:28:21 +01:00
Marco Martin
526b19f6ec
move keyboard interaction in the delegate
2011-11-09 15:11:22 +01:00
Marco Martin
ab10ea082b
use a scroll decorator delegate when not interactive
2011-11-09 15:03:29 +01:00
Marco Martin
04eb4f3275
move the scrollbar delegate to own file
2011-11-09 14:34:53 +01:00
Marco Martin
8cccd7c834
scrollbar rewrite
...
no binding loops
no rotation transformations
actual scrollbar is a loaded component: will be shared with scrolldecorator
2011-11-09 14:23:26 +01:00
Giorgos Tsiapaliwkas
5d518beb46
Fix the spaces for the doc of
...
Label,Page,ScrolBar,ProgressBar,RoundShadow,TabBar,ScrollDecorator
components
2011-11-06 23:24:03 +02:00
Giorgos Tsiapaliwkas
32fd687e61
Add documentation for the Scrollbar.qml
2011-11-02 03:29:15 +02:00
Marco Martin
a2cf63e813
arrow buttons by default
2011-10-30 17:36:42 +01:00
Marco Martin
b40acc4903
fix anchors of scroll indicators
2011-10-28 22:32:45 +02:00
Marco Martin
63fbf58b53
fix property/signal names
2011-10-27 21:25:34 +02:00
Marco Martin
0fec8e54c5
move rangemodel in a components plugin
2011-09-13 21:21:29 +02:00