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

Added missing () to TTS returns

github.com/kivy/plyer - af89bcdee47493b55056ac54be09964162e78a25 authored over 11 years ago
Fixed missed TextToSpeech, deleted old files

github.com/kivy/plyer - 27597ee50fd6a0ad89a771e30f4ef20b80c43e51 authored over 11 years ago
Changed TextToSpeech to TTS. Returning TTS instead of raising

NotImplemented

github.com/kivy/plyer - 248dbb4d96c7bb62ace2b6bd07f35ef3dd1fb7ba authored over 11 years ago
Fixed properties of type pointer to struct, and pointer to int. I had some problems with this, but for know we have working NSRange* and int* properties. I'll tests others.

github.com/kivy/pyobjus - 09e849181829aacff903613744ac2e3f56c5feef authored over 11 years ago
Added control of new friction variable for particle manager, icons for more ui features

github.com/kivy/kivent - 92721ac7e1734ed948880653169f7a9e94c572b7 authored over 11 years ago
Added basic getting/setting for properties. Made some tests, and fow now, everything is working OK. Need to made some more complex tests with some options on properties.

github.com/kivy/pyobjus - b94734fcefcdd90ccf93bc2c63bc14b4b83fdc08 authored over 11 years ago
Added Project Preferences

github.com/kivy/kivy-designer - f3d48b4e3960c0cdbf60e5e9832f73c9ef57984c authored over 11 years ago
Added prototype of ObjcIvar type. Also added some methods to runtime.pxi which will be needed for ivars pyobjus implementation.

github.com/kivy/pyobjus - 6942c8a7503fca940374d4caced1dbfd59a72f24 authored over 11 years ago
Fixed KVLangArea property updation issue

github.com/kivy/kivy-designer - dd30bf235c5c20cf7460cfb05c8e73f5880bd169 authored over 11 years ago
KV Lang Area, Kivy Console and Error Console in one tab

github.com/kivy/kivy-designer - 1d709958607cb9ab3cc9fc75aa172eab4f12f923 authored over 11 years ago
add help for getting a list of identities for ios platform

github.com/kivy/buildozer - 3ec35fe40ad6138ae3f8880a05184ab9976ce40b authored over 11 years ago
add ability for not checking the configuration for some commands.

github.com/kivy/buildozer - 420989928ab83f848f1b7830cbb257c30bd53546 authored over 11 years ago
Started implementation of ivars/propertied in pyobjus

github.com/kivy/pyobjus - a060bb08dbb2a535815d44cf8bdae4157e063126 authored over 11 years ago
Merge pull request #4 from ivpusic/unknown_type_signature

Unknown type signature

github.com/kivy/pyobjus - 60ecc545490368b81744de6d03c61592649ae0d1 authored over 11 years ago
Added files which contains tests and examples of new features

github.com/kivy/pyobjus - 4e0b6ac39bab8b604d39ad16414b8607920d62be authored over 11 years ago
Added support for returning IMP and passing IMP types as arguments. Also fixed two small bugs in existing implementation of unknown type signature. I also added some unit tests, and example of using new features in examples/unknown_type.py

github.com/kivy/pyobjus - 36a990242dfcc0c2f35657694151a57fb981faf7 authored over 11 years ago
Added "Open Error Console" ActionButton

github.com/kivy/kivy-designer - fc628cc7f03b42e106f5b3b3ac43dd1656ac503d authored over 11 years ago
Introduction of multiple win conditions

github.com/kivy/kivent - 805693c02dd18f2d43e6984997a5bb04172e21d8 authored over 11 years ago
Merge pull request #53 from tonibagur/master

Adding PIL support(with jpeg+png) to kivy-ios

github.com/kivy/kivy-ios - f6d19de71e7bd01ea94d5dc178b37dcd09b7be21 authored over 11 years ago
Correct Toolbox

github.com/kivy/kivy-designer - 223550c7790b46a22fac5c10d2b8659556098c00 authored over 11 years ago
Added Error Console for displaying errors

github.com/kivy/kivy-designer - 3f0fe2c622f204c030acb893f8c267436434004a authored over 11 years ago
If user doesn't have defined struct type in objc_py_types/objc_cy_types, and he use pyobjus feature to generate struct type from method signature, he can pass generated type to function which accepts void*, and in that function user can cast that type to appropriate objective c type, so in that case he will get correct value from revieved arguments. I will make some examples of using this feature.

