aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/typesystem_core.xml
Commit message (Expand)AuthorAgeFilesLines
...
* 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-011-2/+18
* Modify return type QLineF::intersect to look nice in the documentation.Hugo Parente Lima2010-09-291-0/+3
* Added missing classes.renatofilho2010-09-291-6/+5
* 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 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-171-8/+3
* Added the method signature QTimer.singleShot(int, Signal).Marcelo Lira2010-09-171-5/+47
* Fixed connection cleanup function.renatofilho2010-09-161-2/+4
* 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
* 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
* 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#335 - "QT_TRANSLATE_NOOP has incorrect signature"Hugo Parente Lima2010-09-011-2/+5
* Fix typesystem based on auto OS detection.Renato Filho2010-08-271-0/+1
* Fixed Qt application cleanup.Renato Filho2010-08-251-2/+13
* 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
* 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-101-1/+4
* 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
* Call signalmanager clear during QtCore exit function instead of QtCoreApplica...Renato Filho2010-07-291-0/+6
* Update modules to work without protect hack.Renato Filho2010-07-231-0/+3
* Create support to QVariantList and QVariantMap.Renato Filho2010-07-131-0/+2
* Fixed memory leak on state machine classes.Renato Filho2010-07-091-10/+12
* Typesystem cleanup.Hugo Parente Lima2010-07-061-62/+0
* Used default constructor for primitive types with complex name.Renato Filho2010-06-251-10/+10
* Adding qInstallMsgHandler() method support.Luciano Wolf2010-06-211-0/+32
* Add a default constructor value to QVariant::Type.Hugo Parente Lima2010-06-161-1/+1
* Added QVariant::Type as a primitive type.Hugo Parente Lima2010-06-151-0/+3
* Add suppress message for yet another weird message from the C++ parser.Hugo Parente Lima2010-06-151-0/+1
* Remove invalid function modifications from typesystem.Hugo Parente Lima2010-06-151-2/+0
* Fixes QString primitive type for Qt 4.7 adding a default constructor.Marcelo Lira2010-06-141-1/+1