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

OS X to macOS in README

4cda63925ba67ce25b87ac97007f41bdb21b6edd authored over 6 years ago
Merge pull request #5910 from kivy/versioned_docs

Versioned docs

11c9fe6c03fa03d16eceb1656ca51ff0129815dc authored over 6 years ago
add missing ;

f3e5ff7a01b0958fcd80fa943ddca94e8ca706b6 authored over 6 years ago
Maintain separate docs for different releases

This will cause CI to build docs for specific branches when they are
pushed to, and to copy the ...

4b97afa6760298504cca34adbe71417368ed834b authored over 6 years ago
update doc template and travis.yml to use /doc/

for versionned documentation

a59063e1f248b5b2692670a7f33d45c3c88b913c authored over 6 years ago
slight improvements to versions lookup & switch

89417c81be1ac55a81b936b4dfaa81c30ef4264a authored over 6 years ago
for now only build stable and master documentations

0fff67ee0ff22f557801aa11b386f0a1527f6205 authored over 6 years ago
Refactor _img_sdl2.pyx load_from_surface (cleanup)

* Fix loading of SDL_PIXELFORMAT_BGR24 surfaces (BMP2, BMP3)
* Fix loading of (some) PNG formats...

a4442a9795138e0589cfef0e6e4886373388f609 authored over 6 years ago
Merge pull request #5908 from adn05/master

doc: corrected typo in docs

ae7646c6410022b8e23b0d5d50686f685f3ec30b authored over 6 years ago
doc: corrected typo in docs

ab935f6846bffd6e081f45aed2746d5c5ea0c852 authored over 6 years ago
replace nbsp with space

fa045f5aee2104f66f1c9c39324a0162ac92b940 authored over 6 years ago
PEP8 fix

8e412b87a2e99cb499a682ca5480c81a76103e8d authored over 6 years ago
add an example for using UrlRequest

dfbb57abad17e3f0f55370f673931ab5a47161b3 authored over 6 years ago
Added references to the appropriate sections

4f6e3bd79a9acddf05d5bdca627ea7ad5e6ec02f authored over 6 years ago
Corrected number ofsteps, made heading consistent

2f22eef775f7e38cfcfe74cc6d5cdaf5afcf6ded authored over 6 years ago
Merge pull request #5900 from kivy/test_docs

doc: fix typo in window docs

7f248f03a26adcaec585fd409703f990242f0336 authored over 6 years ago
doc: fix typo in window docs

66f12472d30bf070e8d9720ebd7559ce3c03a019 authored over 6 years ago
Merge pull request #5896 from kivy/😊

add missing versionadded to pagelayout's anim_kwargs

38d5132d1f83f97c7f86abb203924a253db5b2de authored over 6 years ago
add missing versionadded to pagelayout's anim_kwargs

d62341b477e1574d69dcc84a9197cd32b85f8455 authored over 6 years ago
anim_kwargs

Added `anim_kwargs` property to `PageLayout`. You are now able to customize the `Animation` on p...

46d7281951fc2ceb833ead2ca3062d8fa5ae52c4 authored over 6 years ago
Fixed style violations

EOL on last line - not sure how to add it? Should I just make 2 empty lines at the end of file?

5ec950838323a219136ff28ee63f643134502bd0 authored over 6 years ago
Merge pull request #5858 from erm3nda/master

Fixed PEP8 in Pong examples

a95212d647528c2cc5ee95ff44616fb4029043c8 authored over 6 years ago
Merge pull request #5887 from kivy/test_docs

doc: Grammar tweaks to test docs

35aaae154712f2e633f0c04c42c8fd791ef91663 authored over 6 years ago
doc: add missing period

228fcd04ef6f22608ab657103f3c1d24243287f6 authored over 6 years ago
doc: Grammar tweaks to test docs

5e5dad95858709d685161692bc236e10b816dc57 authored over 6 years ago
Fix#4752 : Line ends are now correctly drawn on the canvas

6e406d0b70777f1cd5220667181c023a9cd26ae6 authored over 6 years ago
Fix for square end.

