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
tshirtman
fc62285c9e
Merge branch 'master' of github.com:kivy/kivy
2012-11-27 01:42:51 +01:00
tshirtman
ccc5666ee6
add some doc in the guide2
2012-11-27 01:42:13 +01:00
tshirtman
5f6ee4f9cf
add **kwargs to super().__init__ call in App.__init__
2012-11-27 00:06:35 +01:00
Thomas Hansen
a9db7f4014
core.text: fix line_height of last line in label (dont add extra space below label on last line)
2012-11-26 16:09:23 -06:00
Mathieu Virbel
d4ef9c3e92
add versionadded
2012-11-26 18:59:03 +01:00
Mathieu Virbel
17bf207703
Merge branch 'label_lineheight' of https://github.com/hansent/kivy into hansent-label_lineheight
2012-11-26 18:52:38 +01:00
tshirtman
7fe72d759e
update/fixes to guide2 doc
2012-11-26 17:35:21 +01:00
tshirtman
399c64f73c
Merge branch 'new_doc_review'
2012-11-26 17:06:47 +01:00
qua-non
3c1bf990be
UIX: Widget fix canvas positioning when inserting at first position ref:
...
issue #819
2012-11-26 06:32:35 +05:30