Commit Graph

6579 Commits

Author SHA1 Message Date
Akshay Arora 6cc01e526d Merge pull request #2343 from bionoid/ios_abspath
Add note about fully qualified path for iOS packaging
2014-07-16 16:42:53 +05:30
Terje Skjaeveland 817cf92f9a Add note about fully qualified path for iOS packaging 2014-07-16 11:19:33 +02:00
Zen-CODE 4039831e08 doc: removed reference to internal ObservableDict class 2014-07-15 22:47:44 +02:00
Zen-CODE 8f64f9dd1a doc: added example for dict usage of ids 2014-07-15 21:52:59 +02:00
Zen-CODE 894554aa48 doc: added note about using the self.ids ObservablDict 2014-07-15 15:06:46 +02:00
Zen-CODE 7771f97b6f doc: revisions to sources/guidelang.rst 2014-07-14 22:11:45 +02:00
Akshay Arora 7d2e53c652 Merge pull request #2333 from matham/multisim
Make mutlitouch sim enabled by default and add multitouch_on_demand to config to disable it.
2014-07-14 06:19:00 +05:30
Matthew Einhorn 28cf1efac0 Doc that textinput does work on next frame. 2014-07-13 14:36:28 -04:00
Matthew Einhorn de1857b1cc Make mutlitouch sim enabled by default and add multitouch_on_demand to config to disable it. 2014-07-13 10:22:54 -04:00
Matthew Einhorn 951f1371e0 Add note about mouse_pos to motion event. Fixes #2026. 2014-07-12 21:18:06 -04:00
Alexander Taylor 6cb9c34ef5 Merge pull request #2329 from matham/screenshot
Import glReadPixels from the correct place. Fixes #2032.
2014-07-13 00:50:43 +01:00
Matthew Einhorn 2d2cf84e8a Import glReadPixels from the correct place. Fixes #2032. 2014-07-12 19:00:04 -04:00
Akshay Arora b026afc125 detect and use frame disposal method
closes #2037
2014-07-13 01:37:24 +05:30
Matthew Einhorn 9872fe3b30 Merge branch 'master' of https://github.com/kivy/kivy 2014-07-12 13:11:24 -04:00
Matthew Einhorn 90be1be529 Remove ugly (in tshirtman's words) emphesis. 2014-07-12 13:10:29 -04:00
Matthew Einhorn 0973981726 Instead of pasting the install docs directly in the guide, thereby messing up the internal links, just link to it. Fixes #1213. 2014-07-12 12:59:02 -04:00
Gabriel Pettier e25f19c59d Merge pull request #2286 from kivy/image_loader
uix:Image delayed importing of loader. Import it only when used
2014-07-12 18:09:21 +02:00
Akshay Arora de74dc48a0 Merge pull request #2288 from kived/config-upgrade
add upgrade method to ConfigParser
2014-07-12 19:37:34 +05:30
Akshay Arora 800b7a52cd Merge pull request #2216 from rainbowdesign/patch-1
Update packaging-android.rst
2014-07-12 17:06:21 +05:30
Akshay Arora eaac62d508 Merge pull request #2321 from kived/alias-readonly
add default read-only setter to AliasProperty
2014-07-12 17:00:17 +05:30
Zen-CODE 160815d09a doc: changed warning to note (it's not a serious failure) 2014-07-12 12:17:12 +02:00
Zen-CODE 8a04ab7a57 doc: corrected "smooother" spelling 2014-07-12 12:11:56 +02:00
Zen-CODE a17ba0d95f doc: corrected doc string for listview.deselected_color 2014-07-12 12:08:58 +02:00
Zen-CODE 7a4d498c42 doc: added 'moultisamples' to config docs 2014-07-12 11:56:46 +02:00
Zen-CODE 905adb9a6a doc: organized properties alphabetically 2014-07-12 11:36:30 +02:00
Alexander Taylor 33b60a43a8 Fixed effectwidget background color kwargs 2014-07-11 17:25:32 +01:00
Akshay Arora bfaf12f23e Merge pull request #2271 from bionoid/multistroke_py3
Multistroke py3 compatability
2014-07-11 14:44:59 +05:30
Thomas-Karl Pietrowski 6384a0c079 Fixes #2299 and #2324 2014-07-10 17:03:03 +02:00
Thomas-Karl Pietrowski 12f1240b41 Adding notice for Wheezy that py3.3 is not officially available 2014-07-10 01:06:46 +02:00
Akshay Arora 35ff1cb002 Update bubble.py 2014-07-10 01:14:24 +05:30
Ryan Pessa 93a01604b6 add default read-only setter to AliasProperty 2014-07-08 11:19:19 -05:00
Akshay Arora 7a3b287f7b Merge pull request #2318 from Huyston/master
Update bubble.py
2014-07-07 14:37:12 +05:30
Huyston 0e1f100a8d Update bubble.py
This version sets the arrow image size independent of the device screen. This is good for high dpi screens, where the arrow is very small using the standard bubble.py.
2014-07-06 20:13:39 -03:00
Akshay Arora acaad9b0dd Merge pull request #2316 from matham/master
Use proper cid in codeinput cache.
2014-07-07 04:27:04 +05:30
Akshay Arora d840d6ecb0 Merge pull request #2317 from matham/lang-except
Ignore key exceptions when binding kv rules.
2014-07-07 04:26:15 +05:30
Zen-CODE 70c1fbae14 doc: make explicit that it needs to be the enter key 2014-07-06 22:05:25 +02:00
Zen-CODE 873cce0538 doc: added need for keypress to InteractiveLauncher docs 2014-07-06 21:56:55 +02:00
Matthew Einhorn 94d7a7232c Ignore key exceptions when binding kv rules. 2014-07-06 14:34:07 -04:00
Matthew Einhorn 3be23fc657 Use proper cid in codeinput cache. 2014-07-06 14:14:56 -04:00
Akshay Arora 43d5fc5fc4 Merge pull request #2245 from dessant/patch-6
Fix py3 compat issue
2014-07-06 16:57:50 +05:30
Akshay Arora 42609df816 Merge pull request #2200 from niavlys/gstplayer2129
fix for #2129
2014-07-06 16:47:24 +05:30
Akshay Arora 94033b8b15 Merge pull request #2238 from matham/label-color
Keep the markup color attribute after creation. Fixes #2210.
2014-07-06 16:32:19 +05:30
Akshay Arora f35e293e50 Merge pull request #2292 from kived/touch-grab-weakref
handle weakproxy objects in MotionEvent.grab()
2014-07-06 15:26:29 +05:30
Mathieu Virbel 42b7424293 Merge pull request #2167 from matham/logger
Add config callback to change the log file when the config log_dir/log_name change.
2014-07-06 02:07:24 +02:00
Mathieu Virbel 1aa6473f6e Merge pull request #2174 from matham/rebind2
Introduces rebind keyword for some properties to enable dynamic rebinding
2014-07-06 02:02:14 +02:00
Mathieu Virbel f68fc9237b Merge pull request #2132 from matham/multi-sim
Adds simulated touch as a profile option
2014-07-06 01:43:08 +02:00
Mathieu Virbel 8ef99f5c47 Merge pull request #2314 from dirkjot/master
Changed error check on dispatch, so that errors in the callback code wil...
2014-07-06 01:41:48 +02:00
Mathieu Virbel 9af1777dde Merge pull request #2315 from matham/clock-hash
Use class object for hash instead of the class method
2014-07-06 01:41:05 +02:00
Matthew Einhorn 74ace69ded Use class object for hash instead of the class method because class method id's change between calls. 2014-07-05 17:19:12 -04:00
Akshay Arora b3952e97f2 Merge pull request #2296 from dessant/patch-12
Add bar_inactive_color property for ScrollView
2014-07-05 18:15:34 +05:30