Commit Graph

7555 Commits

Author SHA1 Message Date
dessant 03f27c7cb6 default -> defaults to 2015-01-25 23:24:11 +02:00
Zen-CODE 20145d357a doc: grammar tweaks for 'defaults to' i.s.o. 'default to' 2015-01-25 23:06:13 +02:00
Zen-CODE bd5b6a7af2 doc: added hints for using PageLayouts 2015-01-25 22:56:09 +02:00
Zen-CODE fb823763dd Merge branch 'master' of https://github.com/kivy/kivy 2015-01-25 21:42:18 +02:00
Zen-CODE 9f66b7cbae doc: integrated layout links into descriptions 2015-01-25 21:40:14 +02:00
dessant f18ecef089 Merge pull request #2900 from thopiekar/make-doc-build-failsave
Make doc build failsave
2015-01-25 18:53:28 +02:00
Thomas-Karl Pietrowski e12c5226d1 missed one python -> $(PYTHON) 2015-01-25 16:28:55 +01:00
Thomas-Karl Pietrowski 36e9c3995b Adding stamp in doc/ 2015-01-25 16:02:42 +01:00
Thomas-Karl Pietrowski 0ac77a8708 Quick fix 2015-01-25 16:02:28 +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 5d4c869d40 Run autobuild.py only once
* Saves time if you want to build multiple formats
2015-01-25 14:21:38 +01:00
dessant 38a2d2c13e Merge pull request #2897 from kivy/roboto
Update readme, font files and kv as part of moving to Roboto
2015-01-25 15:04:47 +02:00
Thomas-Karl Pietrowski 4a056be7bf Making install target flexible 2015-01-25 13:09:36 +01:00
Thomas-Karl Pietrowski 70322ed45c Looks like there is a true difference between "make -c foo" and "cd foo && make" 2015-01-25 12:58:14 +01:00
dessant 711056068d update font license in readme 2015-01-25 12:46:11 +02:00
dessant 408c45df84 update DejaVuSans and DroidSansMono to latest versions 2015-01-25 12:36:01 +02:00
Thomas-Karl Pietrowski 930041a3ca Adding comment for the user about appearing errors when building pdf docs 2015-01-25 11:35:52 +01:00
dessant 1d65a0004d remove hardcoded font names from FileChooserListLayout kv 2015-01-25 12:30:12 +02:00
Thomas-Karl Pietrowski dd6f2ac78e Replacing command with target in doc/Makefile
* The rm command is the same as in ./doc, so in case there has something changed we just need to modify the clean target in ./doc
2015-01-25 11:25:44 +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
Mathieu Virbel 3fceaac6a9 Merge pull request #2894 from thopiekar/make-doc-build-failsave
Make doc build failsave
2015-01-25 11:11:30 +01:00
Mathieu Virbel f8445a4470 sdl2: add sdl2.pxi as a dependency for all the sdl2 related files. And fixes the SDL_Keysym issue with old Cython / .get. Closes #2890 2015-01-25 11:08:22 +01:00
Thomas-Karl Pietrowski 55d8b482e9 Ignoring failed pdf build as long as pdf file exists 2015-01-25 00:38:54 +01:00
dessant 3897ec1a8e Merge pull request #2891 from kivy/roboto
Change the default font from DroidSans to Roboto
2015-01-25 01:19:30 +02:00
dessant 704439b294 restore DejaVuSans.ttf 2015-01-25 01:07:45 +02:00
dessant 939057e311 delete unused font files 2015-01-25 00:58:43 +02:00
dessant a5fbbe7f47 Merge pull request #2893 from kivy/font_size_doc_fix
fix default font_size value in docstring
2015-01-24 22:29:58 +02:00
dessant ce3e82bcce fix default font_size value in docstring 2015-01-24 22:28:46 +02: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 fcb49997da Don't raise errors on non-created files / dirs which have to be removed 2015-01-24 17:29: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 d79fd599ba Using pdf target in doc/Makefile directly 2015-01-24 16:50:00 +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
dessant fbe195cbe8 change the default font from DroidSans to Roboto 2015-01-24 16:09:22 +02:00
Thomas-Karl Pietrowski 6bbe984504 Quick fix: Run git if it is available of course!
Just fixing ifeq to ifneq - makes sense isn't it? ;)
2015-01-24 14:22:31 +01:00
Mathieu Virbel e4950b4fbc Merge pull request #2888 from thopiekar/failsave-distclean-on-missing-git
Failsave distclean on missing git
2015-01-24 13:23:07 +01:00
Mathieu Virbel c31d3b26af Merge pull request #2883 from thopiekar/master
Print warning when executed shell command does not return code 0
2015-01-24 13:22:42 +01:00
Thomas-Karl Pietrowski 8e6f6220f9 Adding lookup for GIT executable
-> removes the ugly message command not found
-> distclean won't fail now on missing git for distclean

* https://github.com/kivy/kivy/issues/2884
2015-01-24 12:09:09 +01:00
Thomas-Karl Pietrowski 357a5cbb00 Merge pull request #3 from kivy/master
Another sync to test a patch for issue #2887
2015-01-24 11:42:45 +01:00
Mathieu Virbel ca06bdf1e6 SDL2: SDL_shape.h is not part of the default SDL.h, that might be why the symbol is misinterpreted. Ref #2887 2015-01-24 11:40:17 +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
Thomas-Karl Pietrowski 9ff8cbccc7 Just added the situation an returncode was raised but no content is in stderr 2015-01-23 16:56:41 +01:00
Thomas-Karl Pietrowski 0ab5d1b65e Print warning when executed shell command does not return code 0
- Might be useful for https://github.com/kivy/kivy/issues/2882
2015-01-23 16:33:36 +01:00