aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Do not link a python module to other python module.Hugo Lima2010-02-181-1/+1
|
* Simplify "else" and "endif" statementsAnderson Lizardo2010-02-051-2/+2
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Backporting Qt4.6 support from PySide (Boost) to Shiboken, plus:Luciano Wolf2010-02-051-0/+29
| | | | | Implemented inject code for QState.addTransition - by Renato Araujo. QState test - by Renato Araujo.
* Exported QXmlStreamAttributes for QtCore.Renato Filho2010-02-011-1/+1
|
* Export QGenericArgument and QGenericReturnArgument types for QtCore.renato2010-01-281-0/+2
| | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Set QtCore module as shared library instead of module, so it'll work with ↵Hugo Lima2010-01-271-1/+1
| | | | other modules.
* Add typesystem path variable to execute_generator CMake macro.Hugo Lima2010-01-271-1/+1
|
* Implemented support for classname on metaobject.renato2009-12-301-0/+1
| | | | | | Export QMetaobject. Reviewer: Hugo Lima <hugo.lima@openbossa.org>
* Initial port of signal slots infrastructure from PySide to the Shiboken version.Hugo Lima2009-12-161-0/+2
|
* Uncomment QTextStream and QDataStream plus fixesLauro Neto2009-11-101-2/+2
|
* Fix QTextCodec and QTextCodec::ConverterState classes.Luciano Wolf2009-09-221-2/+2
|
* exporting QDirIterator classMarcelo Lira2009-09-221-1/+1
|
* Type system update.Hugo Lima2009-09-111-6/+6
| | | | | | | | | It now generates a useless QtCore with a lot of undefinied symbols... all this if you change qstringlist_wrapper by hand before start the compilation. This is just to get some idea about the size of QtCore generated by shiboken.
* Added all QtCore classes to the typesystem.Hugo Lima2009-09-101-3/+87
|
* Initial experiments with shiboken and QtHugo Lima2009-09-091-0/+35