Mathieu Virbel
|
fc9e819b24
|
carousel: honor index in add_widget(). closes #747
|
2012-10-29 01:44:53 +01:00 |
Mathieu Virbel
|
eb947fc8b8
|
screenmanager: fix transition bug due to flipped texture coordinates. closes #752
|
2012-10-29 01:33:16 +01:00 |
Mathieu Virbel
|
22927bef96
|
wm_touch/pen: try to see if SetWindowLongPtrW exist with AttributeError exception, as referenced in the issue. closes #755
|
2012-10-29 01:21:50 +01:00 |
Mathieu Virbel
|
8b5c0e4a1f
|
fix auto configuration upgrade with betterscroll
|
2012-10-28 18:29:11 +01:00 |
Mathieu Virbel
|
ffbc764d97
|
Merge branch 'better_scroll' of https://github.com/milanboers/kivy into milanboers-better_scroll
|
2012-10-28 18:27:14 +01:00 |
Mathieu Virbel
|
11f55027a0
|
ios/packaging: update documentation about launch image
|
2012-10-28 17:54:38 +01:00 |
Mathieu Virbel
|
2516ccc2f8
|
widget: enhance the documentation of Widget to include more information / disclamer about the defaults of the Widget
|
2012-10-28 17:30:21 +01:00 |
geojeff
|
430f2e793b
|
Added tests for sorted_keys after data changed in trim ops.
|
2012-10-28 10:49:24 -05:00 |
Mathieu Virbel
|
7b3b209f43
|
vkeyboard: fix missing clear() on background canvas + speedup the background loop. closes #770
|
2012-10-28 16:10:07 +01:00 |
Mathieu Virbel
|
97df0e481b
|
asyncimage/loader: fix loading when "clock" backend is used instead of "pygame" (happen on iOS). closes #768
|
2012-10-28 15:58:57 +01:00 |
Qua-non
|
8d31c4c395
|
:examples:CodeInput: add ability to manipulate files and fonts
|
2012-10-28 19:32:51 +05:30 |
qua-non
|
d81a966305
|
Update kivy/tests/test_urlrequest.py
|
2012-10-28 00:17:56 +05:30 |
tshirtman
|
777a46a1f6
|
put the dispatching of the on_open event of modalview after the
animation
|
2012-10-27 19:37:46 +02:00 |
Qua-non
|
ae2385567f
|
tests: fix test_lang_complex
|
2012-10-27 22:09:35 +05:30 |
geojeff
|
d2688e01f1
|
Made Pep8 fixes.
|
2012-10-27 11:10:16 -05:00 |
Mathieu Virbel
|
34d9076fc6
|
Revert "lang: use codecs.open() instead of open() for reading the kv file in UTF-8. closes #762"
This reverts commit ac70a266d3 .
|
2012-10-27 12:50:31 +02:00 |
Mathieu Virbel
|
ac70a266d3
|
lang: use codecs.open() instead of open() for reading the kv file in UTF-8. closes #762
|
2012-10-25 19:25:17 +02:00 |
Mathieu Virbel
|
10a431b61b
|
fix invalid indentation on osc
|
2012-10-25 15:56:13 +02:00 |
Mathieu Virbel
|
af9f48b898
|
avoid double registering of Mesh()
|
2012-10-25 15:31:55 +02:00 |
Mathieu Virbel
|
e1a13842c4
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2012-10-25 15:31:26 +02:00 |
tshirtman
|
d843cfd1ba
|
add Mesh instruction in factory_registers
|
2012-10-25 14:16:40 +02:00 |
Mathieu Virbel
|
93cac98237
|
doc: reference the gettingstarted on the doc start page.
|
2012-10-25 12:11:23 +02:00 |
Mathieu Virbel
|
70891fce3e
|
firstwidget: update the firstwidget introduction to remove userdata, and use only touch.ud + enhance docs. #closes 726
|
2012-10-25 12:01:43 +02:00 |
qua-non
|
43d40d3728
|
Merge pull request #766 from buchuki/setupfix
Lexer got moved to kivy.extras package.
|
2012-10-25 00:11:05 -07:00 |
Dusty Phillips
|
7a2fb9d4c5
|
Lexer got moved to kivy.extras package.
|
2012-10-24 21:38:03 -06:00 |
geojeff
|
1ceeca546d
|
Merge remote-tracking branch 'upstream/master' into uix-listview
|
2012-10-24 18:51:57 -05:00 |
geojeff
|
fc39987747
|
Edited first list view example description.
|
2012-10-24 18:51:22 -05:00 |
geojeff
|
355e1a4659
|
Edited ListView docs.
|
2012-10-24 18:26:40 -05:00 |
geojeff
|
6e9f6146d3
|
Formatted for API docs, fixing many :class: references, and other layout problems.
|
2012-10-24 12:13:18 -05:00 |
Mathieu Virbel
|
043f356cc4
|
ensure the window is registered in the EventLoop before initializing modules. closes #732, #754
|
2012-10-24 12:36:23 +02:00 |
Mathieu Virbel
|
43940ee80a
|
add the missing versionchanged for kwargs event handlers in widget
|
2012-10-24 12:29:19 +02:00 |
Mathieu Virbel
|
1bc7d0c34d
|
Merge pull request #757 from GendoIkari/master
Event binding through kwargs
|
2012-10-24 03:27:06 -07:00 |
Qua-non
|
0c3588d0db
|
Examples: minor fixes to kivycatalog
|
2012-10-24 15:51:45 +05:30 |
geojeff
|
739bf32b12
|
Registered files in system. Formatted docs for API.
|
2012-10-24 03:18:33 -05:00 |
geojeff
|
d5d15de84b
|
Added docs in listview, and made a few related fixes in tests and examples.
|
2012-10-23 15:34:59 -05:00 |
Qua-non
|
9f2003e438
|
Examples: kivycatalog allow for dynamic updation of kv and text highlighting
using code_input.
|
2012-10-24 00:54:59 +05:30 |
geojeff
|
0a64656bdb
|
Removed notes from examples readme.
|
2012-10-23 14:04:45 -05:00 |
geojeff
|
3f76ea8d3a
|
Added tests toward full coverage, revealing bugs in code that had never been reached. Simplified several parts of the API. Merged CollectionAdapter into ListAdapter, so now it goes: Adpater -> SimpleListAdapter, Adapter -> ListAdapter -> DictAdapter, with selection in ListAdapter, and DictAdapter.
|
2012-10-23 13:20:27 -05:00 |
geojeff
|
29ff3259e9
|
Merge remote-tracking branch 'upstream/master' into uix-listview
|
2012-10-23 12:05:04 -05:00 |
qua-non
|
bf1bc3be4d
|
Merge pull request #750 from kivy/codeinput
Codeinput
|
2012-10-23 08:50:40 -07:00 |
tshirtman
|
27e0892400
|
some format fix in codeinput
|
2012-10-23 17:46:11 +02:00 |
tshirtman
|
7a597a1f3e
|
simplify codeinput example
|
2012-10-23 17:41:16 +02:00 |
Qua-non
|
966404f166
|
Merge branch 'codeinput' of http://github.com/kivy/kivy into codeinput
|
2012-10-23 20:59:40 +05:30 |
Qua-non
|
b22c899da6
|
CodeInput: rehash backend, now faster and leaner
|
2012-10-23 20:55:54 +05:30 |
tshirtman
|
91c2bc6853
|
add example for codeinput, show off all the lexers of pygments
|
2012-10-23 17:23:06 +02:00 |
Mathieu Virbel
|
96de131c4f
|
test travis with xvfb
|
2012-10-23 16:21:59 +02:00 |
Mathieu Virbel
|
0e97ebefc4
|
update travis to use mercurial version of pygame with pip.
|
2012-10-23 16:05:41 +02:00 |
Mathieu Virbel
|
5d3803db42
|
update travis config
|
2012-10-23 15:54:47 +02:00 |
Mathieu Virbel
|
831ef30523
|
atlas: automatically generate a border of 1px for each image in the atlas. refs #289
|
2012-10-23 13:06:44 +02:00 |
qua-non
|
29bae666e2
|
Merge pull request #746 from buchuki/master
Revised example Kivy script
|
2012-10-23 03:42:38 -07:00 |