github.com/kivy/pyobjus - 419c7374d392bc568765e15225f0ab3011410d2f authored over 11 years ago
Finished algorithm for generating unknown struct types. User can provide names for fields, or otherwise pyobjus will generate field names for user. User can review generated field names with getMembers function. I tired to use function which accepts generated unknown type, but it work only for pritive types of struct, struct types in struct currently doesn't work, because we aren't made qeuvivalent cython struct, and cast type to that cython type when we are converting python arg to C/Cython arg, so that is causing problems. I don't know how much will be usefull this feature, but in any case is better then nothing, when we return struct of uknown type, and user don't want, or don't know to define required cython struct.

github.com/kivy/pyobjus - 47b771725856020aecc80f21bc00f249c733ad57 authored over 11 years ago
Toolbox added with Project Tree in Tabs

github.com/kivy/kivy-designer - 23b9695dbd7770b0b464cd7fe61e4cbfab47b09e authored over 11 years ago
Working on (?) signature. Some struct can have ? type, so I'm trying to 'generate' structs for user in that cases. Also I'm trying to allow user to he can define field names of struct, otherwise pyobjus will generate names for fields internaly. Work in progress...

github.com/kivy/pyobjus - 552b2794ba13e53b95227b6b710a8a808887be98 authored over 11 years ago
Made slight change to schedule play in sound system

github.com/kivy/kivent - 3a10b82935c157206d73d9c12eaae110bf5ad0c4 authored over 11 years ago
Adjusted particle effect particle densities, added ability to control update timing, added ability to clock schedule a sound play

github.com/kivy/kivent - bd3fb1817bce495837a2ea7b9e64125b55fa8a1a authored over 11 years ago
Looking for chances to add bit field support in pyobjus, but unfortunetly libffi doesn't support structures with bitfields. Source -> http://www.manpagez.com/info/libffi/libffi-3.0.13/libffi_12.php#Missing-Features. Later we can see if there is some hack, which we can do for adding some support for this, but currently I think that this isn't priority for pyobjus

github.com/kivy/pyobjus - f216fd1049e3f0f1537c8a9e995d375b601677de authored over 11 years ago
Used minimum_height for ToolboxCategory and WidgetsTree

github.com/kivy/kivy-designer - 8040422f95a08d16cdfc6b0f4125a248d83181c6 authored over 11 years ago
Reloading is triggered i second after when user will stop typing

github.com/kivy/kivy-designer - a6dfe73a564b7542e878e68e799cf3a9f2464d1f authored over 11 years ago
Added combat variables to AI control

github.com/kivy/kivent - 1207692f7d913735df2243313cf38703a4fc32a4 authored over 11 years ago
Still workign on AI

github.com/kivy/kivent - 688db0ecefab1661afbf725a4a60463589316de1 authored over 11 years ago
Merge pull request #3 from ivpusic/union_signature

Union signature

github.com/kivy/pyobjus - 6c7fba5705f7844001223cb5ce1d1de4f323ffda authored over 11 years ago
Small code clean

github.com/kivy/pyobjus - c6e130f9acce55fbc9ae0e31db6d928b99d39e6d authored over 11 years ago
Removed unused function in pyobjus.pyx

github.com/kivy/pyobjus - 25a8f0ab673557a5976f3c7aa9ae43e14f0f99a7 authored over 11 years ago
Small bug fix in type_encoding_to_ffi_type function

github.com/kivy/pyobjus - 5eade030f2e9a455db302270d6a6e9c38096e520 authored over 11 years ago
Added exapmles and unit test related to using objective c unions. I tried to make work passing unions as arguments by value, but without success, and I mentioned that in examples/unions.py, so users can see what they currently can, and what they can work with unions in objective c. Mostly they can everything except passing unions by value to functions. Note that returning unions by value work correct.

github.com/kivy/pyobjus - c3711807a417e46d4f6dec38872a74211e5f7af2 authored over 11 years ago
Added logic to control when AI crosses borders

github.com/kivy/kivent - c8eff598e22c27d9aaa49925b606a842a6a49fc9 authored over 11 years ago
Corrected in opening project

github.com/kivy/kivy-designer - 048f0989005c40b9a16ba3253dd77fda7d01b778 authored over 11 years ago
Documentation completed, now Sphinx can be used to generate Docs

