Mathieu Virbel
|
46f56438f2
|
lang: raise more explicit error when the creation of initial widget failed.
|
2011-04-21 16:30:38 +02:00 |
Mathieu Virbel
|
d7c2dbed92
|
graphics: fix needs_redraw + properly handle videoexpose event to update canvas. Closes #28
(now drawing happen only when needed. carefully check for any bugs !!!)
|
2011-04-20 02:38:05 +02:00 |
Mathieu Virbel
|
df6b7c2335
|
Merge branch 'master' of github.com:tito/kivy
|
2011-04-20 02:24:48 +02:00 |
Mathieu Virbel
|
375be93180
|
window: fix callback for schedule_once (it's late, sorry.)
|
2011-04-20 02:24:36 +02:00 |
Mathieu Virbel
|
5eded2e769
|
window: support window resizing. Closes #113
|
2011-04-20 02:23:18 +02:00 |
Mathieu Virbel
|
6aabb42b87
|
graphics: fixes memory leak with cython: __del__ is not handled, only __dealloc__
|
2011-04-20 02:21:55 +02:00 |
Mathieu Virbel
|
6a2b6475ea
|
clock: fix callback comparaison for unschedule
|
2011-04-20 02:20:45 +02:00 |
Christopher Denter
|
d6a113d9b3
|
filechooser: fix for win; correctly use splitdrive
|
2011-04-19 17:20:19 +02:00 |
Christopher Denter
|
89e11c3073
|
filechooser: fix imports
|
2011-04-19 16:47:43 +02:00 |
Christopher Denter
|
dd3e079288
|
Merge branch 'master' of github.com:tito/kivy
|
2011-04-19 15:05:07 +02:00 |
Christopher Denter
|
4fbdf78f9a
|
filechooser: fix crash on win32. properly detect filesystem root there now (i hope)
|
2011-04-19 15:04:52 +02:00 |
Mathieu Virbel
|
4fbe6f7b58
|
doc: remove reversed for on_touch_down, widget are already in the good order
|
2011-04-19 12:36:43 +02:00 |
Mathieu Virbel
|
e49c3298b5
|
App: add kv_directory parameter to load kv from a different directory than the current App class file. Closes #62
(Credits to SparrowG for the initial patch)
|
2011-04-19 11:46:27 +02:00 |
Mathieu Virbel
|
f5393b87b5
|
core: use __debug__ for trace call.
|
2011-04-18 01:13:27 +02:00 |
Mathieu Virbel
|
f726d6632d
|
bump to 1.0.6-dev
|
2011-04-15 21:39:38 +02:00 |
Mathieu Virbel
|
58c8e87c46
|
bump to 1.0.5
|
2011-04-15 21:38:29 +02:00 |
Mathieu Virbel
|
48fc400451
|
Merge branch 'master' of github.com:tito/kivy
|
2011-04-15 21:17:39 +02:00 |
Mathieu Virbel
|
cbf7e6b958
|
logo: update logo from svg to 512, 256, 128, 64, 32 version. Update config to version 3 for copying automatically icons. Closes #52
|
2011-04-15 21:17:28 +02:00 |
Christopher Denter
|
a46d37b262
|
Merge branch 'master' of github.com:tito/kivy
|
2011-04-15 20:59:50 +02:00 |
Christopher Denter
|
e576bc1344
|
tests: Fix tests that failed due to recent recursion detection feature. turns out the testcases were invalid ;)
|
2011-04-15 20:59:39 +02:00 |
Mathieu Virbel
|
e697a8dd90
|
doc: fix docuemntation generation (pdf)
|
2011-04-15 20:34:51 +02:00 |
Mathieu Virbel
|
68a364d5d9
|
app/window: add methods to set the window title and icon. Closes #106
|
2011-04-15 20:00:16 +02:00 |
Mathieu Virbel
|
136ecfa292
|
Merge branch 'master' of github.com:tito/kivy
|
2011-04-15 19:39:56 +02:00 |
Mathieu Virbel
|
1873cc59b3
|
scatter: fixes center_x/center_y,top/right, now they are correctly inside the client space. Closes #40
|
2011-04-15 19:39:43 +02:00 |
Christopher Denter
|
83c6806aa5
|
lang: fix recursion detection crash if we're not inside a rule
|
2011-04-15 19:31:40 +02:00 |
Christopher Denter
|
7fe3f35937
|
fix example app_video.kv
|
2011-04-15 19:26:27 +02:00 |
Christopher Denter
|
e35e43aa55
|
osx: packaging: script now hardcodes path to the apple provided python 2.6 binary as users have reported issues originating from them having installed and then unintentionally using third-party python distributions
|
2011-04-15 18:52:17 +02:00 |
Christopher Denter
|
921fdbf0e1
|
core: camera: Fix opencv camera provider for osx
|
2011-04-15 18:28:58 +02:00 |
Christopher Denter
|
5c081c2ecc
|
core: camera: on osx, disable gstreamer, enable videocapture only for windows
|
2011-04-15 18:25:58 +02:00 |
Mathieu Virbel
|
f53e501fb0
|
videocapture: fix videocapture provider + adapt camera puzzle
|
2011-04-15 17:48:54 +02:00 |
Mathieu Virbel
|
f9d7862385
|
texture: fix convertion of texture from bgr->rgb
|
2011-04-15 17:48:32 +02:00 |
Mathieu Virbel
|
2c9d4c5556
|
context_instructions: add more documentation for Color class. Closes #33
|
2011-04-15 17:02:57 +02:00 |
Mathieu Virbel
|
a2307c100c
|
widget: change signature of add_widget to support insertion at a specific index. Closes #89
+ fixes rindex
|
2011-04-15 16:49:44 +02:00 |
Christopher Denter
|
11257aec58
|
motionevent: grab: docs: Prefer asking the user to use 'is' instead of '==' to test for object identity
|
2011-04-15 16:37:25 +02:00 |
Christopher Denter
|
be53158201
|
lang: Properly detect recursion when a widget is added to a rule that applies to the widget itself. Raises ParserError and indicates the faulty line. Closes #92
|
2011-04-15 16:36:40 +02:00 |
Christopher Denter
|
670829ec9a
|
Merge branch 'master' of github.com:tito/kivy
|
2011-04-15 14:48:32 +02:00 |
Christopher Denter
|
16ae980a42
|
Merge branch 'extensions'
|
2011-04-15 14:48:21 +02:00 |
Mathieu Virbel
|
e74f6a2da6
|
faq: add entry about not using pip for installing Kivy, and explain why. Closes #86
|
2011-04-15 14:41:11 +02:00 |
Mathieu Virbel
|
e63345cf37
|
setup: remove poly2tri + entry for packaging win32/osx
|
2011-04-15 14:37:52 +02:00 |
Mathieu Virbel
|
84c57b6d98
|
doc: add faq entry about missing glGenerateMipmap and ImportError: kivy.event. Closes #98
|
2011-04-15 10:46:21 +02:00 |
Christopher Denter
|
e6a9078f6e
|
Merge branch 'master' of github.com:tito/kivy
|
2011-04-14 16:40:04 +02:00 |
Christopher Denter
|
c7a7bbfc94
|
osx: raise critical as soon as we detect that we're run with an unsupported python version
|
2011-04-14 16:39:47 +02:00 |
Mathieu Virbel
|
4754adfe2a
|
clockevent: rework internals (first part.)
|
2011-04-14 13:48:58 +02:00 |
Christopher Denter
|
ea3d216032
|
Merge branch 'master' into extensions
|
2011-04-14 12:14:59 +02:00 |
Mathieu Virbel
|
9b05701ba1
|
clock: more fixes for unschedule event and release_references
|
2011-04-14 12:13:40 +02:00 |
Mathieu Virbel
|
5278fcbb94
|
Merge branch 'master' of github.com:tito/kivy
|
2011-04-14 12:12:46 +02:00 |
Christopher Denter
|
6857740482
|
scatter: respect scatter.do_scale property and don't scale if it's set to False
|
2011-04-14 12:03:06 +02:00 |
Mathieu Virbel
|
aeb9a9abe5
|
lang: fix internal dependencies loop that can lead to undefined id usage
|
2011-04-14 11:51:49 +02:00 |
Christopher Denter
|
57ba12de69
|
Merge branch 'master' of github.com:tito/kivy
|
2011-04-14 11:18:54 +02:00 |
Christopher Denter
|
abf22bf452
|
transformation: Fix matrix scale and fix matrix multiply docs
|
2011-04-14 11:18:44 +02:00 |