Commit Graph

1446 Commits

Author SHA1 Message Date
Rafa 588d8deaec fix docs 2019-12-06 13:16:37 +01:00
Gabriel Pettier 95a6bf2798
add missing `*args` in draw_my_stuff example 2019-11-11 11:10:37 +01:00
Gabriel Pettier 8eb721a2c9 update note about kivy-ios python version (#6511) 2019-09-11 10:38:47 +02:00
水戸う納豆齋(Nattōsai Mitō) cefc5a7211
Merge pull request #6485 from gottadiveintopython/fix_6484
fix KIVY_EVENTLOOP doc
2019-08-24 16:08:40 +09:00
gottadiveintopython a154180cfc fix KIVY_EVENTLOOP doc 2019-08-24 11:11:26 +09:00
Zen-CODE bd2393151b doc: Added kivy to pip install 2019-08-17 22:16:27 +02:00
Zen-CODE 5201e82c03 :doc: Add back the --no-binary flag with missing . parameter 2019-08-17 21:08:13 +02:00
Zen-CODE 37d6599d30 doc: Fix typos, gramamr in install instructions 2019-08-17 14:04:38 +02:00
Gabriel Pettier 8feb268bc1
Merge pull request #6436 from Chadys/6435_correct_colorwheel_angles
Remove bug in algorithm to compute arcs of colorwheel (#6435)
2019-08-10 19:36:11 +02:00
matham e8a091420d
Merge pull request #6368 from matham/async-support
Add async support to kivy App
2019-07-27 08:15:58 -06:00
chadys df54604fe8 Remove bug in algorithm to compute arcs of colorwheel (#6435) 2019-07-24 11:55:48 +02:00
luphord cdd514f4f0 add comment on required pip version 2019-07-18 12:38:10 -04:00
gottadiveintopython 578f1dac93 rename the value of KIVY_EVENTLOOP from 'async' to 'asyncio' 2019-07-07 14:38:50 +09:00
Matthew Einhorn 3f573d5d96 Complete docs. 2019-06-28 01:11:59 -04:00
Matthew Einhorn 9bcfcbadce Merge branch 'master' of github.com:kivy/kivy into async-support 2019-06-25 19:35:42 -04:00
Mathias Lindström a25b50cbf4 Link edit 2019-06-25 11:03:54 -04:00
Matthew Einhorn 0fc38a4495 Fix linux install docs and use 1.11.1 as stable version. 2019-06-19 02:10:48 -04:00
Matthew Einhorn dccba9534e Update install docs for rpi. 2019-06-13 18:41:30 -04:00
Matthew Einhorn b855e681e4 Merge branch 'master' of github.com:kivy/kivy into async-support 2019-06-05 19:58:20 -04:00
Matthew Einhorn 027b029947 Add async support to kivy App. 2019-06-05 19:47:39 -04:00
Matthew Einhorn 2150f8f2a9 Fix share path for venv. 2019-06-03 01:25:33 -04:00
Gabriel Pettier 9cb3a65289 force to use sphinx 1.7.9 to restore search 2019-06-02 13:57:25 -04:00
matham 1918b97551
cython version is for current release. 2019-05-31 10:50:07 -04:00
matham cb6b175df4
Fix doc links 2019-05-30 22:19:49 -04:00
Matthew Einhorn 6a947de0f4 Fix docs for the release. 2019-05-30 19:46:35 -04:00
matham b68a8e73c4
[packaging][highlight]Add support for kivy_deps namespace for kivy's dependencies (#6324)
* Needs print function for py2. [build wheel]

* Add support for kivy_deps.xxx.

* Pin versions in install docs.

* Update nightly links.

* Set GST_REGISTRY.

* Update versions pins.
2019-05-29 10:46:51 -04:00
matham 98f761c79d Add linux wheels doc 2019-05-28 19:08:42 -04:00
matham e0e5006ca1 osx doesn't have gst wheels forthcoming 2019-05-28 19:08:42 -04:00
Akshay Arora 6382495c18
closes #6302 2019-05-16 23:39:03 +05:30
Matthew Einhorn 745a6812fb Don't fail doc gen if pyinstaller is not installed 2019-05-14 20:06:29 -04:00
matham 0f39c0d04e User relative link. 2019-05-07 19:30:39 -04:00
Matthew Einhorn 34d806e356 Remove duplicate installation instructions. 2019-05-07 19:30:39 -04:00
Filip Radović 2284c2a6a5 Cache values of AliasProperty where possible (#6055)
Cache values of AliasProperty where possible.
2019-05-04 11:47:17 -04:00
matham 1971e9cc38 Fix code blocks and some wording. 2019-04-22 21:26:25 -04:00
Tom Ritchford 4728b03956 Grammar tweaks
* Subject-verb agreement
* Fix some commas
* Replace python with Python (proper noun)
* Replace "syntaxes" with "syntax"
2019-04-22 21:26:25 -04:00
Gabriel Pettier 44a8a6f8f5 remove documentation about the android VM 2019-03-28 22:24:21 +01:00
Richard Larkin 9895ae09e0
Merge pull request #6215 from kivy/doc_pillow
Added pillow as a required python library
2019-03-24 14:56:21 +02:00
Richard Larkin 76353e5e46 Added pillow as a required python library 2019-03-20 20:51:35 +02:00
Akshay Arora 488b9c9865
Merge pull request #6204 from kivy/osx-install-symlinks
Update OSX Install instructions for MakeSymlinks
2019-03-15 14:30:03 +05:30
Akshay Arora 992bccf239
Update installation-osx.rst 2019-03-15 14:26:55 +05:30
Akshay Arora d58f1f32e7
Update OSX Install instructions for MakeSymlinks
fixes #6202
2019-03-15 13:35:46 +05:30
Tom Ritchford c49e95db0b Replace "it's" with "its" in several places 2019-03-14 12:29:27 +01:00
Mathieu Virbel 715417e389
Config: map KCFG_ environ variables to Config (#6192)
Config: map KCFG_ environ variables to Config

This allow the user to preconfigure kivy before the import, and/or let the final user to configure kivy itself. Also assert that there is no underscore in the section name.

Fixes #6190
2019-03-13 09:46:02 +01:00
Robert Niederreiter 789be4e576 Update docs referring the change from nose tests to pytest 2019-03-09 13:48:56 +01:00
Mathieu Virbel 59f7d36cb9 Raises minimum OSX version for current DMG.
The annotation was already done on the website, but the documentation was incorrect.

Fixes #5941
2019-03-07 08:19:50 +01:00
Zen-CODE 8530b734b9 Updated version no. for SDL building 2019-03-06 00:09:27 +01:00
Mathieu Virbel 237b818d72 Update installation for RPI with notes for latest Raspian issues
Closes #6077
2019-02-15 22:06:07 +01:00
Alexander Taylor d057d05aac Removed python version specification from buildozer install 2019-02-03 16:48:20 +00:00
Alexander Taylor ca3b2f7bdf Removed doc note about Python 3 on Android being experimental 2019-02-01 22:45:09 +00:00
Lindström Mathias 8b6af301e4 Editing (#6061)
* Added missing pacman -S python-kivy
2019-01-05 18:34:52 +01:00