Skip to content

Instantly share code, notes, and snippets.

@abhijangda
Created June 5, 2013 09:21
Show Gist options
  • Select an option

  • Save abhijangda/5712702 to your computer and use it in GitHub Desktop.

Select an option

Save abhijangda/5712702 to your computer and use it in GitHub Desktop.
commit ffaafdcdbeb08065e8adc79d22de2d9a18658a39
Author: Abhinav <abhijangda@hotmail.com>
Date: Wed Jun 5 13:19:03 2013 +0530
Added Spinner widget's kv lang to style.kv
commit df255af226943d25f631e045d4fb639b8f3f080a
Merge: b1461f7 7b87ae8
Author: qua-non <akshayaurora@gmail.com>
Date: Tue May 28 04:16:37 2013 -0700
Merge pull request #1231 from rogererens/patch-3
Update contribute.rst
commit 7b87ae8028d2cb7badf3cbe0d8f6a74d6214cdf1
Author: rogererens <roger.erens@e-s-c.biz>
Date: Tue May 28 11:56:06 2013 +0200
Update contribute.rst
Fix a typo, rearranged some parts of sentences, shortened some lines
commit b1461f7c6bc35d5fbf674d81c7a70bb1c12c82a6
Author: Mathieu Virbel <mat@kivy.org>
Date: Tue May 28 09:47:17 2013 +0200
tests: fix nosetests
commit 1771d5c8c8af7cbe3265d2442eb0cc08b351b78e
Author: Mathieu Virbel <mat@kivy.org>
Date: Tue May 28 08:36:35 2013 +0200
setup.py: fix have_cython typo
commit 7f529c9aa508b840e8028ac48302e63c5ec38e7f
Author: Mathieu Virbel <mat@kivy.org>
Date: Mon May 27 16:02:29 2013 +0000
rpi: fix configuration generation, and fix hidinput provider for multitouch hardware
commit d5b4a7dec4d3b95faa16d04a13bd4682f7b8cb0f
Merge: c29f3fc cf2f894
Author: Mathieu Virbel <mat@kivy.org>
Date: Mon May 27 15:08:17 2013 +0000
Merge branch 'master' of https://github.com/kivy/kivy
commit c29f3fc9d5f42e5fef5effc7cfdd151442fa55af
Author: Mathieu Virbel <mat@kivy.org>
Date: Mon May 27 15:04:18 2013 +0000
rpi: fix setup.py for latest rpi distribution
commit cf2f894476102ba9cb7977734da2a413aa39f33b
Merge: 75e2e1c fbc183e
Author: qua-non <akshayaurora@gmail.com>
Date: Mon May 27 05:23:40 2013 -0700
Merge pull request #1228 from kivy/fix-1084
Fix for allowing unicode string / path in Settings
commit 37af96e9a721c36f517020a8eb5d8d60003af83a
Author: Mathieu Virbel <mat@kivy.org>
Date: Tue Mar 19 20:12:04 2013 +0000
add support for "relative" hid input (as mouse)
commit 4b2e19310de76af6a6d42f3c8b603f922f083252
Author: Mathieu Virbel <mat@kivy.org>
Date: Tue Mar 19 18:14:27 2013 +0000
rpi: add egl/bcm window provider. This provider is not completly BCM independant, so pure-EGL hardware will not work with that one, yet.
commit 75e2e1cb3dbe938003c6f2d511a331f36573ce62
Merge: 7e62426 9133fce
Author: Mathieu Virbel <mat@kivy.org>
Date: Mon May 27 03:40:26 2013 -0700
Merge pull request #1229 from smishlayev/patch-1
Reset self._keyboard after use
commit 9133fceb4be4e314b4ef683263e74aca76e78852
Author: Alexey Smishlayev <smishlayev@gmail.com>
Date: Mon May 27 03:21:23 2013 +0300
Update textinput.py
Reset self._keyboard variable
commit 7e624262956448a733755b34525090938e57f427
Merge: c396aea 2a1ab46
Author: Mathieu Virbel <mat@kivy.org>
Date: Sun May 26 09:09:19 2013 -0700
Merge pull request #1226 from kivy/unicode_font_name
core:Text handle unicode names for fonts
commit fbc183e4f27d26d027735efa2f1bc31f118eca34
Author: Mathieu Virbel <mat@kivy.org>
Date: Sun May 26 18:08:19 2013 +0200
Fix for allowing unicode string / path in Settings
Bug fixed:
- put utf-8 in string, and validate -> no more crash due to str()
encoding
- put utf-8 in string, validate, close, open the app and edit the value
-> no more weird space due to ascii->utf8 encoding.
- create an unicode directory, and select it with Path. -> no more
crash at validation.
- create an unicode directory, and select it with Path and restart ->
the path is still correct.
Tested on OSX only.
closes #1084
commit 2a1ab4650f388de2478d7f893ad0011cb074d609
Author: qua-non <akshayaurora@gmail.com>
Date: Sun May 26 16:16:54 2013 +0530
tests: new test for testing unicode font_names
commit c396aeafb506d6a2e427282c236d3bea78bd01d4
Author: Mathieu Virbel <mat@kivy.org>
Date: Sun May 26 11:51:57 2013 +0200
config: fix configuration generation / default values for [input] for win/linux.
commit 5db4437eda0f3d3295756bea1274a8408e715c72
Author: Mathieu Virbel <mat@kivy.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment