Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/kivy/kivy

Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
https://github.com/kivy/kivy

Fix an inconsistency between docs and code

cdcaa7b80864c6598b0f1f71a48cd935b2efc80c authored over 4 years ago by Mirko Galimberti <[email protected]>
Allow assignment of color names as values for ColorProperty (#6965)

* Updated ColorProperty to allow assignment of color names.

* Updated ColorProperty to allow ...

060882ca91a389ccf5203091db8c3330d5270ee0 authored over 4 years ago by Filip Radović <[email protected]>
Merge pull request #6963 from Julian-O/percentage_to_ratio

Issue #6932: Correct comments to use proportion, not percent

2e724b2fdfbd87dfec24472f5a5d301c60d97a2d authored over 4 years ago by matham <[email protected]>
Wordwrap comments for PEP8.

ece47cae0e996aec439a35ba77c1472ce3403c38 authored over 4 years ago by Julian-O <[email protected]>
Issue #6932: Correct comments to use proportion, not percent

A number of comments refer to numbers in the range of 0-1 as "percent" or "percentages". These a...

963d4af35dbbe63ac5ddd2c935e69dd34d6a7a6b authored over 4 years ago by Julian-O <[email protected]>
vim highlighting: reenable multiline properties

ea4ff292dd33d9fe30769fac073638529dea3c36 authored over 4 years ago by Gabriel Vogel <[email protected]>
Merge pull request #6947 from pythonic64/remove_img_gif_entry_from_image_libs

Remove 'img_gif' entry from image_libs

8d7bb9cb4af282a5638ef72584f79ae1d4dd9fe9 authored over 4 years ago by matham <[email protected]>
Add class that sets RV data using kv ids. (#6897)

* Add class that sets RV data using kv ids.

* Add back root data key to example.

* Add ver...

6aacc504039d2a03260300dfe384375303b8d194 authored over 4 years ago by matham <[email protected]>
Merge pull request #6954 from AndreMiras/feature/ticket6946_ignore_ca_file_non_https_scheme

Ignore ca_file on http scheme, fixes #6946

855c9630ef84c31e261ef36a008e870195c13748 authored over 4 years ago by Andre Miras <[email protected]>
Ignore ca_file on http scheme, fixes #6946

Don't pass a `context` keyword argument for `HTTPConnection`.
The error was:
```
TypeError: __i...

2fa104c0d9a88a86d69a8b381e34fc4f2775c763 authored over 4 years ago by Andre Miras <[email protected]>
Merge pull request #6951 from AndreMiras/feature/test_urlrequest_refactor

:recycle: Refactors test_urlrequest.py

e4de92ca12594d8060ccf25766a4256cec3e25fa authored over 4 years ago by Andre Miras <[email protected]>
Refactors test_urlrequest.py

- uses @pytest.mark.skipif() rather than return
- couple of DRY fixes using helper functions
- u...

cdb895624b6afe7cb99ef8bebfd7b67c4c408298 authored over 4 years ago by Andre Miras <[email protected]>
Raise KeyError if None is used as key in Cache (#6950)

* Raise KeyError if None is used as key in Cache.

* Added link to GitHub pull request which f...

d34097ca67ffbc93df55a68bf366b672a815965f authored over 4 years ago by Filip Radović <[email protected]>
fix highlighting of values inside canvas

3353b3497ea133e65766a9005f547d14cff522b6 authored over 4 years ago by Gabriel Vogel <[email protected]>
Merge pull request #6945 from pythonic64/dont_double_copy_cache_category_keys

Don't double copy keys when purging cache by timeout

ab58fbecea6ae1ee4f8f465d9eaad2b41bdd6f65 authored over 4 years ago by Gabriel Pettier <[email protected]>
Removed 'img_gif' entry from image_libs as module img_gif.py got removed.

f0fb9c49f91addcdfd7224adc888241cdc26a927 authored over 4 years ago by pythonic64 <[email protected]>
Don't double copy keys when purging cache by timeout.

da765cc19a7a1db0e6502bb081fc1eb15c0a267d authored over 4 years ago by pythonic64 <[email protected]>
Bump to 2.0.0rc3.

20c14b2a2bac73288a4c2808843910364565f66a authored over 4 years ago by Matthew Einhorn <[email protected]>
vim highlighting: Change kivyBind and more

* Use only python highlighting in kivyBind body
* Allow either everything on one line, or indent...

77ea3976cefc6cfa976fe730800e21b7099af6fa authored over 4 years ago by Gabriel Vogel <[email protected]>
Merge pull request #6942 from kivy/fix_scrollview_crash

don't crash when scrollview's content is the same size

3c936216853a543ea63fa530f99788d128f07692 authored over 4 years ago by matham <[email protected]>
don't crash when scrollview's content is the same size

also remove test that prevents scrolling when size_hint is not None,
that's not necessary.

Ther...

b76e6a69e8bf6309256c393c7a7cc9b74b56a62a authored over 4 years ago by Gabriel Pettier <[email protected]>
Fix quoting style to be consistent with Kivy.

2122cfa165b68bac6d64fd3db9b3c1e388adbf7b authored over 4 years ago by matham <[email protected]>
PEP8 fix.

384e8d7d58667e013257d91267afdbafb3ac5504 authored over 4 years ago by matham <[email protected]>
Merge pull request #6678 from kivy/feature/scrollview_always_allow_overscroll

Add always_enable_overscroll property on scrollview

99af5f116b31f186c5cac25939bafd2ac7c5c43b authored over 4 years ago by matham <[email protected]>
Merge pull request #6548 from PB020/error_message

Meaningful Error Message

144e3b6b72d39c98289276622bb1a25e1c046002 authored over 4 years ago by matham <[email protected]>
Merge pull request #6924 from Julian-O/patch-1

Buildozer is now in Beta.

6cd0e973101f0422ce59590d9307465630f91493 authored over 4 years ago by matham <[email protected]>
Add clock lifecycle, better exception handling and other cleanup (#6926)

39daaa912ac2ff298c7c82ff6b39813a4a019f01 authored over 4 years ago by matham <[email protected]>
Accept arbitrary list types. (#6941) [build wheel]

71abfc89c17f51d3582cadbb86f4a78ecfa7e3b6 authored over 4 years ago by matham <[email protected]>
Merge pull request #6940 from kivy/wheels

Fix CI

55d28a1f3ebb4f4785e6a056a7bec9361bad7f8e authored over 4 years ago by matham <[email protected]>
Fix CI [build wheel].

3ce5e982f1128ebcc8cb8a32d11111004e2d1245 authored over 4 years ago by Matthew Einhorn <[email protected]>
Merge pull request #6918 from pythonic64/use_color_instead_of_list_property

Use ColorProperty instead of ListProperty for color property

e91e7687bff918974341b2c90c31902388dd5f26 authored over 4 years ago by matham <[email protected]>
Merge pull request #6922 from matham/weakmethod

Cleanup WeakMethod

df699cfedbeb7d53a0cf0ea360b027021a762c84 authored over 4 years ago by matham <[email protected]>
trigger_action warning / documentation updates (#6938)

* Trigger warning: documentation updates

6ac1adce23bd17bdf841c6fcbd5e89903fa9013c authored over 4 years ago by sanderland <[email protected]>
Merge pull request #6937 from kivy/eventswitch

Rename `slave` to `embedded`

00034a5669b52339a817f0518459f57158d37250 authored over 4 years ago by matham <[email protected]>
Rename `slave` to `embedded` in `runTouchApp`

597ac18452188ff7ba75e1fec9894c081a465318 authored over 4 years ago by Zachary Spector <[email protected]>
vim highlighting: properly define canvas region

d64d1e326b45e7472038027ea650307f5ef066d6 authored over 4 years ago by Gabriel Vogel <[email protected]>
Use ObservableList as internal storage for ColorProperty (#6930)

* Using ObservableList as internal storage for ColorProperty. Added tests for ColorProperty to a...

cf88ec511748d62c3a4d463c0809a750eae48585 authored over 4 years ago by Filip Radović <[email protected]>
fix back references and improvements in vim highlighting

42518bcc3e20d4f86c8f915d57d3f508027d89ab authored over 4 years ago by Gabriel Vogel <[email protected]>
Re-add ColorProperty to __all__ list in properties.pyx module (#6917)

Re-add ColorProperty to __all__ list in properties.pyx module. Register ColorProperty to Factory.

422350301684cfc814fa8fb8c3637cefd825ec5f authored over 4 years ago by Filip Radović <[email protected]>
Added versionchanged tag for all ListProperty to ColorProperty changes.

ed688b9cb3a9bb65c619d0be460a978d9e2cf26b authored over 4 years ago by pythonic64 <[email protected]>
Improvements to kv lang docs (#6927)

* logger fix

* pep

* encoding, test

* black

* mock locale

* fix

* tests / enco...

0df48543a676adf9089ab2ca1b6ad7889c116f5f authored over 4 years ago by sanderland <[email protected]>
Buildozer is now in Beta.

Updating reference to Buildozer's project status.

2c3a5b44d4adbdf5c9f598f091ecc0e61b717229 authored over 4 years ago by Julian <[email protected]>
Call proxy only once for performance improvements.

87b29fe1a8d164b4cc3abfda6ff1572224f6e5de authored over 4 years ago by Matthew Einhorn <[email protected]>
Cleanup WeakMethod and add tests.

089699d4836d74b2e66768dc71a16a44f2187f34 authored over 4 years ago by Matthew Einhorn <[email protected]>
Use ColorProperty instead of ListProperty to represent color value.

ec255b0826e7cbe7ff89196806ec4040d8174813 authored over 4 years ago by pythonic64 <[email protected]>
Merge pull request #6912 from pythonic64/remove_encode_argument_from_text_getter

Remove 'encode' argument from getter method of 'text' property of TextInput

f044806e1128579c221aba710427329c4e8349f6 authored over 4 years ago by Gabriel Pettier <[email protected]>
Removed 'encode' argument from getter method of 'text' property as it's no longer needed.

e3872afb7e6c4d27e01f1444a552a9c677109c76 authored over 4 years ago by pythonic64 <[email protected]>
logger fix (#6910)

* logger fix

* pep

* encoding, test

* black

* mock locale

* fix

* tests / enco...

4b450ccf5b7cf33ce7fe283a4b9c68fdc6a2c43f authored over 4 years ago by sanderland <[email protected]>
Merge pull request #6880 from kivy/pr/5649

Use utf-8 encoding by default on reading .kv files. Fixes #5154

5596f6259266eb2a135749c8d0529be935f30e79 authored over 4 years ago by matham <[email protected]>
Merge pull request #6288 from pythonic64/cache_text_property_in_textinput

Cache `text` property in TextInput

98afab281c5bb440a61475bef606cd679f2d4708 authored over 4 years ago by Gabriel Pettier <[email protected]>
Updated getter method of TextInput 'text' property to not copy '_lines_flags' list.

aaa53397f558105fdc63885320247392c7ce91ab authored over 4 years ago by pythonic64 <[email protected]>
use utf-8 encoding by default on reading .kv files. Fixes #5154

Add optional 'encoding' parameter loading .kv files, defaulting
to utf-8.

bc94afd6123732ac63036ab1537e0e2c1a45b103 authored over 4 years ago by Joao S O Bueno <[email protected]>
Merge pull request #6815 from pythonic64/fixes_for_image_and_async_image

Fixes for Image and AsyncImage

420c8e2b8432d5363ed0662be7a649c2a8b86274 authored over 4 years ago by Gabriel Pettier <[email protected]>
Added note to AsyncImage about not supported "mipmap" and "anim_loop" properties.

9cfa528525c19b3480669be124b6c69e8a341e07 authored over 4 years ago by pythonic64 <[email protected]>
Using python3 "super" calls in Image and AsyncImage classes.

fb3365e5366c1f42339d39e0cba676ea89d696d2 authored over 4 years ago by pythonic64 <[email protected]>
Merge pull request #6905 from sanderland/patch-fileview

file chooser font property

7cb51c2ed13683506c7c08401d4927ea7f3e462e authored over 4 years ago by Gabriel Pettier <[email protected]>
Merge pull request #6882 from inclement/fix_screenmanager_example

Improved ScreenManager example

9aaca29d2f4e72aac71afba5c23c6cc8128b9e3c authored over 4 years ago by Gabriel Pettier <[email protected]>
file chooser font property

5299ca71c6a57fc90df2fac48ecb3baff75317de authored over 4 years ago by Sander Land <[email protected]>
modify the recycle one as well

33803464f5c4e6005cd84e4ec89b9f3e9c01a6e3 authored over 4 years ago by gottadiveintopython <[email protected]>
add 'orientation'property to GridLayout

0607a909a406ac5674b49b9378eda9c7b079f0c3 authored over 4 years ago by gottadiveintopython <[email protected]>
Merge pull request #6895 from matham/annotation

Add annotations to proxies.

1d16c821f01e45795a0f3d33cc4754ab47cd950c authored over 4 years ago by matham <[email protected]>
Add annotations to proxies.

598eea21a6330443e7f033b27cdf6f082a3818e1 authored over 4 years ago by Matthew Einhorn <[email protected]>
Update to latest cython version. (#6891)

6d09e3dc618385e1cb136bc4ff817cb018236e24 authored over 4 years ago by matham <[email protected]>
Fix failing coverage (#6892)

* Fix failing coverage

* Fix PEP8

* format was not applied to the first string.

* Enabl...

bb1e8b28e571c1cf95278dc2ea44650bb6ed0330 authored over 4 years ago by matham <[email protected]>
add always_overscroll property on scrollview

fixes #6665

e98503a2818d5b369be7231d56ccd5813c996877 authored over 4 years ago by Gabriel Pettier <[email protected]>
Moved ScreenManager instantiation to build method in example

3aa4d6f908da08c990709589bcb8f2b06101236c authored over 4 years ago by Alexander Taylor <[email protected]>
Fix key_background_color property is not used (#6879)

* use key_background_color when drawing keys
* Move applying key_background_color out of the loop

c0227c5ce4011033b5f0cf2815c352d123a13305 authored over 4 years ago by Gabriel Pettier <[email protected]>
Adding allow_stretch to Slider in style.kv: (#6859)

The slider cursor image is currently ignoring the cursor size properties
(cursor_size, cursor_w...

028376dc3fbb79f3ddfb5c4ca8b44433198b10b9 authored over 4 years ago by Andreas Ecker <[email protected]>
Move applying key_background_color out of the loop

e1f592ffff2b9433a8ca96c3d9532841cc6e5e5a authored over 4 years ago by Matthias Harrer <[email protected]>
use key_background_color when drawing keys

384434586a483584a66931b04221ed8a1f4607fb authored over 4 years ago by Matthias Harrer <[email protected]>
Fix for crashes caused by text selection outside of TextInput area (#6666)

db44e647c5e51251f0318b9b14e2c194163b4929 authored over 4 years ago by Rafał Kropidłowski <[email protected]>
[base/animation]fix kivy.animation.Sequence and kivy.animation.Parallel (#5926)

* move duplicated methods into new base class
* implement 'CompoundAnimation.transition' proper...

8675387c9277ff7d240f86f9bfe0fda422ad8878 authored over 4 years ago by 水戸う納豆齋(Nattōsai Mitō) <[email protected]>
Merge pull request #6868 from AndreMiras/feature/update_kivy_ios_documentation

Migrates to the new install procedure

7d67348887fe49d4d17d747a6cb71b43c69de332 authored over 4 years ago by Andre Miras <[email protected]>
Migrates to the new install procedure

It's now possible to install via `pip install kivy-ios`.
Also drops Python 2 support and minor c...

f62d4b37ba0af7d5141eb6e4dc3ebbde58fadeba authored over 4 years ago by Andre Miras <[email protected]>
add missing hid input parameter documentation (#6863)

abs variants of x and y min and max were missing

closes #6862

3b771aa3a3694c5940a6950546614c4d4dfbd2fd authored over 4 years ago by Gabriel Pettier <[email protected]>
fix update_velocity

a8d1461f5885684e4f33d248e8bbf4b440c2eaab authored over 4 years ago by td1803 <[email protected]>
:ok_hand: Reuse `kivy_build` var (complements #6852) (#6854)

See also: https://github.com/kivy/kivy/pull/6852#pullrequestreview-404528740

5cfa5bf6edeaaa6b3fc3948d76bb6d356e3d0150 authored over 4 years ago by Pol Canelles <[email protected]>
:arrow_up: Upgrade to actions/checkout@v2 & actions/setup-python@v2 (#6855)

* :arrow_up: Upgrade to actions/checkout@v2

* :arrow_up: Upgrade to actions/setup-python@v2

7212ff2fc433b89eecf529ae398b096639c180b8 authored over 4 years ago by Pol Canelles <[email protected]>
:robot: Fix android platform detection when using p4a (#6852)

* :robot: Fix android platform detection when using p4a

* :robot: Add test for android platfo...

58e70b1cc68c2e1a4b4c38485a4acb391860c164 authored over 4 years ago by Pol Canelles <[email protected]>
Twine needs to be installed to upload to pypi.

b6eddbb2fcf97a21b7f0c4cfbf0d8ccdb74fb3ec authored over 4 years ago by Matthew Einhorn <[email protected]>
Bump to 2.0.0rc2.

78fb93b88f9941c22be02d36a786db8ca7639c59 authored over 4 years ago by matham <[email protected]>
Merge pull request #6846 from kivy/revert-6844-force-gles-context

Revert "Use GLES context when ES2 is forced"

23777d0a48e54f5780ab10867507057655e19ae4 authored over 4 years ago by matham <[email protected]>
Revert "Use GLES context when ES2 is forced (#6844)"

This reverts commit 40fc630ff4e088d4f3bd858d9005d956f9b63c01.

6d6db1b7dc25a0ad01ae935856561fae646f16d0 authored over 4 years ago by matham <[email protected]>
Merge pull request #6813 from hoba87/master

bugfix for 3D rendering example

b05ce70ac17be90edd10424656a8a481c2feceba authored over 4 years ago by matham <[email protected]>
Use GLES context when ES2 is forced (#6844)

* lib: sdl2: add SDL_GLprofile enum

* window: sdl2: use GLES context when ES2 is forced

On...

40fc630ff4e088d4f3bd858d9005d956f9b63c01 authored over 4 years ago by Joseph Kogut <[email protected]>
Fix failing tests (#6845)

69338d7e41bbc2ead5e0084e1a9ba96f773b8284 authored over 4 years ago by matham <[email protected]>
fix: Svg consistency #6467 (#6808)

https://github.com/kivy/kivy/issues/6699

4b1e5bfc231dc182d64b96fe15e040ac9a536988 authored over 4 years ago by Michal Smrž <[email protected]>
Merge pull request #6579 from DanTheMan2000/master

Horizontal value track is offset from the center of Slider

108a9151eb55b00f246613c511d88b7d58334595 authored over 4 years ago by matham <[email protected]>
Added '_found_source' attribute to AsyncImage class so that value of that attribute can be used when removing image from Cache.

19c451e60ec90a7d48b3232cd5f8943c5de1fd48 authored over 4 years ago by pythonic64 <[email protected]>
Expand on the current logger docs (#6821)

* :book: Expaned on the current logger docs

* Revised wording to tone down recommendation

067064c23a275187e67f1c9d7de7cc06f384af4d authored over 4 years ago by Richard Larkin <[email protected]>
Updated Image class to always set '_loops' attribute to 0 when '_coreimage' is None. Removed derefencing of 'mipmap' from 'texture_update' method.

ec1975a62516deaf13e35e7a1a82dc784dc048f4 authored over 4 years ago by pythonic64 <[email protected]>
Updated Image and AsyncImage to bind to properties before super call in __init__ method.

e245fa63e1937d411eec3ea28f7e4fff16fc6b7f authored over 4 years ago by pythonic64 <[email protected]>
Added 'remove_from_cache' method to Image class.

90fccad1aab46bf2219d0f567d8d2d3b7415cf68 authored almost 5 years ago by pythonic64 <[email protected]>
Remove try/except from Image.reload method.

efd29b64045f97b27d614f163a9ed4fd8f78e410 authored almost 5 years ago by pythonic64 <[email protected]>
Better log messages in Image/AsyncImage to match core Image log messages.

d07630db1a6fc1bcd50d97767f21dc1698fbde72 authored almost 5 years ago by pythonic64 <[email protected]>
Set 'texture_size' property of Image to [0, 0] if 'texture' is None.

c93c2a825f17de7e9366fb7ebc961b829f6fc76a authored almost 5 years ago by pythonic64 <[email protected]>
Removed unused attribute '_loop' from Image class.

0b440fcd351e034460f71f4bad2438c95f2350ec authored almost 5 years ago by pythonic64 <[email protected]>
Ensure that type 'list' is always returned for property 'norm_image_size' of Image class.

368f5e99b2a0f33643b44a001d1fc23137ffc484 authored almost 5 years ago by pythonic64 <[email protected]>
Updated 'reload' method of AsyncImage to remove from cache only if source is found.

eddfc3fa55da91053beb8956989a91140726fb69 authored almost 5 years ago by pythonic64 <[email protected]>
Ensure that None is not passed to Image/AsyncImage internal core-image/loader object.

3746afb0f10f001869cafe9cb648cc247eeaa247 authored almost 5 years ago by pythonic64 <[email protected]>