lp:~kivy-team/kivy/garden.roulettescroll

Created by Thomas Karl Pietrowski and last modified
Get this branch:
bzr branch lp:~kivy-team/kivy/garden.roulettescroll

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Kivy developers
Project:
Kivy
Status:
Development

Import details

Import Status: Reviewed

This branch is an import of the HEAD branch of the Git repository at https://github.com/kivy-garden/garden.roulettescroll.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 20 seconds — see the log

Recent revisions

11. By Peter Badida <email address hidden>

Add screenshot

10. By dessant <email address hidden>

Create LICENSE

9. By Greg <Greg@Euler>

moved runTouchApp import into if __name__ == '__main__':

8. By Greg <Greg@Euler>

imported RouletteScrollEffect in README example

7. By Greg <Greg@Euler>

fixed example in README

6. By Greg <Greg@Euler>

Bug Fix: stopping roulette causes weird behavior

The Issue: when the stopping touch triggers on_touch_up, there is
one more ``RouletteScrollEffect.trigger_velocity_update``
scheduled after it. Hence the animation cancelling had no effect
inside of ``RouletteScrollEffect.start``.

The Fix: ``RouletteScrollEffect._update_velocity`` now checks for
``is_manual`` before proceeding to the rest of the method.

5. By Greg <Greg@Euler>

saving the Animation and calling its own stop

instead of calling Animation.stop_all

4. By Greg <Greg@Euler>

added documentation on "on_coasted_to_stop" event

3. By Greg <Greg@Euler>

added README

2. By Greg <Greg@Euler>

finished doc and wrote up working example.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers