Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Kivy

Python UI framework for making outstanding desktop and mobile applications
Collective - Host: opensource - https://opencollective.com/kivy - Website: https://kivy.org - Code: https://github.com/kivy

Merge pull request #20 from nklever/patch-1

Typo in line 39

github.com/kivy/pyjnius - 3651d1ac2099ccbaae4f95ba89faa3b9a5d5cb5e authored over 12 years ago by Gabriel Pettier <[email protected]>
Typo in line 39

In line 39 it must be written "if" instead of "in"

github.com/kivy/pyjnius - 4df5609f6dbb238809773d92d4e6eab6089176f5 authored over 12 years ago by nklever <[email protected]>
Merge branch 'master' of ssh://github.com/kivy/pyobjus

github.com/kivy/pyobjus - df0063eaa6b62635033873737e1befd2f3200d45 authored over 12 years ago by Mathieu Virbel <[email protected]>
wip autoclass()

github.com/kivy/pyobjus - 9cdedbad258effe6810ba06662404c94d05ccdc8 authored over 12 years ago by Mathieu Virbel <[email protected]>
fix "_" -> ":" swap for method name

github.com/kivy/pyobjus - 35d3b89a73392c51bfa99c197b0fa6e11925f35a authored over 12 years ago by Thomas Hansen <[email protected]>
Merge branch 'master' of github.com:kivy/pyobjus

Conflicts:
pyobjus/pyobjus.pyx

github.com/kivy/pyobjus - c04072bc06753b6ac2d45315313669c8fc829e43 authored over 12 years ago by Thomas Hansen <[email protected]>
wip

github.com/kivy/pyobjus - 5d01d3a917b285998fd4e9818386c5700b1b2342 authored over 12 years ago by Thomas Hansen <[email protected]>
move method init part from __call__ to ensure_method()

github.com/kivy/pyobjus - ed63ceece1d5e6da6869da129c21b3c3b87507a0 authored over 12 years ago by Mathieu Virbel <[email protected]>
wip. clean up and split into seperate files. still segfaults on ffi_call :/

github.com/kivy/pyobjus - 56fd0af68844acc77e16bf0f1d8b75cda123f9fe authored over 12 years ago by Thomas Hansen <[email protected]>
un-stuck hansent work ^^

github.com/kivy/pyobjus - 988dd8ae7d0b4cba009968e221121179c91e531e authored over 12 years ago by Mathieu Virbel <[email protected]>
WIP, ffi_call complains about assigning to 'PyObject *' (aka 'struct _object *') from incompatible type 'void' although no python object used...?!

github.com/kivy/pyobjus - 79f717fe1e88dcdbffb56980a247a41ec62df5ab authored over 12 years ago by Thomas Hansen <[email protected]>
Merge pull request #14 from apalala/classpath

Make the desktop use CLASSPATH if defined.

github.com/kivy/pyjnius - 18a41bf7a28337b3ae749921723346b14533cab1 authored over 12 years ago by Gabriel Pettier <[email protected]>
Make the desktop use CLASSPATH if defined.

github.com/kivy/pyjnius - 93109ccab50210de2ae9cc8ea98aeda84e411fc0 authored over 12 years ago by Juancarlo Añez <[email protected]>
wip3

github.com/kivy/pyobjus - 42e4ca61b23b2aecfafde1840bf3a0cc375ec09f authored over 12 years ago by Mathieu Virbel <[email protected]>
add tests

github.com/kivy/pyobjus - d62eb4f75df9b903d692cbc8661ef101f40a572a authored over 12 years ago by Mathieu Virbel <[email protected]>
wip2

github.com/kivy/pyobjus - 798e8829feb18ca1acb2f708bb541b399ebda111 authored over 12 years ago by Mathieu Virbel <[email protected]>
wip

github.com/kivy/pyobjus - 5eb319796b75ae5870d69366c92318a213212bce authored over 12 years ago by Mathieu Virbel <[email protected]>
Merge pull request #10 from graingert/patch-2

Update README.md

github.com/kivy/pyjnius - 659b1eae805ea5da7a0986e9c749c58a799564dd authored over 12 years ago by Gabriel Pettier <[email protected]>
Update README.md

fix missing "a"

