aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed reference leak on uiloader.renatofilho2010-10-133-5/+66
| | | | | | | Fixes bug #392 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented support to deep copy on QtGui.renatofilho2010-10-133-36/+686
| | | | | | | Fixed QMatrix*x* implementation. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Implemented support to deep copy on QtCore.renatofilho2010-10-133-70/+202
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Adding extra check for QPoint as a dict keyLauro Neto2010-10-131-0/+3
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Filho <renato.filho@openbossa.org>
* Adding deepcopy test for QtCore classes.Lauro Neto2010-10-132-0/+57
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Filho <renato.filho@openbossa.org>
* Adding several __reduce__ methods in QtCoreLauro Neto2010-10-132-2/+90
| | | | | | | | Add QColor.__reduce__ Adding QByteArray __reduce__ Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Filho <renato.filho@openbossa.org>
* Add templates for __reduce__ functions.Lauro Neto2010-10-131-1/+8
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Filho <renato.filho@openbossa.org>
* Adding QColor copy testLauro Neto2010-10-131-0/+15
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Filho <renato.filho@openbossa.org>
* Updated version to 0.4.2.ps-0.4.2renatofilho2010-10-131-1/+1
|
* Updating documentation to reflect adoption of wikipages.Luciano Wolf2010-10-1114-674/+41
| | | | Reviewer: Renato Araújo <renato.filho@openbossa.org>
* Fixed python include var used in plugins project.renatofilho2010-10-071-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Only compile QtUiLoader if QTDesigner was found.renatofilho2010-10-071-1/+3
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Replace type() comparison with isinstance.Lauro Neto2010-10-071-1/+1
| | | | | | | | type() comparison won't work due to weakproxy. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Renato Filho <renato.filho@openbossa.org>
* Reorder includes to avoid _POSIX_C_SOURCE warningsLauro Neto2010-10-073-3/+3
|
* Add more test for operations with QFlagsLauro Neto2010-10-071-0/+20
|
* Add default name for QObject.findChild(type, name)Lauro Neto2010-10-072-0/+14
| | | | | Plus test. Should return a child of the given type.
* Moved cmake macros to a separeted file.renatofilho2010-10-075-161/+170
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Created uiloader plugin used to register new types before QUiLoader.renatofilho2010-10-0710-0/+401
| | | | | | | This is used to register a new python type which can be used in ui description files. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Used proxy object in QUiLoader loaded widget to avoid cyclic reference.renatofilho2010-10-071-4/+7
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unittest for widgets defined in Python and used during ↵renatofilho2010-10-073-3/+107
| | | | | | | QUiLoader.loader function. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Workaround to change the documentation about the return value of some functions.Hugo Parente Lima2010-10-076-9/+45
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Added documentation to QPyTextObject class.Hugo Parente Lima2010-10-062-2/+37
|
* Update pyside.qdocconf.in removing useless entries.Hugo Parente Lima2010-10-061-89/+12
|
* Fixed some code snippets used in the PySide docs.Hugo Parente Lima2010-10-058-29/+29
|
* Revert "Fixed doc of return values."Hugo Parente Lima2010-10-056-51/+15
| | | | This reverts commit bebede17c03c5f6180262a4031c53998142564ad.
* Fixed doc of return values.Hugo Parente Lima2010-10-056-15/+51
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Removed whitespaces.Hugo Parente Lima2010-10-051-3/+3
|
* Add unit test for bug#172Hugo Parente Lima2010-10-052-0/+14
|
* Generate documentation for phonon.Hugo Parente Lima2010-10-052-3/+7
|
* Sort typesystem according to their dependencies to avoid the inclusion of a ↵Hugo Parente Lima2010-10-051-13/+15
| | | | typesystem with generate=no.
* 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.
* Extend QUiLoader test to test ui files with custom widgets.renatofilho2010-10-051-1/+11
|
* 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>
* Implemented detection for VideoCaptureDevice on phonon module.renatofilho2010-10-043-6/+34
| | | | | | | Fixes bug #355. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Added missing file on QtUitools tests.renatofilho2010-10-011-0/+16
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Implement python conversion to QTime, QDate, QDateTimerenatofilho2010-10-016-2/+181
| | | | | | | Fixes bug #371. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Removing deprecated and duplicated testLauro Neto2010-10-013-79/+0
| | | | Reviewer: Hugo Lima <hugo.lima@openbossa.org>
* Support any QObject in QUiLoader.load function.renatofilho2010-09-301-2/+2
| | | | | | | Fix bug #392. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Unit test for bug #392.renatofilho2010-09-302-0/+20
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@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>
* Unit test for bug 390.renatofilho2010-09-302-0/+16
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Use PyObject as default type on signal/slot signature.renatofilho2010-09-291-1/+1
| | | | | | Fixes bug #390. Reviewer: Luciano Wolf <luciano.wolf@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>
* Modify return type QLineF::intersect to look nice in the documentation.Hugo Parente Lima2010-09-291-0/+3
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Add test to check iterability of QPolygonF.Hugo Parente Lima2010-09-292-0/+23
|
* Fix bug#372 - "DiagramScene (GraphicsView) Example not working"Hugo Parente Lima2010-09-293-4/+25
| | | | The correct title would be "QVariant doesn't correct store a QGraphicsScene object."
* Added support on script to compare symbols in both Qt bindings (PySide/PyQt4)renatofilho2010-09-291-33/+45
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Added missing classes.renatofilho2010-09-296-8/+52
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Added hash functions for QLine, QPoint, QRect and QSize classes.Marcelo Lira2010-09-272-4/+63
| | | | | | | Tests where also added. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>