aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore
Commit message (Expand)AuthorAgeFilesLines
* Fix unit test of bug 829.ps-1.0.8Hugo Parente Lima2012-03-082-5/+8
* Fix bug 1019 - "Overriding QWidget.show or QWidget.hide do not work"Hugo Parente Lima2012-03-082-0/+33
* Fixed unittest to work with python3.Renato Filho2012-03-081-3/+1
* Updated QtCore modue to works with python 2.x and 3.xRenato Filho2012-03-088-23/+25
* Initia QtCore port to python3.Renato Filho2012-03-0825-129/+147
* Fix QAbstractFileEngine read and readLine methods to accept data with null by...Hugo Parente Lima2012-03-081-3/+2
* Fix other QIODevice read functions stopping at null bytes.Hugo Parente Lima2012-03-081-0/+4
* Add extra test on QByteArray explicit conversionLauro Neto2012-03-081-0/+7
* Fix bug 944 - "QIODevice.readData must use qmemcpy instead of qstrncpy"Hugo Parente Lima2012-03-082-0/+21
* Created unit test for bug #987.Renato Filho2012-03-082-0/+16
* Fix bug 953 - "Segfault when QObject is garbage collected after QTimer.singeS...Hugo Parente Lima2012-03-082-0/+19
* DynamicMetaObject optimizations.Renato Filho2012-03-082-192/+10
* Update bug_931 unit test to check for isinstance.Renato Filho2012-03-081-0/+6
* Created unit test for property decorator.Renato Filho2012-03-082-0/+36
* Update QMetaObject test to test optimization changes.Renato Filho2012-03-081-2/+4
* Update unit test for max signals.Renato Filho2012-03-081-5/+7
* Fix bug 938 - "QTemporaryFile JPEG problem"Hugo Parente Lima2012-03-082-0/+15
* Fix bug 937 - "missing pid method in QProcess"Hugo Parente Lima2012-03-081-0/+12
* Fix bug 934 - "A __getitem__ of QByteArray behaves strange"Hugo Parente Lima2012-03-081-0/+4
* Moved test for bug #921 from QtCore's directory to QtGui's.Marcelo Lira2012-03-082-53/+0
* Fixes bug #910 - installEventFilter() increments reference count on target ob...Marcelo Lira2012-03-081-0/+36
* Created unit test for bug #931.Renato Filho2012-03-082-0/+16
* Created unit test for bug #921.Renato Filho2012-03-082-0/+53
* Fix bug 920 - "Cannot use same slot for two signals"Hugo Parente Lima2012-03-082-0/+26
* Created unit test for bug #927.Renato Filho2012-03-082-0/+25
* Created unit test for duplicated signals.Renato Filho2012-03-081-0/+5
* Created unit test for bug #896.Renato Filho2012-03-082-0/+19
* Created unittest for bug #407.Renato Filho2012-03-081-0/+7
* Created unit test for bug #897.Renato Filho2012-03-081-0/+14
* Fixed test case, when the destroyed() signal is emitted all C++ objects are j...Hugo Parente Lima2012-03-081-1/+1
* Created test for QObject.inherits.Renato Filho2012-03-082-0/+17
* Fix bug 869 - "QDateTimeEdit initial time problem"Hugo Parente Lima2012-03-082-6/+11
* Removed the rejection of QAbstractFileEngine.beginEntryList.Marcelo Lira2012-03-082-0/+76
* Check if the same python object arrive on destroyed signal.Renato Filho2012-03-081-0/+3
* Created DestroyListener class.Renato Filho2012-03-082-0/+28
* Created unit test for ClassInfo class.Renato Filho2012-03-082-0/+30
* Create unit test for function QEasingCuver.setCustomType.Renato Filho2012-03-082-0/+27
* Update test for python 2.5Lauro Neto2012-03-081-0/+2
* Implemented convertion from Python types for QDate, QTime, QDateTime.Renato Filho2012-03-082-0/+19
* Fix bug 686 - "Request to make Q[Mutex|Read|Write]Locker context managers"Hugo Parente Lima2012-03-082-0/+86
* Unit test for bug 634, based on code from Marcus Lindblom.Marcelo Lira2012-03-082-0/+28
* Added tests for bug #716 - QPersistentModelIndex isn't convertible to QModelI...Marcelo Lira2012-03-081-0/+7
* Create unit tests for bug #606Paulo Alcantara2012-03-082-0/+35
* Created unit test for bug #312.Renato Filho2012-03-082-0/+33
* Create unit test for bug #835Paulo Alcantara2012-03-082-0/+66
* Moved unit test of bug 834 from QtCore to QtGui, as it tests QtGui classes.Hugo Parente Lima2012-03-082-19/+0
* Created unit test for bug #820.Renato Filho2012-03-082-0/+70
* Created unit test for QSysInfo class.Renato Filho2012-03-082-0/+15
* Create unit test for bug #834Paulo Alcantara2012-03-082-0/+19
* Created unit test for bug #826.Renato Filho2012-03-082-0/+30