c6e6bf1e435e9dd1196f1b3875bfd767321878c4 authored over 6 years ago
Update installation-linux.rst

569bc1559c4521db5e6f13f29b4e662e7236e081 authored over 6 years ago
add instructions for Fedora dependencies

c462eee2bb54cfc91a07ffc80f954727ef6c641b authored over 6 years ago
Merge pull request #5878 from gottadiveintopython/Make_Callback_available_from_within_kvlang_ver2

Make kivy.graphics.instructions.Callback available from within Kv lan…

5bb2c1300e4a4fd2c792bfb0704d404b036f7b66 authored over 6 years ago
format code

c6cb6f7a355156c56ca8c4383032ef9ad1593c88 authored over 6 years ago
Add: unittest

c62de4ae0eeeae65171866ff2bc30e5b01ca2adc authored over 6 years ago
null check

6a244eebbb2e81d72a4d0bf78e249be94680ab4a authored over 6 years ago
Rename optional argument 'arg' -> 'callback'

c6a6ec2c3bce05317e916d5322901b8f6b9c09e7 authored over 6 years ago
Make kivy.graphics.instructions.Callback available from within Kv language

8649475617d36d0a689813fffbfe89dd74dfb790 authored over 6 years ago
Merge pull request #5869 from kivy/doc_python_basics

Make relationship between Kivy and Python more explicit and obvious

bf8869f84453ab5e0cc54d5f2ea0fa3a3c8a0fba authored over 6 years ago
Fix grammar

d2a832761cf90363d4e0177dccc8ea6e74a97cff authored over 6 years ago
Added prerequisites header for explicitelness sake

366ed598374a34d1a2acc9538357625c3638909e authored over 6 years ago
Restructucted install docs

54a34759d534596b1065bdeb8d4d246581cafbe6 authored over 6 years ago
Corrected scale argument type from int to float

d1c7330f9eec274a9ff80fa3e5d458146fbed2cc authored over 6 years ago
Added a scale argument to Widget.export_to_png.

2baad4a3603c32611e187be0373aa3a187a4ee2b authored over 6 years ago
Update installation-osx.rst

047154965998b661eb951f4e2c2f4ed2fd1a02dd authored over 6 years ago
Update installation-osx.rst

25e1b0e6999a081241c6c1eb9dd806b79310f61f authored over 6 years ago
instructions for Wheels and Conda-forge for osx

1bf53c6aba72770a4298fd8f26fab94449e0d4ae authored over 6 years ago
add links to irc channels and mailing lists in contributor's guide

ca21a0f3b48bc965fae7e325324fa92e6ce84f82 authored over 6 years ago
fix directory path for removal of gstreamer libs

2edd0c42252e88c70ed659bc3fbb061c63c14603 authored over 6 years ago
Remove gstreamer libs from osx wheels

We will be using a separate kivy.deps.Gstreamer wheel to enable Media handling

8556c917866936621fb6c289bce78692b22a8910 authored over 6 years ago
Pong tutorial: fixed PEP8

Adding surrounding spaces to operators

7664780e6cbfa2d477cf4a5d87db62f621fdce5f authored over 6 years ago
Pong tutorial: fixed multi-line imports

Removed \ style

a456bafe21e8fb9f1a19de4ba34383c361c830fc authored over 6 years ago
Update AliasProperty caching to cache value only if "cache" argument is True. Fixes the case when "bind" is None or empty list/tuple and "cache" is True. If "force_dispatch" is True, it will always dispatch current value on each setter call.

fda166627b6c97db8998fa50586c1364b95b0920 authored over 6 years ago
Merge pull request #5855 from crishoj/add_missing_numpaddecimal

add missing mapping for `numpaddecimal`

58a9ce63a6aff092ec9ab109d489104b0b15566c authored over 6 years ago
add missing mapping for `numpaddecimal`

36a80781e5c35552579c284b7f36f338ca5f01c5 authored over 6 years ago
Merge pull request #5765 from bionoid/patch-4

Update documentation for Clock.triggered decorator

acce531a353aa538a5321e32e99f5d9ab2c40083 authored over 6 years ago
Merge pull request #5850 from dolang/docs-py37