github.com/kivy/pyjnius - 79717fd8f0652b851acff6759d2db50858678ddb authored over 12 years ago by Thomas Grainger <[email protected]>
fix actually->currently

github.com/kivy/kivy-berkelium - 3f8b26b6fbbe5ec923be704c9d51a8d88200fb10 authored over 12 years ago by Gabriel Pettier <[email protected]>
fix crash (load the framework Foundation manually, remove -lobjc, and add autorelease pool (seem not necessary.))

github.com/kivy/pyobjus - 57bacbe84298a4a6b2453c26a4121cce2fe813d1 authored over 12 years ago by Mathieu Virbel <[email protected]>
add a license page for wikipedia

github.com/kivy/kivy-website - 8289d557534c7d1fbfa909283f6372703df6d610 authored over 12 years ago by Mathieu Virbel <[email protected]>
update license/description/classifiers in setup.py

github.com/kivy/pyjnius - 9cbe8e3a6fbbfaccc807b2e88866596329ed1c76 authored over 12 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' of github.com:kivy/pyjnius

Conflicts:
setup.py

github.com/kivy/pyjnius - 852ba4132eac88046b6267f7413c89dd432d643e authored over 12 years ago by Mathieu Virbel <[email protected]>
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

github.com/kivy/pyjnius - 4b825b10764d595635ecd66f5aeca4d2045af427 authored over 12 years ago by Mathieu Virbel <[email protected]>
some test code...obj-c class registry does not seem to be initialized...not sure what Xcode does to make it work yet :/

github.com/kivy/pyobjus - e119c2cdd09a25e7afc00aeacf69dd2bdbfd4f59 authored over 12 years ago by Thomas Hansen <[email protected]>
Merge pull request #6 from graingert/patch-1

Add cython to install_requires Fixes #5

github.com/kivy/pyjnius - 47e2fe0e0657fca21553e7fb6345e52095988cab authored over 12 years ago by Gabriel Pettier <[email protected]>
Add cython to install_requires Fixes #5

github.com/kivy/pyjnius - eb95963d98aa474954987ed92d4e935d885c6084 authored over 12 years ago by Thomas Grainger <[email protected]>
Update README.md

github.com/kivy/pyjnius - dec97c9eb9889d0217f47ae5c37fa6f7214f5e3b authored over 12 years ago by Mathieu Virbel <[email protected]>
bump to 1.1-dev

github.com/kivy/pyjnius - e3a29658106140d3dec5c135ea5bf36938514aec authored over 12 years ago by Mathieu Virbel <[email protected]>
set version to 1.0

github.com/kivy/pyjnius - f9c63fd186fe78089f5610085274efe14ea39eb6 authored over 12 years ago by Mathieu Virbel <[email protected]>
fixes

github.com/kivy/pyjnius - 61855a4f12d7ec154e4ed4a8b605c0cb7d44bf43 authored over 12 years ago by Mathieu Virbel <[email protected]>
remove the "reflect" import from the documentation

github.com/kivy/pyjnius - a4d23159514b710dbc6a311dcfa4f8242fd51372 authored over 12 years ago by Mathieu Virbel <[email protected]>
doc fixes

github.com/kivy/pyjnius - 443c2de64ab760b19645d7c92d62085fbb11a0c6 authored over 12 years ago by Mathieu Virbel <[email protected]>
typo

github.com/kivy/pyjnius - 1d401b9da2c625c731e54fffb041301bbc9d62d1 authored over 12 years ago by Mathieu Virbel <[email protected]>
more API doc.

github.com/kivy/pyjnius - 86a972086151ecc420957affd5af5ba32f7bca23 authored over 12 years ago by Mathieu Virbel <[email protected]>
when calculating the score, check the assignable from too, and return -1 if the check doesn't work.

github.com/kivy/pyjnius - 35ef6575d857c6bfea597ea5868889d5efa0b100 authored over 12 years ago by Mathieu Virbel <[email protected]>
renaming to JavaMultipleMethod.

github.com/kivy/pyjnius - 79b564a3389088ccb87a010be52ddb34f7262a47 authored over 12 years ago by Mathieu Virbel <[email protected]>
fixes for subclasses. closes #3

github.com/kivy/pyjnius - 77f2928e0bfb44c881f7c2ebe7ae21c89c1abd93 authored over 12 years ago by Mathieu Virbel <[email protected]>
reorder functions