github.com/kivy/kivy-designer - c0cddc71b1e2f9c9864c86aa9795b0fae7fe2b33 authored over 11 years ago
ai improvements

github.com/kivy/kivent - b462ebdf8291bafc4f267a320215f4d1e8a938d0 authored over 11 years ago
Beginning of AI system

github.com/kivy/kivent - f0dc5ba63d68a13c9910364ec06697727db72aa8 authored over 11 years ago
Implemented passing union pointers as arguments. Also made to work dereference function with Unions, but I think we have problem with passing unions by value to some function. It seems that libffi doesn't support passing unions by value, so it might me a problem. I tried on many different ways to make work this, but without success

github.com/kivy/pyobjus - 53052eae843bcee99e325335cc1d531cd5f9db7b authored over 11 years ago
Working on union signature. It seems that libffi doesn't have any special support for unions, but with some customisations of existing support for struct signatures, unions also works for function which makes and returns some union type. This need to be more tested. Alse fixed bug related to signature_types_to_list, and function still need some improvements, but I'll work on that. Next will be to try make union signature when we need to pass union as function argument.

github.com/kivy/pyobjus - 0f27207c3b3b3126c415e308945c272089f03061 authored over 11 years ago
Transfered kivy_console.py to uix

github.com/kivy/kivy-designer - c2a8fa1f00560f9324e42647214f2957b7df9153 authored over 11 years ago
Added Kivy Console, current app could be run using Connsole.

github.com/kivy/kivy-designer - 95c2c98b7eae61e83b1b1f1ff60942788f3775c8 authored over 11 years ago
added probe system graphics and a basic lighting renderer(varies alpha level on a color tinting)

github.com/kivy/kivent - d9abf6bba83f48556b097c1568ffb1ead2e2833a authored over 11 years ago
Fixed graphical display of ship so that top of graphic points towards unit vector instead of away from

github.com/kivy/kivent - d1bf3439701e7c29d954b4a38bfaddc477444cfe authored over 11 years ago
Added physics support for segment query, added check on if music is playing to stop bug on android where 2 tracks play at once

github.com/kivy/kivent - 563a508aad7c5384c65a37e2bb8df6b841df1c97 authored over 11 years ago
Merge pull request #3 from Kovak/master

Added segment query

github.com/kivy/cymunk - c2d1ce97e8a6bbed42c44339316f94fd5853e695 authored over 11 years ago
Added segment query to space

github.com/kivy/cymunk - 303680d8432d69b54db6864c9bc4eec89d3a48a8 authored over 11 years ago
Merge pull request #50 from beanandbean/master

Remove type error in README.rst

github.com/kivy/kivy-ios - e0aea626f7fb620fb4077362a8e00959d0f9365f authored over 11 years ago
Improved handling of Root Widget

github.com/kivy/kivy-designer - 773b4e83acc53457f0c5efa3737b69beb51fbcc5 authored over 11 years ago
Corrected Changing the Root Widget. If user wants to change the Root Widget of application, then he can simply remove current Root Widget and then add another.

github.com/kivy/kivy-designer - a2b97c6e4abf296dbe1869fa20b4c7e0ccb6c2e3 authored over 11 years ago
Modifying the main build script in order to include the jpeg and pil building processes

modified: build-all.sh

github.com/kivy/kivy-ios - 3f37ca6d520be809ea2b41433e7f2a95a8c2d5fd authored over 11 years ago
Increased camera speed, messed around with angular velocity of ships

github.com/kivy/kivent - def3c33c3a4c38bd301aba8dbee8c6d8e7d9f2ac authored over 11 years ago
Merge pull request #2 from ivpusic/ptr_to_type_signature

Ptr to type signature

github.com/kivy/pyobjus - d3a3a5865fc6e56cb270b20fc4886d1766294db6 authored over 11 years ago
removed useless lines from .gitignore

github.com/kivy/pyobjus - f59aa89f54828b977ac23f2ff96cb063e04fa2bf authored over 11 years ago
Added examples/pointer_to_type.py file

github.com/kivy/pyobjus - 87db77d916cd9a48a60dcc9213ad8b6b9e0a9a4d authored over 11 years ago
Maked unit test for ^type signature. Also added example of using new feature in examples/pointer_to_type.py file. I fixed some bugs related to BOOL type. It was't work at all, but it is working now OK.

