Commit Graph

3887 Commits

Author SHA1 Message Date
Matthew Einhorn f224234cbd Improve font sizes. 2013-04-20 21:18:26 -04:00
rogererens b0d5b75b0d Update main.py
Make main.py in step 4 consistent with main.py in the other steps
2013-04-21 02:49:59 +03:00
qua-non a12bb7f0fa Merge pull request #1122 from matham/improve_splitter_scrolling
Improve splitter dragging
2013-04-20 12:02:36 -07:00
Mathieu Virbel b37fac0ab1 label: fix label refs by forcing the rendering (references are calculated during the rendering part.). closes #1102 2013-04-20 19:05:25 +02:00
Mathieu Virbel f50fdf156d metrics: use a Metrics class instead of metrics variable for accessing to the metrics. This is the same as Clock, Cache, Window etc... closes #1126 2013-04-20 18:56:35 +02:00
Mathieu Virbel d28c666050 app: avoid to pass parameter on run, use the options in the App() constructor instead + add documentation. 2013-04-20 18:44:57 +02:00
Mathieu Virbel 08f18a5c83 Merge branch 'master' of git://github.com/edthedev/kivy into edthedev-master 2013-04-20 18:37:21 +02:00
Edward Delaporte 333b0024ac Allows a .kv filename to be explicitly passed into .run() 2013-04-20 07:43:28 -05:00
qua-non 4f84fdbfa8 Merge pull request #1130 from Zen-CODE/Doc_English_Improvements_28
doc: revisions to installation/installation.rst
2013-04-20 00:48:40 -07:00
Mathieu Virbel 93ab6affd5 matrix: add project() method for 3d->2d transformation 2013-04-20 09:22:38 +02:00
Zen-CODE f58f5dbc80 Revisions to installation/installation.rst 2013-04-20 02:00:40 -05:00
Zen-CODE 4ea8dd23f5 Made all image scaling consistent 2013-04-20 01:35:48 -05:00
Mathieu Virbel f3f969c119 textinput: fix documentation generation, Config is not available 2013-04-19 11:22:43 +02:00
Mathieu Virbel 7466532bad Merge branch 'master' of ssh://github.com/kivy/kivy 2013-04-19 11:18:27 +02:00
Mathieu Virbel c84e051a0f graphics: batch deletion of framebuffers/renderbuffers/buffers in one call, using python array module and cython array pointers. Need cython 0.17 minimum, and full recompilation. 2013-04-19 11:18:18 +02:00
qua-non 2ec38025c1 doc: installation instructions for development version from github on
mac osx closes #569
2013-04-19 05:20:55 +05:30
qua-non 27c65d6b89 Merge pull request #1127 from Zen-CODE/Doc_English_Improvements_26
doc: replaced Windows install images
2013-04-18 15:21:54 -07:00
Zen-CODE fcee3ef446 Replaced images with English versions 2013-04-18 15:03:23 -05:00
Jeff Pittman 87188276fa Merge pull request #1125 from geojeff/list_examples_update_for_repr
List examples update for repr
2013-04-18 05:19:59 -07:00
geojeff 0f1ea4a82e Commented out several print lines in examples. 2013-04-17 21:18:10 -05:00
geojeff 5715cc4b7c Fixed the examples using fruit data, for a recent change to the way __repr__ in ListItemButton and friends works (should just use item.text anyway. 2013-04-17 21:15:03 -05:00
Matthew Einhorn 27b8fa8b44 Improve text size. 2013-04-16 20:11:27 -04:00
Matthew Einhorn 0345ce58ed improve sizing. 2013-04-16 19:44:59 -04:00
Matthew Einhorn a135638350 Add test input to color picker. 2013-04-16 19:07:38 -04:00
Matthew Einhorn bf9216af63 Merge branch 'master' of https://github.com/kivy/kivy into improve_splitter_scrolling 2013-04-16 17:38:00 -04:00
Matthew Einhorn c7000474b9 Fix scrolling to always increase proportional to amount dragged. 2013-04-16 17:35:42 -04:00
qua-non 7f21f7b69e Merge pull request #1121 from Zen-CODE/Doc_English_Improvements_25
doc: revisions to \installation\installation-windows.rst
2013-04-16 14:30:04 -07:00
Zen-CODE e4021652c6 Revisiosn to \installation\installation-windows.rst 2013-04-16 16:12:09 -05:00
Mathieu Virbel 903767f112 line: fix cython exception when calculating ellipse/circle if segments % 2 == 1. closes #1115 2013-04-15 23:11:26 +02:00
Mathieu Virbel 2f1c6137af doc fixes on textinput, tripletap (and doubletap as well). works perfectly! 2013-04-15 22:48:06 +02:00
Mathieu Virbel 3246bf5b4f merge master 2013-04-15 22:31:49 +02:00
qua-non 092f4107eb core:config add `desktop` token under `kivy` section (ver: 8)
- move `tripletap` and config tokens under new config version.
- TextInput use `desktop` token from config to initialize `use_bool`
2013-04-15 16:14:58 +05:30
Mathieu Virbel c30255930d fix recent pr syntax 2013-04-15 09:33:25 +02:00
Mathieu Virbel 773c64c2ce Merge pull request #1112 from smishlayev/patch-3
Update lang.py
2013-04-14 23:47:36 -07:00
Mathieu Virbel ed2aa1bd1f Merge pull request #1113 from smishlayev/patch-4
Update app.py
2013-04-14 12:33:05 -07:00
Mathieu Virbel d4d3cd1bf2 Merge pull request #1114 from ihaque/suppress_widget_deprecationwarnings
Fix DeprecationWarnings in Widget
2013-04-14 12:32:31 -07:00
Imran Haque 47f2b9f739 Do not pass kwargs to object.__init__ in EventDispatcher
As of 2.6, object.__init__ takes no arguments. Passing it arguments triggers a
DeprecationWarning or worse.
2013-04-14 11:27:02 -07:00
qua-non 924cd0f97d Doc: add [sub]/[sup] as supported tags
I remember adding this before, probably didn't commit:/.
2013-04-14 20:41:48 +05:30
Jeff Pittman ea9bff73c1 Update widgets.rst 2013-04-14 09:49:34 -05:00
Jeff Pittman c1c4fc6ef7 Update widgets.rst 2013-04-14 09:33:39 -05:00
Jeff Pittman d00f786cf1 Update widgets.rst 2013-04-14 08:45:12 -05:00
Mathieu Virbel 074cedfe91 Merge branch 'doc-v2' 2013-04-14 14:50:25 +02:00
Mathieu Virbel fc628eca3d Merge branch 'master' of ssh://github.com/kivy/kivy 2013-04-14 14:49:59 +02:00
Mathieu Virbel e3704e6b2c merge master 2013-04-14 14:44:21 +02:00
Mathieu Virbel 414353cc08 doc: final modification, now need to test pdf 2013-04-14 14:44:01 +02:00
Alexey Smishlayev 1e149e726a Update app.py
Dispatch 'on_stop' and clear window widgets when manually calling App.stop()
2013-04-14 14:47:45 +03:00
Alexey Smishlayev f273eaad4f Update lang.py
Application instance was cached, but never removed (caused conflict, when multiple applications are being run by single main.py file)
2013-04-14 14:40:30 +03:00
qua-non dab7d4a621 doc: add a few examples to widgets section of programming guide 2013-04-14 07:02:46 +05:30
qua-non fe91f531bf uix:TextInput add `on_quad_touch` event and default functionality of
selecting all text
2013-04-13 19:54:30 +05:30
qua-non b52f7d905a core: add `trippletap` postproc module
uix:TextInput add `on_tripple_tap` event along default functionality of
selecting entire line on this event.
2013-04-13 18:13:33 +05:30