aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore
Commit message (Collapse)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
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* 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 ↵Hugo Parente Lima2012-03-081-3/+2
| | | | | | | bytes. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* 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
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 944 - "QIODevice.readData must use qmemcpy instead of qstrncpy"Hugo Parente Lima2012-03-082-0/+21
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created unit test for bug #987.Renato Filho2012-03-082-0/+16
| | | | | Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 953 - "Segfault when QObject is garbage collected after ↵Hugo Parente Lima2012-03-082-0/+19
| | | | | | | QTimer.singeShot" Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* DynamicMetaObject optimizations.Renato Filho2012-03-082-192/+10
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Update bug_931 unit test to check for isinstance.Renato Filho2012-03-081-0/+6
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Created unit test for property decorator.Renato Filho2012-03-082-0/+36
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Update QMetaObject test to test optimization changes.Renato Filho2012-03-081-2/+4
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Update unit test for max signals.Renato Filho2012-03-081-5/+7
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Fix bug 938 - "QTemporaryFile JPEG problem"Hugo Parente Lima2012-03-082-0/+15
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* 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
| | | | | | | Because it imports QtGui module. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Fixes bug #910 - installEventFilter() increments reference count on target ↵Marcelo Lira2012-03-081-0/+36
| | | | | | | | | | | object. http://bugs.pyside.org/show_bug.cgi?id=910 Also added/fixed unit tests. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for bug #931.Renato Filho2012-03-082-0/+16
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for bug #921.Renato Filho2012-03-082-0/+53
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix bug 920 - "Cannot use same slot for two signals"Hugo Parente Lima2012-03-082-0/+26
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Created unit test for bug #927.Renato Filho2012-03-082-0/+25
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* Created unit test for duplicated signals.Renato Filho2012-03-081-0/+5
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* Created unit test for bug #896.Renato Filho2012-03-082-0/+19
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* Created unittest for bug #407.Renato Filho2012-03-081-0/+7
|
* Created unit test for bug #897.Renato Filho2012-03-081-0/+14
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed test case, when the destroyed() signal is emitted all C++ objects are ↵Hugo Parente Lima2012-03-081-1/+1
| | | | | | | just QObject because their up destructors were already called. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Created test for QObject.inherits.Renato Filho2012-03-082-0/+17
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug 869 - "QDateTimeEdit initial time problem"Hugo Parente Lima2012-03-082-6/+11
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Removed the rejection of QAbstractFileEngine.beginEntryList.Marcelo Lira2012-03-082-0/+76
| | | | | | | Added an unit test. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Check if the same python object arrive on destroyed signal.Renato Filho2012-03-081-0/+3
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created DestroyListener class.Renato Filho2012-03-082-0/+28
| | | | | | | | | | | This class is used to keep the Python object live until the signal destroyed emission. With this is possible to use the QObject on destruction signal. Fixes bug #505. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created unit test for ClassInfo class.Renato Filho2012-03-082-0/+30
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Create unit test for function QEasingCuver.setCustomType.Renato Filho2012-03-082-0/+27
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Update test for python 2.5Lauro Neto2012-03-081-0/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org>
* Implemented convertion from Python types for QDate, QTime, QDateTime.Renato Filho2012-03-082-0/+19
| | | | | | | Fixes bug #680 Reviewer: pcacjr <pcacjr@gmail.com> Hugo Parente <hugo.lima@openbossa.org>
* Fix bug 686 - "Request to make Q[Mutex|Read|Write]Locker context managers"Hugo Parente Lima2012-03-082-0/+86
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Unit test for bug 634, based on code from Marcus Lindblom.Marcelo Lira2012-03-082-0/+28
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Added tests for bug #716 - QPersistentModelIndex isn't convertible to ↵Marcelo Lira2012-03-081-0/+7
| | | | | | | | | | | | | QModelIndex The main test (exactly the same as reported) was added to QtGui tests, but also extended QAbstractItemModel test with a case that is the essence of the problem. http://bugs.pyside.org/show_bug.cgi?id=716 Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Create unit tests for bug #606Paulo Alcantara2012-03-082-0/+35
| | | | | | | Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created unit test for bug #312.Renato Filho2012-03-082-0/+33
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Create unit test for bug #835Paulo Alcantara2012-03-082-0/+66
| | | | | | | Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* 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
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created unit test for QSysInfo class.Renato Filho2012-03-082-0/+15
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Create unit test for bug #834Paulo Alcantara2012-03-082-0/+19
| | | | | | | Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created unit test for bug #826.Renato Filho2012-03-082-0/+30
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>