aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 717 - "QByteArray doesn't honor \0 inside strings."Hugo Parente Lima2012-03-082-10/+7
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixes bug #755 - Method "void QInputContext::setFocusWidget(QWidget*)" missingMarcelo Lira2012-03-082-0/+23
| | | | | | | | | Also added an unit test. http://bugs.pyside.org/show_bug.cgi?id=755 Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fixes bugs 753 and 754.Marcelo Lira2012-03-082-0/+32
| | | | | | | Bug #753 - Method "void QTextDocument::undo(QTextCursor*)" missing Bug #754 - Method "void QTextDocument::redo(QTextCursor*)" missing Also added an unit test.
* Fixes bug #741 - Method "qreal QTextLine::cursorToX(int*,Edge) const" missing.Marcelo Lira2012-03-082-0/+24
| | | | | | Also added unit tests. http://bugs.pyside.org/show_bug.cgi?id=741
* Fixes bug #742 - Method "void ↵Marcelo Lira2012-03-081-1/+8
| | | | | | | | QPrinter::getPageMargins(qreal*,qreal*,qreal*,qreal*,Unit) const" missing Also added unit tests. http://bugs.pyside.org/show_bug.cgi?id=742
* Created unittest for bug #750.Renato Filho2012-03-082-0/+25
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created unit test for bug #743.Renato Filho2012-03-082-0/+16
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created unit test for bug #740.Renato Filho2012-03-082-0/+14
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created unit test for bug #722.Renato Filho2012-03-082-0/+25
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix bug 723 - "Missing QAbstractFileEngine.read and ↵Hugo Parente Lima2012-03-082-0/+51
| | | | QAbstractFileEngine.readLine"
* Create unit test for bug #816.Renato Filho2012-03-083-1/+27
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created unit test for bug #814.Renato Filho2012-03-083-0/+49
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* Fixed bug #400 link description.Renato Filho2012-03-081-1/+1
|
* Create unitest for bug #688.Renato Filho2012-03-082-0/+88
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix 720 - "QByteArray prints itself wrong, on tp_print and tp_repr"Hugo Parente Lima2012-03-081-0/+6
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 724 - "Missing QAbstractFileEngine.map method"Hugo Parente Lima2012-03-082-0/+23
|
* Fix bug 721 - "QFile doesn't support map and unmap functions."Hugo Parente Lima2012-03-081-0/+11
|
* Fixes bugs 746, 747 and 748.Marcelo Lira2012-03-082-0/+57
| | | | | | | | Bug #746 - Method "QFormLayout::getLayoutPosition(QLayout*,int*,QFormLayout::ItemRole*)const" missing Bug #747 - Method "QFormLayout::getWidgetPosition(QWidget*,int*,QFormLayout::ItemRole*)const" missing Bug #748 - Method "QFormLayout::getItemPosition(int,int*,QFormLayout::ItemRole*)const" missing Also added unit tests.
* Fixes bugs 739 and 752.Marcelo Lira2012-03-083-0/+34
| | | | | | | Bug #739 - Method "QTransform::map(qreal x, qreal y, qreal* tx, qreal* ty) const" missing Bug #752 - Method "void QSplitter::getRange(int index, int* min, int* max) const" missing Also added unit tests.
* Do *not* mix tabs and spaces.Marcelo Lira2012-03-081-2/+1
|
* Fixes bugs 744, 745, 756, 758 and 764.Marcelo Lira2012-03-082-0/+49
| | | | | | | | | | Bug #744 - Method "void QGraphicsLayout::getContentsMargins(qreal*,qreal*,qreal*,qreal*) const" missing Bug #745 - Method "void QGraphicsLayoutItem::getContentsMargins(qreal*,qreal*,qreal*,qreal*) const" missing Bug #756 - Method "void QWidget::getContentsMargins(int*,int*,int*,int*) const" missing Bug #758 - Method "void QTextCursor::selectedTableCells(int*,int*,int*,int*) const" missing Bug #764 - Method "void QLayout::getContentsMargins(int*,int*,int*,int*) const" missing Also added unit tests.
* Create unit test for bug #793.Renato Filho2012-03-082-0/+31
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* Fixes bug #489 - PySide.QtGui.QImage with string buffer argument.Marcelo Lira2012-03-081-2/+9
| | | | | | | | | http://bugs.pyside.org/show_bug.cgi?id=489 Also added an unit test. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fix bug 712 - "QtGui.QFormLayout doesn't have setItem() function"ps-1.0.1Hugo Parente Lima2012-03-081-1/+14
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 694 - "QWebPage::extensions need injected overloads due to required ↵Hugo Parente Lima2012-03-082-0/+51
| | | | casts on C++ version"
* Fix bug 699 - "PySide.QtCore.Property doesn't throw a TypeError if the first ↵Hugo Parente Lima2012-03-082-0/+18
| | | | arg isn't a PyType."
* Fix bug 685 - "The second arg. of QObject.findChildren doesn't have a ↵Hugo Parente Lima2012-03-081-1/+10
| | | | | | | default value and doesn't support regexes." Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Use set instead of add on reference-count action attribute.Hugo Parente Lima2012-03-081-1/+1
|
* Fix bug 736 - "Signal/Slot is not working at all"Hugo Parente Lima2012-03-082-0/+20
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Revert "Fixed test for bug #674 to works with new getattr check."Renato Filho2012-03-081-1/+1
| | | | This reverts commit a6f0d0cb5209655bd3f1727b9ddb03ff547104a6.
* Only raise 'RuntimeError' for function call to avoid problems with ↵Renato Filho2012-03-081-1/+9
| | | | contructor order calls.
* Fix bug 728 - "QFileDialog.getOpenFileNames never returns (hangs)"Hugo Parente Lima2012-03-082-0/+9
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for bug #726.Renato Filho2012-03-084-0/+123
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Add unit test for bug 693 - "Heap corruption or double free reported on ↵Hugo Parente Lima2012-03-082-0/+32
| | | | | | | program exit" Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed test for bug #674 to works with new getattr check.Renato Filho2012-03-081-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Marcelo Lira <marcelo.lira@openbossa.org>
* Created unit test for bug #696.Renato Filho2012-03-082-0/+44
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Marcelo Lira <marcelo.lira@openbossa.org>
* Created unit test for bug #711.Renato Filho2012-03-081-0/+21
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Add unit test for bug 706 - "dataChanged signal raise an incorrect TypeError"Hugo Parente Lima2012-03-082-0/+28
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 718 - "PySide/PyQt4 QByteArray incompatibilities: setNum method"Hugo Parente Lima2012-03-081-0/+19
| | | | Fix bug 719 - "PySide/PyQt4 QByteArray incompatibilities: appendByte method"
* Created unit test for bug #714.Renato Filho2012-03-082-0/+22
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 674 - "QGraphicsScene::clear() is missing"Hugo Parente Lima2012-03-082-0/+24
|
* Fix bug 675 - "QGraphicsLinearLayout segfault"Hugo Parente Lima2012-03-082-0/+16
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Add unit test for bug 684.Hugo Parente Lima2012-03-081-0/+13
|
* Raise error when slot argument is unknown.Lauro Neto2012-03-081-0/+9
| | | | | | | | | | | | | | | | | | | Instead of accepting it silently and generating potential segfault and undefined behavior, raise TypeError when the type of an argument is unknown to PySide type system. An example of such erratic behavior is in declarations like: @Slot def foo(self): Slots without arguments must be explicitly declared this way: @Slot() def foo(self): Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org>
* Fix bug 638 - "Documentation for phonon doesn't show class inheritance ↵Hugo Parente Lima2012-03-081-1/+1
| | | | diagrams."
* Created unit test for bug #671.Renato Araujo Oliveira Filho2012-03-082-0/+63
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Added QCursor test. It is related to bug #630.Marcelo Lira2012-03-082-0/+17
| | | | | | | | 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>
* Fixed function 'QToolBar.addAction' to support callback in theRenato Araujo Oliveira Filho2012-03-082-0/+29
| | | | | | | | | | | arguments. Create unit test for bug #635. Fixes bug #635. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug 668 - "QFileSystemModel setRootPath stops application from quitting."Hugo Parente Lima2012-03-082-0/+22
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug 667 - "Crash on exit"Hugo Parente Lima2012-03-082-0/+25
|