dessant
650e539631
Merge pull request #2961 from merriam/merriam_branch_20
...
Fix spacing and long lines. 'make style' is now clean.
2015-01-31 14:03:55 +02:00
Charles Merriam
b1f8e039f1
Remove kivy/modules/_webdebugger.py from style checks.
...
Modify kivy/tools/pep8checker/pep8kivy.py to ignore the
_webdebugger.py because of excessively long lines created
by the cutting and pasting of large blocks of html code into
that Python file.
'make style' is now clean.
2015-01-30 20:16:19 -08:00
Charles Merriam
b644b94a4c
Clean 'make style' spacing and long line errors'
2015-01-30 20:12:51 -08:00
dessant
53eea77c39
Merge pull request #2953 from merriam/merriam_branch_12
...
Get kivy/tests/test_graphics.py to clean up results.png
2015-01-31 04:44:56 +02:00
dessant
3f9672915b
Merge pull request #2957 from merriam/merriam_branch_16
...
Add documentation to examples/camera/main.py
2015-01-31 04:44:30 +02:00
dessant
03769e12c4
Merge pull request #2955 from merriam/merriam_branch_13
...
Add description to examples/3Drendering/main.py
2015-01-31 04:43:57 +02:00
dessant
98645ee53a
Merge pull request #2960 from merriam/merriam_branch_19
...
Add new checks to kivy/tools/pep8.py
2015-01-31 04:41:44 +02:00
Charles Merriam
a2ea270f75
Add new checks to kivy/tools/pep8.py
...
Check for files ending in multiple blank lines (E389) and using two or
three spaces after a period in a comment. Also fix a minor issue for
the —show-pep8 option.
2015-01-30 18:22:15 -08:00
dessant
7512cb2cab
Merge pull request #2956 from merriam/merriam_branch_14
...
Add documentation to examples/animation/animate.py
2015-01-30 21:42:18 +02:00
Charles Merriam
792e5d4d2f
Add documentation to examples/camera/main.py
2015-01-30 09:45:57 -08:00
Charles Merriam
21810b6b29
Add documentation to examples/animation/animate.py
2015-01-30 09:24:00 -08:00
Charles Merriam
3f008494c3
Add description to examples/3Drendering/main.py
2015-01-30 08:43:57 -08:00
Charles Merriam
d382ed70a5
Get kivy/tests/test_graphics.py to clean up results.png
2015-01-30 00:50:25 -08:00
Akshay Arora
1b69fbced5
Merge pull request #2950 from merriam/merriam_branch_8
...
Update testing and documentation of utils.py
2015-01-30 13:21:56 +05:30
Akshay Arora
e11d929abc
Merge pull request #2951 from merriam/merriam_branch_9
...
Fix documentation typo in kivy/modules/__init__.py
2015-01-30 13:19:57 +05:30
Charles Merriam
5ba075e832
Fix documentation typo in kivy/modules/__init__.py
2015-01-29 19:17:17 -08:00
Charles Merriam
a7a985009b
Fix PEP8 for test_utils.py and add more testing to it
2015-01-29 19:10:24 -08:00
Charles Merriam
5d5dc3e47e
Add documentation to kivy/utils.py:reify()
2015-01-29 19:06:02 -08:00
Charles Merriam
11823fea7b
Add tests to cover utils.py at 100%
2015-01-29 19:00:35 -08:00
Charles Merriam
2076e32ccb
Fix PEP8 issues in kivy/utils.py
2015-01-29 19:00:04 -08:00
dessant
a9d294fe59
Merge pull request #2948 from merriam/merriam_branch_3
...
Have unittest destroy its test file.
2015-01-30 04:48:27 +02:00
dessant
845691a84b
Merge pull request #2949 from merriam/merriam_branch_6
...
PEP8 fixes for setup.py
2015-01-30 04:40:39 +02:00
Charles Merriam
53986d8dc6
PEP8 fixes for setup.py
2015-01-29 18:25:40 -08:00
Charles Merriam
c34fbfd879
Have unittest destroy its test file.
...
test_font.py now deletes it unicode named .ttf file during tear-down
2015-01-29 17:39:42 -08:00
dessant
6894ea87ab
Merge pull request #2947 from merriam/merriam-branch-a
...
.gitignore should ignore htmlcov directory
2015-01-30 01:12:26 +02:00
Charles Merriam
00053f35e5
.gitignore should ignore htmlcov directory
...
The ./htmlcov directory is generated by 'make cover' and holds coverage statistics.
2015-01-29 14:35:41 -08:00
matham
588d15e626
Merge pull request #2942 from kivy/focus_clock_revert
...
Remove the Clock.schedule for setting focus. It's not needed and it does...
2015-01-29 14:55:24 -05:00
Akshay Arora
2dd88c71a9
Merge pull request #2944 from matham/super-return
...
Fix escape exiting on unfocus in kivycatalog
2015-01-30 01:16:08 +05:30
Matthew Einhorn
30f8b3ce23
Fix possible inheritence name clash.
2015-01-29 14:37:54 -05:00
Matthew Einhorn
14c95acc5c
Fix missing return for super on_key_down.
2015-01-29 14:34:59 -05:00
Akshay Arora
58af726d4e
Merge pull request #2929 from merriam/merriam-clean-sources
...
Merriam Makefile Updates
2015-01-30 00:33:53 +05:30
dessant
27f2f9d800
Merge pull request #2941 from matham/print-log
...
Fix some log/print issues.
2015-01-29 20:13:00 +02:00
Matthew Einhorn
63f51da853
Format GLEW correctly.
2015-01-29 13:08:05 -05:00
Matthew Einhorn
3c55ead44e
Fix missing paranthesis
2015-01-29 13:05:40 -05:00
Matthew Einhorn
6cd205445a
Fix initial kivy version print formatting.
2015-01-29 13:03:18 -05:00
Matthew Einhorn
8d9502d92f
Remove GLEW print and log instead.
2015-01-29 13:01:58 -05:00
akshayaurora
0798f3c8ab
Remove the Clock.schedule for setting focus. It's not needed and it does not solve the actual issue it was introduced for.
2015-01-29 23:04:06 +05:30
Mathieu Virbel
2a00a48e23
filechooser: fix crash when using FileChooserIconView in kv
2015-01-29 01:37:21 +01:00
Mathieu Virbel
766ff5dd93
style.kv: make popup style dpi aware
2015-01-29 00:53:00 +01:00
Zen-CODE
3859a21703
doc: added module description
2015-01-28 22:23:48 +02:00
Zen-CODE
c5f158fd25
doc: revisions to vector.py
2015-01-28 20:52:10 +02:00
Zen-CODE
6ce7dc35b4
Merge branch 'master' of https://github.com/kivy/kivy
2015-01-28 20:30:57 +02:00
Zen-CODE
8ab5f48cba
doc: added links, gramma improvements to kivy/weakmethod.py
2015-01-28 20:30:28 +02:00
matham
e94320364b
Merge pull request #2932 from matham/config-prop
...
Get the configparse object during linking if it exists already.
2015-01-28 12:56:31 -05:00
Matthew Einhorn
2a669fd482
Remove the first one.
2015-01-28 12:49:41 -05:00
Zen-CODE
6418e52b11
doc: tweaks to PageLayout docs
2015-01-28 18:49:24 +02:00
Zen-CODE
2dd9ba0ae5
Merge branch 'master' of https://github.com/kivy/kivy
2015-01-28 18:42:04 +02:00
Zen-CODE
e7fa61f358
doc: clarified page layout content suggestion
2015-01-28 18:41:48 +02:00
Matthew Einhorn
dde0341db8
Update config if created after initialization and before linking.
2015-01-28 01:12:47 -05:00
dessant
5a5970ee37
Merge pull request #2930 from kivy/typo
...
typo fix
2015-01-28 01:38:11 +02:00