github.com/kivy/pyobjus - 931166a359bc37c08b8f7f419b56bcfb2cc52c51 authored over 11 years ago
modified: src/jpeg_files/jpeg_makefile.patch

modified: src/pil_files/patch_pil.patch
modified: tools/build-libjpeg.sh

github.com/kivy/kivy-ios - 02278679dff072986d8ad51efc13eb82c92737d0 authored over 11 years ago
Fixing some problems in the libjpeg building process

new file: ../../src/jpeg_files/jpeg_makefile.patch
modified: ../../tools/build-libjpeg.sh

github.com/kivy/kivy-ios - 443cce70760b72269e590edbf2dcf6392bf95b06 authored over 11 years ago
Adding scripts to build PIL for kivy-ios

new file: pil_files/patch_pil.patch
new file: ../tools/build-libjpeg.sh
new file: ../too...

github.com/kivy/kivy-ios - 5561d15db505d376db9bedd5f1c051b8dc23655d authored over 11 years ago
Implemented Shortcuts for Widget. Ctrl+C->Copy, Ctrl+V->Paste, Ctrl+X->Cut, Ctrl+A->Select All, Ctrl+Z->Undo, Ctrl+Shift+Z->Redo, Delete->Delete

github.com/kivy/kivy-designer - 9bddede8a01be85d1d29fc7281157b46509bc5a4 authored over 11 years ago
Changed soundfx to use .ogg instead of .wav

github.com/kivy/kivent - 1cd730616fc570d1e5fe159a8061261d1f67504c authored over 11 years ago
Added soundfx and soundfx system

github.com/kivy/kivent - 0b302e28d0b8750646fe168876895e26c0d4ad95 authored over 11 years ago
Working on dereference function. Function convert_cy_ret_to_py is reused in dereference function, so I also modify some parts of that function, so it now can be used for dereferencing. In pyobjus_type.pxi added ObjcInt and ObjcFloat types, which are needed for dereference function, because user need to say pyobjus in which type to convert void pointer. Other types also will be added (ObjcLong, ObjcUnsignedInt, etc.)

github.com/kivy/pyobjus - bb92fde8ccff8cf40c0e63ceb27ec33eadab6911 authored over 11 years ago
Implemented Project Tree

github.com/kivy/kivy-designer - c1318cf5a01f86820ab08a8e3c2beb3944137445 authored over 11 years ago
Documentation for add_file, app, confirmation_dialog, project_loader, statusbar,undo_manager added

github.com/kivy/kivy-designer - c05c67d36df8c7c6f731273e7bd8f4b57735863d authored over 11 years ago
Documentation for proj_watcher, select_class and toolbox

github.com/kivy/kivy-designer - f686e46d69cab7d70ceca02a89ffe75e0f772615 authored over 11 years ago
Last commit did some problems. Corrected them.

github.com/kivy/kivy-designer - 240f36716cdd33189fc65d97da21b16cd1ad1aba authored over 11 years ago
Documentation for nodetree, propertyviewer and recent_manager

github.com/kivy/kivy-designer - 4873ecc881c65ab4ae9264f3baa601bb6b44c4ef authored over 11 years ago
Fixed bug related to isKindOfClass: method

github.com/kivy/pyobjus - e32748af7f615e2a88f415036fbb125c207ed575 authored over 11 years ago
Added more support for ^type signature. Also I refactored some code, and added pyobjus_types.pxi file, which will hold cython classes which represents objective c types, for example Class -> ObjcClass, selector -> ObjcSelector, etc.

github.com/kivy/pyobjus - bf16d4aad6ab6f61724e7b7929043c6780553648 authored over 11 years ago
Added Documentation for ActionCheckButton, EditContView and KVLangArea

github.com/kivy/kivy-designer - d558d6457cdf6c207691e2be718425878bcb3adf authored over 11 years ago
Added Documentation for playground.py

github.com/kivy/kivy-designer - 3b16d1c983628affce3c694dc707a696d01f09bd authored over 11 years ago
little improvement (added strcpy) in pyobjus_conversations.pxi

github.com/kivy/pyobjus - 66e609df32045a177d25f3979d4879153e07ed62 authored over 11 years ago
Added support for most of types (int, long, float, etc.) for (^type) pointer to type signature. Also added objective c methods in usrlib.m file, for testing purposes of (^type) sig

