aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
Commit message (Expand)AuthorAgeFilesLines
...
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-032-9/+9
* Stop signal/slot connection if is impossible to register that on object.renatofilho2010-10-281-3/+7
* Fix bug#438 - "Can't find Python.h on OS X"Hugo Parente Lima2010-10-281-1/+1
* Fix typesystem to use argument tags instead of hardcoded variable names.Hugo Parente Lima2010-10-281-2/+2
* Updated PySide cmake files to use Python library information from Shiboken.Marcelo Lira2010-10-261-1/+1
* Moved QML enum from QtCore to QtDeclarative typesystem.renatofilho2010-10-261-6/+5
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-221-16/+1
* Fix bug#420 - "Memory leak in setText"Hugo Parente Lima2010-10-211-1/+1
* 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-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