aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Implemented support to MSG type on windows.Renato Filho2012-03-081-1/+14
|
* Implemented support to QEasingCurve.setCustomType.Renato Filho2012-03-081-1/+3
| | | | | | | fixes bug #725. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed CMakeLists.txt files to prevent static source files of being deleted ↵Marcelo Lira2012-03-081-1/+2
| | | | by "make clean".
* Updated CMake files to use the "--drop-type-entries" generator option.Marcelo Lira2012-03-081-5/+2
| | | | | | | | | | Instead of maintaining a complex CMake scheme to remove optional type system entries, the generation will rely on the new generator capability of dropping entries given via command line. Reviewed by Bruno Araújo <bruno.araujo@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#438 - "Can't find Python.h on OS X"Hugo Parente Lima2010-10-281-1/+1
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Updated PySide cmake files to use Python library information from Shiboken.Marcelo Lira2010-10-261-1/+1
| | | | | | | | | Shiboken cmake files provides information about which Python library to link against through cmake SHIBOKEN_PYTHON_LIBRARIES variable. It also sets the Py_DEBUG flag if necessary. Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Renato Araujo <renato.filho@openbossa.org>
* Added missing classes.renatofilho2010-09-291-0/+3
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix typesystem based on auto OS detection.Renato Filho2010-08-271-1/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Anderson Lizardo <anderson.lizardo@openbossa.org>
* Simplify handling of typesystems for multiple OSesAnderson Lizardo2010-08-261-2/+1
| | | | | | | | | | * Factor out install() commands into PySide/CMakeLists.txt * Drop typesystem_<module>_common.xml and typesystem_<module>.xml.in, and make typesystem_<module>_<os>.xml (if exists) include typesystem_<module>.xml (which holds common data) Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* created macro to compile pyside modules.Renato Filho2010-08-191-23/+16
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Use correct python lib in debug mode.Renato Filho2010-07-231-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* 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