aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Expand)AuthorAgeFilesLines
* pysidesignal: more trivial fixesPaulo Alcantara2012-03-081-20/+23
* pysidesignal: don't use C's castPaulo Alcantara2012-03-081-5/+5
* pysidesignal: trivial fixesPaulo Alcantara2012-03-081-59/+61
* Fix BUG #1052Paulo Alcantara2012-03-081-3/+3
* Fix PYSIDE_LIBRARY in CMake export.Lauro Neto2012-03-081-1/+10
* Fixed compilation error for gcc versions < 4Jerzy Kozera2012-03-081-1/+1
* Fix bug 1036 - "Qt.KeyboardModifiers always evaluates to zero"Hugo Parente Lima2012-03-081-1/+15
* Creates QFlags types at runtime.Hugo Parente Lima2012-03-082-2/+42
* Fix bug 1013 - "connect to QSqlTableModel.primeInsert() causes crash"Hugo Parente Lima2012-03-082-24/+27
* Fix bug 1011 - "PySide cygwin patch"Hugo Parente Lima2012-03-082-2/+2
* Reduce the memory used by PySideMetaFunction instances.Hugo Parente Lima2012-03-081-3/+3
* Unify the code used to do QObject meta calls.Hugo Parente Lima2012-03-083-93/+80
* Fix bug 1016 - "Calling of Q_INVOKABLE method returning not QVariant is impos...Hugo Parente Lima2012-03-081-17/+55
* Optimize PySide::getMetaDataFromQObject function avoiding some str copies.Hugo Parente Lima2012-03-081-21/+26
* 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