aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/signalmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed signal emission with pythonic signalture.Renato Filho2010-04-121-0/+50
* Use heap allocation for array with unknown size.Thomas Berg2010-04-101-1/+2
* Fix bug#210, "Can't connect generic callable objects as a slot".Hugo Parente Lima2010-04-081-0/+2
* Better warning message when the signal emission fail.Hugo Parente Lima2010-04-061-1/+1
* Fixed memory leak on callbacks used on signal connection.Renato Filho2010-02-231-6/+15
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-051-0/+22
* If an error occur when calling a slot, print the error to stderr.Hugo Lima2010-02-041-1/+3
* Adapt to changes in AutoDecRef classHugo Lima2010-02-011-2/+2
* Updates SignalManager and GlobalReceiver to acquire the GIL before calling Py...Marcelo Lira2010-01-181-0/+2