aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove the restriction of detecing QtOpenGL module just when the gl.h header ↵Hugo Parente Lima2012-03-081-3/+1
| | | | | | | | was found. This is needed to be able to compile the QtOpenGL module on Linux when using OpenGL-ES backend. On the other hand OpenGL-ES support isn't yet supported under MS Windows but I don't think that this should be a problem at all.
* The global header for PySide is now installed with the libpyside headers.Marcelo Lira2012-03-081-3/+5
| | | | | | | | | This is good for PySide derived bindings (like the ones for QtMobility), so they don't need to copy the PySide global headers to their source tree and end up with an outdated file. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#623 - "QGLWidget.bindTexture(QPixmap, GLenum, GLenum) is missing"Hugo Parente Lima2012-03-081-1/+3
|
* Test for QTDESIGNER before add QTUITOOLS.Renato Araujo Oliveira Filho2012-03-081-1/+3
| | | | | | | | This test is necessary because the module QTUITOOLS uses some classes from QTDESIGNER. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Bruno Araujo <bruno.araujo@openbossa.org>
* Fix __init__.py and private.py install command.Lauro Neto2010-11-121-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Filho <renato.filho@openbossa.org>
* Added PySide attributes to specify current version, and Qt version.renatofilho2010-11-121-2/+2
| | | | | | | Fixes bug: #454 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Moved cmake macros to a separeted file.renatofilho2010-10-071-160/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Created uiloader plugin used to register new types before QUiLoader.renatofilho2010-10-071-0/+1
| | | | | | | This is used to register a new python type which can be used in ui description files. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented detection for VideoCaptureDevice on phonon module.renatofilho2010-10-041-3/+24
| | | | | | | Fixes bug #355. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#168 - "API documentation suggestions" and other fixes.Hugo Parente Lima2010-09-241-6/+12
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Treat modules as library targets.Carlos Goncalves2010-09-141-2/+1
|\ | | | | | | | | | | | | | | This fixes dynamic linking on Mac OS X. Previously modules were been linked to libpyside in the build tree even when installed (ie. hardcoded). Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
| * Treat modules as library targets.Carlos Goncalves2010-09-041-2/+1
| | | | | | | | | | This fixes dynamic linking on Mac OS X. Previously modules were been linked to libpyside in the build tree even when installed (ie. hardcoded).
* | Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated ↵ps-0.4.1Renato Filho2010-09-101-10/+6
| | | | | | | | | | | | | | files to allow multiples version installed simultaneous. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* | Created module shutdown function necessary to avoid call python functions ↵Renato Filho2010-09-081-1/+5
|/ | | | | | | before module exit. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug#125 - "QAbstractTextDocumentLayout.registerHandler apparently not ↵Hugo Parente Lima2010-09-021-2/+2
| | | | | | | | | | working" Added class QPyTextObject which inherits from QObject and QTextObjectInterface to solve the issue with registerHandler, the same approach used by PyQt. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Also install the typesystem used during generation.Lauro Neto2010-09-011-1/+1
| | | | | | | | | Installs the typesystem fed to the generator. This fixes the install of modules like QtGui, with run-time generated typesystems. Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Renato Filho <renato.filho@openbossa.org>
* Use the correct path separator when under Windows.Hugo Parente Lima2010-08-311-3/+3
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix Qt class detection on Windows.Hugo Parente Lima2010-08-311-2/+1
|
* Fix typesystem based on auto OS detection.Renato Filho2010-08-271-5/+6
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Anderson Lizardo <anderson.lizardo@openbossa.org>
* Fix class checking for 64-bitsAnderson Lizardo2010-08-261-1/+2
| | | | | Reviewed-by: Lauro Neto <lauro.neto@openbossa.org> Reviewed-by: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>
* Replace macro checks with actual symbol checkingAnderson Lizardo2010-08-261-0/+33
| | | | | | | | | | | | | This increases a little more the check time, but is also more precise. It is also required for cases where qfeatures.h incorrectly reports support for a feature, but the actual class is not compiled (the case for a couple of classes in Qt Simulator). Additionally, the macro has been made more concise, and is reused for both QtGui and QtNetwork. Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* Simplify handling of typesystems for multiple OSesAnderson Lizardo2010-08-261-4/+11
| | | | | | | | | | * 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>
* Various cleanups to CMakeLists.txt filesAnderson Lizardo2010-08-261-3/+3
| | | | | | | | | * Simplify endmacro(), endif() and else() statements * Remove unused and redundant code * Use AUTO_OS for holding the typesystem suffix (instead of MODULE_NAME) Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* Fixed Cmake for test on windows.Renato Filho2010-08-201-1/+5
| | | | | | | Fixed install modules on windows. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix install command to correct module name.Lauro Neto2010-08-201-1/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Changed output dir for python modules to make the tests run in others ↵Renato Filho2010-08-201-6/+4
| | | | | | | platafforms. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Use .pyd for modules on windows.Renato Filho2010-08-191-0/+3
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* created macro to compile pyside modules.Renato Filho2010-08-191-12/+32
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* PySide now installs its type system files.Marcelo Lira2010-06-211-0/+5
| | | | | | | | | | | | | | 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>
* Merged typesystem (Qt 4.6 and 4.7)Renato Filho2010-05-261-0/+1
| | | | | | | Start use "since" tag on typesystem to Qt 4.7 modifications. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Initial bindings for QtDeclarative module.Hugo Parente Lima2010-05-241-1/+15
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix convenience symlinks used during install by appending theRenato 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>
* Implemented SO detection support.Renato Filho2010-05-191-1/+6
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Adding support to QtScriptTools module.Willer Moreira2010-04-301-0/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Lauro Neto <lauro.neto@openbossa.org>
* Initial bindings for phononHugo Parente Lima2010-04-291-3/+1
|
* Adding support to QtScript module.Luciano Wolf2010-04-231-2/+1
|
* Implemented module QtMaemo5.renato2010-04-221-12/+30
| | | | | | | | Create unittest for module. Fixed generetion of typesystem_gui.xml based on detected system. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fix typo, QT_MULTIMEDIA* => QT_QTMULTIMEDIA*Hugo Parente Lima2010-04-131-5/+5
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
* Add hack to find QtMultimedia module.Hugo Parente Lima2010-04-121-0/+14
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Araújo <renato.filho@openbossa.org>
* Initial QtMultimedia bindingsCarlos Goncalves2010-04-121-0/+1
|
* Initial bindings for QtXmlPatterns.Hugo Lima2010-04-091-1/+1
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Initial bindings for QtHelpHugo Parente Lima2010-04-091-0/+2
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#200 "Add support to disable the binding generation of some modules."Hugo Parente Lima2010-04-081-5/+9
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
* Initial bindings for QtUiTools.Hugo Lima2010-03-301-0/+1
|
* initial bindings for QtXmlMatti Airas2010-03-231-0/+1
| | | | QtXml now compiles and can be imported but is not tested at all.
* Initial QtSql bindings.Hugo Lima2010-03-221-0/+1
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Bindings for QtOpenGL.Hugo Lima2010-03-191-0/+1
| | | | | Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Initial QtTest bindingsLauro Neto2010-03-041-0/+1
|
* Initial QtSvg bindingsCarlos Goncalves2010-03-021-0/+1
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Initial QtWebKit binding (Qt 4.6 supported)Carlos Goncalves2010-02-251-0/+1
|