aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* PySide now installs its type system files.Marcelo Lira2010-06-211-0/+3
| | | | | | | | | | | | | | The pyside.pc file now has a "typesystemdir" variable pointing to the directory where the type system files are installed. Example usage: pkg-config pyside --variable=typesystemdir Also set the "PYSIDE_TYPESYSTEMS" CMake variable on libpyside/PySideConfig.cmake.in to point to the same path of pkg-config's "typesystemdir". Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Removed QVariant from PySide.Hugo Parente Lima2010-06-101-1/+0
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Remove wrapper for classes: QString, QStringRef, QLatin1String, ↵Hugo Parente Lima2010-06-101-7/+0
| | | | QStringMatcher, QChar and QLatin1Char.
* Merged typesystem (Qt 4.6 and 4.7)Renato Filho2010-05-261-2/+11
| | | | | | | Start use "since" tag on typesystem to Qt 4.7 modifications. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Includes the postfixes in the install target (allows debug build)Renato Filho2010-05-201-1/+1
| | | | | | | Author: Didier Raboud <didier@raboud.com> Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Included QMetaMethod class in QtCore typesystem.Renato Filho2010-05-171-0/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Adding missing filesLauro Neto2010-05-031-1/+1
| | | | Were giving 'symbol not found' with Qt4.5 or failing compilation
* Fixed typesystem parser warnings.Renato Filho2010-04-301-0/+1
|
* Adding support to QtScript module.Luciano Wolf2010-04-231-0/+1
|
* Install module headers.Hugo Lima2010-03-231-0/+2
|
* 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