Commit Graph

904 Commits

Author SHA1 Message Date
Thomas-Karl Pietrowski 55d8b482e9 Ignoring failed pdf build as long as pdf file exists 2015-01-25 00:38:54 +01:00
Thomas-Karl Pietrowski 4fdfe78b49 en-/disable-ENDUSER_BUILD does not work 2015-01-24 18:49:06 +01:00
Thomas-Karl Pietrowski c9df277820 silencing pdflatex via LATEXOPTS 2015-01-24 18:20:43 +01:00
Thomas-Karl Pietrowski 7c44907026 Changing text as we don't build only html docs.. 2015-01-24 17:23:59 +01:00
Thomas-Karl Pietrowski 558ab20bfa Ooops.. Adding missing if 2015-01-24 17:23:20 +01:00
Thomas-Karl Pietrowski 35b555bb26 Applying new silenced=yes option 2015-01-24 17:20:31 +01:00
Thomas-Karl Pietrowski 1b29ddb2a1 adding simple function to silence most of the output 2015-01-24 17:19:57 +01:00
Thomas-Karl Pietrowski 32821ee3ad adding "-T" option "Show full traceback on exception." 2015-01-24 16:52:05 +01:00
Thomas-Karl Pietrowski 6606f9846f Updating Makefile in /doc
* Adding instructions to make pdf and ps here
* Adding options to make silenced builds
* Adding _TEST to switch between silenced (ENDUSER_BUILD) and verbose builds for testing
* Adding build-all for testing
* Adding test target to build-all in test-mode
2015-01-24 16:45:08 +01:00
Thomas-Karl Pietrowski 90476018a7 Cleanups and adding _TEST options 2015-01-24 16:26:14 +01:00
Zen-CODE 7766b19cd1 doc: added ScatterLayout to 'getting started' guide 2015-01-24 10:49:32 +02:00
Zen-CODE cf0b5e58e2 doc: added PageLayout to 'getting started' guide 2015-01-24 10:41:41 +02:00
Mathieu Virbel 6f8ed55b70 environment: add an option to prevent parsing command line argument as kivy arguments. Ref: #2873 2015-01-21 11:51:55 +01:00
gabriel pettier 657440c1aa add python-dev to rpi build instructions, fixes #2740 2014-12-25 19:13:04 +01:00
Don Kirkby c26e7f5ef2 Use full sentences for "Where to go now?" 2014-11-29 16:35:40 -08:00
Don Kirkby 2cda9cef92 Typo fix of -> off 2014-11-29 16:18:04 -08:00
Don Kirkby 56a1bf570b More apostrophe fixes 2014-11-27 22:57:47 -08:00
Don Kirkby 0428661d6c typo fix your -> you're 2014-11-27 22:05:53 -08:00
Don Kirkby 5403c416d3 Move apostrophe 2014-11-26 23:04:46 -08:00
Don Kirkby 65622b5b82 Grammar fix: it's -> its 2014-11-26 22:30:42 -08:00
Guillermo Gutiérrez ca6255a667 doc: break unreadable long lines on latex
Three URI's for fedora repos are unreadable on latex pdf output.
This adds continuation line for copy&pasting to bash.
2014-11-26 17:51:02 +01:00
dessant 61e8c10eb4 Optimize doc images with trimage 2014-11-16 12:55:28 +02:00
Ryan Pessa 008f88a97e add images 2014-11-15 17:43:09 -06:00
dessant 8913bed426 rename KIVY_SDL_PATH TO KIVY_SDL2_PATH and clean up env var query 2014-11-14 14:19:34 +02:00
dessant 1b5267cf0c rename to KIVY_SDL_PATH and remove PATH manipulation in kivy __init__ 2014-11-08 17:43:15 +02:00
dessant 76f07d4ef1 remove bold style 2014-11-05 17:39:39 +02:00
dessant 64f1357b64 link to the community guidelines 2014-11-05 17:36:53 +02:00
Lauritz V. Thaulow fae49716c3 Fix typo in graphics guide docs 2014-10-20 23:10:33 +02:00
dessant a56d0250b4 Merge pull request #2595 from LauritzThaulow/master
Fix formatting error in kv lang docs
2014-10-20 23:34:28 +03:00
dessant bb73f4ab46 make doc autobuild.py work under python 3 2014-10-20 23:03:53 +03:00
Lauritz V. Thaulow e247a7a9f9 Fix formatting error in kv lang docs 2014-10-20 20:37:20 +02:00
dessant 85895d146c Show doc anchors only on bar hover 2014-10-02 04:43:44 +03:00
dessant c5e9077f72 Show anchors in the doc
Fixes https://github.com/kivy/kivy/issues/2539, when clicking on method anchors, the respective method will contract, that's a separate issue that needs to be solved.
Having an anchor to copy is still better at this point.
2014-10-02 02:14:36 +03:00
Ryan Pessa 5b6dfe9e59 fix tabs 2014-09-29 11:07:06 -05:00
Ryan Pessa fe3b10ea57 update docs with KIVY_HOME 2014-09-27 17:24:20 -05:00
akshayaurora 1cdcac5fa0 fix leftover conflicts from last merge 2014-09-21 21:33:19 +05:30
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
Thomas-Karl Pietrowski 5bf9e8c3df Update openSuSE instructions 2014-09-15 21:58:07 +02:00
Ryan Pessa d0b473d3b3 add py3 notice to faq 2014-09-10 14:44:30 -05:00
Alexander Taylor 1bfa50bcbe doc: Fixed buildozer logcat instructions 2014-09-08 22:51:00 +01:00
Zen-CODE 6f07e02657 doc: cropped image 2014-09-08 20:29:09 +02:00
Zen-CODE 4280f55421 doc: added template to adapters diagram 2014-09-08 20:25:06 +02:00
Mathieu Virbel 2e4aca756d faq: add informations about the exact python version supported 2014-09-03 08:29:57 +02:00
Zen-CODE 1f853ad200 Merge branch 'master' of https://github.com/kivy/kivy 2014-08-31 07:14:01 +02:00
Zen-CODE bbaaf2ca45 doc: added image for adapter.py 2014-08-31 07:13:27 +02:00
Mathieu Virbel e114a35976 tesselator: added pictures for the documentation 2014-08-30 17:10:41 +02:00
Mathieu Virbel a77706a1b4 Separate meshes and vertices, 2 differents mode of result iterations. Added documentation, cleaned example. 2014-08-30 17:02:34 +02:00
Zen-CODE a20d45ca1c doc: added advice on best pracises to guide/graphics.rst 2014-08-25 18:40:21 +02:00
Mathieu Virbel f4fa408c6e texture: enforce the Texture.blit_* colorfmt/bufferfmt to be the same as the texture, if we have GLES_LIMITS activated. Closes #1600. 2014-08-25 10:49:15 +02:00
Mathieu Virbel 2a6d5aff6b Merge pull request #2430 from matham/gles-config
Add gles_limits env variable.
2014-08-25 10:33:31 +02:00