aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/signalmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 1013 - "connect to QSqlTableModel.primeInsert() causes crash"Hugo Parente Lima2012-03-081-23/+26
* Unify the code used to do QObject meta calls.Hugo Parente Lima2012-03-081-50/+7
* Avoid using uninitialized variable.Hugo Parente Lima2012-03-081-1/+1
* Initia QtCore port to python3.Renato Filho2012-03-081-6/+30
* Fixed SignalManager bug during anonymous signal connection.Renato Filho2012-03-081-3/+5
* Created utility function to call a python method usign args received inRenato Filho2012-03-081-98/+126
* Implemented GlobalReceiverV2.Renato Filho2012-03-081-0/+66
* Fix bug 953 - "Segfault when QObject is garbage collected after QTimer.singeS...Hugo Parente Lima2012-03-081-4/+9
* Implemented DynamicMetaObject optiomizations.Renato Filho2012-03-081-7/+61
* Avoid run PyObjectWrapper operators without python interpreter.Renato Filho2012-03-081-2/+12
* Implemented stream operator for PyObjectWrapper.Renato Filho2012-03-081-0/+42
* Changed local variable naming style.Hugo Parente Lima2012-03-081-3/+3
* Fixed problems to emit signals with objects types.Renato Araujo Oliveira Filho2012-03-081-3/+8
* Don't crash if a typeId was not found when emiting a signal.Hugo Parente Lima2012-03-081-2/+2
* Replace use of QMetaObject::activate to QObject::qt_metacall.Renato Araujo Oliveira Filho2012-03-081-2/+2
* Don't crash when a unknown type is given as a meta call argument.Hugo Parente Lima2012-03-081-2/+8
* Fix bug#563 - "Unhandled signal emitting with invalid signature (which leads ...Hugo Parente Lima2012-03-081-1/+1
* Fixed variable scope.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Add support for extension into PySide properties.Hugo Parente Lima2012-03-081-29/+2
* Fixed qt_metacall, now everything works as it should.Hugo Parente Lima2012-03-081-12/+18
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-231-1/+1
* Changes needed to compile QtCore with libshiboken v1.0Hugo Parente Lima2010-11-101-4/+4
* Fill the argument used on metacall for slot functions.renatofilho2010-11-031-0/+4
* Fixed invalid call function.renatofilho2010-11-031-1/+0
* Fixed metacall function adn PyGil state handle.renatofilho2010-11-031-4/+15
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-122/+6
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-5/+5
* Stop signal/slot connection if is impossible to register that on object.renatofilho2010-10-281-1/+1
* Updated SignalManager to new TypeResolver api.renatofilho2010-10-281-13/+10
* Implemented support to notify argument on Properties.renatofilho2010-10-211-1/+1
* Turn call_method function into an anonimous function.Hugo Parente Lima2010-10-071-2/+4
* Don't export functions not used outsise libpyside and move them to an private...Hugo Parente Lima2010-10-071-2/+4
* Changed name of qproperty functionsHugo Parente Lima2010-10-071-4/+4
* Inlcluded assert to avoid call objectcts metacall whithout Python relatives.renatofilho2010-09-241-0/+1
* Created PySide cleanup functions used to register functions to be called befo...renatofilho2010-09-171-0/+7
* Don't ignore exceptions caused by property getters and setters.Hugo Parente Lima2010-09-151-0/+2
* Fix project name on license boilerplates.Hugo Parente Lima2010-09-091-1/+1
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-091-21/+9
* Raise a error when try to modify a read-only property.Renato Filho2010-08-161-1/+0
* Fix build on python2.5.Hugo Parente Lima2010-07-091-1/+1
* Implemented support to properties on QMetaObject.Renato Filho2010-07-081-4/+79
* Implemented copy constructor to PyObjectWrapper.Renato Filho2010-07-051-2/+41
* Check for invalid signal or slot name.Renato Filho2010-06-231-1/+4
* Fixed signal connection with native slot.Renato Filho2010-06-171-13/+28
* Create unit-test for signal with QObject.Renato Filho2010-06-171-3/+10
* Removed QVariant from PySide.Hugo Parente Lima2010-06-101-18/+7
* Remove registration of PySide primitive types, the generator do this automati...Hugo Parente Lima2010-06-101-17/+0
* Fixed QApplication exit order.Renato Filho2010-04-221-0/+6
* Fixed bug with refcount on PyObject args during signal/slot emission.Renato Filho2010-04-161-2/+3
* Fix bug#197, among some reference leaks.Hugo Parente Lima2010-04-121-9/+19