github.com/kivy/pyjnius - 4730c2b802c5596cbff491da0104a892c91084d2 authored over 12 years ago by Mathieu Virbel <[email protected]>
split jnius.pyx

github.com/kivy/pyjnius - 7bd35411bfc0af2f6e98366a9b29acba58b70384 authored over 12 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' of github.com:kivy/pyjnius

github.com/kivy/pyjnius - 6aa4760721ccaae290c07bcd073ac11d8abfc39c authored over 12 years ago by gabriel.pettier <[email protected]>
small grammar fix

github.com/kivy/pyjnius - 6d2df26f0be5ebd287411f2a9b3c3a9cd26ee299 authored over 12 years ago by gabriel.pettier <[email protected]>
change to getMethods and getFields to get inherited methods/fields too

and small doc fix

github.com/kivy/pyjnius - 9ec504dfd6649b58679cbf09eaa69676ebaa1e81 authored over 12 years ago by gabriel.pettier <[email protected]>
Merge branch 'master' of github.com:kivy/pyjnius

github.com/kivy/pyjnius - f8fc0e714abaaab22bbdbc5f81886fc74bb328f8 authored over 12 years ago by Mathieu Virbel <[email protected]>
add the previous tests from python-for-android/javawrapper branch.

+ fix findclass (need cleaning)
+ fix array return with chars
+ export reflect module by default ...

github.com/kivy/pyjnius - 60ee14ed6fff0d82cc26ae83ccd4053cf2c0483b authored over 12 years ago by Mathieu Virbel <[email protected]>
fix grammar errors in some comments

github.com/kivy/pyjnius - 2eea0f45d39d749ea08d4ba10d69de79f11c9a88 authored over 12 years ago by gabriel.pettier <[email protected]>
fix System.out.println('hello') crash due to a race condition: the instancatied JavaClass for "out" was deallocated before the __call__ of the println. >_<

github.com/kivy/pyjnius - bb0923d77dc4ccad716ff3f6ec36ea7b85a42f42 authored over 12 years ago by Mathieu Virbel <[email protected]>
Update docs/source/quickstart.rst

github.com/kivy/pyjnius - 3e6de4f7c949b73ab83a7968c75e632575367b10 authored over 12 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' of github.com:kivy/pyjnius

github.com/kivy/pyjnius - 2aebb554a9114ee45db02e5a7ad1a9cc1c03e1bf authored over 12 years ago by Mathieu Virbel <[email protected]>
doc: start API

github.com/kivy/pyjnius - 8b220a46023fe8ef8c8d50ccaaf60c403cbe3dab authored over 12 years ago by Mathieu Virbel <[email protected]>
Update docs/source/android.rst

github.com/kivy/pyjnius - e572743dbf5430fdfc76120f5b3dca5411d3db94 authored over 12 years ago by Mathieu Virbel <[email protected]>
Merge branch 'fixdoc' of https://github.com/dekoza/pyjnius into dekoza-fixdoc

Conflicts:
docs/source/index.rst

github.com/kivy/pyjnius - 61088ab5e6b596749e369fb0ed2b47959dc930b6 authored over 12 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' of github.com:kivy/pyjnius

github.com/kivy/pyjnius - 5bbeff3d527974589fe85295ccd2dc833244088d authored over 12 years ago by Mathieu Virbel <[email protected]>
docfixes

github.com/kivy/pyjnius - b6bc661e0138082db9076abaed6bbe7bd8cae21e authored over 12 years ago by Mathieu Virbel <[email protected]>
Update docs/source/index.rst

fix english

github.com/kivy/pyjnius - 67ce2e9536749cf75e8520af9ed35600a4c60c69 authored over 12 years ago by Gabriel Pettier <[email protected]>
__doc__ fixed :)

github.com/kivy/pyjnius - d3f948bf3017f49b2d1e18c6fcfd7caf51969286 authored over 12 years ago by Dominik Kozaczko <dominik@bleys>
small grammatical changes

github.com/kivy/pyjnius - c150daee06d91048b5b27418e0111263efb59052 authored over 12 years ago by Dominik Kozaczko <dominik@bleys>
first pass for a doc

github.com/kivy/pyjnius - 9307698c1b5e15f80d6ec8d0971d3fa912757eee authored over 12 years ago by Mathieu Virbel <[email protected]>
put the code in LGPL license

