aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Qt::HANDLE is declared only in QtCore, and its specifics depend on the ↵Marcelo Lira2012-03-081-1/+2
| | | | architecture.
* Added the missing QPixmapCache.Key class to the type system.Marcelo Lira2012-03-081-0/+1
| | | | | | | Unit tests for QPixmapCache were also added. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Only add Qt4.6 classes when using Qt4.6 on QtTest and QtGui.Hugo Parente Lima2012-03-081-1/+1
|
* Included QMacStyle class check.Renato Filho2012-03-081-0/+1
| | | | | | | | | Included QMacStyle header on global include. Fixes bug #840 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-0/+1
| | | | by "make clean".
* Updated CMake files to use the "--drop-type-entries" generator option.Marcelo Lira2012-03-081-21/+21
| | | | | | | | | | 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>
* Separated class typesystem from the main typesystem.Renato Araujo Oliveira Filho2012-03-081-16/+16
| | | | | | | | | | Remove class specification, detected during the compilation from the main typesystem to avoid errors during the generation. Fixes bug #661 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* 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/+5
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Install qpytextobject.hLauro Neto2010-09-021-0/+2
| | | | | Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#125 - "QAbstractTextDocumentLayout.registerHandler apparently not ↵Hugo Parente Lima2010-09-021-1/+6
| | | | | | | | | | 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>
* Use the correct path separator when under Windows.Hugo Parente Lima2010-08-311-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix typesystem based on auto OS detection.Renato Filho2010-08-271-1/+6
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Anderson Lizardo <anderson.lizardo@openbossa.org>
* Add missing checks for printing classesAnderson Lizardo2010-08-261-0/+10
| | | | | 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-85/+4
| | | | | | | | | | | | | 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-12/+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>
* Various cleanups to CMakeLists.txt filesAnderson Lizardo2010-08-261-16/+4
| | | | | | | | | * 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 typesystem for windows.Renato Filho2010-08-201-0/+4
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* created macro to compile pyside modules.Renato Filho2010-08-191-23/+21
| | | | | 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/+7
| | | | | | | | | | | | | | 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-1/+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>
* Check QT_NO_SESSIONMANAGER flag to avoid generating qsessionmanager_wrapper.Luciano Wolf2010-05-251-1/+6
|
* 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>
* Implemented SO detection support.Renato Filho2010-05-191-8/+3
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Adding missing filesLauro Neto2010-05-031-0/+1
| | | | Were giving 'symbol not found' with Qt4.5 or failing compilation
* Implemented module QtMaemo5.renato2010-04-221-3/+15
| | | | | | | | 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>
* Install module headers.Hugo Lima2010-03-231-0/+2
|
* Re-add polymorphic-id-expression attribute on QtCore and QtGui typesystems.Hugo Lima2010-03-031-0/+5
| | | | | | | Also add some missing classes on QtGui. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* QtGui and QtNetwork uses the global header from QtCore, so they must be ↵Hugo Lima2010-02-191-0/+1
| | | | | | compiled after QtCore. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Do not link a python module to other python module.Hugo Lima2010-02-181-2/+1
|
* Simplify "else" and "endif" statementsAnderson Lizardo2010-02-051-2/+2
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Remove nested parenthesis on IF() statement (not supported in CMake 2.6.2)Anderson Lizardo2010-02-051-3/+3
| | | | | | | Nested parenthesis on IF() statemens do not seem to be supported on CMake 2.6.2 (returns syntax errors). Besides, according to the IF() documentation, LESS will always be evaluated before AND, therefore parenthesis are unnecessary.
* Remove duplicate source fileAnderson Lizardo2010-02-051-1/+0
| | | | | ${SPECIFIC_OS_FILES} already includes this file for X11 platforms. This gets rid of a warning when running cmake.
* Initial QtGui bindings.Hugo Lima2010-01-271-0/+477