aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore
Commit message (Expand)AuthorAgeFilesLines
* The temporary file used in the test for bug #829 must not be deleted by the t...Marcelo Lira2012-03-081-2/+1
* Replaced TypeResolver by SbkConverter and SpecificConverter.Marcelo Lira2012-03-081-2/+7
* Fixes the test for a QFlag value returned in a QVariant.Marcelo Lira2012-03-081-1/+1
* Makes test for QtCore's bug #1063 compliant with Python 3.Marcelo Lira2012-03-081-2/+3
* Fix BUG #1063Paulo Alcantara2012-03-082-0/+30
* Fix BUG #1069 - "QtCore.QDataStream silently fails on writing Python string"Paulo Alcantara2012-03-082-0/+23
* Fix BUG #1031Paulo Alcantara2012-03-082-0/+6
* Strip the text received from message handler.Hugo Parente Lima2012-03-081-1/+1
* Fix bug 1036 - "Qt.KeyboardModifiers always evaluates to zero"Hugo Parente Lima2012-03-081-0/+2
* 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