aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Expand)AuthorAgeFilesLines
* Created function used in PyObject getAttro.Renato Araujo Oliveira Filho2012-03-082-0/+59
* Remove unused field "type" from PySideProperty private struct.Hugo Parente Lima2012-03-081-1/+0
* Add support for extension into PySide properties.Hugo Parente Lima2012-03-086-55/+109
* Set the object meta object at the declaration time, not instanciation time.Hugo Parente Lima2012-03-084-62/+96
* Moved pyside slot attr name do pysideslot_p.h.Hugo Parente Lima2012-03-084-1/+3
* PySidePropertyPrivate struct moved to the private header.Hugo Parente Lima2012-03-082-18/+23
* Remove unused ancient proxyslot.cpp file.Hugo Parente Lima2012-03-081-76/+0
* Fixed qt_metacall, now everything works as it should.Hugo Parente Lima2012-03-083-24/+28
* Fixed dynamic meta object to avoid empty meta method.Hugo Parente Lima2012-03-084-52/+58
* Fix crash at exit when there's a chain of referenced objects.Hugo Parente Lima2010-11-241-13/+15
* Merge branch 'apichanges'Hugo Parente Lima2010-11-235-14/+14
|\
| * Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-235-14/+14
* | Fixed GlobalReceiver destructor.Renato Araujo Oliveira Filho2010-11-231-3/+6
* | Separates QObjects with python ownership before start destructing then.Renato Araujo Oliveira Filho2010-11-221-1/+10
* | Fix generated property flags on metaobject.Renato Araujo Oliveira Filho2010-11-223-29/+37
|/
* Fix typo on function call template type.Renato Araujo Oliveira Filho2010-11-191-3/+2
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-193-11/+9
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-191-3/+1
* Uses QByteArray instead of QString to avoid data copy.Hugo Parente Lima2010-11-181-11/+5
* Remove function deleteDynamicQMetaObject, use Shiboken::callCppDestructor<Dyn...Hugo Parente Lima2010-11-182-7/+0
* Changes needed to compile QtCore with libshiboken v1.0Hugo Parente Lima2010-11-105-30/+27
* Implemented PySideMetaFunction class used to call dynamic slots.renatofilho2010-11-055-7/+267
* Fill the argument used on metacall for slot functions.renatofilho2010-11-031-0/+4
* Fixed invalid call function.renatofilho2010-11-031-1/+0
* Fixed slot registration during the meta object constructor.renatofilho2010-11-031-1/+1
* Fixed metacall function adn PyGil state handle.renatofilho2010-11-031-4/+15
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-0313-160/+191
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-0312-212/+263
* Exported function to instantiate a signal object.renatofilho2010-10-293-21/+38
* Stop signal/slot connection if is impossible to register that on object.renatofilho2010-10-282-7/+8
* Implemented Signal constructor base on QMethod list.renatofilho2010-10-282-0/+28
* Updated SignalManager to new TypeResolver api.renatofilho2010-10-281-13/+10
* Uses python include path provided by Shiboken.Hugo Parente Lima2010-10-261-2/+1
* Updated PySide cmake files to use Python library information from Shiboken.Marcelo Lira2010-10-261-1/+1
* Remove releaseWrapper as Signal tp_deallocLauro Neto2010-10-261-1/+1
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-222-0/+31
* Put signals register before property registration.renatofilho2010-10-221-4/+12
* Fixes to libpyside pkg-config and cmake files.Marcelo Lira2010-10-222-2/+6
* Fixed type translate on QProperty.renatofilho2010-10-221-25/+2
* Implemented support to notify argument on Properties.renatofilho2010-10-219-107/+207
* Create private data structure to QProperty type.renatofilho2010-10-213-37/+45
* Added d-pointer to PySideSignalInstanceData struct.Hugo Parente Lima2010-10-194-55/+76
* Signal objects redirect calls for homonymous methods.Marcelo Lira2010-10-112-93/+156
* Turn call_method function into an anonimous function.Hugo Parente Lima2010-10-072-4/+4
* Rename some slot internal functions and structures and remove C linkage from ...Hugo Parente Lima2010-10-073-27/+61
* Don't export symbols that don't need to be exported and rename many functions.Hugo Parente Lima2010-10-076-254/+289
* Don't inline function deleteDynamicQMetaObject.Hugo Parente Lima2010-10-072-4/+6
* Move structs tagged as "export C" outside C++ namespaces.Hugo Parente Lima2010-10-074-64/+64
* Don't export functions not used outsise libpyside and move them to an private...Hugo Parente Lima2010-10-076-121/+161
* Changed name of qproperty functionsHugo Parente Lima2010-10-075-43/+43