aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* Add default name for QObject.findChild(type, name)Lauro Neto2010-10-071-0/+3
* Moved cmake macros to a separeted file.renatofilho2010-10-071-160/+1
* Created uiloader plugin used to register new types before QUiLoader.renatofilho2010-10-074-0/+65
* Used proxy object in QUiLoader loaded widget to avoid cyclic reference.renatofilho2010-10-071-4/+7
* 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-061-0/+33
* 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
* Use QByteArray instead of QString in some internal QLayout functions.Hugo Parente Lima2010-10-051-4/+4
* 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
* Implement python conversion to QTime, QDate, QDateTimerenatofilho2010-10-014-2/+130
* Support any QObject in QUiLoader.load function.renatofilho2010-09-301-2/+2
* Fix QWidget::style / QWidget::setStyle ownership rules.renatofilho2010-09-301-0/+25
* 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
* Fix bug#372 - "DiagramScene (GraphicsView) Example not working"Hugo Parente Lima2010-09-291-4/+1
* Added missing classes.renatofilho2010-09-296-8/+52
* Added hash functions for QLine, QPoint, QRect and QSize classes.Marcelo Lira2010-09-271-4/+34
* 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
* Fixed model view ownership rules.renatofilho2010-09-242-50/+35
* Fixed QCoreApplication and QApplication cleanup.renatofilho2010-09-242-7/+3
* Fixed QVariant::Type convertions.renatofilho2010-09-242-4/+8
* Fix bug#168 - "API documentation suggestions" and other fixes.Hugo Parente Lima2010-09-241-6/+12
* Fixed bug#310Hugo Parente Lima2010-09-241-0/+3
* 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
* Added enum QML_HAS_ATTACHED_PROPERTIES to QtCore type system file.Marcelo Lira2010-09-211-0/+7
* Fixed ownership rules for QStandardItem functions.renatofilho2010-09-201-7/+105
* Added missing classes to QtNetwork module.Marcelo Lira2010-09-202-2/+9
* Fixed QApplication static functions return policy.renatofilho2010-09-202-3/+49
* Created PySide cleanup functions used to register functions to be called befo...renatofilho2010-09-173-19/+23
* Added the method signature QTimer.singleShot(int, Signal).Marcelo Lira2010-09-171-5/+47
* Fixed connection cleanup function.renatofilho2010-09-162-4/+13
* Fixes bug #348 adding the method QState.addTransition(Signal, QAbstractTransi...Marcelo Lira2010-09-161-0/+20
* Included Notifier signals on genereted code.renatofilho2010-09-151-1/+12
* Updated tryLock function to work in thread.renatofilho2010-09-141-0/+1
* Treat modules as library targets.Carlos Goncalves2010-09-141-2/+1
|\
| * Treat modules as library targets.Carlos Goncalves2010-09-041-2/+1
* | Fix bug#254 - "QWebView.setPage() does not seem to work"Hugo Parente Lima2010-09-101-1/+6
* | Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated file...ps-0.4.1Renato Filho2010-09-101-10/+6
* | Add newline in the end of qpytextobject.h to avoid compiler warningsBruno dos Santos de Araujo2010-09-091-1/+3
* | Fixed QVariant conversion from Python object.Renato Filho2010-09-091-7/+6
* | Fix copyright year of generated files.Hugo Parente Lima2010-09-091-1/+1
* | Added license boilerplates to all typesystem files.Hugo Parente Lima2010-09-0926-3/+497
* | Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-092-19/+22
* | Created module shutdown function necessary to avoid call python functions bef...Renato Filho2010-09-084-1/+17
|/