aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Expand)AuthorAgeFilesLines
* Fix getTypeName check order.Lauro Neto2012-03-081-2/+2
* Use sbkpython.h instead of Python.h to avoid problems with Python2.5.Hugo Parente Lima2012-03-0824-24/+24
* Avoid using uninitialized variable.Hugo Parente Lima2012-03-081-1/+1
* Updated Cmake files.Renato Filho2012-03-083-3/+3
* Initia QtCore port to python3.Renato Filho2012-03-0813-60/+100
* Created pyside QFlags compat class.Renato Filho2012-03-082-0/+157
* Fixed compilation with python3.Renato Filho2012-03-081-3/+3
* Avoid register property twice during the object instaciation.Renato Filho2012-03-081-1/+3
* Fixed segfault during the connection fail.Renato Filho2012-03-081-3/+3
* Fix bug 988 - "The type supplied with currentChanged signal in QTabWidget has...Hugo Parente Lima2012-03-081-1/+8
* Optimize my dumb code that do stuff with a QByteArray without knowing if will...Hugo Parente Lima2012-03-081-3/+4
* Fail during the signal connection or disconnection raises exception.Renato Filho2012-03-081-4/+19
* 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-083-126/+136
* Implemented GlobalReceiverV2.Renato Filho2012-03-087-8/+525
* Fix bug 953 - "Segfault when QObject is garbage collected after QTimer.singeS...Hugo Parente Lima2012-03-081-4/+9
* Deprecated functions marked as deprecated.Hugo Parente Lima2012-03-089-19/+27
* DynamicMetaObject optimizations.Renato Filho2012-03-081-58/+149
* Moved AutoArrayPointer from libpyside to libshiboken.Marcelo Lira2012-03-081-46/+0
* Fix bug 941 - "Signals with QtCore.Qt types as arguments has invalid signatures"Hugo Parente Lima2012-03-082-4/+60
* Implemented meta type for PySideSignal.Renato Filho2012-03-081-1/+55
* Use linked lists instead of lists to speed up a bit.Hugo Parente Lima2012-03-081-7/+7
* Small optimizations on libpyside.Hugo Parente Lima2012-03-083-33/+21
* Implemented Property decorator support.Renato Filho2012-03-081-3/+67
* Use realloc functions on MetaObject functions.Renato Filho2012-03-081-18/+19
* Implemented DynamicMetaObject optiomizations.Renato Filho2012-03-087-41/+134
* Fix bug 926 - "qmlRegisterType does not work with QObject"Hugo Parente Lima2012-03-082-7/+48
* Fix memory leak on GlobalReceiver.Renato Filho2012-03-081-6/+7
* Renamed PySide.Signal instance class to PySide.SignalInstance.Renato Filho2012-03-081-3/+4
* Disconnect signals during the class destroy.Renato Filho2012-03-082-28/+72
* Fix bug 920 - "Cannot use same slot for two signals"Hugo Parente Lima2012-03-081-3/+4
* Fix bug 929 - "pkg-config files do not know about Python version tags"Hugo Parente Lima2012-03-081-1/+1
* Increment reference for functions used on QtCore.Property.Renato Filho2012-03-081-4/+26
* Fixed PySide signal object constructor.Renato Filho2012-03-081-1/+5
* Implemented staticMetaObject property for QObjects.Renato Filho2012-03-083-61/+86
* Translate Shiboken enums to strings during the signal connection.Renato Filho2012-03-081-0/+2
* Fixed propagation of properties for user-defined types.Renato Filho2012-03-081-3/+23
* Remove reference leak on global receiver.Hugo Parente Lima2012-03-081-1/+0
* Removed glue code for QObject.inherits function.Renato Filho2012-03-082-0/+20
* Fixed signal connection with native c++ slot.Renato Filho2012-03-081-12/+13
* Avoid warnings about redefined constants.Hugo Parente Lima2012-03-081-1/+1
* Created DestroyListener class.Renato Filho2012-03-084-0/+108
* Fixed reference leek on global receiver callback call.Renato Filho2012-03-081-1/+2
* Implemented PySide::ClassInfo Object.Renato Filho2012-03-087-11/+317
* Create checkType for libpyside objects.Renato Filho2012-03-084-1/+17
* Fix indentation.Renato Filho2012-03-081-2/+2
* Create PySideWeakRef class.Renato Filho2012-03-083-0/+99
* Uses QMetaObject revision 3.Renato Filho2012-03-083-124/+77
* Avoid run PyObjectWrapper operators without python interpreter.Renato Filho2012-03-081-2/+12
* Fix bug #835 - "pyside breaks descriptor protocol"Paulo Alcantara2012-03-081-5/+15