Docs: Update for Python 3.7

d7e041ad1fc91b7cb48f16a808e5b8211e6bd99c authored over 6 years ago
Merge pull request #5304 from bionoid/test_imageloader

Add ImageLoader test case

565b6f54bb292c24b01be7232aa1274c560beef7 authored over 6 years ago
Add py3.7 wheels to Windows install instructions

ff648e9ac903969a13f27558e4b77d1b03811509 authored over 6 years ago
+2.7.10&15 > osx wheels & minimize output

52161fdb1163459ee3011bb8e3aa77927d22869b authored over 6 years ago
Remove temporary py3.7 notice

b1be45d4cd2c90d19acab0ae45d196e46c3b5fe6 authored over 6 years ago
Add py3.7 windows wheels.

b68ea11c38cea7dd4cf552619786a06927dddf49 authored over 6 years ago
Merge pull request #5848 from Gustra/patch-1

Document the `data` parameter for add_json_panel()

f5630be17654166c4d861620035b1b4fc876cc27 authored over 6 years ago
Document the `data`parameter for add_json_panel()

fixes #5847

The `data` parameter was undocumented.

b4eeba604eaa189dba89fcd65d0b80c8183458df authored over 6 years ago
test wheels for 3.7.0 [build wheel]

fb8c0b9c5c367514f1c6949f86efbc0cae207c2c authored over 6 years ago
include `3.7.0` for wheels

8cf2e0e95198214173bb2b9735c8e7bbf27d2dc7 authored over 6 years ago
Merge pull request #5844 from kivy/fix_5815

fix #5815 uncomplete node unselection in treeview

f80af6c9b992d7cd3a7be453dc323c52b46d706e authored over 6 years ago
relocate Ogg for wheels needs to be run twice

158cf94efaccac49d37ab73dec999c8642f6a7d3 authored over 6 years ago
Update .travis.yml

be3380b9a2afe6c2c94c6e2c51717a79d044fa4b authored over 6 years ago
Merge pull request #5845 from kivy/travis_osx_wheels

fix osx wheels

33c788b9c69d860b6e318248afc107f9ef643ca6 authored over 6 years ago
remove redundant Ogg redirection [build wheel osx]

6de1c0af2b8f7c5d7f522f35fee19f22e8ed2392 authored over 6 years ago
fix osx wheels

d8eba41624717749c32714e3b510b7b52c3d8605 authored over 6 years ago
Merge pull request #5841 from kivy/fix_5838

fix issues with `disabled` aliasproperty

d730213af98076fc81785725ff32353ba1a98d18 authored over 6 years ago
fix #5815 uncomplete node unselection in treeview

1ffef1f4b4af6796958f9adebd4ddab13c7fa053 authored over 6 years ago
return True in set_disabled when value changed

9a2d005851ab9d58551aaca3ab82074493587377 authored over 6 years ago
fix versionchanged in modalview

e6c4516fef868378fb684c1b77de61350836123f authored over 6 years ago
Merge pull request #5781 from pythonic64/add_pre_open_and_pre_dismiss_events_to_modalview

Add 'on_pre_open' and 'on_pre_dismiss' events to ModalView

ae69f5953e751d03195bced68d2db37c9dd970e4 authored over 6 years ago
fix issues with `disabled` aliasproperty

fixes #5838

`disabled` alias property wasn't saving disabled state when moving a
widget from on...

c1638cd39e0f26576ecdea5f96d7bdb7ebafce31 authored over 6 years ago
Merge pull request #5840 from dolang/docs-fix-windows-nightly-lists

Docs: Remove py34 substitutions in nightly lists

1a766b433440125a01ea2877e0625adbf0e0e3b1 authored over 6 years ago
Docs: Remove py34 substitutions in nightly lists

In addition to previously merged #5839 the substitutions for the no
longer available py34 wheels...

b1660f20234643f739d87f138244ef99626b30f7 authored over 6 years ago
Merge pull request #5839 from kivy/docs-fix-nightly-links

Docs: Fix Windows nightly wheel links

