aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Create unittest to pickselector.renato2010-05-311-0/+17
* Fix QColor test to avoid floating points.renato2010-05-311-3/+2
* Revert "Fixed signal/slot class name based on PSEP 100."Hugo Parente Lima2010-05-317-23/+23
* Adding test cases to cover QtDeclarative + fix inside typesystem.Luciano Wolf2010-05-284-0/+168
* Test a specific situation that causes python segfault.Luciano Wolf2010-05-281-1/+13
* Webkit test cleanup.Luciano Wolf2010-05-281-5/+0
* Fixed QGLBuffer typo.Renato Filho2010-05-261-1/+1
* Implemented QGLBuffer unittest.Renato Filho2010-05-261-0/+49
* QtMultimedia bindings.Renato Filho2010-05-241-0/+32
* QtNetwork 4.7 unittest.Renato Filho2010-05-241-0/+23
* Use the "just compiled" libpyside even if the platform doesn't support librar...Hugo Parente Lima2010-05-211-1/+1
* Fix bug#218 - TimedQApplication uses a singleton.Luciano Wolf2010-05-212-7/+14
* QAbstractTableItemModel unittest.Renato Filho2010-05-201-0/+17
* Fixed signal/slot class name based on PSEP 100.Renato Filho2010-05-207-23/+23
* 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