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
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
Akshay Arora
380cfcf466
Merge pull request #2313 from dessant/patch-13
...
Fixed typos
2014-07-05 14:44:26 +05:30
Dirk Janssen
318184eb30
Changed error check on dispatch, so that errors in the callback code will
...
be properly signalled and not masked as OSC address errors.
See also https://groups.google.com/forum/#!topic/kivy-dev/GOkp9dWSeKw
dpj@cinnabon:~/data/repo/kivy.dpj.hg$ hg com
Processing '/etc/joe/jmacsrc'...Processing '/etc/joe/ftyperc'...done
done
Changed error check on dispatch, so that errors in the callback code will
be properly signalled and not masked as OSC address errors.
See also https://groups.google.com/forum/#!topic/kivy-dev/GOkp9dWSeKw
Submission #2 , based on kivy repo in better state.
2014-07-05 00:02:26 +02:00
dessant
5944361ca2
Fixed typos
2014-07-04 11:56:36 +03:00
Zen-CODE
d847631c93
doc: removed warning
...
Turns out my kivy.bat was pointing to ..\Kivy\Python27 i.s.o ..\Kivy\Python
2014-07-04 10:39:24 +02:00
matham
d244dd31ef
Fix clock doc
2014-07-03 10:29:39 -04:00
Mathieu Virbel
a0a7a8c1a0
Merge branch 'matham-textinput-hint'
2014-07-03 10:28:03 +02:00
Mathieu Virbel
2ac09d3a8b
Merge branch 'master' of ssh://github.com/kivy/kivy into matham-textinput-hint
...
Conflicts:
kivy/uix/codeinput.py
2014-07-03 10:27:46 +02:00
Mathieu Virbel
1bf759219b
Merge pull request #2302 from matham/text-pass
...
Prevent cache clash for textinput width between password = True/False.
2014-07-03 10:26:13 +02:00
Mathieu Virbel
7cdce3cf5c
Merge pull request #2310 from matham/clock
...
Make Clock thread safe.
2014-07-03 10:23:40 +02:00
Matthew Einhorn
13a7814e98
Clean textinput/codeinput.
2014-07-02 22:42:39 -04:00
Matthew Einhorn
a1cb8167fa
Fix disappearing hint text.
2014-07-02 22:40:34 -04:00
Zen-CODE
2d3f80498c
doc: revised windows packaging warning
...
Note: I still plan to investigate the cause and better solutions
2014-07-03 04:29:40 +02:00
Matthew Einhorn
6cb0afcace
Update docs.
2014-07-02 20:54:54 -04:00
Zen-CODE
2c93881a00
doc: added warning for windows packaging
2014-07-02 22:50:00 +02:00
Zen-CODE
9546f51388
doc: removed external doc links, replaced with wiki link
2014-07-02 22:10:45 +02:00
Alexander Taylor
06fd944ccf
Merge pull request #2308 from derekstavis/patch-2
...
Fix typo in switch_to documentation
2014-07-02 19:40:57 +01:00
Derek Willian Stavis
2b2ebe1b6b
Fix typo in switch_to documentation
...
`switch()` method doesn't exists. seems like it was a typo.
2014-07-02 15:23:48 -03:00
Matthew Einhorn
3ec3a35b52
Update the clock hash to use the object id.
2014-07-02 14:12:42 -04:00
Matthew Einhorn
9a63e4effa
Update kivy clock to make it thread safe.
2014-07-02 14:03:39 -04:00
Alexander Taylor
691357e1df
Fixed position comparison in segment intersect
2014-07-01 21:47:36 +01:00
Zen-CODE
43482958c0
doc: added link to BoxLayout uix/listview.py
2014-07-01 21:44:06 +02:00
Zen-CODE
74f53dc2ac
doc: fixed link to SelectableDataItem class in uix/listview.py
2014-07-01 21:30:27 +02:00