aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Created unit test for bug #376.renatofilho2010-09-222-0/+20
* Added enum QML_HAS_ATTACHED_PROPERTIES to QtCore type system file.Marcelo Lira2010-09-211-0/+7
* The CMake configuration for PySide and Shiboken use the PYTHON_LIBRARIESrenatofilho2010-09-211-1/+3
* Created unit test for bug #360.renatofilho2010-09-213-0/+43
* Use CMAKE_<CONFIG>_POSTFIX on config files, used for cmake and pkgconfig.renatofilho2010-09-203-2/+8
* Fixed ownership rules for QStandardItem functions.renatofilho2010-09-201-7/+105
* Created unittest for bug 367.renatofilho2010-09-202-0/+23
* Added missing classes to QtNetwork module.Marcelo Lira2010-09-202-2/+9
* Fixed QApplication static functions return policy.renatofilho2010-09-202-3/+49
* Created unit test for bug 363.renatofilho2010-09-202-0/+26
* Updated test with new Property name.renatofilho2010-09-202-4/+4
* Removed old comentary (not necessary anymore).renatofilho2010-09-201-1/+1
* Renamed QProperty object to Property.renatofilho2010-09-202-4/+1
* Created PySide cleanup functions used to register functions to be called befo...renatofilho2010-09-176-20/+59
* Fix doc generation and only generate docs for QtDeclarative module when it wa...Hugo Parente Lima2010-09-171-2/+4
* Added the method signature QTimer.singleShot(int, Signal).Marcelo Lira2010-09-171-5/+47
* Added test from Lauro's patch on bug #313.Marcelo Lira2010-09-171-2/+31