aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed signal name parser.Renato Filho2012-03-081-1/+1
* Implemented stream operator for PyObjectWrapper.Renato Filho2012-03-082-0/+46
* Fix bug 836 - "Pyside crashes with more than four base classes"Hugo Parente Lima2012-03-081-2/+2
* Use PyFloat as double in signal signatures.Renato Filho2012-03-081-1/+1
* Remove unused variables and warnings when using gcc 4.6.Hugo Parente Lima2012-03-081-2/+0
* Change the order of function call on destructionVisitor to avoid problems wit...Renato Filho2012-03-081-1/+2
* Fix bug 790 - "QStyledItemDelegate Signal with lambda and QModelIndex: Fatal ...Hugo Parente Lima2012-03-081-0/+1
* Fix bug 699 - "PySide.QtCore.Property doesn't throw a TypeError if the first ...Hugo Parente Lima2012-03-081-7/+7
* Fix bug 736 - "Signal/Slot is not working at all"Hugo Parente Lima2012-03-081-1/+1
* Changed local variable naming style.Hugo Parente Lima2012-03-081-3/+3
* Only raise 'RuntimeError' for function call to avoid problems with contructor...Renato Filho2012-03-081-3/+3
* Does not use normalizeSignature in functions with return type.Renato Filho2012-03-081-3/+5
* Check if class is valid before call meta object function on class getattro fu...Renato Filho2012-03-081-0/+3
* Refactor to simplify code just avoding some Cism.Hugo Parente Lima2012-03-081-6/+4
* Make PySide signals work with meta types.Hugo Parente Lima2012-03-081-1/+1
* Raise error when slot argument is unknown.Lauro Neto2012-03-081-0/+3
* Appended the metaclass data flags value on head.Renato Araujo Oliveira Filho2012-03-081-0/+1
* Fix bug 668 - "QFileSystemModel setRootPath stops application from quitting."Hugo Parente Lima2012-03-081-0/+2
* Fixed problems to emit signals with objects types.Renato Araujo Oliveira Filho2012-03-081-3/+8
* Fixed Cmake files used to find the library after the installation.ps-1.0.0-beta5Renato Araujo Oliveira Filho2012-03-081-8/+9
* Fix bug 651 - "Calling disconnect() with no arguments causes segfault"Hugo Parente Lima2012-03-081-5/+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
* Fix bug#552 - "Segmentation fault when using QUiLoader and QTabWidget"Hugo Parente Lima2012-03-081-2/+4