aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/typesystem_core.xml
Commit message (Expand)AuthorAgeFilesLines
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-8/+8
* Fix typesystem to use argument tags instead of hardcoded variable names.Hugo Parente Lima2010-10-281-2/+2
* Moved QML enum from QtCore to QtDeclarative typesystem.renatofilho2010-10-261-6/+5
* Fix inject conversion rule used to fix bug408.Hugo Parente Lima2010-10-191-1/+1
* Added d-pointer to PySideSignalInstanceData struct.Hugo Parente Lima2010-10-191-9/+10
* Merge remote branch 'mainline/1.0'Hugo Parente Lima2010-10-191-38/+24
|\
| * Adjusted QTimer.singleShot custom code since all Signals are callable now.Marcelo Lira2010-10-131-36/+22
| * Don't export symbols that don't need to be exported and rename many functions.Hugo Parente Lima2010-10-071-4/+4
* | Included QSignalTransition constructor to support Signal objects.renatofilho2010-10-191-2/+18
* | Fix bug#408 - "QIODevice.readData() and .readLineData() have output parameter...Hugo Parente Lima2010-10-191-2/+38
* | Implemented support to deep copy on QtCore.renatofilho2010-10-131-64/+129
* | Adding several __reduce__ methods in QtCoreLauro Neto2010-10-131-2/+82
* | 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-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