Commit Graph

11045 Commits

Author SHA1 Message Date
Richard Larkin 38ed32f2bd
Create CODE_OF_CONDUCT.md 2018-03-12 19:33:02 +02:00
Zen-CODE 9f71b38a49 travis.yml: try easy_install pip to fix missing command error 2018-03-12 19:29:04 +02:00
Zen-CODE bae09d9130 travis.yml: Make TRAVIS_OS_NAME detection consistent 2018-03-12 18:46:46 +02:00
Zen-CODE 73f99351c8 doc: added explanation for Builder.unload filename parameter 2018-03-11 12:43:30 +02:00
Zen-CODE 94db03ed3e Prevented warnings for repeated loading for travis Inspector test cases 2018-03-11 12:15:25 +02:00
Zen-CODE 8da2272e5b Remove ineffective changes 2018-03-10 21:55:37 +02:00
Zen-CODE 61e05c113a Fix travis build error in inpector.py, line 382 2018-03-10 21:35:30 +02:00
Zen-CODE 67fb972ee7 doc: refinements to actionbar.py 2018-03-10 20:23:01 +02:00
Zen-CODE 96252c9ada doc: refinements to actionbar docs 2018-03-10 20:14:12 +02:00
matham 1ccd2946b4
Merge pull request #5621 from jabdoa2/prevent_deadlock
do not use the clock in __dealloc__ to prevent deadlock
2018-03-02 11:21:11 -05:00
Jan Kantert fc430e2cf9 improved solution as requested by matham 2018-03-01 21:06:55 +01:00
Jan Kantert c60fd51c46 use schedule_del_safe in context 2018-02-26 23:40:53 +01:00
Jan Kantert 94e8e98d9e implement Clock::schedule_del_safe 2018-02-26 23:40:36 +01:00
Akshay Arora 3f01ba0b99
Merge pull request #5612 from kivy/fix_5508
raise exception when trying to add Widget with a parent to Window
2018-02-26 23:46:34 +05:30
Akshay Arora 9f64f5e242
Merge pull request #5626 from germn/docs_typo_fix
Fix typo in docs.
2018-02-25 04:43:27 +05:30
Akshay Arora 77d78bbeee
Merge pull request #5627 from LogicalDash/master
Add setupconfig.py to packagedata
2018-02-25 04:11:48 +05:30
Akshay Arora b2804c20ea
Merge pull request #5624 from ShubhamTatvamasi/patch-1
Update LICENSE
2018-02-25 04:10:37 +05:30
Akshay Arora 917a1b4a20
Update installation-osx.rst 2018-02-25 03:44:33 +05:30
Zachary Spector f613abd9ef Add setupconfig.py to packagedata 2018-02-20 22:05:57 -05:00
Zen-CODE cd592c1e80 Fixed Pep8 violations (fix travis build 3676 moans) 2018-02-20 19:57:45 +02:00
Zen-CODE a3251fd796 doc: clarified angle offering for python 3.5+ 2018-02-20 16:25:32 +02:00
germn 0a4beeeb48 Fix typo in docs. 2018-02-20 10:34:56 +03:00
Shubham Tatvamasi 83e943db4f
Update LICENSE 2018-02-19 15:54:26 +05:30
Zen-CODE 0fbac3bdb8 doc: tweaks to actionbar docs 2018-02-13 21:41:21 +02:00
Zen-CODE a736f287a0 Remove fixed version of cython from .travis.yml 2018-02-13 03:30:07 +02:00
Zen-CODE 0ec9530b39 doc: additions to ActionBar docs 2018-02-12 20:44:45 +02:00
Zen-CODE 87ae2145c3 Removed outdated line from .travis.yml 2018-02-12 17:37:23 +02:00
Gabriel Pettier 1aa4315396 fix stencil's documentation 2018-02-11 18:06:53 +01:00
Gabriel Pettier be1ce260c4 raise exception when trying to add Widget with a parent to Window
fixes #5508
2018-02-11 16:10:33 +01:00
Zen-CODE 30fd00fa8c Restore cython=-=0.26.1 for appveyor builds 2018-02-11 11:47:48 +02:00
Zen-CODE 064ec86b57 Merge branch 'master' of https://github.com/kivy/kivy 2018-02-11 11:41:07 +02:00
Zen-CODE abff1fd4fc Revert "Reset to HEAD"
This reverts commit 877f1c01ae.
2018-02-11 11:40:53 +02:00
Zen-CODE 877f1c01ae Reset to HEAD
Revert "Downgrade Cython to 0.26.1 for builds"

This reverts commit 5c4b8ed14e.
2018-02-11 11:40:14 +02:00
Zen-CODE a4d93d65f6 examples: Make important property more obvious 2018-02-10 17:13:27 +02:00
Zen-CODE 99d7d4d01d doc: Tweaks to ActionView docs 2018-02-09 19:55:12 +02:00
Zen-CODE 7bf69fed42 doc: Added explanation of *important* behaviour in ActionView 2018-02-09 19:37:43 +02:00
Zen-CODE 4af812f918 Remove overlapping caption in ActionBar example 2018-02-09 19:14:36 +02:00
Zen-CODE 795d2853c4 doc: Added xsel to Jessie dependencies list. closes #4764 2018-02-09 18:37:55 +02:00
Zen-CODE 8b8f7cd71b Removed update_sidebar. references #5586 2018-02-09 05:05:57 +02:00
Zen-CODE aaf9d5e508 Removed invalid Fedora docs. references #4766. To investigate instructions for pip install 2018-02-09 04:39:08 +02:00
Zen-CODE cddea5670b Fix resizing bounce. closes #5586 2018-02-09 03:43:06 +02:00
Peter Badida bdd323a5b3
Merge pull request #5607 from KeyWeeUsr/test_vector_intersection
Add unittest for Vector.segment_intersection floatingpoint error
2018-02-09 01:59:54 +01:00
Peter Badida 07c9425755 Add unittest for Vector.segment_intersection floatingpoint error 2018-02-08 22:55:21 +01:00
Zen-CODE 752f6d404a Merge branch 'master' of https://github.com/kivy/kivy 2018-02-07 05:58:37 +02:00
Zen-CODE 7f5ade76a0 Added docs on rpi installation for jessie/stretch. closes #5360 2018-02-07 05:58:08 +02:00
mahomahomaho c0295d9525 Fix Vector.segment_intersection floating-point bug (#5568)
Closes #2983
2018-02-06 23:31:27 +01:00
Peter Badida 4e65cb50a0
Merge pull request #5584 from inclement/add_python_3.6_category
Added Python 3.6 to setup.py categories
2018-02-06 23:16:13 +01:00
Peter Badida aab97fc6d7
Merge pull request #5600 from loa-in-/master
Fixed one letter documentation typo (in example)
2018-02-06 23:14:23 +01:00
loa-in- b033cbbbcc fix docs typo 2018-02-05 10:55:13 +01:00
Akshay Arora 4c62d76c92
Merge pull request #5593 from skallet/mtdev-division-fix
Fix float division by zero
2018-02-03 01:01:09 +05:30