Qua-non
|
63d25db96b
|
atlas: use os.sep to be platform independent
|
2012-08-06 04:57:44 +05:30 |
Qua-non
|
6e1b7ef0d3
|
Loader: fix path for image-missing on windows and close file before
calling unlink in case of file not found or similar error
Atlas: fix path conversion for windows
|
2012-08-06 04:37:51 +05:30 |
Qua-non
|
c33b789a7f
|
Unit Tests: add Graphics testcase for issue #609
|
2012-08-04 16:24:14 +05:30 |
Qua-non
|
b6bc3e8839
|
Markup: remove 'len -1' left over from internal testing.
Fixes markup valign calculation closes #609 and #576
|
2012-08-04 12:10:51 +05:30 |
Mathieu Virbel
|
460cc8ea3c
|
ios: add entry about how to see the kivy logs/exception + add processcraft in the app store apps
|
2012-08-02 16:09:46 +02:00 |
legikaloz
|
4c9c1a5aac
|
Step property to use slider with fixed intervals
|
2012-08-02 16:23:22 +03:00 |
Legikaloz
|
094d9f97ea
|
Revert "Step property to use slider with fixed intervals"
This reverts commit 466e5cf3b8 .
|
2012-08-02 15:03:11 +02:00 |
Legikaloz
|
466e5cf3b8
|
Step property to use slider with fixed intervals
|
2012-08-02 14:56:16 +02:00 |
Mathieu Virbel
|
d3c94cc990
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2012-08-01 20:44:52 +02:00 |
Mathieu Virbel
|
a601a6b3c5
|
reload: for texture / images, when we are reloading, prevent to use the Cache for storing the temporary image object, as well as the texture created from that Image object. closes #581
|
2012-08-01 20:43:54 +02:00 |
Qua-non
|
965abf4b12
|
Atlas: pass CoreImage instead of just TextureRegion
|
2012-08-01 16:43:24 +05:30 |
Edwin Marshall (aspidites)
|
fe39496f2d
|
- updated documentation
- eos excepts 3 arguments now
|
2012-07-31 22:15:58 -05:00 |
Edwin Marshall (aspidites)
|
474e71b63a
|
- remomved unused attributes, rewrote __init__, fixed default values
|
2012-07-31 22:15:58 -05:00 |
Edwin Marshall (aspidites)
|
a2e531051f
|
- updated example to use new API; still issues
|
2012-07-31 22:15:58 -05:00 |
Edwin Marshall (aspidites)
|
95b626cdae
|
- reimplemented pause feature in video and videoplayer
|
2012-07-31 22:15:58 -05:00 |
Edwin Marshall (aspidites)
|
ccd3f06625
|
- almost done with rewrite
|
2012-07-31 22:15:11 -05:00 |
Edwin Marshall (aspidites)
|
27b36c3935
|
- started rewriting pause feature
|
2012-07-31 22:15:11 -05:00 |
Mathieu Virbel
|
cf01022a63
|
Merge pull request #603 from aspidites/dropdown_tweak
-More tweaks
|
2012-07-31 19:11:07 -07:00 |
Edwin Marshall (aspidites)
|
4a4449204f
|
- removed extra arguments left in for debugging...
|
2012-07-31 20:40:09 -05:00 |
Edwin Marshall (aspidites)
|
a709aa4954
|
- removed debug imports
- updated dropdown documentation
- updated spinner to use lambda instead of partial
|
2012-07-31 20:29:06 -05:00 |
Mathieu Virbel
|
3db568670f
|
Merge pull request #602 from aspidites/dropdown_tweak
Simplified select method signature
|
2012-07-31 18:27:50 -07:00 |
Edwin Marshall (aspidites)
|
c8ac7ade8b
|
- removed 'ignored' argument from select
- replaced partial with lambda
|
2012-07-31 20:09:23 -05:00 |
Mathieu Virbel
|
f9dfb393dd
|
scrollview: always accept scrolling event in touch up. closes #601
|
2012-08-01 02:50:06 +02:00 |
Qua-non
|
9299f0d62e
|
loader.py revert to corect path of non-atlas based image
using atlas for image-missing has issues with AsyncImage
|
2012-08-01 03:57:21 +05:30 |
Qua-non
|
45eef0702c
|
loader.py fix path for image-missing.png
|
2012-08-01 03:14:57 +05:30 |
Mathieu Virbel
|
0167a5e4ca
|
spinner: add spinner in the showcase example
|
2012-07-31 16:28:43 +02:00 |
Mathieu Virbel
|
82eb0051f4
|
spinner: introduce new Spinner widget: A view that displays one child at a time and lets the user pick among them. Made only for text.
(this replace the combobox pull request, and its based on the dropdown widget.)
|
2012-07-31 16:02:51 +02:00 |
Mathieu Virbel
|
ed82a8fab8
|
Merge pull request #600 from kivy/uix-dropdown
dropdown: first implementation of a dropdown widget.
|
2012-07-31 02:57:24 -07:00 |
Mathieu Virbel
|
2a802a096c
|
fix selection->data doc
|
2012-07-31 11:56:31 +02:00 |
Mathieu Virbel
|
0da37fc8a5
|
remove debug
|
2012-07-31 01:59:05 +02:00 |
Mathieu Virbel
|
82d3595859
|
dropdown: first implementation of a dropdown widget.
|
2012-07-31 01:58:04 +02:00 |
Mathieu Virbel
|
9f52e5752d
|
properties: fix unbind() method that doesn't work with bounded methods
|
2012-07-30 19:27:36 +02:00 |
Mathieu Virbel
|
3c9ffc9848
|
Merge branch 'text_core_improvements' of https://github.com/aspidites/kivy into aspidites-text_core_improvements
Conflicts:
kivy/core/text/__init__.py
|
2012-07-30 16:37:14 +02:00 |
Mathieu Virbel
|
5f2af7cc8d
|
use the real EventDispatcher instead of a fake class
|
2012-07-30 16:35:51 +02:00 |
Mathieu Virbel
|
83cd63b7af
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2012-07-30 16:30:36 +02:00 |
Mathieu Virbel
|
b68cdd69ae
|
fix BoundedNumericProperty.set_max. closes #599
|
2012-07-30 16:30:10 +02:00 |
Mathieu Virbel
|
61f1b1375c
|
Merge pull request #597 from eichin/master
force dirname output to "." when blank
|
2012-07-30 07:22:44 -07:00 |
tshirtman
|
f197174d51
|
fix qwerty layout
closes #598
|
2012-07-30 10:10:46 +02:00 |
gabriel.pettier
|
abb0e85b07
|
style fixes
|
2012-07-30 00:33:48 +02:00 |
gabriel.pettier
|
74e9d0b11a
|
style fixes
|
2012-07-30 00:29:40 +02:00 |
gabriel.pettier
|
ae89d97996
|
style fixes
|
2012-07-29 23:42:42 +02:00 |
gabriel.pettier
|
be716e10f5
|
style fixes
|
2012-07-29 23:40:59 +02:00 |
gabriel.pettier
|
20b703e446
|
style fixes
|
2012-07-29 22:28:40 +02:00 |
gabriel.pettier
|
357e9a2afa
|
stylefixes
|
2012-07-29 22:17:02 +02:00 |
Mark Eichin
|
33c2906b74
|
force blank dirname to '.' for safer substitution
Issue #595, using %-substitution isn't as clever as os.path.join is.
|
2012-07-29 17:01:58 -03:00 |
gabriel.pettier
|
9c68e79665
|
remove all obsolete __android__ uses in __name__ tests
|
2012-07-29 21:43:01 +02:00 |
tshirtman
|
353afd42f0
|
Merge pull request #596 from eichin/master
app.py documentation fix
|
2012-07-29 12:18:42 -07:00 |
Mark Eichin
|
075f6c37b7
|
docstring typo
"self" is not a class name
|
2012-07-29 16:04:39 -03:00 |
Mathieu Virbel
|
a546c9828c
|
textinput: prevent the bubble to be showed if the textinput is not on the screen anymore (Check is done twice per seconds).
|
2012-07-28 18:24:01 +02:00 |
Mathieu Virbel
|
ed15451698
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2012-07-28 12:17:07 +02:00 |