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

bugfix for 3D rendering example

2a624ddec66a0aa05bdd9f5897a1f96dca41799f authored almost 5 years ago
corrected platform detection on Android (#6798)

Corrected platform detection on Android

detects now presence of /default.prop file AND /syste...

26228b202e821824afd8b2536234b26c23ae1b9d authored almost 5 years ago
Merge pull request #6780 from Lauszus/pi4_docs

Make it clear that SDL2 should not be installed with apt if the user …

ede9bd1b806619dda022ab438964ce1b48645521 authored almost 5 years ago
Merge pull request #6774 from Lauszus/parallel

Build the extensions in parallel if the options has not been set

e6fccbd8462c7b3f860313a0c11dd24c84f813bf authored almost 5 years ago
Make it clear that SDL2 should not be installed with apt if the user has compiled it manually

5663f8d836295fbe0e512294d63303649cbde344 authored almost 5 years ago
Print the number of cores being used

689e411513d9d67f49e48d1e110ea373d25fd1dc authored almost 5 years ago
Limit the number of parallel jobs to 4 to prevent overloading the system

63a825a6d4df8fcf82f8e64975e875784025aa17 authored almost 5 years ago
Merge pull request #6778 from Lauszus/pi4_docs

Updated Raspberry Pi 4 documentation on how to ensure that the render…

84e7bceb79e0324e0150f7f92421f2b7799d1d58 authored almost 5 years ago
Updated Raspberry Pi 4 documentation on how to ensure that the renderer is hardware accelerated

f1d82f0e038397431ca3f6605c002206d189e688 authored almost 5 years ago
Merge pull request #6777 from salt-die/line_mode_bug

points property sets _mode to LINE_MODE_POINTS

0b4c423336f646b43bd087d16b246820c5a54725 authored almost 5 years ago
Merge remote-tracking branch 'remote/master' into parallel

2c9917870ab92d6660584b81c973133efcc5ee4a authored almost 5 years ago
Merge pull request #6775 from Lauszus/docs

Fixed the gallery documentation

9f00beeb328b58a4a5f641ea2457876d2d90c99f authored almost 5 years ago
points property sets _mode to LINE_MODE_POINTS

To be consistent with ellipse, circle, rectangle, rounded_rectangle, and bezier properties, the ...

e8af3398431f5b5117c369e2e4fed0e3ac74a29f authored almost 5 years ago
Make sure all the directories has been created before trying to write to gallery.rst

34c6cd8b84be4a3ef6fc6c59cf570c4e2b77b6bd authored almost 5 years ago
Fixed the gallery documentation, as it was breaking the docs from being generated

2b5c8d29b371f3fededdc495cb978db5cd954f3b authored almost 5 years ago
Merge pull request #6773 from ozapinq/bugfix/openbsd-clock

add correct value of CLOCK_MONOTONIC for OpenBSD

6d9df6c2d1e304f8ed3c34d412f4e205bda3c005 authored almost 5 years ago
Build the extensions in parallel if the options has not been set

f3ec4f73efe64c9c8f548d5a1f52f84cf79153c9 authored almost 5 years ago
Kivy now works on the Raspberry Pi 4 without X11 (#6769)

* Added 'KIVY_SDL_GL_ALPHA_SIZE' environmental variable, so X11 is not required when using SDL2 ...

fa19d954971e7747ce1553cc843a26e8c5375213 authored almost 5 years ago
add correct value of CLOCK_MONOTONIC for OpenBSD

e8c39680ff737d71a1f45d878c48c0904c7803c0 authored almost 5 years ago
Merge pull request #6748 from misl6/extend-certifi-to-ios

Extend certifi usage to ios

54d345aef2a87c4c8a31c7a54c91215d3c28c65d authored almost 5 years ago
Merge pull request #6754 from kivy/matham-patch-1

Properly raise errors reading a font.

81eaa2eeb4444a08980205f9d02a9e3144c4b486 authored almost 5 years ago
Merge pull request #6772 from kivy/matham-patch-3

window_info is not included in x86 pyinstaller.

9f84ccd6a380bd64ac23471f76ae9c038b3d5770 authored almost 5 years ago
Merge pull request #6771 from kivy/matham-patch-2

Update issue templates to new format

32146c56dfb56617d99852e6055334874deb6863 authored almost 5 years ago
window_info is not included in x86 pyinstaller.

032a0828ed4f110492e94a259cce96b11904af3a authored almost 5 years ago
Delete old style issue template

bad7aa7a2a58ec978b4fa916db34848b5e22c067 authored almost 5 years ago
Update issue templates to new format

7c6149f0ae7a956d2417c911163026eb60dc5821 authored almost 5 years ago
Properly raise errors reading a font.

fe8ae9fe98d7cd993ccc9dda6a882d153416b4bd authored almost 5 years ago
Update packaging-windows.rst (#6750)

* Update packaging-windows.rst

Added sections detailing packaging using --onefile and for bun...

9398c8d5d260c9f4d5dd0aadc7de5001bddaf984 authored almost 5 years ago
extend certifi usage to ios

42b674d1e9265356b8be7a7f4bd3378fa7a6d88d authored almost 5 years ago
less verbose Kivy startup (#6743)

if using xclip, even if the Kivy logger is set to log_level='warning' only, Kivy startup always ...

53290db64b95a655f09e7c737b8e97fda7264451 authored almost 5 years ago
ddsfile.py fix for string/bytes comparing for py3 (#6729)

I used `bytes.decode()`, that should work on py2 and py3 but on py2 it's probably string anyway....

315ca99435c7ae66b3a43c2c0cbf9876ed0689ea authored almost 5 years ago
remove gpl gif implementation (#6721)

to avoid depending on pillow just for our loading animation, created a
zip alternative, and rep...

0fc04ca5ecc1397e6624dd870cc19dcf3575b72e authored almost 5 years ago
Revisit of the Windows installation instructions (#6712)

3187203609dd813b3ad101e1d2e1c71e9d44aadf authored almost 5 years ago
Merge pull request #6714 from hjung4/spell

Fix spelling errors

75e1ce2b1632187f2d44632c23c997c97214b4c5 authored almost 5 years ago
fix spelling errors

bb6218bbec726581806f6fe3bf8747f54b8000a0 authored almost 5 years ago
Fix https in python3.x (#6703)

* encapsulated import certifi within try/except in kivy/loader.py
* encapsulated import certifi...

861d43f4d907d562db9b2643d5ec0b8f22544638 authored almost 5 years ago
Merge pull request #6702 from ludwigkraatz/patch-2

Adding support for non-file SVGs

1d90596908ba4c6d94b9f93068ba293ad8414d69 authored about 5 years ago
minor beauty fixes

36b65f6de9925cc761fd040ccbd5e84586aba9ce authored about 5 years ago
update docstrings

67c88e8cb5d97d55780a457578d632c8f55f8ed2 authored about 5 years ago
Adding support for non-file SVGs

source.setter now uses Svg.set_tree() to set the tree and execute .reload()
Svg() can now reloa...

050dbc81544cd8b9e7f1ed371365d4aa3527f3e7 authored about 5 years ago
Merge pull request #6694 from misl6/fix-wrap-on-css

Fix css on docs

a4505ae6afbb4f6941ce491478e54fe051b11efd authored about 5 years ago
Fix css on docs

c8e0c3de0dd924e9b7e17449fac6ed9babf8c190 authored about 5 years ago
Native audio support for Android (#6603)

* Native audio support for Android

This includes a new core provider that uses native MediaPl...

228b279107e89cd0784eaef29592768df02928fc authored about 5 years ago
Removed '_get_text(encode=False)' calls from TextInput in favor of 'self.text' as it returnes same string.

b9c02c258515ffe317a30532bf5d8a8bbf9a39cc authored about 5 years ago
Cache 'text' property of TextInput.

a543d9f7b04adcc884bf233d9047aa88b77514ef authored about 5 years ago
Merge pull request #6662 from Lauszus/rpi123_wheel

Compile wheels for Raspberry Pi 1-3 using the CI

be7ae35700fe782ca5f338099f8fee848c1a2d47 authored about 5 years ago
Added table with an overview of the supported window providers and GL backends

ae6ff5d803622289138992120f0780ad086830af authored about 5 years ago
Set the same flags explicitly like we do for the manylinux wheel

5cb75d09bdb028bedb8bff410c9ac55a6fdadd27 authored about 5 years ago
Moved pi_version into kivy.utils

eb3300f6deb74ef85a02fff8cc17179e02d3e723 authored about 5 years ago
Enable X11 as a window provider

878e23b17f0a8cbcd5cc45a95bbdcb459e9e6e66 authored about 5 years ago
We can use the same wheel on the Raspberry Pi 4 by ignoring the egl_rpi window provider

f26da7a242393272f4a218e02671d01cf39f1f18 authored about 5 years ago
Updated the documentation, as wheels are now also available for the Raspberry Pi 1-3

844f3a86277193b8efe330004f04b5df34758660 authored about 5 years ago
Compile wheels for Raspberry Pi 1-3

e6afe6d31139b8bbd4604b4d8674bf1b1198bd43 authored about 5 years ago
Merge pull request #6677 from kivy/deprecations

Remove `id` from Widget.

52d12ebf33e410c9f4798674a93cbd0db8038bf1 authored about 5 years ago
Remove widget.id ref from lang.

7adc5e70fd0521832d915517cbe71b56ebc18154 authored about 5 years ago
Merge pull request #6681 from matham/flake8

Switch to flake8 and fix PEP8 issues

b1c643c8a6d3d4750dc2fa9a0232354dfcecd3a1 authored about 5 years ago
Move flake8 config to setup.cfg, be more error spcific.

6607506953b65db6ce5f22fd8c90c319363ace44 authored about 5 years ago
Merge pull request #6682 from kivy/ensure-upload

Create all the wheels before doing any uploads

c73ed1fd867c8dd416ae72a8020e7dae5b822fd3 authored about 5 years ago
Merge pull request #6683 from kivy/fix_spinner_example

fix spinner kv example

06862dbcf852f6e35a440a04235eecd059dce84d authored about 5 years ago
fix spinner kv example

c6599e7e376e911d6bbf82fe5168a9f917b9c8b3 authored about 5 years ago
Create all the wheels before doing any uploads to make sure wheels are always created [build wheel].

744356db7e6691d98dbe62c8ed4604848357c454 authored about 5 years ago
Fix PEP8 W605 (invalid escape sequence).

28407b5a07214976117c8e8ca111fb806a261832 authored about 5 years ago
Switch to flake8 and fix PEP8 issues.

0b6b8930e6d4b420a4d57d16b374e96039b70db2 authored about 5 years ago
Remove `id` from Widget.

3922240890fd6c929f7a52aba190722cf63fb3e6 authored about 5 years ago
Use token that doesn't expire after 60 min for RPI build.

d800c3d4316089df8a1ebfb3c5403fd3938e7cf0 authored about 5 years ago
Merge pull request #6674 from matham/master

sdist cannot handle carriage return in description.

7b021a387d134b45c8a3922f3d89a713cd4d6b9f authored about 5 years ago
sdist cannot handle carriage return in description.

c9e5dc860213bb1e3ee7e0644674851fad1f3ffc authored about 5 years ago
Update windows docs for new release.

cfa6b78f998abd71cda6ab665fd21b18277199b9 authored about 5 years ago
Bump to 2.0.0rc1.

ae0fa0cab3025e517452f44b91dd7d95182f39b2 authored about 5 years ago
Merge pull request #6673 from kivy/matham-patch-1

Latest twine doesn't support py3.5

7c7806604d44ae8bbae93878dfd662a371dbb949 authored about 5 years ago
Latest twine doesn't support py3.5 [build wheel]

a2ded0d7b7ce2e2d94b41f9d0d70bbc173b0494c authored about 5 years ago
Examples doesn't install if we are in kivy dir [build wheel].

7eb7bbb8ee44638353802757f2f29b7929f8708b authored about 5 years ago
Merge pull request #6670 from matham/pypi-upload

Fix CI PyPI upload and pin to latest kivy_deps versions.

d1f85273161b4ab2d839bebead5d3bb054bd9fa2 authored about 5 years ago
Fix CI PyPI upload and pin to latest kivy_deps versions.

c252f82a8e7106742de34c921ad4806707a7f18e authored about 5 years ago
Merge pull request #6669 from kivy/test-wheel

Test generated wheels and sdist

47a9e355390ed92534c400b11e1c5576694b021c authored about 5 years ago
Enable testing installed Kivy and test wheels and sdist from CI [build wheel osx].

56740a4082c16a84d1db9f6c04aaa2c5327efe46 authored about 5 years ago
Move gallery to tools.

0867471178a7aa2c55aa1ba4e986ba5921326406 authored about 5 years ago
Specify kivy_deps versions more precisely.

04aa073e2ac6db2b0d659a16b35e70f67199e50c authored about 5 years ago
Include pyproject.toml in sdist.

e29309139e12e86c4265dd007bb64dad8dd0aa84 authored about 5 years ago
Merge pull request #6589 from misl6/fix-ios-fullscreen

Add the ability to show statusbar on iOS

38fcbd5b90c99a96d82682f14986836cde81412d authored about 5 years ago
Fix docs upload - there are spaces in the args.

46cfa42dacb2a9677d3b35d1c804c89ecfa9495c authored about 5 years ago
Added missing spaces

1b377baef1d3c31133b3d0e9b36b5739f7fdc3b4 authored about 5 years ago
Merge pull request #6658 from Dirk-Sandberg/iOS-garden-path-fix

Fixes incorrect path to kivy garden libs on iOS

662985b7c933df52c31f7535ce148f51dc442e5e authored about 5 years ago
Merge pull request #6578 from quitegreensky/master

Revert #4219 as it causes performance issue

7de031428746e8b83712a565fd8b460643746805 authored about 5 years ago
Use pip to build wheel so it uses pyproject.toml. (#6659)

* Use pip to build wheel so it uses pyproject.toml [build wheel win]

* [build wheel win]

3bbe62d077547b0b811ae88155f1de0beed8b31d authored about 5 years ago
Make modal and dropdown consistent (#6650)

* Dismiss popup only when down and up touch are outside.

* Add tests.

* Fix action bar tes...

2306a0a4924e6d38150368538ee75613e0c1b509 authored about 5 years ago
Cross compile wheel for armv7l (Raspberry Pi 4) using Github Actions CI (#6568)

* Cross compile wheel for armv7l (Raspberry Pi 4) using Github Actions CI

Fixes #6567

* Ad...

59facf6e6f7b1346cf20a1b104104f21a09f8c7c authored about 5 years ago
When working on iOS, the path to the garden module is fixed. Assumes garden flowers have been added to the project by using `garden install --app flower_name`, which adds the flower to a folder named `lib`, which should be in the same directory as main.py

c3956b000fdff4f6e12651532b58cde6a81f495f authored about 5 years ago
Merge pull request #6642 from kivy/matham-patch-1

Switch to using pyproject.toml and setup.cfg for metadata

39f3bafefd4955ac3b71f89bc894cd451a4dd974 authored about 5 years ago
Add docutils and pygments.

9e3b1b121d4b11b0427ab074db8bccf17ea3cefa authored about 5 years ago
Merge pull request #6656 from kivy/matham-patch-2

Don't package examples in the wheel

d689b0be15ff6d67b8931c97d7d151055ad23867 authored about 5 years ago
Don't package examples in the wheel [build wheel linux].

dd172ebb144e0026f51cf0a004795517df68d21a authored about 5 years ago
Merge pull request #6562 from Lauszus/rpi4_auto

Autodetect when we are on a Raspberry Pi 4

19e139f5d774be07748295a3511bcb766f1e6de9 authored about 5 years ago
Merge pull request #6558 from blu-base/example_Twisted_Framework_fix

Fixed depreciated option for twisted, and sys.exc_call is only run in py2

7c0b8d17401c26892acc7cbab95dc4e5422318a6 authored about 5 years ago
Merge pull request #6641 from ia7ck/fix-typos-cursor-row-col

Fix typos cursor row/col

efc9bcc42ebcb61d169ed902508a3abbf062ccb9 authored about 5 years ago
Merge pull request #6643 from matham/pyins

List kivy.weakmethod because pyinstaller doesn't see into cython files.

3ff8a8f2fd8112aa38ed5c532e70b194c59a1a3c authored about 5 years ago
List kivy.weakmethod because pyinstaller doesn't see into cython files.

98c553aa04b419e8455a6b1d2897f460ea699a2b authored about 5 years ago
Switch to using pyproject.toml and setup.cfg for metadata.

69e72d98d43138ffbd0c0545ced38553a389f7d9 authored about 5 years ago
Fix typos cursor row/col

4144b6c8f6f96b73e73a7380894d1708f815b510 authored about 5 years ago
Merge pull request #6625 from Howard-C/patch-1

Update CONTRIBUTING.md

e42765037423012f9b18f064b3355eea7ba2ef71 authored about 5 years ago