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

Merge pull request #6638 from rafahuelin/master

fix docs

91254f7810bdc017f4484301b88d3a33176cf21d authored about 5 years ago
fix docs

588d8deaec8e03d2db52ab7aa9926870d38d0dc0 authored about 5 years ago
Don't specify kivy_deps.xxx_dev deps because it is auto-installed.

160d59b2b21131c4e514dfe3bc50d78a447189e5 authored about 5 years ago
Don't specify kivy_deps.xxx_dev deps because it is auto-installed.

93c445f37a5c2b1576b1a9850ca69302acf87fac authored about 5 years ago
Update setup.py

05922a86d6ac755a61b118279b7e97c49359c2a3 authored about 5 years ago
Merge pull request #6636 from blu-base/colorpicker-path

Missing directory replaced in colorpicker #6599

738f840f105d056331bdd6ccf8bde5c5623a262f authored about 5 years ago
Replaced missing image directory with latest demo dir

b4d0674b9cb2e859be840df7752bc982995f8c37 authored about 5 years ago
Only run coveralls on master

18aa4389e3a0f726d98189ac095546811d009739 authored about 5 years ago
Fix build badges.

cf22741702c449578e06821c41547c66ceb5f7c6 authored about 5 years ago
Switch from Travis/Appveyor to GitHub Actions (#6622)

* Switch Linux CI to GitHub Actions.

* gst is included in ubuntu.

* Detect if wheels are g...

852579b58f277e5ad3d2047b03eed06d684a8102 authored about 5 years ago
Update CONTRIBUTING.md

Fix the appearance

9e8f89e1de75d4e900d7bc9861741f7c8fc9cf9b authored about 5 years ago
Update filechooser.py

23298fd76badaf6689fdb8c0557e1bf46fffdb89 authored about 5 years ago
Merge pull request #6618 from matham/patch-1

Don't preset async_sleep

fd7e81ef8288f7e522fba43604c951e6f78a2053 authored about 5 years ago
Don't preset async_sleep, because it may not be changed once we use it, so just leave it None until the first time it is set.

4db0986ba02cdb25cb1b587209c375427548d715 authored about 5 years ago
Merge pull request #6608 from Franccisco/Franchanges

Replace deprecated stuff in audio providers' Sound classes.

1ea7b8d0f4fe70ff4ad190d575941b447f60269a authored about 5 years ago
Merge pull request #6607 from jcemerson/fix_6606

Fix 6604 & 6606

09078175df82045c2c945e5777917c2670a9f572 authored about 5 years ago
Fixed PEP8 style guide violation @ line 136

a4b48b01b779d27019c054036030fc571414d4bd authored about 5 years ago
Fixed typo in window_sdl2.py

Corrected spelling of SDLK_KP_DEVIDE; should be SDLK_KP_DIVIDE.

e0a85589f7e9435987dd0e30daa4c76012b46665 authored about 5 years ago
Replace deprecated stuff

Fixes #6602

5acbdc4b00919f0b725a57d52f196cd609c87413 authored about 5 years ago
add missing `*args` in draw_my_stuff example

95a6bf279883d706f645e4629c16d5ee1038f0ec authored about 5 years ago
Merge pull request #6595 from felixonmars/patch-1

Fix test failures in Python 3.8 (fixes #6594)

80e0af9b2615caf7ae75664bcdf3485bd6b4b8a1 authored about 5 years ago
Fix test failures in Python 3.8 (fixes #6594)

I am not sure whether this is the correct fix but the test suite passes.

acdd5d06b6f4da22c115569a83a69ec833d05dff authored about 5 years ago
Update _window_sdl2.pyx

Update sdl2.pxi

4896a90b8c596cec492aa01c51faeee290a02b9c authored about 5 years ago
Merge pull request #6469 from snuq/master

Updating ModalView to improve theming

7036fde210f6ca5f5c629e579b65d394b24b8abb authored about 5 years ago
Add the ability to show statusbar on iOS

b29a1b2400852ba15a323cfcf34c089d3f24fbae authored about 5 years ago
Merge pull request #6581 from kivy/cython-max

Bump max cython version.

17e1977a047a21fd7c780b32572ae3948f2e7c2d authored over 5 years ago
Bump max cython version.

c52dc5d8cbd1c686fd6c5633d2b09b49a7f8f325 authored over 5 years ago
Fixed issue with horizontal value track being offset from the center of the Slider. The value track is shifted down. The issue is most noticeable whenever the background_width/value_track_width are large.

fed3d459ad7fb1d450237c22f8c2996d8f1fd6a2 authored over 5 years ago
TreeViewNode'a arrow in filechooser

The arrow in the file chooser is too big and in a wrong position when used with a mobile.
For f...

32c305c6236144e9fa1b2764c8c274fd305b4892 authored over 5 years ago
Merge pull request #6570 from kivy/akshayaurora-patch-1

Enable Python 3.8 wheel generation for osx

09ea01a02e6fd645219cc68b025efcd60925170f authored over 5 years ago
Enable Python 3.8 wheel generation for osx

53a82547dd262b76dbdab0cd8d0bbe31e6679c5c authored over 5 years ago
Merge pull request #6565 from matham/offset

Add ability to specify offset from widget pos

7947abfbb77cb50c6d7cce7c8739ab630e028034 authored over 5 years ago
Add ability to specify offset from widget pos.

0c79f51b2927f1e2ca6ac342e077a251fa60cc4b authored over 5 years ago
Check if VIDEOCOREMESA is equal to '1', as VIDEOCOREMESA=0 did actually select the mesa drivers:

>>> print(True if '0' else False)
True

cef99e497a334b5eb16c0e779aa3cf3b6cc4b4e1 authored over 5 years ago
Autodetect when we are on a Raspberry Pi 4 and do NOT use the proprietary Broadcom video core drivers, as they are not available on the Raspberry Pi 4

9cdcada34a6149b7fd6bd4c57285afc828d69948 authored over 5 years ago
Remove python2's sys.exc_call

074889db204f6839781d1de2f92a85379ae567c0 authored over 5 years ago
Changed depreciated option of twisted (--port to --listen)

517289a9c16d062177a4b5edcd1c19af52562d7f authored over 5 years ago
Merge pull request #6556 from kivy/OSX_APP_MASTER

Update .travis.yml for osx app on master

4598a3eade9c75b5dcf32b73097ba4a2007d9452 authored over 5 years ago
Update .travis.yml

2db61e80ca2b337a283a6afae8eb23550a00ac35 authored over 5 years ago
Use master for master branch osx app builds

ae36afc1b5599750d0c81d056c3b44daf635e121 authored over 5 years ago
Merge pull request #6554 from kivy/osx_app_build

Build latest .DMG for osx app

994fc9fe33eed20409d8b31791b5372e1b05758b authored over 5 years ago
Build latest .DMG for osx app

Update Travis to build latest .DMG for osx .
Using Kivy 1.11.1 and Python 3.7.4

5ae2d14cc01c4647f0e0c383ca4555822aee8bbf authored over 5 years ago
Addresses Issue #6155, adds a meaningful message regarding the cause of an AttributeError.

96444207756b2783f20760af916083bc386c53ff authored over 5 years ago
Merge pull request #6540 from fluxrider/master

fix erroneous check of KIVY_NO_ENV_CONFIG

f2231330e485c9c57166bd71a3bed086ad33d459 authored over 5 years ago
Move hide bind from win size to textinput focus (#6542)

06be09cc470a9f17983a1a97628fedd68107bed4 authored over 5 years ago
Disables caching for cursor_pos (#6543)

7885eef7729a88864e56832910ec4c2015de22dc authored over 5 years ago
fix erroneous check of KIVY_NO_ENV_CONFIG

22493b091010a46a3ef8121c884f987728d844f0 authored over 5 years ago
Merge pull request #6533 from kivy/fix-fbo-renderbuffer

fixes fbo/renderbuffer freeze on iOS

18f37ed6e29620ee53c2a7699e0e0894e06a7f91 authored over 5 years ago
Merge pull request #6537 from gottadiveintopython/master

fix GridLayout doc

942ebf2b1f964b481b6143ada4c36de976aca025 authored over 5 years ago
fix GridLayout doc

4ea835defc0a3fca806a5b6818c7f3cbf8c7ce69 authored over 5 years ago
revert the possibility to get the symbol from python, as it is not GLES2 standard, but still used for iOS

683d8697d63802145aec9d49a86c50895c7c8cb0 authored over 5 years ago
fixes compilation about is_gles_platform typo

06f6abbb24e7ab8616d2f1cdb3173503967444ce authored over 5 years ago
fixes compilation on missing GL_DEPTH_STENCIL_ATTACHMENT symbol

aed52460635d2a5823084566785bbf258b20a555 authored over 5 years ago
fixes fbo/renderbuffer freeze on iOS

Also remove the experimental on depth with stencil Fbo.
By comparing our code with openFramework...

be04852ac26b1fb17451ce7747872b75cbd3fa94 authored over 5 years ago
Merge pull request #6513 from misl6/fix-issue-6508-workaround

Fix issue #6508 Multiline label w/ line_height < 1 renders badly (workaround)

0d1156a14f5fb59f420e67b1f3b899395cf595e0 authored over 5 years ago
Merge pull request #6523 from kivy/doc_remove_designer

Remove reference to Kivy Designer

72ac4e8f56a4ee432c9279cab044829beda22469 authored over 5 years ago
Remove reference to Kivy Designer

b8d78a6d596af166f0dbc79079c8c53bcad7a53f authored over 5 years ago
Merge pull request #6515 from misl6/fix-max_lines-valign

Fixes positioning (valign) issue when using max_lines

5cdd52a6a7069aa89377cbec1b31d20b226b4272 authored over 5 years ago
Fixes positioning (valign) issue when using max_lines

Better fix. Also handles different heights.

use dwn to check what lines need to be removed

5c607eb3a81f4cb497009cb7199124691cd05e3b authored over 5 years ago
Merge pull request #6516 from matham/metrics_docs

Don't use the Window when computing dp during docs generation

89bc7882be0c7b6d858fc9951c2c89bf7b7009df authored over 5 years ago
PEP8 fix.

7eea26a702d875a161139498f5a08691349ddba5 authored over 5 years ago
Don't use the window when computing screen density during docs generation.

456e7a7cba8a38d7fedb5c17e03051af0221ecea authored over 5 years ago
Merge pull request #6467 from crigaut/svg_consistency

Svg consistency

29dfcbc832d69479606a313f941c4a1c6ff31ace authored over 5 years ago
Merge pull request #6510 from shashi278/patch-1

Few minor fixes in the doc.

44c403025e8f5118dedfbac8b76fa046372e6ba4 authored over 5 years ago
Merge pull request #6514 from matham/test_app

Add test method for touch to follow a widget's position and docs

284437b1c568873aeed7672c30b6c22bcc45feb6 authored over 5 years ago
Add test method for touch to follow a widget's position and docs

8a7cefa0e3c4ad248f0f18afef04ac86ba90b102 authored over 5 years ago
Fix line_height < 1 (workaround)

457228ed81dc2ebc19ab9065fb6f25c4dd97dce5 authored over 5 years ago
update note about kivy-ios python version (#6511)

8eb721a2c9185bccf7c6740437cc82f7d7c517f5 authored over 5 years ago
Few minor fixes in the doc.

49a15c569d83f8aa7197f14c7bfb8cb8c955f616 authored over 5 years ago
Merge pull request #6507 from kivy/revert-6422-fix-line_height

Revert "Fixes multiline label w/ line_height < 1"

90b31744e28f0d55eab980edd26b1012a77dceb5 authored over 5 years ago
Revert "Fixes multiline label w/ line_height < 1"

8dc06e3132d570a4d25e7aa95d889381380eee91 authored over 5 years ago
Fix rtd builds. (#6503)

* Print the install directories.

* Print the python path.

* Add rtd config file.

87195d2d288bf30f345a6e523ecb8cc407967388 authored over 5 years ago
Fix Widget.pos_hint doc (#6491)

12c044ce046c05ba12c70f5f0da4f527c7d253eb authored over 5 years ago
Merge pull request #6485 from gottadiveintopython/fix_6484

fix KIVY_EVENTLOOP doc

cefc5a72118021e01660734d08d1ad2433c7131e authored over 5 years ago
fix KIVY_EVENTLOOP doc

a154180cfc636ccafeee97bf9224abc5e9f81157 authored over 5 years ago
Merge pull request #6482 from felixonmars/patch-1

Remove usage of KIVY_USE_SETUPTOOLS

3d87584b963a79465ed52e09f4de17395c6aae60 authored over 5 years ago
Remove usage of KIVY_USE_SETUPTOOLS

The variable is actually not used now.

6eaa8633e1a13caa641be13d1c58e1f6e394ff47 authored over 5 years ago
Merge pull request #6481 from inclement/fix_screenmanager_clear_widgets

Made ScreenManager clear_widgets correctly iterate over screens

16d53763a4104c9075c98a131a9ff398365cbd89 authored over 5 years ago
Merge pull request #6478 from 0x005c/fix_pong_tutorial

Fix lack of white-space after ":" in pong.kv

beb3ac5df43102b19130b76ae9b2b9d2ad27302d authored over 5 years ago
Changed an 'if not X' to 'if X is None', to be explicit

513d26a3bb3d7896a573765a33e6402842cf7d54 authored over 5 years ago
Made ScreenManager clear_widgets correctly iterate over screens

58a3255d3649cca1c36f1554a35cbd6665c26a80 authored over 5 years ago
Merge pull request #6479 from kivy/doc/install_grammar

doc: Fix typos, grammar in install instructions

9bbc87d2477dfb6f02b6e4f5aeb736cfdee21b5f authored over 5 years ago
doc: Added kivy to pip install

bd2393151b70f4e429ed661d74b87e3d178fc7a3 authored over 5 years ago
:doc: Add back the --no-binary flag with missing . parameter

5201e82c039fbad1ae1b65efad19068b5a53553f authored over 5 years ago
doc: Fix typos, gramamr in install instructions

37d6599d30858bf1c15517f9b7906f6406094f4c authored over 5 years ago
Fix lack of white-space after colon in pong.kv

3d6e5f8ca4c106cc486826d4025aa99cb2f4f09b authored over 5 years ago
Reverted ModalView drawing commands to canvas.

5eda5b92b16717b7ca4d7b0175390d1942cae0fa authored over 5 years ago
Updated doc strings

62d4d6be54eca9ccd52de8bfb9cd842d62943c9d authored over 5 years ago
Merge pull request #6472 from kivy/matham-patch-1

Fix relative import for the egl backend

7f0478d30a58c33a2cb9b35c6a4168e97c4f92f3 authored over 5 years ago
Fix relative import,

219b09cf25c2d239f8a6ee30a5e8f53703094724 authored over 5 years ago
Updating ModalView to improve theming

ef8eb6d1f8a4b9ef5193d719792e661a0d0c8539 authored over 5 years ago
Updating ModalView to improve theming

4e2da1a6251e6c157668a9b5fd69fa1a2a2986b8 authored over 5 years ago
Changes parameter filename to source

3369f3ac6340ad4cf94174699b10e8b88e7177c5 authored over 5 years ago
Changes attributes filename and _filename to source and _source

337f000037f5cd6dead3892e05f2ef0e76f78822 authored over 5 years ago
Changes property filename to source

f283267ba3b508ab07c5f61a62056e1cb712de48 authored over 5 years ago
Merge pull request #6466 from crigaut/config_doc_update

Config docs update

3ab5fde4ba63865333766685e025aae01933dbaf authored over 5 years ago
Merge pull request #6436 from Chadys/6435_correct_colorwheel_angles

Remove bug in algorithm to compute arcs of colorwheel (#6435)

8feb268bc18b4d871a18da1436ef342db2ec737e authored over 5 years ago
Merge pull request #6422 from misl6/fix-line_height

Fixes multiline label w/ line_height < 1

f42fb4338e7df2cdb1b76ff0c4cb8eb782cf3521 authored over 5 years ago
Merge pull request #6461 from Cheaterman/patch-10

Fix playing audio streams from ffpyplayer

3a868b1866dd057bf091778d709e936e61fc16ef authored over 5 years ago
Merge pull request #6459 from crigaut/docs_wrong_highlights

Docs wrong highlights

0bfa970860a1a4903d7d2ef3a355bff64d7af810 authored over 5 years ago