aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Fix generated property flags on metaobject.Renato Araujo Oliveira Filho2010-11-224-29/+51
* | Fix setContexMenu function ownership rule.Renato Araujo Oliveira Filho2010-11-201-1/+1
* | Created unit test for bug #446.Renato Araujo Oliveira Filho2010-11-192-1/+50
* | Fixed codesnippte about return of QAbstractSocket.read function.Renato Araujo Oliveira Filho2010-11-191-4/+3
* | Create unit test for bug #467.Renato Araujo Oliveira Filho2010-11-192-0/+20
|/
* Fixed use of QtDeclarative include header to work with MacOS.Renato Araujo Oliveira Filho2010-11-191-1/+1
* 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-1911-32/+30
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-199-37/+34
* Fixed recursive call on duck punching test.Renato Araujo Oliveira Filho2010-11-191-1/+0
* Fixed unit test to avoid exit with thread running.Renato Araujo Oliveira Filho2010-11-191-0/+2
* Created unit test for bug 462.Renato Araujo Oliveira Filho2010-11-192-0/+44
* Uses QByteArray instead of QString to avoid data copy.Hugo Parente Lima2010-11-181-11/+5
* Remove function deleteDynamicQMetaObject, use Shiboken::callCppDestructor<Dyn...Hugo Parente Lima2010-11-182-7/+0
* Fix setLayout method that was causing segfault when itemAt wasn't implemented.Luciano Wolf2010-11-174-12/+43
* Fix bug#470 - "Object::connect: No such signal QTimer::"timeout()" when using...Mickaƫl2010-11-161-1/+1
* Fix bug#471 - "QtCore.QObject is missing 'thread' method"Hugo Parente Lima2010-11-162-1/+2