aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed QTreeWidgetItem.parent function policy.Renato Araujo Oliveira Filho2012-03-081-2/+17
| | | | | | | Fixes bug #585 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-083-0/+16
| | | | | | | | | 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 QWidget.setParent signature on typesystem.Renato Araujo Oliveira Filho2012-03-081-1/+1
|
* Lock the gil on some hand written code to avoid crashes.Hugo Parente Lima2012-03-082-4/+10
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed function QDataStream.readRawData return value.Renato Araujo Oliveira Filho2012-03-082-6/+11
| | | | | | | | 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-086-5/+35
| | | | | | | 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-083-0/+50
| | | | | | | | 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-082-3/+20
| | | | | | | | Create unit test for new use case. Fixes bug #547 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug#577 - "Reference to QString in docs"Hugo Parente Lima2012-03-081-4/+3
|
* Fixed QWidget.parent function.Renato Araujo Oliveira Filho2012-03-083-5/+51
| | | | | | | | 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-082-1/+16
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix bug 546 - "Python crash on exit"Hugo Parente Lima2012-03-083-2/+17
| | | | | 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-083-2/+29
| | | | | 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-083-15/+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-085-16/+16
| | | | to application crash)"
* Changes the arg name from p to parent to make parent heuristic work.Hugo Parente Lima2012-03-081-0/+5
|
* Fixed MetaObject creation based on typename.Renato Araujo Oliveira Filho2012-03-081-5/+1
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* 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_BINARY_DIR} on typesystem_path for QtMaemo5 module.Renato Araujo Oliveira Filho2012-03-081-1/+1
|
* Appended QtGui library dependency on pysidetest library.Renato Araujo Oliveira Filho2012-03-081-2/+2
|
* Test for QTDESIGNER before add QTUITOOLS.Renato Araujo Oliveira Filho2012-03-081-1/+3
| | | | | | | | This test is necessary because the module QTUITOOLS uses some classes from QTDESIGNER. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Bruno Araujo <bruno.araujo@openbossa.org>
* Fix QTreeWidget parent rules.Renato Araujo Oliveira Filho2012-03-083-0/+60
| | | | | | | | | | 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-083-4/+59
| | | | | | | 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.
* Fixed variable scope.Renato Araujo Oliveira Filho2012-03-082-1/+2
| | | | | | | This keep the QByteArray live during the use of your content. Reviewer: Lauro Moura <lauro.neto@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix testbinding dependencyLauro Neto2012-03-081-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Renato Araujo <renato.araujo@openbossa.org>
* Moved list_signal_test to pysidetest library.Renato Araujo Oliveira Filho2012-03-085-36/+27
| | | | | | | | This isolate the test case, and avoid other problems with X during the buildbot compilation. Reviewer: Lauro Moura <lauro.neto@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix the QtMultimedia/audio_test.py to accept computers with only nullRenato Araujo Oliveira Filho2012-03-081-1/+7
| | | | device.
* Avoid QMatrix test while gcc is broken.Renato Araujo Oliveira Filho2012-03-081-0/+5
|
* Used argument '-a' during the call of xvfb command.Renato Araujo Oliveira Filho2012-03-081-1/+1
| | | | | This argument allow the xvfb to find a free server number during the execution.
* Fixed QtUiTools plugin.Renato Araujo Oliveira Filho2012-03-082-6/+3
| | | | | | | | | Removed use of static QString to store the class name. Fix bug #533. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Added QSslCertificate to QtNetwork module.Renato Araujo Oliveira Filho2012-03-082-1/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed indentation mistakes.Renato Araujo Oliveira Filho2012-03-081-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed global functions from QT_TR_NOOP and QT_TRANSLATE_NOOP family.Marcelo Lira2012-03-084-10/+75
| | | | | | | | | | | These function just return one of their arguments as result, and the buggy implementation was forgetting to increment the reference count for the returned object. A new unit test was added. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fixes bug #502.Marcelo Lira2012-03-086-7/+91
| | | | | | | | | | | | | The ownership of the editor returned by the Python override of QAbstractItemDelegate.createEditor(...) is now transferred to C++. A test was added to simulate the situation that triggers the bug, instead of relying on an example with a view, model and editable cells. See: http://bugs.openbossa.org/show_bug.cgi?id=502 Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fixed type system for TestView from pysidetest directory.Marcelo Lira2012-03-081-1/+1
|
* QObject.sender should not steal the returned object ownership to Python.Marcelo Lira2012-03-081-1/+1
|
* Fix bug#544 - "QtCore.QRect missing binding for method getCoords"Hugo Parente Lima2012-03-082-5/+95
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix bug#481 - "mimeData() missing from QListWidget, QTreeWidget, QTableWidget"Hugo Parente Lima2012-03-081-3/+0
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug#558 - "print attribute of a QWebFrame cannot be accessed normally"Hugo Parente Lima2012-03-082-0/+3
|
* Fix QtMultimedia test to not fail when no devices were found.ps-1.0.0-beta2Hugo Parente Lima2012-03-081-1/+5
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Add GLuint as primitive type.Hugo Parente Lima2012-03-081-0/+1
| | | | | If we don't do that any function with GLuint will be rejected by the generator on Windows.