Dominique B
e43c4ca2b6
Add repeat-key function to the vkeyboard. Stay longer than 0.5s on a key and it will repeat itself until you let go of the key.
2014-03-04 17:12:28 +01:00
akshayaurora
de3ea73ec3
Merge pull request #1928 from kived/loader-url-fix-py3k
...
Loader: fix for py3k, allow override via URL fragment
2014-03-04 13:28:35 +05:30
Ryan Pessa
7ed10fdb2a
fix for py3k, allow override via URL fragment
2014-03-03 10:09:54 -06:00
Matthew Einhorn
e0af081d7c
Use StopIteration to indicate focus to stop, and None to walk children tree, similar to what it was above.
2014-03-03 09:30:42 -05:00
akshayaurora
1149da6bf2
Merge pull request #1926 from techwiz24/soundloader_url
...
Resolve #1925 by handling URL's with parameters
2014-03-03 12:10:07 +05:30
techwiz24
99734bdd2c
Resolve #1925 by handling URL's with parameters
2014-03-02 21:10:59 -05:00
Matthew Einhorn
c06928f1fc
Use the WalkTree string instead of None to signify walking the tree, and use None to indicate stop.
2014-03-02 12:30:12 -05:00
Matthew Einhorn
17e941d4ee
Ensure we don't call walk on window, by checking if it's not Widget.
2014-03-01 23:20:40 -05:00
Matthew Einhorn
cde8c08d48
Change FocusBehavior and its tests to use the widget walk methods.
2014-03-01 23:10:29 -05:00
Matthew Einhorn
17f50488f2
Move tree walk to Widget and use recursion instead of loop.
2014-03-01 23:09:17 -05:00
Zen-CODE
702e960cf1
doc: fixed code example for the storage module
2014-03-01 16:35:44 +02:00
Zen-CODE
d2ae2e8555
doc: revisions to README.md
2014-03-01 08:20:20 +02:00
Zen-CODE
91bf0082b5
doc: revisions to support.py
2014-03-01 07:56:51 +02:00
Zen-CODE
68d8cdff9f
doc: added observation for on_touuch_move and on_touch_up events
2014-03-01 07:42:24 +02:00
akshayaurora
97e5ab30fc
Merge pull request #1922 from matham/lang-comment
...
Allows comments in kv after a root level decleration.
2014-02-28 23:21:29 +05:30
Matthew Einhorn
a36dbd05e1
Allows comments in kv after a root level decleration.
2014-02-28 11:24:38 -05:00
qua-non
67bb05793b
Revert "Update lang to allow comments on same line as code."
...
This reverts commit d2df17a596
.
Conflicts:
kivy/lang.py
2014-02-28 21:52:31 +05:30
qua-non
da9a88057d
Revert "Fix multiple line, without newline escape code."
...
This reverts commit 03ab508ad2
.
2014-02-28 21:41:49 +05:30
qua-non
234bbc1794
Revert "Add newline escape to rst kv code."
...
This reverts commit a63019ad94
.
2014-02-28 21:40:53 +05:30
matham
a63019ad94
Add newline escape to rst kv code.
...
Should fix https://github.com/kivy/kivy/issues/1541
2014-02-28 10:28:29 -05:00
akshayaurora
597d403c89
fix for py3
2014-02-28 16:47:48 +05:30
Mathieu Virbel
6e692f4063
Merge pull request #1915 from venthur/fix/replace-minified-jquery-files
...
Replaced jquery-ui.min.js with un-minified versions.
2014-02-28 11:38:34 +01:00
Mathieu Virbel
0d667e1569
Merge pull request #1918 from kived/loader-url-fix
...
Loader: guess extension from mime type
2014-02-28 10:38:17 +01:00
Mathieu Virbel
fd8cc30df2
Merge pull request #1919 from matham/lang
...
Updates lang to allow comments on same line as code.
2014-02-28 10:25:36 +01:00
Matthew Einhorn
03ab508ad2
Fix multiple line, without newline escape code.
2014-02-27 14:52:48 -05:00
Matthew Einhorn
d2df17a596
Update lang to allow comments on same line as code.
2014-02-27 14:51:57 -05:00
Ryan Pessa
1ebd64a0bb
guess extension from mime type
2014-02-27 11:28:06 -06:00
Mathieu Virbel
8e4c326570
examples: add a camera example (easy for testing the camera widget)
2014-02-27 18:17:04 +01:00
Mathieu Virbel
cc43da571c
imageio: accelerate bgra->rgba conversion using Accelerate framework + include a couple of fixes for camera/avfoundation
2014-02-27 18:16:16 +01:00
Zen-CODE
3ee33c0e93
Merge branch 'master' of https://github.com/kivy/kivy
2014-02-27 14:57:21 +02:00
Zen-CODE
26b7529996
doc: added event bubbling explanation to the widget class
2014-02-27 14:56:07 +02:00
Matthew Einhorn
db82774243
doc line_height vs minimum_height of TextInput.
2014-02-26 21:10:31 -05:00
Matthew Einhorn
62ebb9a859
Document that widgets created before load_file was called doesn't have styling.
2014-02-26 20:29:56 -05:00
Matthew Einhorn
07cf92c4f7
Document fixes to label padding.
2014-02-26 20:11:51 -05:00
Matthew Einhorn
c43a21a863
Remove link/unlink_focus in favor of setting the other side of the link automatically.
2014-02-26 19:33:24 -05:00
Matthew Einhorn
369b6c026f
Change the focus example in examples to show full prowess of focus (including root/layout focus).
2014-02-26 16:34:12 -05:00
Matthew Einhorn
9be4a0be7d
Change FocusBehavior to use the widget tree iterators and squash the code.
2014-02-26 16:31:41 -05:00
Matthew Einhorn
9c70a5d65b
Add unit tests for testing the widget tree iterators.
2014-02-26 16:29:46 -05:00
Matthew Einhorn
049c54e5ac
Add forward and backward iterators to iterate the widget tree.
2014-02-26 16:27:26 -05:00
Alexander Taylor
a95b22e690
Merge pull request #1888 from inclement/master
...
Revert "Added index method to InstructionGroup"
I agree index is a better name, and a better implementation is probably worthwhile, but I think a method rename may as well wait until version 2 with the other breaking changes that have accrued. I guess improving the existing method can go in a different pr, I will merge this one for now.
2014-02-26 18:30:14 +00:00
akshayaurora
a163548e99
Merge pull request #1916 from venthur/fix/dont-remove-debian-subdir
...
Don't remove debian subdirectory if it exists on git cleanup.
2014-02-26 23:55:42 +05:30
Bastian Venthur
8b93f0362a
Don't remove debian subdirectory if it exists on git cleanup.
...
This doesn't harm if you don't build a Debian package as `git cleanup` will work
just fine if the `debian` directory does not exist. Without this patch the
`distclean` rule will also remove the `debian` directory which make it
impossible to correctly build a debian package.
2014-02-26 17:56:57 +01:00
Bastian Venthur
1b79083747
Replaced jquery-ui.min.js with uniminified versions.
...
Concatenated jquery.effects.core.js jquery.effects.slide.js from jquery 1.8.18
to one file and changed the original reference in layout.html to the new
filename.
2014-02-26 17:45:07 +01:00
Zen-CODE
e1ecd0074f
doc: made function names more obvious in kivy/_event.pyx
2014-02-26 13:38:42 +02:00
tshirtman
29b9a504f7
replace template documentation in guide by dynamic class one
2014-02-26 00:56:32 +01:00
Zen-CODE
9f30ba8cc8
doc: corrected 'eos' highlighting (2)
2014-02-24 20:13:30 +02:00
Zen-CODE
bae8e027ca
doc: corrected 'eos' highlighting
2014-02-24 20:05:17 +02:00
Edwin O Marshall
755ad3dd62
- expanded exit_on_escape callback to real function; added guard for when
...
documentation is being built.
2014-02-24 04:43:15 -05:00
Mathieu Virbel
941383d476
Merge pull request #1890 from Zen-CODE/eos_fix
...
Fix not looping issue in uix/video.py
2014-02-24 09:08:25 +01:00
Mathieu Virbel
c29102a8bd
Merge pull request #1901 from aspidites/treeview_fix
...
- properly unset the selected_node attribute, which addresses issue #1898
2014-02-24 09:06:59 +01:00