bcd5c4755314ce63c054a6d0b582bc658497ca93 authored over 6 years ago
Docs: Fix Windows nightly wheel links

Versions in the URL were still pointing to 1.10.1.dev0; updated to 1.11.0.dev0
Removed links fo...

4d8d6e5f867f9c857e0611da871d3d910e30972f authored over 6 years ago
Merge pull request #5837 from 90michaeltran/mtran/carousel_update_add_widget

carousel - update add_widget with 'canvas' parameter

df7de2042ae4e0f820bbe91ab9f485d746c52fae authored over 6 years ago
Merge pull request #5797 from e-matteson/emacs-syntax-table

fix syntax table for emacs kivy-mode

3e57ac0b07385384619a8042dafcab89cc10da57 authored over 6 years ago
carousel - update add_widget with 'canvas' parameter

9b40b79fe58b529a879add7b28bd7d61c3d7fbcf authored over 6 years ago
Merge pull request #5834 from kivy/KeyWeeUsr-patch-2

Fix missing requirements for Python 3.6 64bit

337f371b49e2d7938cfee92ca35a1a4811b4caec authored over 6 years ago
Make sure cython is installed first.

e574217a8c6c54a75e96ca7a255a28985cd3f7ed authored over 6 years ago
Fix missing requirements for Python 3.6 64bit

sdist might need to be first, but without deps it will fail on missing Cython, thus no wheels fo...

bb0b79b6099a4b08a5b913971c620e9173d9e7bd authored over 6 years ago
Merge pull request #5833 from dolang/docs-py37-note

Docs: Add note about not yet available py3.7 packages

9e742f37c48dc5b6b954ca7e480a1561e62efb10 authored over 6 years ago
Add note about not yet available py3.7 packages

1c17e2e904f8f380acefb95db31446df0c839c46 authored over 6 years ago
Merge pull request #5820 from kivy/travis_osx

automate .app/dmg creatio for both python2 and 3 on osx

ceb9b0643f035ef604ccaee8d3b13953b08d11c5 authored over 6 years ago
add README.md in MANIFEST.in

to include it in packaging, since setup.py now requires it

b173ec64c4e48f6905eb582d469ab9a8bf34e941 authored over 6 years ago
test packaging [build app osx]

38cc02f364ab5bac847d654f1e504aba8042a24e authored over 6 years ago
Move sdist to happen before anything else.

f498cb5c0bd27aee7f6524f08557808acc8b5bc9 authored over 6 years ago
py2 exception checking in get_capabilities

closes #5571 Credits to @https://github.com/bschousek

d80528b0f42c6ac1091da8c85d9703412302b38c authored over 6 years ago
Change tag for app, [build app osx]

815f0016a72e51fc6c019bfbaa333877f1e32c65 authored over 6 years ago
Merge pull request #5790 from kivy/inclement-patch-1

Removed checkbox doc info about colours outside 0-1 range

96dfa5b55ed74c8223152dd84cd478bfed03e90b authored over 6 years ago
Merge pull request #5826 from dolang/drop-py33-support

Drop support for py3.3, which is EOL

9958a6b8f14036caa2301bd77d83c0f0c4b30db9 authored over 6 years ago
Update .travis.yml

978c3ff229d603a15a3cbd992ed3aa398c1b2ee1 authored over 6 years ago
Drop support for py3.3, which is EOL

Python 3.3 has reached end of life (since 2017-09-29), see:
https://www.python.org/download/rele...

1f580c2ca7596ae8d120004cb6ec79f139940462 authored over 6 years ago
Merge pull request #5822 from kivy/fix-asyncimage-test

AsyncImage test fix for Windows py2.7

1828af32ea69ff703f92bd67c8e5c6985699ba89 authored over 6 years ago
Merge pull request #5821 from kivy/multistroke-increase-timeout

Increase timeout/sleep to increase test robustness

c28ffbcd626c5653807217d3534f89d0a10a31ce authored over 6 years ago
AsyncImage test fix for Windows py2.7

Replace symlinking with copyfile/remove

6d2f0fd769d0ccc0ecb919ee175b73f2b8b6894d authored over 6 years ago