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 #7362 from pwoolvett/fix/invalid-extras-metadata

Build: No oneliners in [options.extras_require]

ed68be56e4d580b00abd8f89705339e824c3b43d authored almost 4 years ago by matham <[email protected]>
build: No oneliners in [options.extras_require]

Fix `setup.cfg` so that the resulting `METADATA` when generating
wheels contains correctly (not ...

15c3890bd81a1fe9817c96a7295a30fe2c96a515 authored almost 4 years ago by Pablo Woolvett <[email protected]>
Widget: Widget.clear_widgets empty widget list does not remove all children (#7356)

* Avoid removing children when clear_widgets receives empty list

* Avoid recopying lists pass...

6ec2fd7ebfca999d1cb98feb129192734666ea13 authored almost 4 years ago by Daniel Foerster <[email protected]>
Fix first doc line being ignored

dd6bab8b279c98e64b1532fbd58b3e1455393d7e authored almost 4 years ago by matham <[email protected]>
Fix doc code formatting (#7358)

e2abc7aac08ce5dbb9dbd590e76def4de33b8900 authored almost 4 years ago by matham <[email protected]>
Fix doc code formatting

896711c3005ff9a3d119306b7502b6d0c6faa614 authored almost 4 years ago by matham <[email protected]>
Delay binding dpi until window is ready. (#7347)

9f74661fe444c1830563f370ac9f26b91ced2425 authored almost 4 years ago by matham <[email protected]>
Added documentation for RecycleView viewclass statefullness, including a warning, context paragraph, and minimal example (#7328)

* Added documentation for RecycleView viewclass statefullness

* Apply suggestions from code r...

3dee088dcaf600c95682d353035a683bd7d9b4d2 authored almost 4 years ago by Steven P. Wells <[email protected]>
Camera: Android camera focus mode fix (#7339)

* Android camera available focus modes are checked during camera initialization. If the camera s...

0b8e9fe874d55c57096de2e6135a176b454e1a1b authored almost 4 years ago by Auskas <[email protected]>
App: fix Trio example in docstring (#7344)

* Update app.py: Trio example in docstring

It doesn't work without, as `trio.run()` [says](ht...

5af0d63df8d31ef8cc7df6a2b5e6b7070639532f authored almost 4 years ago by Louwrensth <[email protected]>
TabbedPanel: Doc calling `switch_to` from `__init__` (#7342)

* Fixed reference

Previous reference didn't link to anywhere, and now it links to the
dev-in...

a02efa311ffcce283c4508d887d8b77ad3d9cd34 authored almost 4 years ago by André Sbrocco Figueiredo <[email protected]>
OSX: Use platform.machine() for osx version detection (#7341)

* try to directly use platform.machine() for osx version detection

* Update setup.py

Co-au...

72f21448828ef06d00365794b4b1bc811d248aab authored almost 4 years ago by Gabriel Pettier <[email protected]>
Window: Handle DPI Windows messages until SDL2 handles them (#7299)

* Initial support for dynamic dpi.

* Add some instantiation optimizations.

* Split propert...

41ddf316906946553f81da41a73bb7646c01c1e4 authored almost 4 years ago by matham <[email protected]>
Properties: Add dynamic screen density/dpi support (#7293)

* Initial support for dynamic dpi.

* Add some instantiation optimizations.

* Split propert...

dbd9aecf8947e557f49ef45ed73f24c5ab6bbdbb authored almost 4 years ago by matham <[email protected]>
Benchmarks: Add benchmarks option measurements to pytest (#7292)

* Add benchmarks to test.

* Add more benchmarks and use config file.

* benchmarks typo.

80d08d2e30a217e1092e7f4b578e7fa95ee9c59b authored almost 4 years ago by matham <[email protected]>
Graphics: Check whether user updated GL instructions from external thread. (#7270)

* Check whether user updated GL instructions from external thread.

* Add docs.

* Test must...

c8698d40d2d2d9d0b9df8d65b5b393551b870b80 authored almost 4 years ago by matham <[email protected]>
Keyboard: Add keyboard suggestions and fix input type on android (#7231)

* Fixed input type on android

* Updated addedversion tag to 2.1.0

* Updated pygame request...

554e98fb7c439d182a48dce7276932139a325f02 authored almost 4 years ago by Dalton Woodside-Moffatt <[email protected]>
Fix/disable kivy no args (#7326)

* FIX: Disable `KIVY_NO_ARGS` depending on its value

This fix enables the environment value `...

88dee323b769c4562b0f4e0e395839d7231e0f0b authored almost 4 years ago by pwoolvett <[email protected]>
Merge pull request #7322 from kivy/fix_7314

Widget: fix export_to_png not passing arguments through

ac30e71c0326a5a42ddc1b6db105372ad05232ec authored almost 4 years ago by matham <[email protected]>
Widget: fix export_to_png not passing arguments through

This notably broke the scale parameter.

The test was passing because it didn't use `assert` or ...

c2cb9b172e5b3b9a23b0e8c9a4b59e04596e04fc authored almost 4 years ago by Gabriel Pettier <[email protected]>
Remove purge log's randomized behavior (#7307)

* Remove purge logs randomized behavior

Remove purge logs from being fired with a percent cha...

319e1ad145133ecd7cf87b5592f433d1ac0de3c6 authored almost 4 years ago by 0x4A-0x41-0x4B <[email protected]>
Camera: Fix AVFoundation provider to release the camera, start it async, and check if started before stopping it (#7303)

* Camera: Fix AVCamera to release the camera, start it async, and check if started before stoppi...

a0d47e2e64813516dd2939223f7c1c60de3f228b authored almost 4 years ago by Mirko <[email protected]>
Documentation fix for Slider.step property: (#7305)

fixed wrongly documented default value and added a sentence for zero value behaviour.

5e1311913722387242e1a3a48267333843a0e4a9 authored about 4 years ago by Andreas Ecker <[email protected]>
Add docs for kivy mtdev input (#7301)

Co-authored-by: Yomi Ikuru <[email protected]>

03ebb59645f7320359e5f318374267311c5fa87c authored about 4 years ago by abayomi185 <[email protected]>
Remove refactoring artifact (#7300)

Remove redeclaration without use.

51cd1084d2e441beb0932a944c8c03f615e4aaf7 authored about 4 years ago by 0x4A-0x41-0x4B <[email protected]>
Merge pull request #1 from kivy/master

update to kivy master origin

414b5440a14ef644f2b9936739ee2b1423132ded authored about 4 years ago by Andreas Ecker <[email protected]>
Camera: improve avfoundation by using memoryview and re-scheduling the interval on framerate change (#7290)

88c5d400a5585da63699d4939eb5ffba369fdec4 authored about 4 years ago by Mirko <[email protected]>
Doc cleanups (#7295)

* :arrow_up: Removed the last part of pw.js/pw.php

* :arrow_up: Removed the last part of pw.j...

3e37301b291cfbd8e4cde5f1d0e7ce739700d8da authored about 4 years ago by Lindström Mathias <[email protected]>
Doc: Add negative size warning (#7286)

* add negative size warning, fixes #7226

* simplify warnings

Co-authored-by: Guyrandy Jean...

f130f021081a6eb42c285654bebb0eb19dccb541 authored about 4 years ago by xayhewalo <[email protected]>
Camera: Change play default to False (#7264)

* Fix camera always starting and ignoring the play: False
Also fixes play = False|True not work...

db90b08220c4517d50668fb2e29787a81c229711 authored about 4 years ago by Jim Morris <[email protected]>
Merge pull request #7271 from kivy/fix_7214

Inspector: Prevent circular import breaking Window

8aca43ed9322e1fe98ca231106691d77e4d684fd authored about 4 years ago by Gabriel Pettier <[email protected]>
Fix #7214 Inspector broken

This was caused by a circular import
- When the window is created, it registers the module
- The...

2eff9d9a2b739e80f78713d4be557ca85167c9db authored about 4 years ago by Gabriel Pettier <[email protected]>
Merge pull request #7288 from misl6/fix/ios-docs

Documentation: Updated prerequisites and supported python version for iOS

8c9f5d03b6ef4a52167e21bb2d033db11ee0bab6 authored about 4 years ago by matham <[email protected]>
Update docs for kivy-ios

36582222cd07109e3725aab245b1621d36f579ba authored about 4 years ago by Mirko Galimberti <[email protected]>
Merge pull request #7284 from timgates42/bugfix_typo_expressions

docs: fix simple typo, expressons -> expressions

e205c97ebd8e3cf4d432bc6e1a7e028ebe70f7d9 authored about 4 years ago by Gabriel Pettier <[email protected]>
Update kivy/lang/__init__.py

8dca7c3684bfef35cdca215ac1766102ef004a54 authored about 4 years ago by Gabriel Pettier <[email protected]>
docs: fix simple typo, expressons -> expressions

There is a small typo in kivy/lang/__init__.py.

Should read `expressions` rather than `expresso...

cd87b9b9ff0ad37ce229605d12a695773021946e authored about 4 years ago by Tim Gates <[email protected]>
Merge pull request #7279 from kivy/fix_6646

Window: prevent "empty" mousewheel events from breaking scrollview

340c5847edb862e6bc3d9eaf22e1e8ea66e87589 authored about 4 years ago by Gabriel Pettier <[email protected]>
Window: prevent "empty" mousewheel event from breaking scrollview

It seems on some machine, especially lenovo ones, but maybe others,
scrolling with the touchpad ...

8d515b873778d080f8b9947671016724a88a5009 authored about 4 years ago by Gabriel Pettier <[email protected]>
Merge pull request #7277 from kivy/fix_svg_python39

SVG: Fix SVG instruction iteration for python 3.9.

71e41717533c548f663894bfb3b414aa997a1bd5 authored about 4 years ago by Gabriel Pettier <[email protected]>
Python3.9 removed element.getchildren/getiterator

But we can iterate directly on the element instead.

68cdac45c55191e6431c0422ed4b17f1860f63b8 authored about 4 years ago by Gabriel Pettier <[email protected]>
RecycleGridLayout : Fix layout when number of widgets match number of columns (#7262)

* fix 'RecycleGridLayout.compute_visible_views()'

* add more unittests

* test the actual l...

00399f7827195b248eca87c245f3a725103dd51c authored about 4 years ago by 水戸う納豆齋(Nattōsai Mitō) <[email protected]>
Resources: Add a cache for resource_find (#7245)

* cache for resource find

* docstring versionchanged

* small refactor

* fix test

* U...

f07d43b1c2597dec278feef6288f60dd0eb0cda8 authored about 4 years ago by sanderland <[email protected]>
Merge pull request #7263 from misl6/feature/avfoundation-camera-orientation

Camera: Added API to change avfoundation camera provider orientation

b5ec51ed2315a9a890f264b0df6d23c8e6341d42 authored about 4 years ago by matham <[email protected]>
API to change avfoundation camera orientation

e06ff58e51bad0e860bb309db877e5bdd98997b2 authored about 4 years ago by Mirko Galimberti <[email protected]>
Animation: Allow canceling all animated widgets (#7209)

* fix 'cleanup'fixture

* tighten a margin of error

* improve performance

* Revert "tigh...

eb708f52fc18789c4e8ba75a8f112c4ffb8e7540 authored about 4 years ago by 水戸う納豆齋(Nattōsai Mitō) <[email protected]>
Merge pull request #7049 from Cheaterman/fix_camera

Fix GI camera provider crash when no texture is available after loading

b816c2bbbdc5da7cf2c4df45d413a3803f260e58 authored about 4 years ago by matham <[email protected]>
Merge pull request #7261 from kivy/revert-7071-fix/camera-texture-reconfig

Camera: Revert "Fixes crash during camera configuration"

b41e7131e0dd53b8b9e8cdf6fd4936cbe7847c6e authored about 4 years ago by matham <[email protected]>
Revert "Camera: Fixes crash during camera configuration"

db779af82a2ef1ab7bc86cdbd4b8d1af5a8a4582 authored about 4 years ago by matham <[email protected]>
Merge pull request #7260 from misl6/fix/use-nsstring-for-avsessionèreset

Camera: Use NSString instead of AVCaptureSessionPreset in order to support MacOS < 10.13

1c0656c4472817677cf3b08be504de9ca6b1713f authored about 4 years ago by matham <[email protected]>
Use NSString instead of AVCaptureSessionPreset in order to support MacOS10.12

eb81f78d9e3ce0005137387572978469a27cf94f authored about 4 years ago by Mirko Galimberti <[email protected]>
Setup: Fix buggy detection of cython module name (#7257)

* Fixx buggy detection of module name.

* Fix coverage concurrency race conditions.

4e2cd986ca6bd082c1f1032e31cb6eb88dfdb38b authored about 4 years ago by matham <[email protected]>
Graphics: Add Sdl2 vsync (#4854)

* Add support for vsync configuration.

* Accept all integers.

* Bump config version.

* ...

0b7b6a19fb7d85a661c9a4b9df8861b6ae162123 authored about 4 years ago by matham <[email protected]>
Merge pull request #7228 from onsunsl/master

Image: Fix PIL label rendering shadow

a35b0531bd6a809735fd3290c6338a527b811d5f authored about 4 years ago by matham <[email protected]>
ScrollView: Match scroll effect stop condition to start condition. (#7213)

* Match effect stop condition to start condition.

* Also fix for scroll move.

2debbc3b1484b14824112986cb03b1072a60fbfc authored about 4 years ago by matham <[email protected]>
Merge pull request #7204 from kivy/matham-patch-1

Kivy: print kivy's version even when not a release.

d8843a721292f4d60a01b55af48fc2cc14f1d878 authored about 4 years ago by matham <[email protected]>
Add pre-commit.com framework hooks (#7176)

* Add pre-commit hooks for basic standards conformity checking

* These should not be marked a...

df5b2c16d58ab8c819986428ac9400b764f970de authored about 4 years ago by Eero af Heurlin <[email protected]>
Merge pull request #7173 from advian-oss/issue-7062

Do not mutate log record, fixes #7062

b79a75edf9593083e5cfe733de08ae6906002586 authored about 4 years ago by matham <[email protected]>
Doc: Warn that decorated methods might not be bindable. (#7010)

* #7007: Warn that decorated methods might not be bindable.

This is the documentation-only pa...

54c069d1a595a9e9af0f5d0874c1f32804faac57 authored about 4 years ago by Julian <[email protected]>
Bump to 2.1.0.dev0.

05188baca00f625ecaf282d73c8b66400c5e7511 authored about 4 years ago by Matthew Einhorn <[email protected]>
Bump to 2.0.0.

dedcb6bcabe3d8d6758dcee607e8c33b174d782b authored about 4 years ago by Matthew Einhorn <[email protected]>
Merge pull request #7250 from matham/changelog

Changelog: Fix script to use GitHub CLI for release notes and add 2.0.0 release notes

ec06412d8d46420289679038cf6cba8ec10dc648 authored about 4 years ago by matham <[email protected]>
Add 2.0.0 changelog.

a8d76ce04e8b02e35bbd85382c9aa88c272636bd authored about 4 years ago by Matthew Einhorn <[email protected]>
Fix script to use GitHub CLI for release notes.

34e3f1f34b30946dd62e6127a56e4fdc36023464 authored about 4 years ago by Matthew Einhorn <[email protected]>
Merge pull request #6988 from misl6/fix/avfoundation-camera-fixes

Stage 1: Improve avfoundation camera implementation on iOS

e16794aa7d98f5b849222971f7a56fe8ab9a3d9c authored about 4 years ago by Richard Larkin <[email protected]>
Add some useful debug info

3f4c2d33a3eebe60f2270fe76b267d743c224fb7 authored about 4 years ago by Mirko Galimberti <[email protected]>
Improve avfoundation camera implementation on iOS

c13e0d3ac580f44a88f17878b3217fc473af74f3 authored about 4 years ago by Mirko Galimberti <[email protected]>
Merge pull request #7241 from matham/install

Docs: Add changelog to docs

b714003ffbac4cfc9ff06997e75130e498d4fa62 authored about 4 years ago by matham <[email protected]>
Add changelog and fix install table.

036d86eb46ca0b94fcc8227f3fe01ea48e545b86 authored about 4 years ago by Matthew Einhorn <[email protected]>
Merge pull request #7240 from matham/install

Docs: Re-write install docs.

2195a7881f7e4efd2b33a243902b6fb851c85e6b authored about 4 years ago by matham <[email protected]>
Re-write install docs.

1e03ffd3a75433efeed3552276217036f1b27295 authored about 4 years ago by Matthew Einhorn <[email protected]>
Merge pull request #7181 from rafalou38/patch-1

Added color support for compatible terminals

3d3e45dda146fef3f4758aea548da199e10eb382 authored about 4 years ago by Gabriel Pettier <[email protected]>
Fix PIL label rendering shadow

Remove the shadow caused by the background color difference of PIL font rendering

ca383e8b3b0d21a087e18ef439f2d4830259e8fa authored about 4 years ago by onsunsl <[email protected]>
Merge pull request #7222 from rauf-asad/doc-fixes

Docs: minor typo fix in layout docs

5ba452e35a31421f10ac7980588fb442e1358c55 authored about 4 years ago by matham <[email protected]>
minor typo fix in layout docs

7cc8942029fa8e735cfb4690667eb9996a71fabc authored about 4 years ago by Asad Rauf <[email protected]>
Tests: Ensure Bubble uses it's superclass's valid private API (#7203)

* make sure the Bubble overwrites a certain properties

* avoid getting a super-class dynamica...

1a7cd9cfdeaac07df0913f1901856991a0d46436 authored about 4 years ago by 水戸う納豆齋(Nattōsai Mitō) <[email protected]>
Kivy: print kivy's version even when not a release.

1914fb7403880b823cb63fbc7859f5fab2a68449 authored about 4 years ago by matham <[email protected]>
CI: Test all wheel versions, not just one per OS (#7201)

* Test each generated wheel.

* Fix CI project names so wheels don't fail. [build wheel osx] [...

d39e925469fc4ca55e502807e3b1f9427165a121 authored about 4 years ago by matham <[email protected]>
Merge pull request #7196 from kivy/scrollview_fixes

ScrollView: fix jumping to bottom when using scrollwheel.

cac388e2ee98c78dc1826721c7ee629290c99439 authored about 4 years ago by matham <[email protected]>
ScrollView fix

- correct formula for scroll distance when always_overscroll is
disabled, that was broken when...

46f7f64087f90236628b500f892341edbd94ecf9 authored about 4 years ago by Gabriel Pettier <[email protected]>
Inlcude doc in PR checklist (#7195)

* Add doc item to checklist.

* Update PULL_REQUEST_TEMPLATE.md

f3311256cff769a97d785816fe9cd9e703074681 authored about 4 years ago by matham <[email protected]>
Merge pull request #7194 from kivy/matham-patch-1

Add a PR checklist to help with release notes/chores.

73143b5d6eaa5631f98a6f27c1a86bb8f8e15f76 authored about 4 years ago by matham <[email protected]>
Add a PR checklist to help with release notes/chores.

5b078d33f8cd43b10f059738c466bca0d02bc8f4 authored about 4 years ago by matham <[email protected]>
Merge pull request #7192 from kivy/matham-patch-1

Generate Kivy.app for 3.8 because 3.9 is too new.

3ee332500352a686335504aa07befeceae071a9b authored about 4 years ago by matham <[email protected]>
Generate Kivy.app for 3.8 because 3.9 is too new.

1aefb1f376bc65c410b11fb1027b201316e9aa47 authored about 4 years ago by matham <[email protected]>
Fixed unwanted support for built versions

33f83a09b1c315aa71b7d0b1e86fe7422a7c14e6 authored about 4 years ago by rafalou38 <[email protected]>
Fixed indentation

0b5ea294b738093d5b6e599e272fe77a50eb142e authored about 4 years ago by rafalou38 <[email protected]>
Added color support for compatible terminals

"WT_SESSION" => Windows terminal
"COLORTERM == truecolor" => VS Code terminal and others
"PYCH...

f83cbec68584851cd1527873dbc164af2859673f authored about 4 years ago by rafalou38 <[email protected]>
Switch to staging docs on kivy-website-docs (#7179)

* Switch to staging docs on kivy-website-docs.

* Use correct path.

* Track changes rather ...

b9dd8fd5082d8c801d134cbfc7ea817bbb618b0a authored about 4 years ago by matham <[email protected]>
Update license year.

b160e734460164dcc6fd07b9d5e2f489c71da0c6 authored about 4 years ago by matham <[email protected]>
Expand dependency selection varaibles (#7178)

* Expand dependency options.

* Is equal instead of in.

850dbb6605fac2848049e499d27413b279099adb authored about 4 years ago by matham <[email protected]>
Merge pull request #7174 from kivy/matham-patch-1

Warn that async app test framewrok may be removed from kivy.

50e84750303d04c7ec4fee09b3b322cd458b2160 authored about 4 years ago by matham <[email protected]>
Warn that async app test framewrok may be removed from kivy.

5f02da22eed3ee1c7f79c187878180bd77311a0b authored about 4 years ago by matham <[email protected]>
Do not mutate log record, fixes #7062

13cf1ed8dde1486d2fe1eeed3bad5f7e9597830d authored about 4 years ago by Eero af Heurlin <[email protected]>
Merge pull request #7160 from kivy/recycleview_examples

Recycleview examples

36dab10b896bd3c442fb0a66416033104ec46f46 authored about 4 years ago by Gabriel Pettier <[email protected]>
Fix some PEP8 issues.

5e5180efff60456cdc054f7bd11527649866eed4 authored about 4 years ago by Matthew Einhorn <[email protected]>
Fix thread issue, and some polish.

9caf2d5ce3660c976f38a7612cf36fe2ae8709a4 authored about 4 years ago by Matthew Einhorn <[email protected]>
Add a "messenger" example for RecycleView

Manage dynamic sizes using the key_size but with some logic to update
the desired size depending...

76198f965b4ca3ae0ea95ae5bc635de0734cb49d authored about 4 years ago by Gabriel Pettier <[email protected]>
pep8 fixes in recycleview examples

8ac12586b56f8c2b46d162a4da9dbfac09f26e59 authored about 4 years ago by Gabriel Pettier <[email protected]>
Recycleview Pull to refresh example

d1596704828e55dd2d6463b41cd0730c5e15f91f authored about 4 years ago by Gabriel Pettier <[email protected]>