aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug#168 - "API documentation suggestions" and other fixes.Hugo Parente Lima2010-09-246-103/+499
* Fix bug#385 - "Windows build error (MSVC Express 2008)"Hugo Parente Lima2010-09-241-0/+1
* Fixed bug#310Hugo Parente Lima2010-09-241-0/+3
* Removed modindex.hmtm and added domainindex.html to work with newer sphinx ve...Hugo Parente Lima2010-09-242-40/+57
* Removed doc files not used.Hugo Parente Lima2010-09-2415-666/+1
* Fixed segmentation fault libpyside's signalUpdateSource function.Marcelo Lira2010-09-243-1/+31
* added a tool to compare class hierarchiesMatti Airas2010-09-231-0/+95
* Modified the type system files to make use of nested type declarations.Marcelo Lira2010-09-2317-978/+1090
* Port old boost code used in QtUiTools.renatofilho2010-09-222-6/+85