Mathieu Virbel
744358104c
wmtouch: fix SetWindowLongW params + fix crash on pointer(). Many thanks to Manfred Knobloch for remotely testing the issue, and give traceback for fixing this issue. closes #675
2012-09-12 15:29:17 +02:00
Mathieu Virbel
a1e4feb673
Merge branch 'master' of ssh://github.com/kivy/kivy
2012-09-11 18:30:27 +02:00
Mathieu Virbel
85c921854a
try to detect and use Ptr* method only if available. refs #675
2012-09-11 18:15:56 +02:00
Mathieu Virbel
9df112b77e
markup: the fix from #619 was wrong, and the text L+1 was shifted to the right. If we have a new line, set the default line-height to a space height (should be the smaller line height possible.)
2012-09-10 12:30:16 +02:00
Mathieu Virbel
86c6f55234
markup: add gl reload observer for markup label, and refactor texture same as core text provider. closes #666
2012-09-10 12:16:51 +02:00
Mathieu Virbel
0123902de9
properties: expose defaultvalue to user, and allow to change it for the next instances
2012-09-10 12:02:24 +02:00
Nik Klever
86bc437fcf
compass app example adopted to a tidy new Hardware.java
2012-09-08 21:51:32 +02:00
Nik Klever
b403b9d8dd
moved compass app from examples/demo to examples/android
2012-09-07 09:16:53 +02:00
Mathieu Virbel
49ef114e51
temporary deactivate test on string/numeric prop
2012-09-07 02:59:56 +02:00
Mathieu Virbel
f0f9b05fdd
dpi: try to fix unicode/str/bytes issue with old cython version
2012-09-07 02:58:34 +02:00
Mathieu Virbel
642abedbf6
Merge pull request #625 from kivy/core-dpi
...
Handle DPI in NumericProperty
2012-09-06 17:52:30 -07:00
Mathieu Virbel
a2647ada85
finish implementation of DPI.
...
The current implement live in NumericProperty. We still have a hack cause of Text core provider: we was always multiply the font_size by 1.333 for simulating DPI on standard screen (72->96).
But now, we should'nt do that. If we remove the multiplication, all the px font_size will be reduced.
In order to not break all the apps, we are doing the * 1.333 only for font_size != px, in Label and TextInput.
You can configure the DPI with --dpi=222 or KIVY_DPI=222.
2012-09-07 02:52:00 +02:00
Mathieu Virbel
6fe16f6a5d
add reify decorator
2012-09-07 02:48:32 +02:00
Mathieu Virbel
a593515259
dpi: return 100 by default.
2012-09-07 01:30:19 +02:00
Mathieu Virbel
0cfacbebc5
dpi: first commit to implement measurement parsing directly in NumericProperty + dpi in Window/EventLoop
2012-09-07 01:30:19 +02:00
Nik Klever
5752d5e817
Added a compass demo using the magnetic field sensor of an android
...
device - developed for demonstrating purposes of pyjnius
2012-09-06 17:20:07 +02:00
tshirtman
e15f5a31b3
forgot to deleto popup-background
2012-09-05 21:12:26 +02:00
tshirtman
82af10cf95
fix modalview, ref to background had been obliterated
...
by make theming, change popup to use the same image as modalview
and rename popup-background to modalview-background
2012-09-05 20:25:58 +02:00
Qua-non
903609946c
UIX: textinput reset width cache on font_size/name/padding_x/...
2012-09-04 03:47:27 +05:30
Qua-non
254cd36bd9
Merge http://github.com/kivy/kivy into faster_text_input
2012-09-03 20:39:44 +05:30
Mathieu Virbel
47d1fe9b5e
fix carousel doc (again..)
2012-09-03 17:02:57 +02:00
Mathieu Virbel
b783cf9e84
add carousel doc (again..)
2012-09-03 16:49:34 +02:00
Mathieu Virbel
746c85e4d0
Merge branch 'master' of ssh://github.com/kivy/kivy
2012-09-03 13:24:35 +02:00
Mathieu Virbel
7b6992a9ab
add carousel in the factory registers
2012-09-03 13:24:28 +02:00
Qua-non
fb2b4e166d
UIX: TextInput fix typo and command for undo for bkspc closes #664
2012-09-03 15:56:44 +05:30
Mathieu Virbel
b4be8d0cac
bump to 1.4.1-dev
2012-09-02 14:00:18 +02:00
Mathieu Virbel
8479fdbda0
bump to 1.4.0
2012-09-02 13:59:51 +02:00
Mathieu Virbel
6a45d09fd0
typo
2012-09-02 13:50:42 +02:00
Mathieu Virbel
1d60799254
step pr: pep8 + add it to the demo
2012-09-02 13:08:19 +02:00
Mathieu Virbel
677e55ed89
Merge branch 'master' of https://github.com/legikaloz/kivy into legikaloz-master
2012-09-02 13:03:35 +02:00
Mathieu Virbel
cb3f1f5aa4
scrollview: fix initial mousewheel scrolling. closes #645
2012-09-02 12:53:30 +02:00
Qua-non
fc2cf5aadc
Tests: Attemp at a performance test for textinput
2012-09-02 05:28:02 +05:30
Qua-non
8dbedc4141
remove prints
2012-09-02 05:17:43 +05:30
Qua-non
41e994e263
Merge branch 'master' of https://github.com/kivy/kivy
2012-08-31 17:12:16 +05:30
Qua-non
33c48fd87b
DOC: mention issues with adreno 200/205 based devices on Android 2.3.x
...
in FAQ
2012-08-31 17:08:16 +05:30
Mathieu Virbel
b71a628d66
Merge pull request #653 from kivy/fix-issue-649
...
Alternative Unicode Label Fix
2012-08-31 03:47:24 -07:00
Mathieu Virbel
df4dc66881
Merge pull request #658 from waldobronchart/master
...
Fixed bug with adding a Camera widget in .kv file
2012-08-31 03:47:05 -07:00
Edwin Marshall (aspidites)
55bc83f68a
- instruct user to install nose from pip, not nosetest, fixes #655
2012-08-30 22:11:24 -04:00
Waldo Bronchart
57808f4357
Fixed bug with Camera widget in .kv file
...
The resolution property is not initialized before _on_index() is called.
So the app crashes because [-1, -1] is not a supported resolution.
...
Camera:
resolution: (640, 480)
index: 0
2012-08-30 23:50:12 +02:00
Qua-non
a6a7eaaa97
UIX: TextInput, attempt to make handeling of large data smoother than
...
before
2012-08-31 02:30:06 +05:30
Edwin Marshall (aspidites)
28c543f0e9
- return text if already unicode
2012-08-28 11:17:50 -04:00
Edwin Marshall (aspidites)
dc70c6d359
- fixes issue #649 , simpler alternative to pull request # 651
2012-08-28 01:31:23 -04:00
will
4a357f37c4
Added errorhandler and errovalue to Property base class and related documentation
2012-08-25 18:07:44 -04:00
will
0a16bd5a9a
Merge remote branch 'upstream/master'
2012-08-25 12:30:26 -04:00
Thomas Hansen
c3a0f48828
fix issue #648 :
...
uix.screenmanager: dont propagate touch event sduriong transition
2012-08-23 12:02:49 -05:00
Thomas Hansen
8429c70677
fix issue #647
...
uix.screenmanager: add remove_widget function to remove screens added with add_widget
2012-08-23 11:56:28 -05:00
Thomas Hansen
678567051b
Merge pull request #626 from hansent/uix-carousel
...
fix Issue #607 : add carousel widget
2012-08-19 07:52:10 -07:00
Gabriel Pettier
f6d7bbc7a9
Merge pull request #644 from geojeff/properties_docs
...
Properties docs
2012-08-18 09:44:19 -07:00
Jeff Pittman
e955474cb5
Fixed docs for bind argument in AliasProperty -- property name strings are required, because they are used with gettatr in the code.
2012-08-18 11:29:03 -05:00
Jeff Pittman
7c83d030c0
Pep8 fixes.
2012-08-18 11:26:43 -05:00