github.com/kivy/pyjnius - 8d2490a4339a9ebca4f4058a15256bf578f6f2f7 authored over 12 years ago by Mathieu Virbel <[email protected]>
add cast(classname, obj) method to be able to use an instance from another class def

github.com/kivy/pyjnius - 774fc295e999181356ea9ce9d51f031ec2a9e126 authored over 12 years ago by Mathieu Virbel <[email protected]>
fix autoclass when return

github.com/kivy/pyjnius - 7eecc34237da4acb202a1ceb8e9fc72955653113 authored over 12 years ago by Mathieu Virbel <[email protected]>
lazy methods and fields loading.

github.com/kivy/pyjnius - 2c2adefb6aa327980413ea107597e2e8c2a0a727 authored over 12 years ago by Mathieu Virbel <[email protected]>
add static on the mView + mActivity (forgot about it before...)

github.com/kivy/python-for-android - 9dc710dc7cf9f23d8bfd708b5e3feaf173c90203 authored over 12 years ago by Mathieu Virbel <[email protected]>
always convert the return with autoclass()

github.com/kivy/pyjnius - 7721b70c46f721c58b7300e124b28b465217a3fc authored over 12 years ago by Mathieu Virbel <[email protected]>
add support for multiple signatures on constructors and methods.

github.com/kivy/pyjnius - 77139529add1ce44c02d9b3497b4408e79934f4a authored over 12 years ago by Mathieu Virbel <[email protected]>
refactor the conversion functions, move them into jnius_conversion.pxi, and factorize the jobject conversion.

github.com/kivy/pyjnius - 69fe77c403c317a997c051f1b97ed414487b0a47 authored over 12 years ago by Mathieu Virbel <[email protected]>
raise exception correctly now + add more unittests

github.com/kivy/pyjnius - a4af093aa1e250005173dfe43d0c045213b951c8 authored over 12 years ago by Mathieu Virbel <[email protected]>
give access to the mView and mActivity in the PythonActivity

github.com/kivy/python-for-android - 2525476aeffe769d2311203f512e8cb833c20943 authored over 12 years ago by Mathieu Virbel <[email protected]>
first commit

github.com/kivy/kivy-remote-shell - b49c80b99642ece821c55554fe847d8ad575f941 authored over 12 years ago by Mathieu Virbel <[email protected]>
add recipe for pyasn1

github.com/kivy/python-for-android - 676f84019a94ddfb82a87c98a13943f5404db376 authored over 12 years ago by Mathieu Virbel <[email protected]>
pycrypto: avoid symbol not found on rep_malloc

github.com/kivy/python-for-android - f42edbe292cc6659b99b79a46fa32303c84b0bed authored over 12 years ago by Mathieu Virbel <[email protected]>
prefer () to \ to break long lines

github.com/kivy/pyjnius - 83fb36b2c7d5f135c39de49f780a869a604ef04c authored over 12 years ago by gabriel.pettier <[email protected]>
add desktop subsection in README

github.com/kivy/pyjnius - 1588c6040a11d5935bd5e6ee47f09e6a569c3687 authored over 12 years ago by gabriel.pettier <[email protected]>
Update README.md

github.com/kivy/pyjnius - 30b083b362c6c16c3f6025bb1158cc05e3f39cab authored over 12 years ago by Mathieu Virbel <[email protected]>
Update README.md

github.com/kivy/pyjnius - a2dd51da1c3cd02b7c1cc17ccc6d31d630b106ea authored over 12 years ago by Mathieu Virbel <[email protected]>
Update README.md

github.com/kivy/pyjnius - 53f1b94fd8feaf42847af31eef4a3c66504350e7 authored over 12 years ago by Mathieu Virbel <[email protected]>
add a test for overflow

github.com/kivy/pyjnius - d15564cf234def0f37c958915e0d7a99cad439e4 authored over 12 years ago by Mathieu Virbel <[email protected]>
add pyjnius package

github.com/kivy/python-for-android - c32669a71381c7730bdbb46d00105395f5233bf5 authored over 12 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' of github.com:kivy/pyjnius

github.com/kivy/pyjnius - 379c67873b8060b22a713338c9d71a7405764e59 authored over 12 years ago by Mathieu Virbel <[email protected]>
remove generated files

