aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed python include var used in plugins project.renatofilho2010-10-071-1/+1
* Only compile QtUiLoader if QTDesigner was found.renatofilho2010-10-071-1/+3
* Replace type() comparison with isinstance.Lauro Neto2010-10-071-1/+1
* 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
* Moved cmake macros to a separeted file.renatofilho2010-10-075-161/+170
* Created uiloader plugin used to register new types before QUiLoader.renatofilho2010-10-0710-0/+401
* Used proxy object in QUiLoader loaded widget to avoid cyclic reference.renatofilho2010-10-071-4/+7
* Created unittest for widgets defined in Python and used during QUiLoader.load...renatofilho2010-10-073-3/+107
* Workaround to change the documentation about the return value of some functions.Hugo Parente Lima2010-10-076-9/+45
* 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
* Fixed doc of return values.Hugo Parente Lima2010-10-056-15/+51
* 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 t...Hugo Parente Lima2010-10-051-13/+15
* Use QByteArray instead of QString in some internal QLayout functions.Hugo Parente Lima2010-10-051-4/+4
* Extend QUiLoader test to test ui files with custom widgets.renatofilho2010-10-051-1/+11
* Fixed QWidget setLayout rules.renatofilho2010-10-041-7/+23
* Fixed QApplication cleanup.renatofilho2010-10-041-8/+8
* Implemented detection for VideoCaptureDevice on phonon module.renatofilho2010-10-043-6/+34
* Added missing file on QtUitools tests.renatofilho2010-10-011-0/+16
* Implement python conversion to QTime, QDate, QDateTimerenatofilho2010-10-016-2/+181
* Removing deprecated and duplicated testLauro Neto2010-10-013-79/+0
* Support any QObject in QUiLoader.load function.renatofilho2010-09-301-2/+2
* Unit test for bug #392.renatofilho2010-09-302-0/+20
* Fix QWidget::style / QWidget::setStyle ownership rules.renatofilho2010-09-301-0/+25
* Unit test for bug 390.renatofilho2010-09-302-0/+16
* Use PyObject as default type on signal/slot signature.renatofilho2010-09-291-1/+1
* Fix bug#388 - "Fatal Python error: PyEval_SaveThread: NULL tstate"Hugo Parente Lima2010-09-291-2/+2
* Modify return type QLineF::intersect to look nice in the documentation.Hugo Parente Lima2010-09-291-0/+3
* 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
* Added support on script to compare symbols in both Qt bindings (PySide/PyQt4)renatofilho2010-09-291-33/+45
* Added missing classes.renatofilho2010-09-296-8/+52
* Added hash functions for QLine, QPoint, QRect and QSize classes.Marcelo Lira2010-09-272-4/+63
* Made the use of xvfb-run with QtGui tests optional.Marcelo Lira2010-09-271-4/+7
* Fix bug#375 - "Just an empty table when using delegate."Hugo Parente Lima2010-09-271-13/+18
* Add return value docs to functions returning tuples.Hugo Parente Lima2010-09-271-2/+2
* Inlcluded assert to avoid call objectcts metacall whithout Python relatives.renatofilho2010-09-241-0/+1
* Fixed model view ownership rules.renatofilho2010-09-242-50/+35
* Fixed QCoreApplication and QApplication cleanup.renatofilho2010-09-242-7/+3
* Fixed unit test to avoid put a object child of QApplication.renatofilho2010-09-241-1/+1
* Fixed QVariant::Type convertions.renatofilho2010-09-242-4/+8