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
Zen-CODE
71368043ec
Merge branch 'master' of https://github.com/kivy/kivy
2014-07-01 21:22:54 +02:00
Zen-CODE
15814a0e35
doc: spelling correction to uix/list_view.py
2014-07-01 21:22:10 +02:00
Zen-CODE
c4745993d1
doc: escaped backslashes for correct display in packaging docs
2014-07-01 11:39:34 +02:00
Zen-CODE
ed0c1ead45
doc: revisions to adapters/adapter.py for clairty and consistency
...
The comma is ambiguous here, and inconsistent with other docs e.g. listview.ListView
2014-07-01 00:12:52 +02:00
Zen-CODE
4aba410a25
doc: added added missing "a" to adapters/__init__.py
2014-06-30 23:54:40 +02:00
Zen-CODE
90a417d5c9
Merge branch 'master' of https://github.com/kivy/kivy
2014-06-30 23:41:59 +02:00
Zen-CODE
9510f00751
uix/abstractview.py: removed unused import
2014-06-30 23:40:26 +02:00
dessant
724ffcf387
unschedule bar color change before unbinding
2014-06-30 20:22:15 +03:00
Alexander Taylor
dbc23444df
Merge pull request #2304 from derekstavis/patch-1
...
Fix typo in switch_to example
2014-06-30 14:09:37 +01:00
Derek Willian Stavis
25cd7986df
Fix typo in switch_to example
2014-06-30 10:06:12 -03:00
Zen-CODE
769633037b
doc: fixed link to AbstractView
2014-06-29 20:31:00 +02:00
Zen-CODE
15faafba17
doc: added links to AbstractView and ListView
2014-06-29 17:57:22 +02:00
Zen-CODE
86c7bec918
doc: added reference to the `adapter desgin pattern` wikipedia article
2014-06-29 17:52:19 +02:00
dessant
ebc2ce8c77
fix binded method name
2014-06-29 18:27:24 +03:00
dessant
448bc1cb34
fix method name
2014-06-29 18:23:08 +03:00
Matthew Einhorn
90e794735b
Prevent cache clash for textinput width between password = True/False.
2014-06-29 11:22:58 -04:00