aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
Commit message (Expand)AuthorAgeFilesLines
...
* Put all custom converters inside Shiboken namespace.Hugo Lima2010-02-189-0/+18
* Move QVariant converter implementation to global header.Hugo Lima2010-02-183-86/+82
* Remove redundant code on containers custom conversions.Hugo Lima2010-02-183-80/+3
* Rename qcoreapplication_impl.cpp to qcoreapplication_init.cpp, becauseHugo Lima2010-02-182-1/+1
* Do not export symbols, because nobody can link against QtCore.Hugo Lima2010-02-181-3/+3
* Adds code to QAbstractTransition.setTargetStates regarding reference keeping.Marcelo Lira2010-02-181-0/+9
* Fixes type system for QAbstractTransition.setTargetState.Marcelo Lira2010-02-171-0/+12
* Removed type system instructions causing returned objects to be invalidated.Marcelo Lira2010-02-121-58/+1
* Remove access to internal stuff from QtCore typesystem.Hugo Lima2010-02-121-8/+8
* Adding QSet conversions plus test in qstatemachineLauro Neto2010-02-122-4/+47
* Ignore "staticQtMetaObject" attributeAnderson Lizardo2010-02-101-0/+1
* Putting back QFileInfo(QFile) and setFile(QFile)Lauro Neto2010-02-091-2/+0
* Adding support for connect(obj, signal, slot)Lauro Neto2010-02-091-1/+4
* Added QtCore.qAbs function.Hugo Lima2010-02-091-0/+5
* Do not remove QVariant ctors handled by code injection, just set them private...Hugo Lima2010-02-081-18/+54
* Fixes for QtCore and QtGui type sytemsCarlos Goncalves2010-02-081-1/+1
* Simplify "else" and "endif" statementsAnderson Lizardo2010-02-051-2/+2
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-053-22/+257
* Fixing QVariant converter toCpp for basic typesLauro Neto2010-02-031-2/+34
* Adding support for QIODevice.getCharLauro Neto2010-02-021-1/+9
* Adding __str__ to QByteArrayLauro Neto2010-02-021-0/+5
* Fixing several testsLauro Neto2010-02-021-8/+45
* Adding tests and fixing QString __setitem__ and []Lauro Neto2010-02-021-1/+2
* Remove all "class" attribute from define-ownership tag, so the default value ...Hugo Lima2010-02-021-1/+1
* Fixed signal signature on singleshot inject code.Renato Filho2010-02-011-1/+1
* Exported QXmlStreamAttributes for QtCore.Renato Filho2010-02-012-8/+3
* Fixed some warning messages during QtCore compilation.renato2010-01-282-4/+6
* Export QGenericArgument and QGenericReturnArgument types for QtCore.renato2010-01-282-2/+6
* Ensure that QApplication instances will be alive forever until the Python VM ...Hugo Lima2010-01-281-4/+20
* Do not allow more than 2 instances of QCoreApplication (or QApplication).Hugo Lima2010-01-281-0/+5
* Add support for buffer protocol on QStrings.Hugo Lima2010-01-272-0/+51
* Set QtCore module as shared library instead of module, so it'll work with oth...Hugo Lima2010-01-271-1/+1
* Use a PyLong to represent Qt::Handle.Hugo Lima2010-01-271-1/+1
* Add typesystem path variable to execute_generator CMake macro.Hugo Lima2010-01-271-1/+1
* Adding cast to QString::fromUcs4 callLauro Neto2010-01-261-1/+2
* Small modifications to the typesystem to make it compatible with Qt4.6.Hugo Lima2010-01-221-2/+22
* Remove redundant QChar ctors.Hugo Lima2010-01-221-0/+4
* Add support fot buffer protocol for QByteArray.Hugo Lima2010-01-212-0/+43
* QString can now receive buffer objects on constructor, like boost-based PySide.Hugo Lima2010-01-211-1/+25
* Fix qdatastream unit test and typesystem.Hugo Lima2010-01-201-6/+1
* Type system marks added QObject's connect and disconnect methods as static.Marcelo Lira2010-01-191-2/+2
* Fix QBool custom conversion.Hugo Lima2010-01-151-2/+4
* Remove unused attributes from QEvent derived classes.Hugo Lima2010-01-141-4/+4
* Adapt to changed in libshiboken API.Hugo Lima2010-01-141-4/+4
* - Removed QTextStream with QByteArray const reference and added the ctors wit...Hugo Lima2010-01-141-5/+6
* Added functions qRegisterResourceData and qUnregisterResourceData to QtCore.Hugo Lima2010-01-141-0/+24
* Add QT_TR* functions to QtCore.Hugo Lima2010-01-141-0/+12
* Do not remove QCoreApplication::installTranslator and QCoreApplication::remov...Hugo Lima2010-01-141-2/+0
* Call connectNotify methods when connecting signals.Hugo Lima2010-01-141-18/+21
* Adapt some injected codes to the recent changes related to object initializat...Hugo Lima2010-01-142-14/+12