aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed glue code for QApplication and QCoreApplication.Marcelo Lira2010-07-271-1/+3
* Fix elasticnodes segfault.Luciano Wolf2010-07-231-0/+1
* Use correct python lib in debug mode.Renato Filho2010-07-231-1/+1
* Update modules to work without protect hack.Renato Filho2010-07-231-0/+3
* Create support to QVariantList and QVariantMap.Renato Filho2010-07-133-1/+96
* Fixed memory leak on state machine classes.Renato Filho2010-07-091-10/+12
* Typesystem cleanup.Hugo Parente Lima2010-07-061-62/+0
* Use original name on QVariant type lookup function.Renato Filho2010-07-051-15/+12
* Used default constructor for primitive types with complex name.Renato Filho2010-06-251-10/+10
* Check for invalid signal or slot name.Renato Filho2010-06-231-1/+4
* Adding qInstallMsgHandler() method support.Luciano Wolf2010-06-211-0/+32
* PySide now installs its type system files.Marcelo Lira2010-06-211-0/+3
* Fixed signal connection with native slot.Renato Filho2010-06-171-2/+2
* 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-153-0/+62
* 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
* Fixed parent function return ownership.Renato Filho2010-06-141-0/+3
* Removed QVariant from PySide.Hugo Parente Lima2010-06-103-255/+80
* Added QDataStream methods to read and write QString, QChar and QStringList.Hugo Parente Lima2010-06-101-1/+51