github.com/kivy/pyobjus - 456a7e8e1225a1704e1f5f044da9bb843f10030c authored over 11 years ago
Added query_bb function

github.com/kivy/kivent - a5dd0fd41d4ab0cce2831acd8ca36fdddcc175d3 authored over 11 years ago
Fixed bug in life logic

github.com/kivy/kivent - 9d5fa63337c06e81300839a6c6a071bc45d8f8a9 authored over 11 years ago
Added lives system, game restarts if lives drop to 0

github.com/kivy/kivent - 0c96b80ab166222582c5ab9f101f34cc381bd5ae authored over 11 years ago
Added level display to choose character screen, 2.0 second timer to win

github.com/kivy/kivent - 13623c52c292df39cff62c0fcf03bdf93f268e32 authored over 11 years ago
Changed ui for fire button a little

github.com/kivy/kivent - 957f4cec7675b35c001456f5a8085ce111127e10 authored over 11 years ago
added camera speed multiplier

github.com/kivy/kivent - 0ad33bd55032c89cc12498d5117a87e8cc9fae67 authored over 11 years ago
Some code refactoring, and making code infrastructure for implementing of ^type signature. Also added some (short, unsigned long, etc.) missing argument types. This need to be tested! Code with purpose of casting or converting is moved to pyobjus_conversions.pxi file.

github.com/kivy/pyobjus - 6530e8ace865efb2086c65c597ba9eb548641594 authored over 11 years ago
really basic framework for implementing AI, totally doesn't work yet

github.com/kivy/kivent - 02defed78d4a061e75944d0f5ba4068bb813aca1 authored over 11 years ago
Moved fire projectiles over

github.com/kivy/kivent - 0c0225bc41344fee689c9fadce55dd3194eb315e authored over 11 years ago
Separated ship system and player character system

github.com/kivy/kivent - d9ec2fad57f90da30bf4ca76bb905bc0b0359674 authored over 11 years ago
started implementation of (^type) pointer to type method signature. Also added new folder with name objc_usr_classes with user defined objective class for testing purposes of this signature.

github.com/kivy/pyobjus - 033ad43b87c3f51c13b441c0482fd60b1061a61b authored over 11 years ago
Fixed New and Select All

github.com/kivy/kivy-designer - 0bc0defb06f9cd72954ef4027703a7d8080fe6a4 authored over 11 years ago
Fixed KVLangArea's issue

github.com/kivy/kivy-designer - 7451bd29c2ae5797c35e67d319931eb1d83e77b4 authored over 11 years ago
Merge branch 'master' of ssh://github.com/kivy/python-for-android

github.com/kivy/python-for-android - 7927dcc75408672ee7fd6c0ea5908c48f367075c authored over 11 years ago
remove baaad exit

github.com/kivy/python-for-android - f6d3f9f19b3d3d38355bfe0a2c80cd514e753fb3 authored over 11 years ago
Merge pull request #20 from roskakori/master

Fixed #18: Builds fail on Ubuntu 13.04 with zlib.h missing.

github.com/kivy/buildozer - 9711f15fe834735d660383ac1b65542899388410 authored over 11 years ago
Merge branch 'master' of https://github.com/kivy/buildozer

Conflicts:
buildozer/targets/android.py

github.com/kivy/buildozer - bc396e2aa56ec049862860d4f132dd39aae7a003 authored over 11 years ago
Merge pull request #135 from encukou/check_call

build.py: Fail when ant process fails

github.com/kivy/python-for-android - ff07dc2d9fc1102c328d4910249fff5789cf3962 authored over 11 years ago
avoid empty lines when checking adb serials

github.com/kivy/buildozer - 8290aed23bbe7d87d5080caf73207a8e73781aff authored over 11 years ago
* Fixed #18: Builds fail on Ubuntu 13.04 with zlib.h missing.

* Fixed missing rebuild of build.py when the previous build failed.

github.com/kivy/buildozer - 97c4e411a4f9fcacdbd2952ae9bb2c754d6ca610 authored over 11 years ago
avoid start message of adb

github.com/kivy/buildozer - 4fe929694757fbccae04c79feee57bcc7e5ce26e authored over 11 years ago
avoid start message of adb

github.com/kivy/buildozer - a4ea97ac037900a1d8fd12fc1ae95c7be1a2cf37 authored over 11 years ago