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 playing audio streams from ffpyplayer

Everything in the title - try playing a webradio such as `http://www.tms-radio.com/radio.ogg` an...

2ff4f0261f046c4147aa3f34a37bd4d5df4038b1 authored over 5 years ago
default_font and kivy_clock diplaced from graphics to kivy

04be7a1dbc226b0b5c378ece445fab083d8457f9 authored over 5 years ago
Merge branch 'master' of https://github.com/kivy/kivy into docs_wrong_highlights

Fixes syntax highlighting for correct kv code

39b8f2d9f4c40aea217d12df8aef90df5070a1ea authored over 5 years ago
Fix redboxes for correct kv syntax

47b254ae57e5370f7e2094b71255993c0c4b1c2a authored over 5 years ago
Merge pull request #6458 from matham/leaks

Fix some memory leaks by cleaning up after resources

2a7513e4dca83242ba908d3972c02f5b6eb778d1 authored over 5 years ago
Add back test isolation to prevent kv rules being shared across tests.

857390104ccb2ead5f16d360d93855da66568ca8 authored over 5 years ago
Initialize async_sleep to the default library.

92e3057266234eaddc4820d6e964b075fcff676e authored over 5 years ago
Merge pull request #6457 from matham/execptionhook

Fix "Error in sys.excepthook"

bae610177f8159e853f5201d7c758dfa9186989d authored over 5 years ago
async_sleep should be per app because async lib can now by set by the app.

299272709a8e3bcbd806da09592e078c3e3c4f9b authored over 5 years ago
Clear refs to widgets to allow gc.

935640dda1a98749e310ab254ca17414343454ed authored over 5 years ago
Fix #5986 Error in sys.excepthook.

420483e0813a5d92790825ae52968f856e73cb5c authored over 5 years ago
fix example in uix.scrollview's docstring.

456f208aa31ebc767787131aa3bf9a6979717bba authored over 5 years ago
fix pausing without app instance

fixes #6400

ae0da7c171968790356f7a9c55f37bc88785a5d6 authored over 5 years ago
Merge pull request #6448 from matham/app-test

Move `__self__` from widget to EventDispatcher and fix tests.

68dade8a209d498721f425e1ffd7e8c4d9de532b authored over 5 years ago
Fix network tests.

fb4b6d0e91b245708e58b3ac2ac5f83dce5e4605 authored over 5 years ago
Move self to eventdispatcher so we can get it from a proxy ref and add app leak tests.

b64dbf5a4148ac94242204e395c4619c5215c4b1 authored over 5 years ago
Merge pull request #6443 from matham/leak_property

Don't init property created in KV with given value

c6924742515cefc6e6bde468873332c4de0b1d17 authored over 5 years ago
Merge pull request #6442 from matham/copy_obj

Make it easy to copy Builder and Factory and make them all contexts.

ca3cbcedab8da663d2ed319c31b36ee7fc617997 authored over 5 years ago
Merge pull request #6441 from matham/leak

Move proxy_ref to EventDispatcher.

f9a225ea2a076ff91c53dbc327c18f4e28a1e8d1 authored over 5 years ago
Simplify the conditions.

e30ce76d29831403dc45278e5374a2c95c8b4c40 authored over 5 years ago
Add default_value to kv unit test also.

baecc3260a5434f9deffadcab97099210c910301 authored over 5 years ago
Test that app is not leaking.

8014717bbc0253c691c1893e31dffaa9f3e3fa58 authored over 5 years ago
Set running app to None after the app exits.

02ca24989d5de6c1d4ed350b17435412eccd3633 authored over 5 years ago
Update _event.pyx

a0ffc162d76fb5e9c916c4bd21072b73953c5358 authored over 5 years ago
Don't init property created in KV with given value because it is stored in the class causing memory leaks.

0614f117494764db4f40ffcada735bc7e09b84db authored over 5 years ago
Make it easy to copy Builder and Factory and make them all contexts.

36e10ae589522297e17c667a5e55addfefdde0ca authored over 5 years ago
Update _event.pyx

90f799a5bfe17d4a8f4922717be1b77520222603 authored over 5 years ago
Move proxy_ref to EventDispatcher.

adf3d1d1f32ef4cc8836ee45051f790d6aab742a authored over 5 years ago
Merge pull request #6368 from matham/async-support

Add async support to kivy App

