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

tests: fix actionbar timing (i was having maxfps to 0 in my config, everything was broken.) + remove lambda not necessary for dismiss

9e567c7965c179e2895b9f02ea01663bf6b1e9b0 authored almost 6 years ago
cgl_glew: prevent warning in compiler when compiling a function not used (in CI)

575566fec98868df1261f8432f52678fc11b0edc authored almost 6 years ago
move the test suite to pytest

82c8d2f981f1ce03fcf7fd75ac409519dea1cc7e authored almost 6 years ago
inspector: dont forget to clear Clock.schedule_once if we stop but not yet created

3b6bef28cd05182a8a57bb5ecfbad4073c2b4570 authored almost 6 years ago
asyncimage: tests are broken if we use maxfps=0 in personal config

ba08cb843d289a236d4795200cc9fe439d0b12b8 authored almost 6 years ago
loader: add a way to fix invalid mimetype detection, via a global mapping available in LoaderBase.EXT_ALIAS.

This fixes the issue where the cube.zip is detected as pyz, and no loader where available during...

3661b3f27fcc6cbe5ef7927393530a1cbfd29b2b authored almost 6 years ago
cython: fix error about siv not initialized in vertex_instructions

6b4ebeeb821e92dc9b071d19a86c5ac271675210 authored almost 6 years ago
setup.py: fix pango compilation that wasnt able to be cached because the depends where pointing on invalid files

890f603b4891383549708a35309ac06fe1c3d06d authored almost 6 years ago
pango: prevent deprecation warning

e51c4481fb73dffca8d16841ab3a61faccdb5251 authored almost 6 years ago
fixes all warnings reported by pytest

- assertEquals -> assertEqual
- Logger.warn -> Logger.warning
- don't use "Test" in a class that...

72b1d0bf0884046ecff9410d02de427a775734c4 authored almost 6 years ago
fix pep8 and ignore result.png created from unittest

71e0c5081e47d9ebda9f6b3d191537ab6f1b6472 authored almost 6 years ago
fixes cython warning on OSX about symbol redefined

ca75aa6f5fec918c3ca2f12fa878d451ed18845d authored almost 6 years ago
test_module_inspector: fix ordering of modals

784c4b77db62737b928b605cc5e95460e8add308 authored almost 6 years ago
glew: fix GL_EXT_texture_storage redefinition on win32

04f5500d06e365d0eb24b49dc2efb40e21ef9c55 authored almost 6 years ago
texture: prevent warning about invalid comparaison (id is GLuint, but -1 is just integer)

c50858d7dce499ab488dcf4cc72adac17bcbe193 authored almost 6 years ago
test/graphics: in some case, the render waits for a framecount but the screen is already rendered, and so nothing goes down. Just force refresh every second to be sure.

4f7785630f9774a7807394aea82e931ce91d9bd9 authored almost 6 years ago
tests: use GraphicUnitTest in AppTest because it requires the Window and need to be setup with the right information if we want others tests to works

130cb24c0c6a6318fc28c30ada95a59f631a6997 authored almost 6 years ago
window_sdl2: prevent a compiler warning about num not initialized

a9c73d3283db81907b8d4546bfa4f0e4b7878ee5 authored almost 6 years ago
test_inspector: skip multipopup that doesn't work on CI but works locally

06d0ebafe02055b4e5b277105cafaa6240c2e40a authored almost 6 years ago
weakproxy: don't include __bool__ function that is not used under PY3

f7ccc8c444260327a5c1887012a00ce8967050c8 authored almost 6 years ago
cython: fixes signed/unsigned comparaison/assignation warning

9a67b173ef55b712ca797d005ef13657cbcb8753 authored almost 6 years ago
window_sdl: fix num cdef and missing num assignation for system cursor

2bcbee4b688da17e50fe874f0070f616562afe1f authored almost 6 years ago
travis: prevent using pytest --boxed

28aaafab3a038a84dae5cecb28d2f0524fe03cd7 authored almost 6 years ago
appveyor: fix nose -> pytest

a6fb95f76199d529f220276ab7921ef9426495fe authored almost 6 years ago
windows: fix warning on symbol redefinition when using glew

9add3e421010a604eebf60f9f4ad4663fee856ef authored almost 6 years ago
travis: fix missing ; for export, and it was using Python 3.7 instead of the wanted 3.5

