lp:~faenil/ubuntu-ui-toolkit/flickableBasedScrollView

Created by Andrea Bernabei and last modified
Get this branch:
bzr branch lp:~faenil/ubuntu-ui-toolkit/flickableBasedScrollView
Only Andrea Bernabei can upload to this branch. If you are Andrea Bernabei please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Andrea Bernabei
Project:
Ubuntu UI Toolkit
Status:
Development

Recent revisions

1709. By Andrea Bernabei

[qml scrollview]: use Flickable as base type of ScrollView. ABANDONED (see commit msg)

This doesn't work, because:
- it requires
  Scrollbar { parent: scrollview.parent }
  to make the scrollbar interactive even when Flickable is flicking.
  After talking to SDK team, we decided we don't want that, scrollview.parent could be anything.
  We can't even grab mouse from within scrollbar, because Flickable doesn't let us receive
  events while it's flicking. (tried with preventStealing, onPressed is not fired).

- In the ListView usecase, we would have Flickable { ListView {} }... no good.

1708. By Andrea Bernabei

scrollbar: remove buddyScrollbar from public API, move to internal

1707. By Andrea Bernabei

Add Scrollbar and ScrollView benchmarks

1706. By Andrea Bernabei

merge staging

1705. By Andrea Bernabei

update components.api

1704. By Andrea Bernabei

add some documentation and hide alwaysOnScrollbars property

1703. By Andrea Bernabei

scrollbarstyle: remove useless proximity area handlers

1702. By Andrea Bernabei

merge staging

1701. By Andrea Bernabei

scrollbars: update visuals and prevent hovering logic from being triggered using touch devices

1700. By Andrea Bernabei

scrollbar: prevent arrows from showing in the wrong pos for a fract of a sec while transitioning from hidden to steppers style

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu-ui-toolkit
This branch contains Public information 
Everyone can see this information.

Subscribers