e8a091420d1aa8e1cb41dea4dd9dc50b962fae48 authored over 5 years ago
Remove bug in algorithm to compute arcs of colorwheel (#6435)

df54604fe8ebdeb1dc6ccd6160fa1893bdf4be0d authored over 5 years ago
Make KIVY_EVENTLOOP optional, allow setting the async library when running the app.

16cb83ae89354109aa52ec54e9c1302d8f2edd00 authored over 5 years ago
Properly type upper case characters.

7b0d9db8294b24c47a643cdac23d264c904f00bb authored over 5 years ago
Fix config already exists bug.

671208ebbec8c0a907302a3ac65fbcc33000797b authored over 5 years ago
Center cache problem on MacOS (#6433)

* Changes to fix issues on Mac, for FileChooser and Popups

* Changed center to be a non-cache...

0433d88100b3cd43ff9b4fa854ffcfeb5465b15c authored over 5 years ago
Use wintypes.RECT as base for RECT

13bf1f2a13f01a032b66f669b1a7845eb5f1bf97 authored over 5 years ago
Use wintypes.POINT instead of redefining it

974cf584ea4728832c0a82b0a86f8e0b64a7185a authored over 5 years ago
Use aliases (where defined) for well known types (-Wpedantic :d )

11409d72e4e08e40cdd9ea3be79403f8deb1b468 authored over 5 years ago
Fix touch and keyboard helper methods.

3dfbe3490de47b3be5c80b4ab001b3667833200d authored over 5 years ago
Add preliminary support for coverage for kv files.

4786f5e69fb5d60693d5c2ef2f429914c93bbbcb authored over 5 years ago
add comment on required pip version

cdd514f4f0bc04f91b448d9ba6e6c3899b1aa2e8 authored over 5 years ago
Fixes multiline label

d0dbd4e552edd1441f34967c7c754edbb20579f8 authored over 5 years ago
check KIVY_EVENTLOOP before importing async-related modules

1e8a60bc1f6f95e8310dd16ab44dc96e8e976217 authored over 5 years ago
fix #6414

3c84c5ee4cbcc86cce0cfeda9d114a0d9ef35565 authored over 5 years ago
fix style violation

62498a5b8649aba798312f4f4049cc458b1d077f authored over 5 years ago
add tests for coordinates translation

5b0730e06ce3e0b7fa158b3a7c3d12fa688d50fe authored over 5 years ago
No need to transform to local first.

0f880b7b9733a9bb022b4f4fb4ab4b1979830799 authored over 5 years ago
Use widget's window coordinates for the touch.

c3cb3fe68d94513fd6ccb37fc7b8f89c6d67751c authored over 5 years ago
Add better widget resolving.

51084a032c83db76bc0b2bf09a745abe350fbd2e authored over 5 years ago
Merge pull request #3 from gottadiveintopython/async-support

rename the value of KIVY_EVENTLOOP from 'async' to 'asyncio'

9883350dc0d3d9b743664549f98f7ab580f1b366 authored over 5 years ago
rename the value of KIVY_EVENTLOOP from 'async' to 'asyncio'

578f1dac931e17084f0f06fcea07ec2fcec2bff9 authored over 5 years ago
Merge branch 'master' of github.com:kivy/kivy into async-support

b8f7a23edb4ae53a255e959ceb797e0aaafb399f authored over 5 years ago
Remove osx workarounds as it breaks the build.

8b53e56bc644ea16442defcc970bbf218c16d74f authored over 5 years ago
Renamed default to sync.

b963bf1766125d54b7586c65338a2ce50f61ab1f authored over 5 years ago
Fix PEP8 issues.

751bd83db000ebe69410b8b7031f85c0dc616ad1 authored over 5 years ago
Complete docs.

3f573d5d96379f7ca63d2f757bf95cdf7d25403e authored over 5 years ago
Add more examples.

b25ad1f8d5dd03806e95a59b692b67876bc2c684 authored over 5 years ago
Add pytest_asyncio to CI to run async tests.

6c59fd612ab729bb44495225178f2dc69cb2e790 authored over 5 years ago
Fix test skipping on py3.5 or lower.

d0f96f86db2c0e2c2cb99a1528f3023f41f37cdc authored over 5 years ago
PEP8 fix.

e695d8abe5515549a85529a75ebb0f25ee98dbd3 authored over 5 years ago
We must provide nursery when trio is not used.

bfaa1fd4e6ab1223240f1e68b95477b3c72429fa authored over 5 years ago
Fix imports.

774bc5c445d55c75c1a1f7d2d5e5aac21435cc9e authored over 5 years ago
Merge branch 'async-support' of github.com:matham/kivy into async-support

4899ccb37156a1cbe8f44a8db950446df13b59a5 authored over 5 years ago
Add asyncio tests.

339db346f168e9b3e77f39d55253924af24a1339 authored over 5 years ago
Localize clock async options.

9aa22ecdc0bbdd4dafdcb236b7ee2edf9b86388a authored over 5 years ago
Merge branch 'master' of github.com:kivy/kivy into async-support

9bcfcbadce47074071a5fbd4f5e78cd2a303f094 authored over 5 years ago
Link edit

a25b50cbf4ab6d2c44fd77ce254c216da8288982 authored over 5 years ago
Update clock.py - Corrected typo

There was a typo in one of the descriptions. Changed "continuo" to 'continue."

06c82c68b4ec8b9a00750894500d9ae70ddc1c73 authored over 5 years ago
Merge pull request #6397 from matham/setup

Automatically discover packages.

0cd9802c6f5c9718cfe038c7ac5d12cf9de8f40a authored over 5 years ago
Automatically discover packages.

3eba06e06011fa907655f81e4a8eb81a99e182ed authored over 5 years ago
Merge pull request #6376 from matham/cython-py3

Set cython language_level to py3.

fbc4d238687e1801f6f436da20fc13c94f5ddd5c authored over 5 years ago
Show the 1.11.0 docs now that stable is 1.11.1.

51f650625111a67ea2e7dabe46a58eb1c426665a authored over 5 years ago
Merge pull request #6390 from kivy/matham-patch-1

Python 3.5 doesn't seem to work anymore on travis bionic.

7ba666f3558e4e773a3800bf4e6a561798228a93 authored over 5 years ago
Python 3.5 doesn't seem to work anymore on travis bionic.

2e9deff8bda8c19f13df51364f5c75cb4129fc55 authored over 5 years ago
Merge pull request #6389 from matham/garden-docs

Fix linux install docs and update garden instructions

a781fdb7c0e4d687ca28f9a4396858e1191aae64 authored over 5 years ago
Update garden instructions.

1a3e6e041a5e7ca8ef3e3fc1df1bbe4bc168e8f5 authored over 5 years ago
Fix linux install docs and use 1.11.1 as stable version.

0fc38a4495760471d3803756edabbeb8fda41a47 authored over 5 years ago
Merge pull request #6384 from matham/rpi

Allow window providers to indicate which gl backends they are compatible with

d9bf764be7fc7826d7080482e770d522dd20c0a1 authored over 5 years ago
Merge pull request #6383 from kivy/enable-funding

Create FUNDING.yml

1829921a6e68589258dd9dcc6ef21c3a5b0440f6 authored over 5 years ago
Update install docs for rpi.

dccba9534e1ffaec72a4bd1dd95e50e1194562a1 authored over 5 years ago
Create FUNDING.yml

46f4dda6799e5ad87767ee1fbe8813aca959002a authored over 5 years ago
Allow window providers to indicate which gl backends they are compatible with.

333a4cc9c7b4b3168f7427d27f4fdea2a69bc52b authored over 5 years ago
Merge pull request #6374 from gottadiveintopython/fix_1763_1st

Make 'Carousel' able to handle the case where 'loop == True' and 'len(slides) == 2'

528aa913c1afb9611c818be53594d99ea14ceadf authored over 5 years ago
Merge pull request #6381 from kivy/matham-patch-1

Use sets to check if inspector should be activated.

6b5a5580e8f8fc8d52452d71f7e1489a625fce92 authored over 5 years ago
Fix CI on osx.

a2897e429b8ec678798fa17cf25a9fc387460813 authored over 5 years ago
Use sets to check if inspector should be activated.

08a3db5946e6d44b74d03c573931294115e85818 authored over 5 years ago
reduce accessing to 'direction'

950677861273694effd66301d673f07b57719933 authored over 5 years ago
fix 'load_slide()'

1d2ce89c12b991331746ee395f95272341129913 authored over 5 years ago
Merge pull request #6354 from matham/cython

Move cython version info to setup.cfg.

73b78a39067c6f41a3c3e579cabb998a9817b6e7 authored over 5 years ago
remove unnecessary code

(I thought I removed it)

ad9a22d9127558f86211f2f19b31e6be85cde0ec authored over 5 years ago
add tests for 'previous_slide' and 'next_slide'

f69ecf3bbea844f93e6077cceb70dcb82d7b1f62 authored over 5 years ago
'fbind()' instead of default handler

2ac6bd8028916b3aa27a30e24e87b87187886cfb authored over 5 years ago
make '_prev_equals_next' and '_prioritize_next' into non KivyProperty

943d7bcacfa2efeb56ce22c4b1037b3dc223847b authored over 5 years ago
Merge branch 'master' into cython-py3

c74853ffa1274681d12026c4fc75efb1e99ab584 authored over 5 years ago
Merge branch 'master' into cython

b5147a147ab988be1b2b97029d0e0baaa6f70581 authored over 5 years ago
Merge pull request #6377 from matham/embed

Embed func signatures in cython to help IDEs.

dc5df35e9513cd00664185047edfece42e8471b3 authored over 5 years ago
Embed func signatures in cython to help IDEs.

e45d6d89a2573f6c9427b002b0c43d93b15c1bff authored over 5 years ago
Merge pull request #6375 from matham/master

Fix CI failure, 3.5.7 doesn't have compiled binaries.

cdf093ebdeda0d32688c9b6a4250ee37778512c0 authored over 5 years ago
Set cython language_level to py3.

a5da6363d165677c3787ca3b535b5481fc06092e authored over 5 years ago
3.5.7 doesn't have compiled binaries.

db146e3c8c9e53800352a8b1c4293803585e5218 authored over 5 years ago
make 'Carousel' able to handle the case where 'loop == True' and 'len(slides) == 2'

6cab5204db358989c9cdd8351c97ce8c8d277f21 authored over 5 years ago