Mathieu Virbel
72b1d0bf08
fixes all warnings reported by pytest
...
- assertEquals -> assertEqual
- Logger.warn -> Logger.warning
- don't use "Test" in a class that cannot be tested
2019-03-05 00:28:23 +01:00
Mathieu Virbel
71e0c5081e
fix pep8 and ignore result.png created from unittest
2019-03-05 00:28:23 +01:00
Terje Skjaeveland
f1835deacf
Pango text provider: Initial commit
2018-10-05 17:35:57 +02:00
Akshay Arora
565b6f54bb
Merge pull request #5304 from bionoid/test_imageloader
...
Add ImageLoader test case
2018-07-11 06:00:39 +05:30
Dominik Lang
beca3c7a38
Add kivy/core/window/window_info.c to .gitignore
2018-05-21 23:36:58 +02:00
Terje Skjaeveland
021b0507c1
test_imageloader: Squashed lots of updates
2017-07-30 22:59:20 +02:00
Terje Skjaeveland
5d5097d675
ImageLoader test case
...
Initial commit
2017-07-26 12:24:54 +02:00
dessant
138bee9d0b
add version.py to gitignore
2017-01-29 15:13:08 +02:00
Matthew Einhorn
08f5273bcf
Fix includes. Add docs.
2016-12-18 16:38:04 -05:00
dessant
e482da8100
ignore kivy.deps.* wheel artifacts
2016-01-27 03:15:05 +02:00
dessant
7bf6cd34cc
fix label rendering options
2016-01-27 02:56:08 +02:00
el-ethan
dc1defc1ba
Add .projectile to .gitignore
2015-11-20 21:45:01 -06:00
Meet Udeshi
55faf1f8ab
Fix no sound buttons bug on android #3690
...
Create a buildozer.spec file for proper android builds
Add ,wav to source.include_exts to package the wav files in apk
Specify an application name package name
2015-10-14 21:55:25 +05:30
dessant
2c4c64d073
ignore audio_sdl2.c, generated by cython
2015-03-31 12:26:31 +03:00
Charles Merriam
c380ad43b1
.gitignore - ignore generated gallery files
...
The gallery project will generate some .rst files, which should be
ignored by git.
2015-02-11 20:01:41 -08: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
Thomas-Karl Pietrowski
9612a08e27
Will rebuild cython code to build the latest docs
...
* fixes https://github.com/kivy/kivy/issues/2917
2015-01-27 11:58:03 +01:00
Thomas-Karl Pietrowski
420f7b54b1
Merge pull request #7 from thopiekar/make-doc-build-failsave
...
Make doc build failsave
2015-01-25 16:04:38 +01:00
Thomas-Karl Pietrowski
36e9c3995b
Adding stamp in doc/
2015-01-25 16:02:42 +01:00
Thomas-Karl Pietrowski
e5ecee89a5
Merge remote-tracking branch 'upstream/master'
2015-01-25 14:51:38 +01:00
Thomas-Karl Pietrowski
12eec7398b
Caring about which python executable was used for the build
2015-01-25 14:22:26 +01:00
Thomas-Karl Pietrowski
2cb4d4de21
Building docs with kivy prebuilt
...
* Adding for that prebuild target which just runs when kivy has not been already built
* Using kivy-already-built stamp for that (seen that method often in debian packaging "in the old days")
* Moving html target to html-embedded (don't know what it is for)
* .. and adding a new html target which builds the html docs like the pdf target
2015-01-25 11:21:51 +01:00
dessant
fbe195cbe8
change the default font from DroidSans to Roboto
2015-01-24 16:09:22 +02:00
Mathieu Virbel
72d9af228d
gitignore: add generated files in gitignore
2015-01-08 09:35:54 +01:00
Matthew Einhorn
c543d4697c
Move garden to its own directory and allow loading flowers.
2014-10-02 00:29:35 -04:00
akshayaurora
11210a1737
Merge branch 'master' of http://github.com/kivy/kivy into sdl2-support
...
Conflicts:
.gitignore
doc/sources/faq.rst
doc/sources/guide/android.rst
examples/audio/audio.kv
examples/audio/main.py
kivy/_event.pyx
kivy/adapters/__init__.py
kivy/adapters/adapter.py
kivy/config.py
kivy/core/clipboard/__init__.py
kivy/core/image/img_imageio.pyx
kivy/core/image/img_pil.py
kivy/core/video/video_ffpyplayer.py
kivy/core/video/video_gi.py
kivy/core/video/video_gstplayer.py
kivy/core/video/video_pygst.py
kivy/core/window/__init__.py
kivy/event.py
kivy/graphics/common.pxi
kivy/graphics/texture.pyx
kivy/graphics/vertex_instructions.pyx
kivy/graphics/vertex_instructions_line.pxi
kivy/input/providers/androidjoystick.py
kivy/input/providers/mouse.py
kivy/lib/gstplayer/_gstplayer.pyx
kivy/network/urlrequest.py
kivy/properties.pyx
kivy/tools/packaging/win32/kivy-2.7.bat
kivy/tools/packaging/win32/kivy-3.3.bat
kivy/tools/packaging/win32/kivy.bat
kivy/uix/behaviors.py
kivy/uix/checkbox.py
kivy/uix/codeinput.py
kivy/uix/dropdown.py
kivy/uix/listview.py
kivy/uix/screenmanager.py
kivy/uix/scrollview.py
kivy/uix/textinput.py
kivy/uix/vkeyboard.py
kivy/uix/widget.py
kivy/utils.py
setup.py
2014-09-21 20:38:29 +05:30
Mathieu Virbel
201ea4fc12
svg: ignore generated .cpp in graphics
2014-09-19 18:17:22 +02:00
akshayaurora
0657843e91
Bring sdl2 in line with current master and other fixes to make things usable. Sponsored by ScramSoft.
2014-08-23 17:15:04 +05:30
Matthew Einhorn
602b7a154c
Merge branch 'master' of https://github.com/kivy/kivy into markup-padding
2014-03-29 14:08:47 -04:00
Matthew Einhorn
02b03afb9d
git ignore new text_layout c/pyd files.
2014-03-29 06:05:49 -04:00
Ben Rousch
8c36891bb6
Merge branch 'master' of https://github.com/kivy/kivy
2014-03-27 22:10:03 -04:00
Ben Rousch
ee83bf5cc0
Added vitualenv install instructions to Linux
2014-03-27 22:09:07 -04:00
techwiz24
57ecac3d3f
Merge branch 'master' of https://github.com/kivy/kivy into kv_include
2014-02-06 20:17:12 -05:00
Mathieu Virbel
c94501aeff
avfoundation/camera: add a new Camera provider for OSX, based on avfoundation. Should work on OSX >= 10.7.
...
This is a base for a future work, such as iOS support (AVFoundation is
still the same, so it should works out of the box, we just need to
activate setup.py for iOS as well.)
Also, capabilities are globally missing in Kivy, so we cannot query the
device for some informations. Once we improved the core base, we can
activate the code related to capabilities here.
This part of the code has been first written using Pyobjus, but
objc-protocol was not implemented, i started to rewrite from scratch
using AVFoundation tutorial. Then i found OpenCV implementation, on
which some part of this initial code is based.
2013-12-28 01:59:44 +01:00
Mathieu Virbel
6fa5be592d
gstplayer: ignore the generated _gstplayer.c
2013-12-21 20:26:46 +01:00
techwiz24
54926616fd
Add option to force-include which first unloads the file and then reloads it. Check for proper extension and inclusion status before any disk access takes place. Update example.
2013-12-20 21:36:26 -05:00
Matthew Einhorn
fe4d67f217
Ignore pyd files.
2013-11-28 23:55:08 -05:00
Mathieu Virbel
f0aa45e3ed
Merge pull request #1540 from vernondcole/use_launcher_for_windows
...
Document use of Python launcher for Windows
2013-10-07 00:42:43 -07:00
Jorge Gueorguiev Garcia
c70f18bbed
Added tests to Vector class
2013-10-01 21:31:09 +01:00
vernondcole
54d3ca1eff
ignore PyCharm project settings
2013-09-30 12:08:32 +01:00
Mathieu Virbel
74f9b78b94
sdl2: fix ignore
2013-08-23 11:04:18 +02:00
Mathieu Virbel
2d3142fcad
sdl2: ignore generated .c
2013-08-23 10:35:06 +02:00
Mathieu Virbel
09633f31cc
update gitignore
2013-07-04 18:14:42 +02:00
Mathieu Virbel
c93f9dc2c1
Update .gitignore to ignore some cython generated files
2013-03-07 18:26:44 +01:00
Mathieu Virbel
50f6783462
update gitignore
2013-01-05 12:04:30 +01:00
Mathieu Virbel
0a235cabe8
update gitignore
2011-11-29 17:58:17 +01:00
Christopher Denter
fb4b058362
OSX build: Only download deps if SHA1 hash changed
2011-02-13 16:09:37 +01:00
Mathieu Virbel
81ab01b0dd
add test result and build in ignore list.
...
graphicals result will be never commited on git :)
2011-01-31 17:44:13 +01:00
Mathieu Virbel
8fafe69e09
remove config.pxi + include config.pxi / config.h in gitignore
2011-01-25 17:41:50 +01:00
Mathieu Virbel
e24ce3d5ea
add factory_registers.py (not anymore ignored.)
2011-01-25 02:51:26 +01:00