aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 651 - "Calling disconnect() with no arguments causes segfault"Hugo Parente Lima2012-03-082-0/+33
|
* Fix bug 656 - "cannot inherit from QCoreApplication"Hugo Parente Lima2012-03-082-0/+10
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Updated GeneratorRunner calls on CMake files to use "--generator-set" ↵Marcelo Lira2012-03-081-1/+1
| | | | | | | | instead of "--generatorSet". Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Added test for bug 613.Hugo Parente Lima2012-03-082-0/+25
|
* Fix bug 565 - "QImage missing *data constructors"Hugo Parente Lima2012-03-081-6/+18
| | | | | | | | | | Fix bug 566 - "'PySide.QtGui.QImage' object has no attribute 'scanLine'" The constructors now accepts any PyObject which implements the buffer protocol, as the C++ and PyQt4 version the buffer must be alive during the life time of QImage because QImage *does not* copy the image data. scanLine() and bits() now return buffer objects pointing to the memory inside QImage.
* Created unit test for bug #617.Renato Araujo Oliveira Filho2012-03-082-0/+22
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created __repr__ function unit test.Renato Araujo Oliveira Filho2012-03-084-0/+165
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Add test for bug#640.Hugo Parente Lima2012-03-082-0/+12
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Implement support to others color spec on deepcopy function.Renato Araujo Oliveira Filho2012-03-081-0/+25
| | | | | | | | | Created unit test QColor reduce function. Fixes bug #612. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj ↵Hugo Parente Lima2012-03-081-0/+5
| | | | types?) returns True for empty instance; probably should be False"
* Fixed QLineEdit.getTextMargins return value.Renato Araujo Oliveira Filho2012-03-081-0/+20
| | | | | | | Fixes bug #632 Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Marcelo Lira <marcelo.lira@openbossa.org>
* Added test cases for signal emission.Marcelo Lira2012-03-085-0/+164
| | | | | | | Signals are emitted from C++ and Python. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix bug#552 - "Segmentation fault when using QUiLoader and QTabWidget"Hugo Parente Lima2012-03-083-0/+64
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Use the same Python used by Shiboken instead of find a new one.Hugo Parente Lima2012-03-081-2/+1
|
* Fix bug#623 - "QGLWidget.bindTexture(QPixmap, GLenum, GLenum) is missing"Hugo Parente Lima2012-03-082-0/+19
|
* Added test for module reloading.Marcelo Lira2012-03-083-0/+52
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Created unit test for bug #575.Renato Araujo Oliveira Filho2012-03-082-0/+21
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#584 - "python pickle module can't treat QByteArray object of PySide"Hugo Parente Lima2012-03-081-0/+11
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Create a new parent test.Renato Araujo Oliveira Filho2012-03-081-0/+7
| | | | | Check if the parent does not increase the reference if you set the parent twice.
* Added test for QPainter.setPen() method.Marcelo Lira2012-03-081-3/+27
| | | | | | | | | | | | Calls it with enum, to call the setPen(Qt.PenStyle) signature, and with an integer, to call the setPen(QColor) signature (QColor is implicitly built from an unsigned int in C++). For more details see Bug #511: http://bugs.openbossa.org/show_bug.cgi?id=511 Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Added condition for a phonon test that fails on Win32 with Qt 4.7.1.Marcelo Lira2012-03-081-1/+5
| | | | | | | | | | | | This is due to a bug on Phonon::createPath that happens with the specific combination of Win32 platform and Qt 4.7.1. The bug is reported as fixed for Qt 4.7.2, but it wasn't released yet. For more details on the bug: http://bugreports.qt.nokia.com/browse/QTBUG-13062 Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Created unit test for bug 589.Renato Araujo Oliveira Filho2012-03-082-0/+20
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixes connecting signal to decorated slot.Marcelo Lira2012-03-082-2/+42
| | | | | | | | | | | | Decorated methods on classes derived from QObject are not called when connected to Qt signals because they get a name different from the decorated method. To solve this decorated methods are registered as global slots. An unit test was added. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Refactoring to Phonon basic playing test.Marcelo Lira2012-03-083-32/+26
| | | | | | | Also replaced the ogg audio tone file for a wav one. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fixed PATH variable for tests on win32 platform.Marcelo Lira2012-03-081-1/+1
|
* Created unit test for bug #585.ps-1.0.0-beta3Renato Araujo Oliveira Filho2012-03-082-0/+27
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Only try to play the ogg file if the system has the capability to do it.Hugo Parente Lima2012-03-081-3/+7
| | | | | | | This fix a failing test on macosx. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fixed QtNetwork test to use '127.0.0.1' instead of 'localhost'Renato Araujo Oliveira Filho2012-03-083-14/+29
| | | | | | | | | | This is necessary to make all test to be able run on any buildbot machine. Fix Http server shutdown sequence to avoid deadlocks. Fixes bug #587 Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug#557 - "Segmentation fault in QDeclarativeComponent.loadUrl()"Hugo Parente Lima2012-03-082-0/+15
| | | | | | | | | The signature QDeclarativeComponent(QObject*) should not exist, it's not documented and just creates a useless QDeclarativeComponent when used, useless in the sense that it will segfault when used. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fixed function QDataStream.readRawData return value.Renato Araujo Oliveira Filho2012-03-081-4/+4
| | | | | | | | The function readRawData now return None in case of error, otherwise a string with the read data. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* New format for __version_info__.Hugo Parente Lima2012-03-082-0/+21
| | | | | | | The new format follow the same rules used by sys.version_info(). Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Created support to function qAddPostRoutine.Renato Araujo Oliveira Filho2012-03-082-0/+19
| | | | | | | | Created unit test for bug #515 Fixes bug #515 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Added test case for Bug #572.Marcelo Lira2012-03-081-0/+4
| | | | | | | | Bug #572: Giving unicode value as 'body' argument to WebView's load method crashes python. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fix QTreeWidgetItem.parent function.Renato Araujo Oliveira Filho2012-03-081-2/+19
| | | | | | | | Create unit test for new use case. Fixes bug #547 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed QWidget.parent function.Renato Araujo Oliveira Filho2012-03-082-0/+33
| | | | | | | | Create unit test for bug 576. Fixes bug #576. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Avoid conflict in test case namesLauro Neto2012-03-081-1/+1
| | | | | Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed test to work in all platform.Renato Araujo Oliveira Filho2012-03-081-2/+2
|
* Fix bug#514 - "Static method QByteArray.fromRawData is missing from QtCore"Hugo Parente Lima2012-03-081-0/+7
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix bug 546 - "Python crash on exit"Hugo Parente Lima2012-03-082-0/+15
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix bug#493 - "__eq__ and friends not implemented for QKeyEvent == QKeySequence"Hugo Parente Lima2012-03-082-0/+22
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Improve QtScriptEngineDebugger test behaviorLauro Neto2012-03-081-11/+14
| | | | | | | | The extra ContinueAction after evaluate() was crashing on MacOS X. Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Renato Araujo <renator.filho@openbossa.org>
* Changed api2 test to work on MacOS during a ssh session.Renato Araujo Oliveira Filho2012-03-081-8/+7
|
* Fix bug#569 - "QTableWidgetItem is missing binding of __lt__ to operator<"Hugo Parente Lima2012-03-082-0/+20
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug#563 - "Unhandled signal emitting with invalid signature (which leads ↵Hugo Parente Lima2012-03-084-15/+15
| | | | to application crash)"
* Fix test to avoid problems on slow computers.Renato Araujo Oliveira Filho2012-03-081-1/+1
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Appended QtGui library dependency on pysidetest library.Renato Araujo Oliveira Filho2012-03-081-2/+2
|
* Fix QTreeWidget parent rules.Renato Araujo Oliveira Filho2012-03-082-0/+40
| | | | | | | | | | QTreeWidget.clear() - remove all child ref from the current widget QTreeWidgetItem.parent() - use default policy for returned value Fix bug #547 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Removed some float comparisons from QColor test to avoid armel problems.Renato Araujo Oliveira Filho2012-03-081-12/+1
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Fix bug#549 - "QGraphicsWidget::getContentsMargins() and ↵Hugo Parente Lima2012-03-082-0/+17
| | | | | | | QGraphicsWidget::getWindowFrameMargins() not available" Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Used more common signature on function test to QList objects.Renato Araujo Oliveira Filho2012-03-081-1/+1
| | | | | Replaced "const QList<QObject*>" signature to "const QList<QObject*>&", more used on Qt code.