Commit Graph

308 Commits

Author SHA1 Message Date
Piotr Kasprzyk c7cc3c6724 Fix remaining misspellings 2016-09-07 11:23:44 +02:00
Matthew Einhorn c298df3f99 Move clock guts to cython. 2016-06-21 15:21:21 -04:00
Ryan Pessa 2bc57e3964 skip cython in setup_requires if not available 2016-06-04 18:46:07 -05:00
Ryan Pessa 7407a89f62 include recycleview in setup.py 2016-04-17 01:30:44 -05:00
dessant f5a64140ee NUI -> UI 2016-03-12 00:17:10 +02:00
dessant 171bb05376 Update setup.py 2016-03-11 23:56:18 +02:00
saurabhiiit bd18a84ff3 Setup.py: Unused import 2016-03-11 23:42:28 +05:30
dessant 65b38222dc Merge pull request #3906 from kivy/gl-happy
Adds gl mocking so tests can run
2016-02-18 14:15:17 +02:00
Gagaro 48f464b12d refactor: split files in lang module 2016-02-15 13:59:49 +01:00
dessant 2e22b63330 remove pillow from required deps 2016-01-30 23:36:01 +02:00
dessant 38d890a389 add cross-platform python deps to install_requires 2016-01-12 01:23:25 +02:00
Matthew Einhorn a51cc9b163 Merge branch 'gl-happy' into gl-happy2 2016-01-10 18:17:39 -05:00
Matthew Einhorn 43c1eaee30 Mock when doc. 2016-01-08 18:57:32 -05:00
Matthew Einhorn ec3ea8a9f4 Remove the need for gl headers and libs altogether. 2016-01-08 18:50:59 -05:00
Matthew Einhorn cb02d7ba0c Add opengl mocking. 2016-01-07 20:23:27 -05:00
dessant 09607b8ffa py3: TypeError: a bytes-like object is required, not 'str' 2015-12-26 12:09:45 +02:00
dessant f2ce06d7fd Update setup.py 2015-12-18 19:00:15 +02:00
Akshay Arora abc940b1ed exit for frameworks only on darwin 2015-12-18 01:32:04 +05:30
akshayaurora 593fe7cd79 fix compilation using frameworks on osx 2015-12-17 23:38:24 +05:30
akshayaurora 0d4f258b46 Python3 fix for setup.py 2015-12-17 22:58:53 +05:30
dessant a87d082710 make cython a compile time dep 2015-12-15 01:49:30 +02:00
matham c68b630a08 Merge pull request #3804 from kivy/deps
Add wheel support to kivy on windows
2015-11-30 00:41:46 -05:00
dessant 3ce7bb9b63 Update setup.py 2015-11-29 23:34:45 +02:00
Mathieu Virbel d6deccac5a setup: various fix for OS X / El Capitan
- add /Library/Frameworks as path for framework headers/link (it wasn’t
included anymore)
- fix i386 issue with GStreamer framework by limiting the compilation
on x86_64 only if frameworks are used
- fixes the issue where smpeg2 use @executable_path that leads to an
issue when trying to import anything related to SDL2. CF:

[CRITICAL] [Window      ] Unable to find any valuable Window provider
at all!
sdl2 - ImportError:
dlopen(/Users/tito/code/kivy/kivy/core/window/_window_sdl2.so, 2):
Library not loaded:
@executable_path/../Frameworks/SDL2.framework/Versions/A/SDL2
  Referenced from:
/Library/Frameworks/SDL2_mixer.framework/Versions/A/Frameworks/smpeg2.fr
amework/Versions/A/smpeg2
  Reason: unsafe use of @executable_path in
/Library/Frameworks/SDL2_mixer.framework/Versions/A/Frameworks/smpeg2.fr
amework/Versions/A/smpeg2 with restricted binary
  File "/Users/tito/code/kivy/kivy/core/__init__.py", line 59, in
core_select_lib
    fromlist=[modulename], level=0)
  File "/Users/tito/code/kivy/kivy/core/window/window_sdl2.py", line
26, in <module>
    from kivy.core.window._window_sdl2 import _WindowSDL2Storage
2015-11-29 19:04:10 +01:00
matham 17a98b8723 Show whether using disutils or setoptools. 2015-11-27 20:41:11 -05:00
Matthew Einhorn da595476e4 Make kivy work with new wheels. 2015-11-22 15:12:13 -05:00
dessant 5ccf7533e7 macosx -> osx 2015-11-21 19:08:16 +02:00
dessant 5d22a28430 list py3.5 in classifiers 2015-11-20 10:28:03 +02:00
matham 62e4756565 Inlcude kivy.uix.behaviors in packages. 2015-11-10 09:22:54 -05:00
Ben Hagen 3fe3dd14c7 allow glsl files in examples (fixes #3716) 2015-11-04 01:00:56 +01:00
dessant 1b1125ea77 add cython to install_requires 2015-10-15 17:55:55 +03:00
dessant 3e06c0feb8 update required garden version 2015-10-05 20:34:46 +03:00
Alexander Taylor 4422f5e24c Made changes for SDL2 to work on Android 2015-09-22 22:19:47 +01:00
Mathieu Virbel 062a40a833 fixes for Cython 0.23 2015-08-09 13:50:23 +02:00
Kovak 39d8f50a15 merge master into branch 2015-07-04 14:51:50 -06:00
Kovak 31f82b6265 fix pep8 errors for setup.py, except line 283 and 753 2015-07-04 14:00:59 -06:00
Kovak 30c55aad54 fix placement so its in the brackets 2015-07-04 13:25:17 -06:00
Kovak d9a3a7146c include headers in tools/gles_compat in package 2015-07-04 13:20:47 -06:00
dessant ed64c6e5e0 style issues fixed 2015-06-22 19:59:45 +03:00
Kovak bd4826f644 ensure all graphics headers are included on installation so that get_includes is useful 2015-06-12 14:27:10 -06:00
Kovak 2b642824c0 change HIDE_GL_LOG to DEBUG_GL, default to False 2015-06-12 13:24:17 -06:00
Kovak fffd543ae6 default gl logging to on 2015-06-11 23:36:30 -06:00
Kovak e8e74f0694 resolve merge conflict 2015-06-11 22:39:44 -06:00
Kovak 3f83e79387 add a config option for the new debug logger, make actual function a pxi 2015-06-11 22:37:00 -06:00
Mathieu Virbel a416b8eb2a Merge pull request #3397 from lhelontra/egl_window
Added X11 window with EGL
2015-06-12 03:22:10 +02:00
Akshay Arora df18e63844 Merge pull request #3283 from inclement/cython-except
Changed 'except *' to 'except -1' for cython 0.22
2015-06-02 19:23:26 +05:30
leonardo lontra a80fcb304a Disable use_x11 by default 2015-06-01 23:31:08 -03:00
Akshay Arora 692cebce61 Merge pull request #3178 from DragonSA/freebsd
Fix support for FreeBSD.
2015-05-15 16:35:06 +05:30
Kovak 8ceb504902 Merge pull request #2395 from kivy/scissors
glScissors Instructions
2015-05-05 02:54:15 -06:00
Alexander Taylor c32b580258 Fixed tuple declaration in setup.py 2015-04-18 17:07:14 +01:00