aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
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>
* Fixed QWidget.setParent signature on typesystem.Renato Araujo Oliveira Filho2012-03-081-1/+1
|
* Fix QTreeWidgetItem.parent function.Renato Araujo Oliveira Filho2012-03-081-1/+1
| | | | | | | | 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-081-5/+18
| | | | | | | | Create unit test for bug 576. Fixes bug #576. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix bug 546 - "Python crash on exit"Hugo Parente Lima2012-03-081-2/+2
| | | | | 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-081-2/+7
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix bug#569 - "QTableWidgetItem is missing binding of __lt__ to operator<"Hugo Parente Lima2012-03-081-15/+0
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix QTreeWidget parent rules.Renato Araujo Oliveira Filho2012-03-081-0/+20
| | | | | | | | | | 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>
* Fix bug#549 - "QGraphicsWidget::getContentsMargins() and ↵Hugo Parente Lima2012-03-081-4/+42
| | | | | | | QGraphicsWidget::getWindowFrameMargins() not available" Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixes bug #502.Marcelo Lira2012-03-081-0/+3
| | | | | | | | | | | | | 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>
* 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-081-0/+2
|
* Fix bug#512 - "QGridLayout::getItemPosition() is not available"Hugo Parente Lima2012-03-081-1/+23
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fixes QImage constructor signature that used string buffer as image data source.Marcelo Lira2012-03-081-6/+24
| | | | | | | | | | | | 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>
* Merge branch 'apichanges'Hugo Parente Lima2010-11-235-39/+39
|\ | | | | | | | | | | | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org> Conflicts: libpyside/pyside.cpp
| * Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-235-39/+39
| |
* | Fixed layout ownership transfer.Renato Araujo Oliveira Filho2010-11-231-1/+1
| | | | | | | | | | | | | | Fixes bug #480 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* | Fix setContexMenu function ownership rule.Renato Araujo Oliveira Filho2010-11-201-1/+1
|/ | | | Fixes bug #441.
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-195-12/+12
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-193-19/+19
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix setLayout method that was causing segfault when itemAt wasn't implemented.Luciano Wolf2010-11-173-12/+19
| | | | | Reviewer: Hugo Parente <hugo.lima@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug#436 - "Using a custom QValidator generates a segfault"Hugo Parente Lima2010-11-111-20/+37
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Changes needed to compile PySide with libshiboken v1.0Hugo Parente Lima2010-11-106-37/+34
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Fix bug#438 - "Can't find Python.h on OS X"Hugo Parente Lima2010-10-281-1/+1
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix crashes caused by the newer changes on shiboken generator.Hugo Parente Lima2010-10-281-2/+2
|
* Updated PySide cmake files to use Python library information from Shiboken.Marcelo Lira2010-10-261-1/+1
| | | | | | | | | Shiboken cmake files provides information about which Python library to link against through cmake SHIBOKEN_PYTHON_LIBRARIES variable. It also sets the Py_DEBUG flag if necessary. Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Renato Araujo <renato.filho@openbossa.org>
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-221-23/+1
| | | | | | | | These bugs are about QApplication instance being destroyed before some QObject. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Replace code injection by typesystem commands.Hugo Parente Lima2010-10-201-3/+3
| | | | | | | Related to bug#418 - "tag parent does not work in constructor modify" Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Created function value to class QTreeWidgetItemIterator using therenatofilho2010-10-151-2/+11
| | | | | | | | | operator *. Fixes bug #400. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* WId conversions used on Windows OS.renatofilho2010-10-152-1/+36
| | | | | | | Fixes bug #399. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#172 - "editing a QListWidgetItem stored in a variable makes it ↵Hugo Parente Lima2010-10-141-15/+2
| | | | | | | impossible to delete" Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented support to deep copy on QtGui.renatofilho2010-10-131-35/+591
| | | | | | | Fixed QMatrix*x* implementation. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Adding several __reduce__ methods in QtCoreLauro Neto2010-10-131-0/+8
| | | | | | | | Add QColor.__reduce__ Adding QByteArray __reduce__ Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Filho <renato.filho@openbossa.org>
* Workaround to change the documentation about the return value of some functions.Hugo Parente Lima2010-10-071-4/+7
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Revert "Fixed doc of return values."Hugo Parente Lima2010-10-051-7/+4
| | | | This reverts commit bebede17c03c5f6180262a4031c53998142564ad.
* Fixed doc of return values.Hugo Parente Lima2010-10-051-4/+7
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Removed whitespaces.Hugo Parente Lima2010-10-051-3/+3
|
* Use QByteArray instead of QString in some internal QLayout functions.Hugo Parente Lima2010-10-051-4/+4
| | | | As only latin1 chars are expected, we don't need waste memory with QString.
* Fixed QWidget setLayout rules.renatofilho2010-10-041-7/+23
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed QApplication cleanup.renatofilho2010-10-041-8/+8
| | | | | | | Fixes bug #396. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix QWidget::style / QWidget::setStyle ownership rules.renatofilho2010-09-301-0/+25
| | | | | | | Fixes bug #389. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug#388 - "Fatal Python error: PyEval_SaveThread: NULL tstate"Hugo Parente Lima2010-09-291-2/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Added missing classes.renatofilho2010-09-293-2/+42
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug#375 - "Just an empty table when using delegate."Hugo Parente Lima2010-09-271-13/+18
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed model view ownership rules.renatofilho2010-09-241-45/+30
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed QCoreApplication and QApplication cleanup.renatofilho2010-09-241-5/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed QVariant::Type convertions.renatofilho2010-09-241-2/+2
| | | | | | | | | Fixed QItemEditorFactory ownership rules on typesystem. Fixes bug #373. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Modified the type system files to make use of nested type declarations.Marcelo Lira2010-09-232-433/+504
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fixed ownership rules for QStandardItem functions.renatofilho2010-09-201-7/+105
| | | | | | | Fixes bug #367. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>