04b4f83dc1e4d15828e850a605b3fcb893d03723 authored almost 6 years ago
cython: fixes sdl2 issue about image that can be not initialized (compiler don't see the exception as a possible return.)

b0984397d86a99bac6ac7cd8ee4a1653c1ce219e authored almost 6 years ago
travis: remove pytest-xdist not used, and ensure pytest binaries are accessible from PATH

707d0e275f75bd582cdcc39edde1cf0769141467 authored almost 6 years ago
Change check for Cython to attempt fallback to setuptools on supporte… (#5998)

* Change check for Cython to attempt fallback to setuptools on supported platforms.

This atte...

a6a276b0a70b626e8d62e8e5ca4b19159e6dca36 authored almost 6 years ago
Fix rgba function for python 3 (used to crash)

900237424e7a0ced21cc33cc8893900e1968c583 authored almost 6 years ago
fix broken update to avfoundation

278b00786a41e59a06bc252d1e52e3fe8e200f8c authored almost 6 years ago
Adding switch between osx and ios

3d14a1a8606d3bf81fdc0c5367d29cdf66f01b5c authored almost 6 years ago
Adding fixes to support ios camera

543ebd8e1b37732b6d7e0c78d9470bed53a1a5c2 authored almost 6 years ago
img_tools.pxi: Fix incorrect rowlen for alignment

Fixes the k % rowlen == 0 test

c92e27ab3d929582befe1deaa34684b0a8780292 authored almost 6 years ago
img_tools.pxi: Support pitch alignment in bgr->rgb

Adds support for pitch alignment in BGR pixel data

8807496b67925559d89929e4f5a54ef19af44a8f authored almost 6 years ago
Fix GST_PLUGIN_PATH in runtime hook

- Only include `gst-plugins`
- Also, semicolon was only correct on Windows

cbdcdf16285823a8e13a68c8e86d6957aa7aa6d8 authored almost 6 years ago
Include GStreamer binaries in get_deps_*

5ffd911102b316535d386f373608b992832264d4 authored almost 6 years ago
Add PyInstaller to .travis.yml

8291133df2706e81ea10df36e43de9dd5f8d989b authored almost 6 years ago
Update installation for RPI with notes for latest Raspian issues

Closes #6077

237b818d72dc02da2a6c59b9b6dc441bfcd9bd1c authored almost 6 years ago
Merge pull request #6164 from inclement/fix_android_orientation

Removed default orientation hints on Android

51e6dae9216f7cb781eeca771a9ecc585192abad authored almost 6 years ago
Removed default orientation hints on Android

19603bf5b7138b1168636a686ddd9ea9051fcc37 authored almost 6 years ago
HIDInputMotionEventProvider, set thread name

233cdd173d2a3eab5a773a6cb21f5b79f1aaab97 authored almost 6 years ago
MTDMotionEventProvider, set thread name

eeabd136707a1f2a80baba04b6ab728b2a6be9b5 authored almost 6 years ago
Merge pull request #6148 from opacam/fix-travis-xsel

Fix some travis errors

4905319cd397f76df7d6683707426c92cca0a491 authored almost 6 years ago
Fix FBO tests, it was using render() but Fbo was correctly draw

Because Render is definitely not needed for fbo, that's how FBO is working: You render in a surf...

dfbdf6a1e57f79c4d85e796acaa402f85a019481 authored almost 6 years ago
Fix pep8: E121 continuation line under-indented for hanging indent (setup.py)

5bbe9f06c301baf071d6e8b93a435864c83380c3 authored almost 6 years ago
Fix pep8: E501 line too long for filechooser and camera_opencv

c8e174b0b5a8131302af8f2b22d2673af2e34b85 authored almost 6 years ago
Fix travis error on linux: `Unable to find any valuable Cutbuffer provider`

This is due to a missing dependency for linux `xsel`

83c9a72b696ee3b75c6c1fabd1844d4d0d0618b3 authored almost 6 years ago
Updated camera_opencv.py to use reshape(-1) instead of tostring() (#5922)

* Update camera_opencv.py

Uses frame.reshape(-1) instead of frame.tostring() to remove unnece...

1a2f48f0942b85da9f3d97a7b4673b7cb2cac9e6 authored almost 6 years ago
Add new "canonical" path for binary Mali driver (#6054)

* Add new "canonical" path for binary Mali driver

This improves detection on "standard" setup...

c6cc83a38b1b92048589d404794da6ac4f6ab16b authored almost 6 years ago
Merge pull request #6050 from jfrancoc/patch-1

correction of a malfunctioning with ..\ in Windows platforms (function _generate_file_entries)

23825f938fa8acc29d955702f68a2b03186bc519 authored almost 6 years ago
Merge pull request #6142 from kivy/fix-sdl2-image-loading

Fixes SDL2 image loading (jpg)

a95d67fde782cec52f01d4207690fe4070aec4d3 authored almost 6 years ago
fix styling issues

835f76c896af1ee7a9b907f7257da62c4c9caf7b authored almost 6 years ago
fixes SDL2 image loading (jpg)

6bd7dfc6a98e4fe41035ab615271c71a03044b18 authored almost 6 years ago
Merge pull request #6138 from opacam/fix-android-sensor-orientation

Fix android's sensor orientation

775cd9e6e39809ad52de10280a5aa8d76c56a24c authored almost 6 years ago
Fix android's sensor orientation

e72aa26e21f1f22399e20fa5f886d4c7638a3962 authored almost 6 years ago
Merge pull request #6130 from inclement/fix_python_version_in_buildozer_doc

Removed python version specification from buildozer install

8f54a3f0a527afb5c743812bdc1073a1f1c69478 authored almost 6 years ago
Removed python version specification from buildozer install

d057d05aac2d99a962476f10d52ffbe486cd97b1 authored almost 6 years ago
Merge pull request #4219 from ignus2/sdl2_swapwindow_nogil

Added nogil to _WindowSDL2Storage.flip()

38dbbe9260eb24e93d478ec626b666ec335ea0d4 authored almost 6 years ago
Merge pull request #6129 from clach04/patch-1

typo in doc comments

7e6afb15814a60109e5403629fa01cd202ae6f52 authored almost 6 years ago
typo in doc comments

3caca7619777bcfd752bf9dcf66dddea21eea30a authored almost 6 years ago
Merge pull request #6128 from guysoft/fix-emoji

Fix #6127

1f11d12d600eb83aab51f7a739f6d3814a4edc83 authored about 6 years ago
Fix #6127

838e58d623301f8d35ffb495e6827783c6731368 authored about 6 years ago
Fixes pep8

4a7ae92f813446fc1a9425904afa1b35d02f2ee0 authored about 6 years ago
Merge pull request #6026 from rnixx/rnixx_compile_vc4

Support building against mesa video core drivers.

825b0b9bc3ea762431d09eebbd24b2a9ac786697 authored about 6 years ago
Merge pull request #6122 from kivy/feature-save-to-bytesio

Allow saving a core Image into BytesIO

33cb9bb19537885a17669a3a277244ac64f55f54 authored about 6 years ago
dont run test on osx because imageio doesnt supports bytesio yet

ffd3251216103c0ec6235dd6936890a0e0fc3f0e authored about 6 years ago
add main documentation about save() with BytesIO + couple of pep fixes

f1c4289b6feb9f32994ec1b6119475e1adf3f44c authored about 6 years ago
fixes Widget.export_to_png and unittests

0eadfdd9113d83ecb153dfcf5e642e02bd9668d1 authored about 6 years ago
Merge pull request #6124 from inclement/remove_py3_android_experimental

Removed doc note about Python 3 on Android being experimental

e31e7e52b642204d3d211346aaad3b0d50ff451b authored about 6 years ago
remove debug

3f3475cca09067c1013230812cd89f6c466966ad authored about 6 years ago
SDL2 save() was working only for RGBA, it fixes for RGB, plus a couple of fixes for compiler

1cb852f5f30f32ae772a09445d8b29de7d6b891d authored about 6 years ago
Removed doc note about Python 3 on Android being experimental

ca3b2f7bdf7a0a44c54b8be8b388d7fe0639d2b4 authored about 6 years ago
add missing end of line

fdb0c41d585ee963e2e0315f78c81c279e8e3172 authored about 6 years ago
Save a core Image into BytesIO

9be612399e73ac05793ba766d48e74c03ee2d802 authored about 6 years ago
Merge pull request #6119 from adn05/master

Add support for opencv 4

5d72022f56a1ac692acf732c20579c231338a416 authored about 6 years ago
Add support for opencv 4

5fc538588092133f1a63edd6b0d79f00d3c86db4 authored about 6 years ago
Merge pull request #6120 from inclement/fixed_textinput_sdl2

Corrected textinput key input detection to only use on_textinput

b47f669f44dbda4f463bcb7d2cada639f7fed3bc authored about 6 years ago
Corrected textinput key input detection to only use on_textinput

26cd54c61bd027daaa42618549adf4bc0125490d authored about 6 years ago
Add support for opencv 4

9a234d4ad032f5a7cf6306d4fc48a91fd87c8f13 authored about 6 years ago
Merge pull request #6112 from kivy/svg_declare__filename

declare `_filename` in svg.pxd

361e840c964b46c5c95593ef19bb127ad22558d8 authored about 6 years ago
Made textinput ignore space keydown/keyup for space input

Previously space was not ignored because sdl2 didn't send on_textinput
for the spacebar. This is...

90c86f8b6e95db99eaeee46a0daf8e0ea4e26efa authored about 6 years ago
Merge pull request #6107 from inclement/sdl-2.0.9_fixes

Fixed fullscreen and orientation handling to work with SDL-2.0.9 on Android

b0befbe606d42fc34a1502d12e484c3980bd1495 authored about 6 years ago
declare `_filename` in svg.pxd

5620413756ee1ea835845846bdbad62cbbb029bc authored about 6 years ago
Added SDL hint to let Kivy handle the Android back button

98da99ef2bb855753a623b30b305199490e13bef authored about 6 years ago
Updated fullscreen handling on Android to match what p4a set

e437dfc681bd774f6662c55a863041515ec2f3f0 authored about 6 years ago
Restructured SDL2 orientation handling to work on Android

Also probably fixed some bugs around byte conversion on iOS, and
cleaned up the code.

12a8b13f00d5016d9f1a0d6639a26f3531b9d36c authored about 6 years ago
Added USE_ANDROID kivy config boolean

6ee72aa4c5923503e6995474816518d4c8213b21 authored about 6 years ago
Move android data_dir to write-able location. references #4777 (#6095)

* Change user_data_dir to use the FilesDir (Android)

* Updated docs to reflect user_path chan...

c0eaa4a4d761bf7a732f5da403cb382b1e8e3480 authored about 6 years ago
Editing (#6061)

* Added missing pacman -S python-kivy

8b6af301e453e3cdded6fa34c0a64e1c3e55c7aa authored about 6 years ago
Added backers and sponsors on the README

7912eb91f2028a97e467db0fdb1ad0fc41cfade7 authored about 6 years ago
doc: explain mechanics of size property

fcaa40422050387d33e791c2f96a9f5d3d531c8f authored about 6 years ago
Removed unnecessary logging

0a6c99032045f1f02159ccb1cae610f4f200bad4 authored about 6 years ago
Moved close to single exit point, added logging for testing on andoird

493c6e464c278c63cbcdc3117c58c714025ebaf5 authored about 6 years ago
Merge pull request #5856 from pythonic64/fix_alias_property_to_use_cached_value

Update AliasProperty to cache value only if "cache" argument is set to True

372b81964f55d2ca74641944ab8c908172306e59 authored about 6 years ago
Merge pull request #6051 from gbm001/patch-1

Update camera_android.py; fixes camera for Python 3

083473b92a4612cb819266d309dc6ec1e4f1d524 authored about 6 years ago
Update camera_android.py; fixes camera for Python 3

In Python 3, the buffer needs to an explicit bytestring rather than a string; hence changing:
b...

068d6b4665be58152ebf84b85832eba078378a85 authored about 6 years ago
Minor refactor and doc fix of AliasProperty.

5559faa2d70eccb7d285ca3c69ae39e2f81ed781 authored about 6 years ago
Update filechooser.py

Modification of function _generate_file_entries (lines 821-831) so as to correct a malfunctionin...

9e01c953bc7281a0bf5cfb4afcf758ce3b8ae441 authored about 6 years ago
Update __init__.py

bcd8887106be9ac40f0a1978adbbf5b174709383 authored about 6 years ago