kivy:filechooser_title_size

Last commit made on 2019-04-24
Get this branch:
git clone -b filechooser_title_size https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
filechooser_title_size
Repository:
lp:kivy

Recent commits

292b25e... by Matt Einhorn

Add alignment.

2ea44ab... by The Cheaterman <email address hidden>

Limited FileChooserProgress text size to widget size

678a055... by Matt Einhorn

Update transformation.pyx

3750dbe... by Girts Folkmanis <email address hidden>

Fix docstring example for Vector.rotate

Previously example incorrectly showed that Vector gets rotated in place.
This fixes the docstring to show that a new vector is returned.

df987e2... by Gabriel Pettier <email address hidden>

add simple test for smooth_scroll_end

1ffd707... by JakubBlaha <email address hidden>

Fixed style violations

be1803c... by JakubBlaha <email address hidden>

Changed `smooth_scroll_end` property

Changed the `smooth_scroll_end` property to be `NumerciProperty` which says by what number the velocity should be multipled. Also updated the documentation so now it's clearer.

9102128... by JakubBlaha <email address hidden>

Fixed style violations

9f322b3... by JakubBlaha <email address hidden>

Added `smooth` property

This property says whether smooth scrolling should be used or not when scrolling with the mouse-wheel

687c973... by Kristian Sloth Lauszus <email address hidden>

Fix HIDMotionEvent log formatting

Fixes #3075