aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo on Cmake files.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
* Fixed path to include file used on cmake files.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Use python base name as library prefix.Renato Araujo Oliveira Filho2012-03-083-10/+18
* New format for __version_info__.Hugo Parente Lima2012-03-081-1/+1
* Fix bug#563 - "Unhandled signal emitting with invalid signature (which leads ...Hugo Parente Lima2012-03-081-1/+1
* Fixed MetaObject creation based on typename.Renato Araujo Oliveira Filho2012-03-081-5/+1
* Fixed variable scope.Renato Araujo Oliveira Filho2012-03-082-1/+2
* Created function used in PyObject getAttro.Renato Araujo Oliveira Filho2012-03-082-0/+59
* Remove unused field "type" from PySideProperty private struct.Hugo Parente Lima2012-03-081-1/+0
* Add support for extension into PySide properties.Hugo Parente Lima2012-03-086-55/+109
* Set the object meta object at the declaration time, not instanciation time.Hugo Parente Lima2012-03-084-62/+96
* Moved pyside slot attr name do pysideslot_p.h.Hugo Parente Lima2012-03-084-1/+3
* PySidePropertyPrivate struct moved to the private header.Hugo Parente Lima2012-03-082-18/+23
* Remove unused ancient proxyslot.cpp file.Hugo Parente Lima2012-03-081-76/+0
* Fixed qt_metacall, now everything works as it should.Hugo Parente Lima2012-03-083-24/+28
* Fixed dynamic meta object to avoid empty meta method.Hugo Parente Lima2012-03-084-52/+58
* Fix crash at exit when there's a chain of referenced objects.Hugo Parente Lima2010-11-241-13/+15
* Merge branch 'apichanges'Hugo Parente Lima2010-11-235-14/+14
|\
| * Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-235-14/+14
* | Fixed GlobalReceiver destructor.Renato Araujo Oliveira Filho2010-11-231-3/+6
* | Separates QObjects with python ownership before start destructing then.Renato Araujo Oliveira Filho2010-11-221-1/+10
* | Fix generated property flags on metaobject.Renato Araujo Oliveira Filho2010-11-223-29/+37
|/
* Fix typo on function call template type.Renato Araujo Oliveira Filho2010-11-191-3/+2
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-193-11/+9
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-191-3/+1
* Uses QByteArray instead of QString to avoid data copy.Hugo Parente Lima2010-11-181-11/+5