geojeff
aa75a62c89
Made explicit mention of a few examples in the narrative about selection.
2012-12-07 06:04:01 -06:00
geojeff
7d45acc661
Made examples list a proper bulleted list.
2012-12-07 05:10:00 -06:00
geojeff
ca5fc04dd7
Fixed typos.
2012-12-07 04:38:54 -06:00
geojeff
07a553c897
Made better use of terms complex vs. advanced.
2012-12-07 04:32:13 -06:00
geojeff
7d75a5b690
Added an introduction section to ease into the presentation a bit better, and with the mention at the start that extensive examples are available, and will need to be studied in concert with reading documentation. Added note about using ListItemLabel or ListItemButton, not bare Label or Button. Fixed a few odds and ends.
2012-12-06 23:31:02 -06:00
Mathieu Virbel
e6b948465f
adapter: add versionadded tag
2012-12-07 02:26:36 +01:00
Mathieu Virbel
12ffaa3381
listview: doc typo
2012-12-07 02:25:19 +01:00
Mathieu Virbel
d7d715fad2
listview: fix import typo
2012-12-07 02:19:58 +01:00
Mathieu Virbel
4352196ec2
listview: doc typo + ensure register_event is made before __init__()
2012-12-07 02:11:07 +01:00
Mathieu Virbel
18f55977a9
Merge branch 'master' of ssh://github.com/kivy/kivy
2012-12-07 01:44:35 +01:00
Mathieu Virbel
55ea74ccc9
dictadapter: remove {} notation, unsupported on 2.6
2012-12-07 01:44:22 +01:00
qua-non
eeffe38d6a
Examples: showcase fix typo(Thanks Metathink)
2012-12-07 03:32:08 +05:30
Mathieu Virbel
dfcc686c95
Merge pull request #765 from geojeff/uix-listview
...
Uix listview
2012-12-06 09:57:30 -08:00
Mathieu Virbel
94c13d9501
Merge pull request #824 from gebart/master
...
Implement all orientations in StackLayout
2012-12-06 09:55:52 -08:00
Mathieu Virbel
4150fcf8ef
window: fix fullscreen when auto is used. closes #831 #830 .
2012-12-06 18:53:35 +01:00
Mathieu Virbel
e1954eebe8
gl: remove GL_STENCIL_INDEX cause it is not anymore in the GLES headers, and it seems that it should be in.
2012-12-06 00:19:39 +01:00
Mathieu Virbel
97a0d60ea6
osx: avoid to use gst-plugin-scanner, doesnt work everywhere.
2012-12-05 15:03:58 +01:00
Mathieu Virbel
5a2dc74927
pyinstaller: update osx instruction due to a recent bug in pyinstaller / osx 10.8
2012-12-04 19:03:24 +01:00
Mathieu Virbel
60b54287e0
fix pyinstaller for gstreamer/pygame etc.
2012-12-04 18:51:42 +01:00
Mathieu Virbel
09c2f52925
video progressbar: fix graphic glitch when duration is not known (http streaming report -1e-09...
2012-12-04 16:55:02 +01:00
Mathieu Virbel
32c14702c3
gstreamer: reduce lock time when _update()
2012-12-04 16:54:15 +01:00
Mathieu Virbel
dfb8987270
gstreamer: force qos on videosink, it make audio/video sync on full hd/h264 video on osx.
2012-12-04 15:52:21 +01:00
Mathieu Virbel
9b402de1bd
osx: move to 2.7 by default.
2012-12-04 02:02:01 +01:00
Mathieu Virbel
7ea3634ea7
window: remove recent debug information added in windows for android: gl_get_attribute() is not supported on android platform
2012-12-02 22:53:37 +01:00
Mathieu Virbel
78b50d8c66
Merge pull request #829 from kivy/tp
...
UIX:TabbedPanel fix binding for default_tab and clarify doc.
2012-12-01 06:57:19 -08:00
tshirtman
27c30cec12
Merge branch 'master' of github.com:kivy/kivy
2012-11-30 00:32:14 +01:00
tshirtman
6cbd874b10
small corrections to guide2
2012-11-30 00:32:04 +01:00
qua-non
97fe1c6d47
UIX:TabbedPanel fix binding for default_tab and clarify doc.
...
Make deletion of `default_tab` on change universal not just for default
auto provided tab.
2012-11-30 02:27:28 +05:30
Mathieu Virbel
fe9b3f9eff
Merge branch 'master' of ssh://github.com/kivy/kivy
2012-11-29 15:44:00 +01:00
Mathieu Virbel
bcfbd68306
window: remove the alpha size needed, because i am not able to tell why it is needed, and because it's failing for few users, let's remove it. Plus add a couple of informations about the GL window opened. closes #808
2012-11-29 15:43:38 +01:00
Joakim Gebart
772f9e4485
StackLayout: Added versionchanged doc on orientation property.
2012-11-29 14:23:56 +01:00
Mathieu Virbel
9203179fed
Merge pull request #826 from mike-perdide/patch-6
...
Fixing the docstring: the attribute name was wrong
2012-11-28 17:16:32 -08:00
Mathieu Virbel
c833ba453c
Merge pull request #827 from mike-perdide/fixing_modal_docstring
...
Amending docstring: precision on non-fullscreen ModalViews/Popups
2012-11-28 17:16:05 -08:00
Julien Miotte
6440fd88ea
Amending docstring: precision on non-fullscreen ModalViews/Popups
2012-11-29 01:36:55 +01:00
Julien Miotte
3c98cbdf2d
Fixing the docstring: the attribute name was wrong
2012-11-29 01:28:39 +01:00
Mathieu Virbel
824d192066
Merge pull request #821 from kivy/issue_819
...
UIX: Widget fix canvas positioning when inserting at first position ref:
2012-11-28 15:27:36 -08:00
tshirtman
51116d562d
Merge branch 'master' of github.com:kivy/kivy
2012-11-28 23:34:31 +01:00
tshirtman
e0a87de887
updates to guide2 lang.rst
2012-11-28 23:34:13 +01:00
tshirtman
1b49d5b46b
flake8 fixes in tabbedpanel
2012-11-28 23:00:13 +01:00
tshirtman
068abf7e34
Merge branch 'master' of github.com:kivy/kivy
2012-11-28 22:59:34 +01:00
tshirtman
52b54b16d6
fix current_tab not dispatching any update
2012-11-28 22:59:22 +01:00
tshirtman
db0ab2b12b
fix missing blank line in new doc
2012-11-28 16:39:31 +01:00
tshirtman
24b8964ecf
add lang documentation in the new doc.
...
also, orthographic fixes.
2012-11-28 16:24:12 +01:00
geojeff
ba5e8ec5e7
Merge remote-tracking branch 'upstream/master' into uix-listview
2012-11-28 07:46:42 -06:00
tshirtman
75b7581c9f
add list of layouts to widgets.rst (newguide) and some rewording
2012-11-28 12:55:02 +01:00
tshirtman
9c632b1ba9
doc typo
2012-11-28 12:47:57 +01:00
tshirtman
2c1169141a
updates to events and graphics in new programming guide
2012-11-28 12:44:35 +01:00
Joakim Gebart
bef6196c16
showcase: extend StackLayout example to show more orientations.
...
Added all combinations of orientations to the StackLayout example.
2012-11-27 12:48:24 +01:00
Joakim Gebart
e24dd45eaf
StackLayout: Implement top-to-bottom and right-to-left orientations.
...
This allows StackLayout to organise widgets in any combination of lr,
rl, tb, bt orientations. Widgets are aligned depending on the
orientation as well. Left to right left-aligns widgets, right to left
right-aligns widgets, top to bottom aligns widgets to the top, bottom to
top aligns widgets to the bottom.
2012-11-27 12:36:30 +01:00
tshirtman
f8c7339bd0
fix call to :module: instead of :mod: into documentation
2012-11-27 11:51:26 +01:00