github.com/kivy/pyjnius - 33bc309045c90caf81c80ebf87cfd36c2de5db10 authored over 12 years ago by Mathieu Virbel <[email protected]>
add DeleteLocalRef where it seem the best place.

github.com/kivy/pyjnius - 6047d6019252fd8405e26e6e2238011c2a63e2f3 authored over 12 years ago by Mathieu Virbel <[email protected]>
little fixes for android, remove the recursive part in autoclass for the moment

github.com/kivy/pyjnius - 68ef892cd1bf5204396c4e00ba0396a01525a103 authored over 12 years ago by Mathieu Virbel <[email protected]>
Initial commit

github.com/kivy/pyobjus - 8fd4293b2693d971e90225917ac89deed212f43d authored over 12 years ago by Thomas Hansen <[email protected]>
Update README.md

github.com/kivy/pyjnius - 2a25b4f37eab6b3e29a2728300fcfc7ef9a58b08 authored over 12 years ago by Gabriel Pettier <[email protected]>
Update README.md

add small example of what can be done.

github.com/kivy/pyjnius - 3ae545d21a5a53a17cf9ed0034d576cb8e3d32b1 authored over 12 years ago by Gabriel Pettier <[email protected]>
fix package import, make tests work again.

github.com/kivy/pyjnius - 7319fab9e5ecad533081fb6b17de5413d1ffc4d7 authored over 12 years ago by Mathieu Virbel <[email protected]>
add autoclass/ensureclass, auto reflection for JavaObject, and fixes around j_self

github.com/kivy/pyjnius - 162d0119124ef89e146f5800c9e01d6caf3d38ed authored over 12 years ago by Mathieu Virbel <[email protected]>
wip

github.com/kivy/pyjnius - 977857adc366b235efaa74bb63e37d9c70bc61cf authored over 12 years ago by Mathieu Virbel <[email protected]>
first commit. Just use "make tests"

github.com/kivy/pyjnius - 47a9ceb931dc5db91eb3ce1733dfdabfa8ba9f99 authored over 12 years ago by Mathieu Virbel <[email protected]>
remove debug

github.com/kivy/p4a-cloud - 243fd26febad463caf63cb2611454ad5d567fecc authored over 12 years ago by Mathieu Virbel <[email protected]>
ensure the http_proxy is not used by requests + try multiple times when uploading

github.com/kivy/p4a-cloud - 26178b5d2fc24d800d3281df0b6577f9ba5d7ff2 authored over 12 years ago by Mathieu Virbel <[email protected]>
update readme

github.com/kivy/pythonar - 688c57cf3e7395d7dea5cb9f04d8a2b55f9a9e13 authored over 12 years ago by gabriel.pettier <[email protected]>
Update README.md

fix presentation

github.com/kivy/pythonar - 617751921c3f93242d3a7af2c4ce25ef96aadb5d authored over 12 years ago by Gabriel Pettier <[email protected]>
Update README.md

typo

github.com/kivy/pythonar - 534c9fa59b45fc72b8d9594d5462f5dd4a3a2ea5 authored over 12 years ago by Gabriel Pettier <[email protected]>
Update README.md

add missing --focus documentation

github.com/kivy/pythonar - b8578fc10428c50a5e86240883fee67a06204edc authored over 12 years ago by Gabriel Pettier <[email protected]>
update about page to put brian+edwin

github.com/kivy/kivy-website - dd19e8e884710b80257e0816475c3762111d131b authored over 12 years ago by Mathieu Virbel <[email protected]>
update documentation

github.com/kivy/pythonar - 7ec0e700b69d862a58bbbc254c01e853e152ec6e authored over 12 years ago by gabriel.pettier <[email protected]>
use colors if available, add sleep option to ignore evnts for n seconds

and -i ignore dest_file too if it's a FileMovedEvent

github.com/kivy/pythonar - f533359e87129fe7b991101f4c40cd7a88b6ccc3 authored over 12 years ago by gabriel.pettier <[email protected]>
add -f --focus argument

Allows to restore focus for N seconds after restarting application

github.com/kivy/pythonar - 8bcc33727d385e6f2a84aa1bcc8d91d0ee54e64f authored over 12 years ago by gabriel.pettier <[email protected]>