Hugo Parente Lima
13d9f714c5
Add unit test for bug 693 - "Heap corruption or double free reported on program exit"
...
Reviewer: Renato Araújo <renato.filho@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
2011-03-18 18:32:37 -03:00
Renato Filho
a6f0d0cb52
Fixed test for bug #674 to works with new getattr check.
...
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-03-16 17:01:08 -03:00
Renato Filho
fb3bae60f4
Created unit test for bug #696 .
...
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-03-16 17:01:08 -03:00
Renato Filho
b1a1f61c64
Created unit test for bug #711 .
...
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Lauro Moura <lauro.neto@openbossa.org>
2011-03-16 16:34:26 -03:00
Renato Filho
4c149aef4e
Created unit test for bug #714 .
...
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-03-09 18:06:19 -03:00
Hugo Parente Lima
e0cf4b000d
Fix bug 674 - "QGraphicsScene::clear() is missing"
2011-02-16 16:07:01 -02:00
Hugo Parente Lima
691841f829
Fix bug 675 - "QGraphicsLinearLayout segfault"
...
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
2011-02-15 19:35:05 -02:00
Hugo Parente Lima
26d6f4a39e
Fix bug 638 - "Documentation for phonon doesn't show class inheritance diagrams."
2011-02-11 15:09:53 -02:00
Marcelo Lira
42c9f80b06
Added QCursor test. It is related to bug #630 .
...
Bug #630 - Fails to resolve overload for QCursor(QBitmap, QBitmap, int, int)
http://bugs.openbossa.org/show_bug.cgi?id=630
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
2011-02-10 14:07:56 -03:00
Renato Araujo Oliveira Filho
bda10df1da
Fixed function 'QToolBar.addAction' to support callback in the
...
arguments.
Create unit test for bug #635 .
Fixes bug #635 .
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Hugo Parente Lima <hugo.pl@gmail.com>
2011-02-10 10:36:07 -03:00
Hugo Parente Lima
7909d294f5
Fix bug 668 - "QFileSystemModel setRootPath stops application from quitting."
...
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Renato Araújo <renato.filho@openbossa.org>
2011-02-09 18:26:55 -02:00
Hugo Parente Lima
2248c1b944
Fix bug 667 - "Crash on exit"
2011-02-09 18:26:55 -02:00
Renato Araujo Oliveira Filho
323b37beda
Created unit test for bug #662 .
...
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Hugo Parente Lima <hugo.pl@gmail.com>
2011-02-09 15:46:29 -03:00
Hugo Parente Lima
ac325f24e4
Fix bug 660 - "QMimeData type deleted prematurely when overriding mime-type in QStandardItemModel drag and drop"
2011-02-04 19:28:42 -02:00
Hugo Parente Lima
d44aa5c310
Fix bug 643 - "QTabWidget.insertTab not taking ownership"
2011-02-04 19:28:42 -02:00
Hugo Parente Lima
709895f2fb
Fix bug 653 - "Crash after calling QWizardPage.wizard()"
...
Reviewer: Renato Araújo <renato.filho@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
2011-02-02 20:09:10 -02:00
Hugo Parente Lima
295b965d3c
Fix bug 652 - "Segfault when using QTextBlock::setUserData due to missing ownership transfer"
2011-02-02 19:23:24 -02:00
Hugo Parente Lima
2a43919024
Fix bug 565 - "QImage missing *data constructors"
...
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.
2011-01-28 19:33:42 -02:00
Renato Araujo Oliveira Filho
3c3caf154e
Created unit test for bug #617 .
...
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-01-28 16:17:18 -03:00
Renato Araujo Oliveira Filho
5112a89ca9
Created __repr__ function unit test.
...
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-01-27 17:35:05 -03:00
Hugo Parente Lima
629c0c383b
Add test for bug#640.
...
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
2011-01-25 15:55:01 -02:00
Renato Araujo Oliveira Filho
c5fffa6f24
Implement support to others color spec on deepcopy function.
...
Created unit test QColor reduce function.
Fixes bug #612 .
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-01-25 15:38:22 -03:00
Renato Araujo Oliveira Filho
9a4c439d7f
Fixed QLineEdit.getTextMargins return value.
...
Fixes bug #632
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-01-24 13:44:28 -03:00
Marcelo Lira
1a3418c8d1
Added test for module reloading.
...
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Reviewed by Renato Araújo <renato.filho@openbossa.org>
2011-01-19 17:49:12 -03:00
Renato Araujo Oliveira Filho
50e6f7671d
Created unit test for bug #575 .
...
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
Luciano Wolf <luciano.wolf@openbossa.org>
2011-01-17 10:46:43 -03:00
Marcelo Lira
ed0d9cf820
Added test for QPainter.setPen() method.
...
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>
2011-01-12 10:44:21 -03:00
Renato Araujo Oliveira Filho
fb9fdba329
Created unit test for bug 589.
...
Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-01-07 19:15:49 -03:00
Renato Araujo Oliveira Filho
932d9bced9
Created unit test for bug #585 .
...
Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-01-06 14:17:21 -03:00
Renato Araujo Oliveira Filho
39a5a09145
Fix QTreeWidgetItem.parent function.
...
Create unit test for new use case.
Fixes bug #547
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Hugo Parente Lima <hugo.pl@gmail.com>
2011-01-03 14:56:33 -03:00
Renato Araujo Oliveira Filho
f9587fcad2
Fixed QWidget.parent function.
...
Create unit test for bug 576.
Fixes bug #576 .
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Lauro Moura <lauro.neto@openbossa.org>
2011-01-03 13:50:25 -03:00
Hugo Parente Lima
d0d4ba1564
Fix bug 546 - "Python crash on exit"
...
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Lauro Moura <lauro.neto@openbossa.org>
2010-12-30 15:39:44 -02:00
Hugo Parente Lima
249a87808a
Fix bug#493 - "__eq__ and friends not implemented for QKeyEvent == QKeySequence"
...
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Lauro Moura <lauro.neto@openbossa.org>
2010-12-29 19:12:28 -02:00
Renato Araujo Oliveira Filho
9d6d30cb6a
Changed api2 test to work on MacOS during a ssh session.
2010-12-29 11:55:55 -03:00
Hugo Parente Lima
7810dcd829
Fix bug#569 - "QTableWidgetItem is missing binding of __lt__ to operator<"
...
Reviewer: Renato Araújo <renato.filho@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2010-12-29 10:14:28 -02:00
Renato Araujo Oliveira Filho
7144634e35
Fix test to avoid problems on slow computers.
...
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
2010-12-29 09:54:58 -03:00
Renato Araujo Oliveira Filho
a74d92adce
Fix QTreeWidget parent rules.
...
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>
2010-12-27 19:20:05 -03:00
Renato Araujo Oliveira Filho
656be4ec98
Removed some float comparisons from QColor test to avoid armel problems.
...
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
2010-12-27 13:32:16 -03:00
Hugo Parente Lima
6cf55675dc
Fix bug#549 - "QGraphicsWidget::getContentsMargins() and QGraphicsWidget::getWindowFrameMargins() not available"
...
Reviewer: Renato Araújo <renato.filho@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2010-12-23 17:22:29 -02:00
Renato Araujo Oliveira Filho
67b868ccb9
Avoid QMatrix test while gcc is broken.
2010-12-22 10:17:21 -03:00
Renato Araujo Oliveira Filho
539b906eb2
Created function used in PyObject getAttro.
...
Moved the code generated to a function in libpyside.
Create unit test for bug #525 .
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
Marcelo Lira <marcelo.lira@openbossa.org>
2010-12-15 19:06:45 -03:00
Hugo Parente Lima
e3796fa3e7
Fix bug#512 - "QGridLayout::getItemPosition() is not available"
...
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Renato Araújo <renato.filho@openbossa.org>
2010-12-14 15:28:55 -02:00
Marcelo Lira
4630f41f6a
Fixed new style signal connection tests for the proper semantics.
...
One example to clarify: for the "destroyed(QObject* = 0)" signal,
"obj.destroyed.connect(...)" connects to "destroyed()", and
"obj.destroyed[QObject].connect(...)" connects to "destroyed(QObject*)".
Reviewed by Lauro Moura <lauro.neto@openbossa.org>
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
2010-12-13 16:00:22 -03:00
Hugo Parente Lima
154560c9c5
Added unit test for bug#500
...
Reviewer: Lauro Mora <lauro.neto@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2010-12-13 11:39:24 -02:00
Marcelo Lira
0a5e353ad0
Fixes QImage constructor signature that used string buffer as image data source.
...
The fixes uses the patch provided by Pieter Palmers on the bug #489
description[1].
A very simple test, to check the signature existence, was added.
[1] http://bugs.openbossa.org/show_bug.cgi?id=489
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
2010-12-06 17:49:56 -03:00
Renato Araujo Oliveira Filho
abf841fbd3
Created unit test for bug #480 .
...
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2010-11-23 14:08:39 -03:00
Renato Araujo Oliveira Filho
c21497ec1a
Create unit test for bug #467 .
2010-11-19 19:31:36 -03:00
Luciano Wolf
16913eedce
Fix setLayout method that was causing segfault when itemAt wasn't implemented.
...
Reviewer: Hugo Parente <hugo.lima@openbossa.org>
Renato Araújo <renato.filho@openbossa.org>
2010-11-17 19:10:02 -03:00
Hugo Parente Lima
655219636b
Fix bug#436 - "Using a custom QValidator generates a segfault"
...
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
2010-11-11 18:13:50 -02:00
Marcelo Lira
729d68b703
Added test for Bug 452.
...
Bug 452 - QListWidgetItem() not casting NoneType to null correctly.
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
Reviewed by Renato Araújo <renato.filho@openbossa.org>
2010-11-09 10:47:47 -03:00
Hugo Parente Lima
31a4f12f4c
Fix unit test for bug 430
2010-10-28 15:08:04 -02:00