Commit Graph

8965 Commits

Author SHA1 Message Date
dessant 9387bfec39 install pyinstaller for doc duilds 2015-12-18 03:30:58 +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
dessant bd131ee882 Merge pull request #3841 from seales/master
Spelling fixes
2015-12-14 05:58:04 +02:00
seales 9da9bc4cde Spelling fixes 2015-12-13 19:51:03 -08:00
dessant af9aaef0d0 grammar fixes 2015-12-09 23:29:25 +02:00
dessant 981debdd2f Update README.md 2015-12-09 21:23:23 +02:00
dessant 22456938c6 update sister project list 2015-12-09 21:21:32 +02:00
dessant 835f1ae7d5 add package list update command
Prevent https://github.com/kivy/kivy/issues/3833.
2015-12-09 16:55:31 +02:00
Akshay Arora fe189fdae0 Update clipboard_sdl2.py 2015-12-09 01:43:44 +05:30
dessant f11a8281fb Update .travis.yml 2015-12-08 18:23:43 +02:00
dessant a1a639f48c Merge pull request #3834 from kivy/windowcursorevent
Add on_cursor_enter and on_cursor_leave events for Window
2015-12-08 17:50:19 +02:00
dessant 39e2529484 Add on_cursor_enter and on_cursor_leave events for Window 2015-12-08 17:45:25 +02:00
matham a0bd35f229 Update win doc for installation 2015-12-07 14:58:49 -05:00
Akshay Arora f25e6f248f Merge pull request #3826 from Cheaterman/patch-1
Solve a crash when spamming chdir
2015-12-07 16:27:37 +05:30
Cheaterman 4f090d9ea6 Solve a crash when spamming chdir
When spamming a dir button, I get this crash:

[INFO              ] [Base        ] Leaving application in progress...
 Traceback (most recent call last):
   File "main.py", line 16, in <module>
     condiment.install()
   File "/usr/lib64/python2.7/site-packages/condiment.py", line 229, in install
     Parser(**kwargs).install()
   File "/usr/lib64/python2.7/site-packages/condiment.py", line 72, in install
     self.do()
   File "/usr/lib64/python2.7/site-packages/condiment.py", line 80, in do
     self.do_rewrite()
   File "/usr/lib64/python2.7/site-packages/condiment.py", line 104, in do_rewrite
     self.on_the_fly()
   File "/usr/lib64/python2.7/site-packages/condiment.py", line 117, in on_the_fly
     run_path(self.output)
   File "/usr/lib64/python2.7/runpy.py", line 240, in run_path
     return _run_module_code(code, init_globals, run_name, path_name)
   File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code
     mod_name, mod_fname, mod_loader, pkg_name)
   File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
     exec code in run_globals
   File "_ft_main.py", line 1366, in <module>
   File "_ft_main.py", line 1361, in run
   File "/usr/lib64/python2.7/site-packages/kivy/app.py", line 828, in run
     runTouchApp()
   File "/usr/lib64/python2.7/site-packages/kivy/base.py", line 487, in runTouchApp
     EventLoop.window.mainloop()
   File "/usr/lib64/python2.7/site-packages/kivy/core/window/window_sdl2.py", line 606, in mainloop
     self._mainloop()
   File "/usr/lib64/python2.7/site-packages/kivy/core/window/window_sdl2.py", line 361, in _mainloop
     EventLoop.idle()
   File "/usr/lib64/python2.7/site-packages/kivy/base.py", line 327, in idle
     Clock.tick()
   File "/usr/lib64/python2.7/site-packages/kivy/clock.py", line 483, in tick
     self._process_events()
   File "/usr/lib64/python2.7/site-packages/kivy/clock.py", line 615, in _process_events
     event.tick(self._last_tick, remove)
   File "/usr/lib64/python2.7/site-packages/kivy/clock.py", line 374, in tick
     ret = callback(self._dt)
   File "_ft_main.py", line 1094, in <lambda>
   File "/usr/lib64/python2.7/site-packages/kivy/uix/filechooser.py", line 587, in entry_touched
     _dir = self.file_system.is_dir(entry.path)
   File "weakproxy.pyx", line 19, in kivy.weakproxy.WeakProxy.__getattr__ (kivy/weakproxy.c:1131)
   File "weakproxy.pyx", line 15, in kivy.weakproxy.WeakProxy.__ref__ (kivy/weakproxy.c:1055)
 ReferenceError: weakly-referenced object no longer exists

The above commit seems to fix it, bliblibli ^__^
2015-12-07 11:48:35 +01:00
dessant 851dfa2dcd Merge pull request #3825 from kivy/showcursor
Implement Window.show_cursor for pygame and sdl2
2015-12-06 23:32:02 +02:00
dessant 843faea73d Update packaging-osx.rst 2015-12-06 21:55:29 +02:00
dessant 6535be882d Merge pull request #3789 from cbenhagen/osx-packaging4
OS X Packaging: Fix PyInstaller method
2015-12-06 21:25:27 +02:00
dessant 32c7ad8028 don't break other backends 2015-12-06 17:25:37 +02:00
dessant e6871542ce implement Window.show_cursor for pygame and sdl2 2015-12-06 17:11:53 +02:00
Zen-CODE aaaf4e92a8 doc: clarifications in source/guide/lang.py 2015-12-05 11:51:09 +02:00
Zen-CODE c3c8134cb9 doc: fix singular in sources/guide/lang.rst 2015-12-05 11:46:02 +02:00
Kovak 16b0373ba3 Update installation-windows.rst 2015-12-04 16:38:12 -07:00
Kovak ff01750080 Update installation-windows.rst 2015-12-04 16:36:51 -07:00
Kovak 0e50dcd7e0 Update installation-windows.rst 2015-12-04 16:35:13 -07:00
Zen-CODE 05bf18d17f examples: fixed unicode error in examples/keyboard.main.py 2015-12-04 23:48:49 +02:00
Zen-CODE 0c7e64c54c doc: fixed python REPL formatting in kivy/lang.py 2015-12-04 23:28:08 +02:00
Zen-CODE 6cfdd29dc4 doc: fix typo in kivy/lang.py 2015-12-04 22:45:00 +02:00
dessant d3d9838e58 Merge pull request #3802 from ivlevdenis/master
Replace print on Logger.info
2015-12-04 16:25:01 +02:00
Ben Hagen 0473738e1e add note about gst-python pr 2015-12-04 15:07:14 +01:00
Ben Hagen f88069c51f OS X Packaging: Fix PyInstaller method 2015-12-04 15:02:02 +01:00
dessant 8e762ec54a Rioboto -> Roboto 2015-12-04 01:47:06 +02:00
akshayaurora dba00cac54 core:Label Remove redundant test for file and pep8 fix 2015-12-04 04:39:53 +05:30
akshayaurora 1360355990 Core:LabelBase: recurse all dirs. closes #3270 2015-12-04 03:42:37 +05:30
Zen-CODE 7de66e6543 doc: grammar tweaks to sources/guide/lang.rst 2015-12-03 09:11:22 +02:00
Zen-CODE a1825899a8 doc: fixed PEP8 link 2015-12-03 08:26:09 +02:00
matham c10db06bae [doc] Win install fixes. 2015-12-01 15:02:25 -05:00
akshayaurora a06e325cf2 pdf: call make pdf twice 2015-12-01 15:52:13 +05:30
dessant fb087f71b6 Merge pull request #3811 from kivy/win-doc
Update windows docs for wheels.
2015-12-01 03:54:06 +02:00
Matthew Einhorn 48353543d0 Update windows docs for wheels. 2015-11-30 19:58:46 -05:00
dessant a80d7ee5e6 Merge pull request #3810 from kivy/osxdoc
doc syntax fix
2015-11-30 21:13:36 +02:00
dessant 991b4ba92d doc syntax fix 2015-11-30 21:08:15 +02:00
dessant beb4b158c5 Merge pull request #3809 from kivy/osxdoc
Merge the additional libraries section into the main pyinstaller guide
2015-11-30 20:21:20 +02:00
dessant 9faa874ef4 pep8 fix 2015-11-30 20:19:26 +02:00
dessant dbe4b3d1b2 merge the additional libraries section into the main pyinstaller tutorial 2015-11-30 20:16:04 +02:00
Akshay Arora a6c9c268a0 Merge pull request #3808 from kivy/osxdoc
OS X packaging doc cleanup
2015-11-30 23:39:00 +05:30
dessant be25034bff fix typos 2015-11-30 20:01:50 +02:00