aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Updated dependency version.Renato Filho2012-03-081-2/+2
|
* Version bump to 1.0.2Hugo Parente Lima2012-03-081-1/+1
|
* Version bump to 1.0.1Hugo Parente Lima2012-03-081-1/+1
|
* Version bump, 1.0.0 final yay!ps-1.0.0Hugo Parente Lima2012-03-081-1/+1
|
* Change version from beta6 to rc1ps-1.0.0-rc1Hugo Parente Lima2012-03-081-2/+2
|
* Updated PySide CMake files to use the new generator argument ↵Marcelo Lira2012-03-081-0/+7
| | | | | | | "avoid-protected-hack". Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Bump version to beta6.Renato Araujo Oliveira Filho2012-03-081-2/+2
|
* Updated GeneratorRunner calls on CMake files to use "--generator-set" ↵Marcelo Lira2012-03-081-1/+1
| | | | | | | | instead of "--generatorSet". Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj ↵Hugo Parente Lima2012-03-081-1/+1
| | | | types?) returns True for empty instance; probably should be False"
* Bump version to beta5.Renato Araujo Oliveira Filho2012-03-081-2/+2
|
* Updated generatorrunner version dependency.ps-1.0.0-beta4Renato Araujo Oliveira Filho2012-03-081-2/+2
|
* Fix bug#623 - "QGLWidget.bindTexture(QPixmap, GLenum, GLenum) is missing"Hugo Parente Lima2012-03-081-0/+1
|
* Use python base name as library prefix.Renato Araujo Oliveira Filho2012-03-081-1/+1
| | | | | | | | | | Use the same CMAKE_BUILD_TYPE as shiboken if none was specified. Append SHIBOKEN_PYTHON_BASENAME in the library suffix. Fix bug #509. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* New format for __version_info__.Hugo Parente Lima2012-03-081-1/+10
| | | | | | | The new format follow the same rules used by sys.version_info(). Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Used argument '-a' during the call of xvfb command.Renato Araujo Oliveira Filho2012-03-081-1/+1
| | | | | This argument allow the xvfb to find a free server number during the execution.
* Fix bug#491 - "pyside doesn't respect BUILD_TESTS"Hugo Parente Lima2012-03-081-3/+5
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Changes needed to compile QtCore with libshiboken v1.0Hugo Parente Lima2010-11-101-1/+1
|
* Update package requirements.Hugo Parente Lima2010-10-291-2/+2
|
* Removed AVOID_PROTECTED_HACK section from CMakeLists.txt.Marcelo Lira2010-10-261-7/+1
| | | | | | | It was moved to the Shiboken cmake configuration file. Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Updated PySide cmake files to use Python library information from Shiboken.Marcelo Lira2010-10-261-10/+0
| | | | | | | | | 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>
* Modified cmake files to make use of debug information provided by Shiboken.Marcelo Lira2010-10-261-21/+4
| | | | | In summation, PySide is compiled for debug if the libshiboken is compiled for debug.
* Merge remote branch 'mainline/1.0'Hugo Parente Lima2010-10-191-3/+3
|\ | | | | | | | | Conflicts: CMakeLists.txt
| * Version bump.Hugo Parente Lima2010-10-071-3/+3
| |
* | Fixed PySide plugin for uiloader dependency.renatofilho2010-10-191-1/+1
| | | | | | | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* | Removed QtDesigner dependency from QtUiTools module.renatofilho2010-10-151-1/+1
| | | | | | | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* | Updated version to 0.4.2.ps-0.4.2renatofilho2010-10-131-1/+1
| |
* | Only compile QtUiLoader if QTDesigner was found.renatofilho2010-10-071-1/+3
| | | | | | | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* | Moved cmake macros to a separeted file.renatofilho2010-10-071-1/+3
| | | | | | | | | | 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>
* Made the use of xvfb-run with QtGui tests optional.Marcelo Lira2010-09-271-4/+7
| | | | To enable it run CMake with the USE_XVFB set to 1. Default is 0.
* Fix bug#168 - "API documentation suggestions" and other fixes.Hugo Parente Lima2010-09-241-2/+8
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* The CMake configuration for PySide and Shiboken use the PYTHON_LIBRARIESrenatofilho2010-09-211-1/+3
| | | | | | | | | | | | variable to link against Python. This is not the correct way to link against Python on OS X. Instead of specifying a library or the framework, one simply uses the flag "-undefined dynamic_lookup". The symbols will be resolved at runtime when the extension module loads. Fixes bug #352: Thanks to Robert Kern <robert.kern@gmail.com> Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated ↵ps-0.4.1Renato Filho2010-09-101-5/+5
| | | | | | | files to allow multiples version installed simultaneous. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Add PYSIDE_QT_VERSION to CMakeCache.txt.Hugo Parente Lima2010-09-101-0/+1
| | | | | | | | This variable stores the Qt version used to compile PySide, so installers and packages can guess the min Qt version required to run PySide. Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Bump version required for Shiboken.Hugo Parente Lima2010-09-091-1/+1
|
* Use the correct path separator when under Windows.Hugo Parente Lima2010-08-311-0/+6
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Add Qt Simulator supportAnderson Lizardo2010-08-261-0/+4
| | | | | 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-10/+7
| | | | | | | | | * 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>
* Write the pyside version variable on cmake cache.Hugo Parente Lima2010-08-241-1/+1
| | | | | | | | | With the pyside version variable on cmake cache, the script used to create the windows installer can discover the PySide version being compiled. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* created macro to compile pyside modules.Renato Filho2010-08-191-3/+7
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* All tests using GUI aren't shown if the host machine has xvfb installed.Marcelo Lira2010-08-131-0/+7
| | | | | | | | Unwanted graphical output from tests are redirected to a fake X server on Unix system. This depends on the presence of the Xvfb server. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fix debug build when no debug symbols was found for Python libs.Hugo Parente Lima2010-08-121-1/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Removed unecessary command from CMake file.Renato Filho2010-08-101-9/+0
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Bump to version 0.4.1.Renato Filho2010-08-031-1/+1
|
* Bump version to 0.4.0 and update shiboken versionLauro Neto2010-08-031-3/+3
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Filho <renato.filho@openbossa.org>
* Fix compile on cmake 2.8 for mac users.Renato Filho2010-08-021-10/+15
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Use correct python lib in debug mode.Renato Filho2010-07-231-1/+17
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Added a custom cmake file to help finding Python debug provisions.Marcelo Lira2010-07-211-1/+4
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fix cmake files used by other projects to detect PySide.Hugo Parente Lima2010-06-251-1/+1
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug: "Debug build fails to run the tests (doesn't work) ↵Hugo Parente Lima2010-06-211-0/+10
| | | | | | | [_Py_AddToAllObjects: Assertion (...) failed]" Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>