aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
Commit message (Expand)AuthorAgeFilesLines
* Add default name for QObject.findChild(type, name)Lauro Neto2010-10-071-0/+3
* Workaround to change the documentation about the return value of some functions.Hugo Parente Lima2010-10-071-2/+5
* Revert "Fixed doc of return values."Hugo Parente Lima2010-10-051-5/+2
* Fixed doc of return values.Hugo Parente Lima2010-10-051-2/+5
* Implement python conversion to QTime, QDate, QDateTimerenatofilho2010-10-014-2/+130
* 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-292-6/+8
* Added hash functions for QLine, QPoint, QRect and QSize classes.Marcelo Lira2010-09-271-4/+34
* Add return value docs to functions returning tuples.Hugo Parente Lima2010-09-271-2/+2
* Fixed model view ownership rules.renatofilho2010-09-241-5/+5
* Fixed QCoreApplication and QApplication cleanup.renatofilho2010-09-241-2/+1
* Fixed QVariant::Type convertions.renatofilho2010-09-241-2/+6
* Fixed bug#310Hugo Parente Lima2010-09-241-0/+3
* Modified the type system files to make use of nested type declarations.Marcelo Lira2010-09-231-181/+194
* Added enum QML_HAS_ATTACHED_PROPERTIES to QtCore type system file.Marcelo Lira2010-09-211-0/+7
* Created PySide cleanup functions used to register functions to be called befo...renatofilho2010-09-172-14/+8
* 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
* Updated tryLock function to work in thread.renatofilho2010-09-141-0/+1
* Fixed QVariant conversion from Python object.Renato Filho2010-09-091-7/+6
* Added license boilerplates to all typesystem files.Hugo Parente Lima2010-09-091-0/+19
* Created module shutdown function necessary to avoid call python functions bef...Renato Filho2010-09-081-0/+7
* Fix bug#320 - "OR'ing Qt alignments doesn't work; adding them does"Hugo Parente Lima2010-09-031-1/+1
* Fixed return ownership on mimeData function for QAbstractItemModel.Renato Filho2010-09-021-0/+5
* Remove warning about unused variable in QTimer::singleShot code injection.Hugo Parente Lima2010-09-021-0/+1
* Fixed typo on typesystem.Renato Filho2010-09-011-1/+1
* put back suppress warning for "Shadowing" message.Renato Filho2010-09-011-0/+1
* Fix bug#316 - "QAbstractItemModel.createIndex is broken"Hugo Parente Lima2010-09-012-4/+4
* Fix bug#335 - "QT_TRANSLATE_NOOP has incorrect signature"Hugo Parente Lima2010-09-011-2/+5
* Fix bug#309 - "QtCore.QByteArray() or list from QtCore.Qsettings.value() as d...Hugo Parente Lima2010-08-301-0/+3
* Fix typesystem based on auto OS detection.Renato Filho2010-08-272-1/+3
* Simplify handling of typesystems for multiple OSesAnderson Lizardo2010-08-261-2/+1
* Fixed Qt application cleanup.Renato Filho2010-08-252-11/+37
* Fix bug#303 - "Missing method: QCoreApplication.arguments()"Hugo Parente Lima2010-08-251-1/+0
* Add function qtTrIdLauro Neto2010-08-231-0/+1
* Use AutoPointerArray to dynamic array creation.Renato Filho2010-08-201-2/+4
* Fixed typestyste to windows.Renato Filho2010-08-201-5/+2
* Changed output dir for python modules to make the tests run in others plataff...Renato Filho2010-08-201-1/+0
* Fixed typesystem for windows.Renato Filho2010-08-201-0/+1
* created macro to compile pyside modules.Renato Filho2010-08-191-23/+16
* Disable remove of QAbstractItemModel signals.Renato Filho2010-08-171-13/+0
* Fix bug 295 - "QModelIndex::model() sets the QModelIndex as parent of the model"Hugo Parente Lima2010-08-121-1/+6
* Created conversion to QStack.Renato Filho2010-08-102-1/+8
* Included support to double values on qAbs.Renato Filho2010-08-021-2/+2
* Fix bug273 - QT_VERSION and QT_VERSION_STR constants.Luciano Wolf2010-08-021-0/+6
* Fixed return policy on ItemList.Renato Filho2010-07-291-0/+3
* Emit connectNotify with real signal name.Renato Filho2010-07-291-2/+2
* Call signalmanager clear during QtCore exit function instead of QtCoreApplica...Renato Filho2010-07-292-1/+6