Gabriel Pettier
|
3651d1ac20
|
Merge pull request #20 from nklever/patch-1
Typo in line 39
|
2012-08-23 14:46:08 -07:00 |
nklever
|
4df5609f6d
|
Typo in line 39
In line 39 it must be written "if" instead of "in"
|
2012-08-24 00:45:16 +03:00 |
Gabriel Pettier
|
18a41bf7a2
|
Merge pull request #14 from apalala/classpath
Make the desktop use CLASSPATH if defined.
|
2012-08-21 12:22:29 -07:00 |
Juancarlo Añez
|
93109ccab5
|
Make the desktop use CLASSPATH if defined.
|
2012-08-21 14:22:37 -04:30 |
Gabriel Pettier
|
659b1eae80
|
Merge pull request #10 from graingert/patch-2
Update README.md
|
2012-08-21 03:25:45 -07:00 |
Thomas Grainger
|
79717fd8f0
|
Update README.md
fix missing "a"
|
2012-08-21 12:05:55 +02:00 |
Mathieu Virbel
|
9cbe8e3a6f
|
update license/description/classifiers in setup.py
|
2012-08-21 01:30:53 +02:00 |
Mathieu Virbel
|
852ba4132e
|
Merge branch 'master' of github.com:kivy/pyjnius
Conflicts:
setup.py
|
2012-08-21 01:22:14 +02:00 |
Mathieu Virbel
|
4b825b1076
|
ensure we raise the exception if cython is not installed on desktop
+ include missing pxi in the setup
+ include missing infos
+ extract the version correctly
|
2012-08-21 01:19:43 +02:00 |
Gabriel Pettier
|
47e2fe0e06
|
Merge pull request #6 from graingert/patch-1
Add cython to install_requires Fixes #5
|
2012-08-20 12:24:12 -07:00 |
Thomas Grainger
|
eb95963d98
|
Add cython to install_requires Fixes #5
|
2012-08-20 20:49:54 +02:00 |
Mathieu Virbel
|
dec97c9eb9
|
Update README.md
|
2012-08-20 20:42:59 +03:00 |
Mathieu Virbel
|
e3a2965810
|
bump to 1.1-dev
|
2012-08-20 18:48:22 +02:00 |
Mathieu Virbel
|
f9c63fd186
|
set version to 1.0
|
2012-08-20 18:47:44 +02:00 |
Mathieu Virbel
|
61855a4f12
|
fixes
|
2012-08-20 16:51:32 +02:00 |
Mathieu Virbel
|
a4d2315951
|
remove the "reflect" import from the documentation
|
2012-08-20 16:26:44 +02:00 |
Mathieu Virbel
|
443c2de64a
|
doc fixes
|
2012-08-20 14:51:28 +02:00 |
Mathieu Virbel
|
1d401b9da2
|
typo
|
2012-08-20 11:19:13 +02:00 |
Mathieu Virbel
|
86a9720861
|
more API doc.
|
2012-08-20 11:17:14 +02:00 |
Mathieu Virbel
|
35ef6575d8
|
when calculating the score, check the assignable from too, and return -1 if the check doesn't work.
|
2012-08-20 11:09:02 +02:00 |
Mathieu Virbel
|
79b564a338
|
renaming to JavaMultipleMethod.
|
2012-08-20 11:08:32 +02:00 |
Mathieu Virbel
|
77f2928e0b
|
fixes for subclasses. closes #3
|
2012-08-20 10:34:14 +02:00 |
Mathieu Virbel
|
4730c2b802
|
reorder functions
|
2012-08-20 09:40:18 +02:00 |
Mathieu Virbel
|
7bd35411bf
|
split jnius.pyx
|
2012-08-20 09:35:14 +02:00 |
gabriel.pettier
|
6aa4760721
|
Merge branch 'master' of github.com:kivy/pyjnius
|
2012-08-18 19:35:26 +02:00 |
gabriel.pettier
|
6d2df26f0b
|
small grammar fix
|
2012-08-18 19:34:16 +02:00 |
gabriel.pettier
|
9ec504dfd6
|
change to getMethods and getFields to get inherited methods/fields too
and small doc fix
|
2012-08-18 19:32:15 +02:00 |
Mathieu Virbel
|
f8fc0e714a
|
Merge branch 'master' of github.com:kivy/pyjnius
|
2012-08-18 12:59:32 +02:00 |
Mathieu Virbel
|
60ee14ed6f
|
add the previous tests from python-for-android/javawrapper branch.
+ fix findclass (need cleaning)
+ fix array return with chars
+ export reflect module by default (it's already used in jnius so..)
|
2012-08-18 12:59:15 +02:00 |
gabriel.pettier
|
2eea0f45d3
|
fix grammar errors in some comments
|
2012-08-18 11:21:14 +02:00 |
Mathieu Virbel
|
bb0923d77d
|
fix System.out.println('hello') crash due to a race condition: the instancatied JavaClass for "out" was deallocated before the __call__ of the println. >_<
|
2012-08-18 04:14:53 +02:00 |
Mathieu Virbel
|
3e6de4f7c9
|
Update docs/source/quickstart.rst
|
2012-08-18 02:28:25 +03:00 |
Mathieu Virbel
|
2aebb554a9
|
Merge branch 'master' of github.com:kivy/pyjnius
|
2012-08-17 13:20:29 +02:00 |
Mathieu Virbel
|
8b220a4602
|
doc: start API
|
2012-08-17 13:20:17 +02:00 |
Mathieu Virbel
|
e572743dbf
|
Update docs/source/android.rst
|
2012-08-17 13:30:27 +03:00 |
Mathieu Virbel
|
61088ab5e6
|
Merge branch 'fixdoc' of https://github.com/dekoza/pyjnius into dekoza-fixdoc
Conflicts:
docs/source/index.rst
|
2012-08-17 03:45:06 +02:00 |
Mathieu Virbel
|
5bbeff3d52
|
Merge branch 'master' of github.com:kivy/pyjnius
|
2012-08-16 18:12:52 +02:00 |
Mathieu Virbel
|
b6bc661e01
|
docfixes
|
2012-08-16 18:08:53 +02:00 |
Gabriel Pettier
|
67ce2e9536
|
Update docs/source/index.rst
fix english
|
2012-08-16 17:07:13 +03:00 |
Dominik Kozaczko
|
d3f948bf30
|
__doc__ fixed :)
|
2012-08-16 14:12:10 +02:00 |
Dominik Kozaczko
|
c150daee06
|
small grammatical changes
|
2012-08-16 14:07:52 +02:00 |
Mathieu Virbel
|
9307698c1b
|
first pass for a doc
|
2012-08-16 12:56:29 +02:00 |
Mathieu Virbel
|
8d2490a433
|
put the code in LGPL license
|
2012-08-16 01:46:02 +02:00 |
Mathieu Virbel
|
774fc295e9
|
add cast(classname, obj) method to be able to use an instance from another class def
|
2012-08-16 00:16:17 +02:00 |
Mathieu Virbel
|
7eecc34237
|
fix autoclass when return
|
2012-08-15 23:36:40 +02:00 |
Mathieu Virbel
|
2c2adefb6a
|
lazy methods and fields loading.
|
2012-08-15 23:28:53 +02:00 |
Mathieu Virbel
|
7721b70c46
|
always convert the return with autoclass()
|
2012-08-15 21:54:53 +02:00 |
Mathieu Virbel
|
77139529ad
|
add support for multiple signatures on constructors and methods.
|
2012-08-15 19:16:39 +02:00 |
Mathieu Virbel
|
69fe77c403
|
refactor the conversion functions, move them into jnius_conversion.pxi, and factorize the jobject conversion.
|
2012-08-15 17:26:24 +02:00 |
Mathieu Virbel
|
a4af093aa1
|
raise exception correctly now + add more unittests
|
2012-08-15 16:31:22 +02:00 |