Edwin Marshall (aspidites)
e7b8df48e0
- updated pre-commit hook to work with other distros (eg. python 2 and 3 installed)
2012-06-13 15:17:17 -07:00
Edwin Marshall (aspidites)
06ae7872c4
- repaced defunct pocoo pastebin link to github's gist
2012-06-13 14:23:33 -07:00
tshirtman
3817a1581d
add a warning after the gesture example.
2012-06-12 17:23:28 +03:00
tshirtman
24350dec8f
Merge pull request #505 from aspidites/unicode_identifier_deprecation
...
- updated warning to use kivy.Logger
2012-06-11 12:02:20 -07:00
Edwin Marshall (aspidites)
d986f083dc
- updated warning to use kivy.Logger
...
- window_pygame no longer uses unicode internally
2012-06-11 10:09:00 -07:00
Mathieu Virbel
55096bed9e
win32: fix order of preference for the camera provider, use videocapture first
2012-06-11 15:34:47 +02:00
Mathieu Virbel
72451d3c46
Merge pull request #503 from aspidites/master
...
a stylistic change, but i think it makes more sense
2012-06-11 03:41:25 -07:00
Edwin Marshall (aspidites)
3a3abaa8aa
- updated check for unicode key in kwargs; semantically makes more sense though
...
end result is the same as before; such a simple change makes it easier to read
2012-06-11 01:19:35 -07:00
Edwin Marshall (aspidites)
d3018f304c
- removed interal references to unicode parameter
2012-06-11 00:48:21 +02:00
Edwin Marshall (aspidites)
13e4796f59
- fixed module import
2012-06-11 00:32:04 +02:00
Edwin Marshall (aspidites)
74cbac59a1
- updated window implementations to deprecate the use of "unicode" as a parameter
...
- fully backwards compatible, only emitting a warning that it will be removed
in future versions
2012-06-11 00:31:58 +02:00
Mathieu Virbel
08578ff5a4
graphics: avoid all the drawing if an elements if its buffer is empty
2012-06-10 17:03:01 +02:00
Mathieu Virbel
c76fed7440
win32/glew: even if the good opengl version are available, framebuffer support is done as an extension, not in the native opengl. This fix should bind dynamically all the framebuffers methods from the correct ARB/EXT. (Inside VirtualBox, OpenGL is 4.0, but we was getting a crash with glGenFramebuffers(), cause the function pointer was NULL).
2012-06-10 16:37:37 +02:00
Qua-non
a7df2b8865
:TabbedPanel: Fix tab_width, was calculated wrong in certain situations.
...
Plus minor doc fixes
2012-06-10 03:03:17 +05:30
Qua-non
006154cb94
Doc:fix documentation for Tabbed Panel
2012-06-09 23:08:40 +05:30
Mathieu Virbel
666fc88851
remove debug in stacklayout
2012-06-09 18:19:12 +02:00
Mathieu Virbel
53b8db5273
Merge branch 'uix-tabbedpanel' of ssh://github.com/kivy/kivy
...
Conflicts:
kivy/uix/tabbedpanel.py
2012-06-09 18:00:43 +02:00
Mathieu Virbel
9e29fd8d9e
Merge branch 'master' of ssh://github.com/kivy/kivy into uix-tabbedpanel
2012-06-09 17:47:16 +02:00
Mathieu Virbel
56017fd8cd
tiny fixes
2012-06-09 17:47:03 +02:00
Qua-non
1bacb4355c
Tabbed Panel: Fix example: call super when overriding switch_to
2012-06-08 22:10:05 +05:30
Qua-non
2865883f22
Tabbed Panel: example: show tab positions for each panel,
...
widget: remove only the autogenerated tab while changing the default_tab
2012-06-08 17:39:33 +05:30
Qua-non
3e2bf4c465
Tabbed Panel: Add ability to add a closable tab in example
2012-06-08 14:20:03 +05:30
tshirtman
b970b2d26a
fix non existant path (except in tito system) in test_filechooser
2012-06-07 16:29:19 +02:00
tshirtman
5341e4f4b9
fix file path in test_image
2012-06-07 16:28:02 +02:00
tshirtman
f47bf4e743
Merge pull request #498 from kivy/img_reload_from_disk
...
Img reload from disk when cached image has no data and `keep_data = True`
2012-06-07 06:59:06 -07:00
Mathieu Virbel
81b2869f3b
Merge branch 'master' into uix-tabbedpanel
2012-06-06 18:42:52 +02:00
tshirtman
eca388f439
add warning on label valign and halign.
...
what they do, what they don't
2012-06-06 17:33:41 +02:00
Qua-non
d63afce956
UnitTest: forgot to add file test_image.py
2012-06-06 15:43:16 +05:30
Qua-non
3074b8fcb6
Tests: Add unit-test for core Image
...
:check data when keep_data = True and image cached
2012-06-06 15:33:07 +05:30
tshirtman
c41240739c
Merge pull request #487 from aspidites/master
...
I've added sane defaults to the object, string, list, and dict properties
2012-06-05 17:01:01 -07:00
Mathieu Virbel
4b6d34bdb6
mouse: doc fixes + pep8
2012-06-06 01:58:07 +02:00
Mathieu Virbel
33543659ac
add KIVY_NO_FILELOG and KIVY_NO_CONSOLELOG to avoid logging in file and console.
2012-06-06 01:45:30 +02:00
Mathieu Virbel
c371cdc0d0
clipboard/paste: dont decode if we are already in unicode
2012-06-06 01:44:19 +02:00
Qua-non
3d79464d6e
Doc: Getting Started: Add a list of examples with a description.
2012-06-05 02:16:34 +05:30
Mathieu Virbel
e8a154cb24
Merge branch 'master' of ssh://github.com/kivy/kivy
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2012-06-03 12:08:40 +02:00
Mathieu Virbel
f24e28305c
fix for pyinstaller/devel version, they moved on sys._MEIPASS, and add missing hidden import for kivy.
2012-06-03 12:08:14 +02:00
Mathieu Virbel
a28485e6a8
osx/clipboard: ensure that the string doesn't ends with null byte, otherwise it will crash.
2012-06-03 12:07:44 +02:00
Qua-non
2f70279596
Doc: Image Widget: fix usage
2012-06-01 12:04:49 +05:30
Qua-non
6bea95595f
Image: reload from disk when `keep_data = True` but
...
cached image has no data. Closes #495
This also adds functions to forceibly reload image from disk::
CoreImage: remove_from_cache()
Image Widget: reload()
2012-06-01 11:48:24 +05:30
Qua-non
ff0ccc058c
Doc: Fix typo `pat` on your back not `part` as
...
mentioned by tshirtman.
2012-05-30 09:40:15 +05:30
Qua-non
99ba782e38
Doc: merge fixes from Florent Paterno, closes #492
2012-05-30 09:33:26 +05:30
Qua-non
da6d2534c9
minor changes to getting started
2012-05-30 02:28:03 +05:30
Qua-non
dcd25c1501
Doc: minor corrections to `getting started` and a gif to show final result
...
of using a Animation.
2012-05-29 17:03:41 +05:30
Mathieu Virbel
8bbe5d16a9
Merge branch 'master' of ssh://github.com/kivy/kivy
2012-05-29 03:20:11 +02:00
Mathieu Virbel
5e29474863
doc: extend autodoc extension to fix/hide/live rename module in doc (hide the _event module to the user, always use event module instead.)
2012-05-29 03:19:58 +02:00
tshirtman
4b84ca0633
changes on getting-started
2012-05-28 18:47:54 +02:00
tshirtman
60b312c2bb
Merge branch 'master' of github.com:kivy/kivy
2012-05-28 18:43:20 +02:00
tshirtman
a8a495c378
work on getting started documentation
2012-05-28 18:42:11 +02:00
qua-non
4317e50b14
Merge pull request #491 from fpaterno/patch-1
...
Update doc/sources/tutorials/pong.rst.
2012-05-28 07:20:32 -07:00
Florent Paterno
3d78acab51
Update doc/sources/tutorials/pong.rst
2012-05-28 17:12:12 +03:00