aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use .pyd extension for pysidetest module on Windows.Hugo Parente Lima2012-03-081-0/+3
* Fix QML tests on Windows.Hugo Parente Lima2012-03-083-3/+3
* Fix compilation under MS Windows.Hugo Parente Lima2012-03-081-2/+2
* Added a call to QObject.metaObject() to check if a segfault is caused.Marcelo Lira2012-03-081-1/+1
* Fixed QML type registering test.Marcelo Lira2012-03-081-1/+1
* Updated model/view test to follow changes in Shiboken/9459b9da commit.Marcelo Lira2012-03-081-1/+1
* Fix bug#491 - "pyside doesn't respect BUILD_TESTS"Hugo Parente Lima2012-03-081-3/+5
* Fixed ownership of the value returned by QAbstractItemModel::data(...).Marcelo Lira2012-03-081-0/+5
* Updated the PySide test related to Python model returning data to C++.Marcelo Lira2012-03-083-13/+29
* Created function used in PyObject getAttro.Renato Araujo Oliveira Filho2012-03-084-0/+81
* Created unittest for bug #505.Renato Araujo Oliveira Filho2012-03-082-0/+23
* Fix bug#517 - "Documentation for QtDeclarative is not linked in contents.html...Hugo Parente Lima2012-03-081-0/+1
* Fix bug#508 - "qmltopy1 crashes when setContextProperty is called twice witho...Hugo Parente Lima2012-03-081-3/+5
* Fix bug#518 - "The file 'genindex.html' is not found (linked from contents.ht...Hugo Parente Lima2012-03-081-4/+2
* Fix bug#512 - "QGridLayout::getItemPosition() is not available"Hugo Parente Lima2012-03-083-1/+46
* Added test for Python written models returning new objects without keeping re...Marcelo Lira2012-03-086-0/+101
* Fixed new style signal connection tests for the proper semantics.Marcelo Lira2012-03-082-2/+7
* Added unit test for bug#500Hugo Parente Lima2012-03-082-0/+16
* Add tests for qmlregisterType function and qml list properties.Hugo Parente Lima2012-03-083-0/+122
* Changed file permissions to 0644.Hugo Parente Lima2012-03-083-0/+0
* Add support for QML list properties.Hugo Parente Lima2012-03-083-11/+228
* Remove unused field "type" from PySideProperty private struct.Hugo Parente Lima2012-03-081-1/+0
* Replace useless check by a assert.Hugo Parente Lima2012-03-081-4/+1
* Add support for extension into PySide properties.Hugo Parente Lima2012-03-086-55/+109
* Fix copyright year.Hugo Parente Lima2012-03-082-2/+2
* Fixes QImage constructor signature that used string buffer as image data source.Marcelo Lira2012-03-083-6/+45
* Added QRegExp.replace(QString, const char*) method.Marcelo Lira2012-03-083-0/+56
* Avoid removal of qmlregistertype.cpp by the build system.Hugo Parente Lima2012-03-081-3/+3
* Initial implementation of qmlRegisterType.Hugo Parente Lima2012-03-084-0/+223
* 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
* Updates to more code snippets on documentation concerning QtCore module.Marcelo Lira2012-03-089-38/+236
* Updated a lot of code snippets on documentation concerning QtCore module.Marcelo Lira2012-03-0829-187/+172
* Fixed qt_metacall, now everything works as it should.Hugo Parente Lima2012-03-084-62/+56
* Fixed dynamic meta object to avoid empty meta method.Hugo Parente Lima2012-03-084-52/+58
* Add needed cast to compile using python versions <2.6Luciano Wolf2012-03-081-2/+2
* Fix doc generation after the refactor for v1.0.Hugo Parente Lima2012-03-081-2/+2
* Fix compilation on Windows.ps-1.0.0-beta1Hugo Parente Lima2010-11-251-0/+3
* Fix bug#496 - "No binary read/write methods in QDataStream"Hugo Parente Lima2010-11-242-3/+35
* 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-2321-92/+92
|\
| * Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-2321-92/+92
* | Fixed layout ownership transfer.Renato Araujo Oliveira Filho2010-11-231-1/+1
* | Created unit test for bug #480.Renato Araujo Oliveira Filho2010-11-232-0/+26
* | Fixed GlobalReceiver destructor.Renato Araujo Oliveira Filho2010-11-231-3/+6
* | Fixed unit test related to bug #446.Renato Araujo Oliveira Filho2010-11-222-4/+3
* | Separates QObjects with python ownership before start destructing then.Renato Araujo Oliveira Filho2010-11-221-1/+10
* | Added reference to object which was exported to QML context.Renato Araujo Oliveira Filho2010-11-221-1/+8