aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update tests to cover bug#207.Luciano Wolf2010-05-191-0/+5
* Adding new-style signal/slot tests.Luciano Wolf2010-05-176-0/+254
* Implemented signal to signal connection.Renato Filho2010-05-171-0/+10
* Implemented support to connection type.Renato Filho2010-05-171-0/+8
* Removed init[slot,signal] from public api.Renato Filho2010-05-171-6/+8
* Fixed memory leak on signal allocator.Renato Filho2010-05-171-0/+8
* Implemente sequence operator on signal class.Renato Filho2010-05-171-0/+10
* Implemented signal name discovery if not setted on constructor.Renato Filho2010-05-171-3/+8
* Implemented support to modify slot return type.Renato Filho2010-05-172-3/+53
* Use new decorators api on autoconnect test.Renato Filho2010-05-171-0/+1
* Created unitest to slot decoration.Renato Filho2010-05-171-0/+49
* Created test to static metaobject.Renato Filho2010-05-101-0/+63
* New test case to cover QMenu.addAction() problem. Bug #167.Luciano Wolf2010-05-071-0/+25
* unittest for autoconection signal/slot.Renato Filho2010-05-071-0/+30
* uinit test for signasl with valuetype as pointer.Renato Filho2010-05-071-0/+19
* Fix phonon playing testLauro Neto2010-05-031-5/+11
* Adding test for QtScriptToolsLauro Neto2010-04-301-0/+41
* Created unittest for QtScript.Renato Filho2010-04-262-0/+17
* For now on, the c++ ownership is mandatory on QLayout family classes.Renato Filho2010-04-221-9/+25
* Implemented module QtMaemo5.renato2010-04-221-0/+19
* Fixed bug with refcount on PyObject args during signal/slot emission.Renato Filho2010-04-161-5/+51
* Removed unecessary inject code on QtHelp typesystem.Renato Filho2010-04-151-0/+0
* Created unittest for QtXmlPatterns.Renato Filho2010-04-131-0/+30
* Fix bug#197, among some reference leaks.Hugo Parente Lima2010-04-121-1/+6
* Fixed signal emission with pythonic signalture.Renato Filho2010-04-121-0/+16
* Adding test for multiple QObject inheritanceLauro Neto2010-04-091-0/+37
* Fix bug#210, "Can't connect generic callable objects as a slot".Hugo Parente Lima2010-04-081-0/+15
* QStrign uses the same hash function of str/unicode objects.Hugo Parente Lima2010-04-061-0/+5
* None is convertible to QString, the result is a QString where QString.isNull ...Hugo Parente Lima2010-04-062-6/+4
* QVariant.toList returns a list when it contains a python sequence.Hugo Lima2010-04-051-0/+5
* Fix some issues with QVariant, including the QAbstractKinectScroller one.Hugo Lima2010-04-051-0/+27
* Extended QMatrix test with QPoint reverse multiplication.Marcelo Lira2010-03-311-1/+19
* Initial bindings for QtUiTools.Hugo Lima2010-03-301-15/+11
* Removed unused/duplicated test due to a typo.Hugo Lima2010-03-301-14/+0
* Adding tests for QMenuBar.addAction.Lauro Neto2010-03-231-0/+44
* Adds unit tests for QDomDocument class.Marcelo Lira2010-03-231-0/+67
* Adds unit tests for QXmlSimpleReader class.Marcelo Lira2010-03-231-0/+34
* Adds a new flag test.Marcelo Lira2010-03-231-1/+5
* Adds a hash function to QTreeWidgetItem objects.Marcelo Lira2010-03-231-0/+18
* Adding a more complex test for QPixmap, QColor, etcLauro Neto2010-03-221-0/+20
* Adding QVariant(QPixmap) testLauro Neto2010-03-221-0/+14
* Fix QDataStream <</>> QPixmap testLauro Neto2010-03-221-8/+24
* Isolate QVariant tests that use pure python objsLauro Neto2010-03-222-48/+120
* Fixes QPixmap.loadFromData method and extends QPixmap test cases.Marcelo Lira2010-03-192-1/+15
* Added test for invalid QStringList conversion.Hugo Lima2010-03-171-0/+6
* Remove qtgui_qstring_qkeysequence from test blacklist.Hugo Lima2010-03-171-1/+1
* Extends the QKeySequence unit test.Marcelo Lira2010-03-042-8/+30
* Adding event filter test for new type discoveryLauro Neto2010-03-041-0/+47
* Initial QtTest bindingsLauro Neto2010-03-041-0/+28
* Updated type system and QString and QPixmap conversions to be extensible.Marcelo Lira2010-03-041-1/+1