aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Version bumpJohn Ehresman2014-04-221-1/+1
| | | | | Change-Id: I2851b9fa2af6781cddd40bd364ed4a42f5211004 Reviewed-by: John Cummings <jcummings2@users.sf.net>
* Bump version number to 1.2.1John Ehresman2013-07-221-1/+1
| | | | | | Change-Id: Icc64a1b0f63ae05f897a210664fdb41b4f9746c4 Reviewed-by: Roman Lacko <backup.rlacko@gmail.com> Reviewed-by: John Cummings <jcummings2@users.sf.net>
* Bump the library version number to 1.2John Ehresman2013-07-011-4/+4
| | | | | | Change-Id: Ibf0cf933d9922a4ca0e79e910f979d52c675301e Reviewed-by: Roman Lacko <backup.rlacko@gmail.com> Reviewed-by: John Cummings <jcummings2@users.sf.net>
* Version bump to 1.1.2Hugo Parente Lima2012-08-281-1/+1
| | | | | Change-Id: If67468b046da795ddf2253779f56b027a138b14e Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* Fix PySide compilation.Hugo Parente Lima2012-03-131-2/+1
| | | | | Change-Id: Ie7a30961232526af59cbc21dbf1b58ab9a4e3e7b Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* Version bump to 1.1.1.Marcelo Lira2012-03-081-1/+1
|
* Version bump to 1.1.0.ps-1.1.0Marcelo Lira2012-03-081-4/+4
|
* Bumping to revision 1.0.9ps-1.0.9Luciano Wolf2012-03-081-3/+3
|
* Fix bug 1011 - "PySide cygwin patch"Hugo Parente Lima2012-03-081-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Version bump to 1.0.8.Hugo Parente Lima2012-03-081-3/+3
|
* Created pyside QFlags compat class.Renato Filho2012-03-081-1/+1
|
* Version bumped.ps-1.0.7Renato Filho2012-03-081-3/+3
|
* Dependency version update.ps-1.0.6Renato Filho2012-03-081-2/+2
|
* Bump version to 1.0.6.Hugo Parente Lima2012-03-081-1/+1
|
* Bumped version to 1.0.5ps-1.0.5Renato Filho2012-03-081-1/+1
|
* Updated shiboken version dependency.Renato Filho2012-03-081-1/+1
|
* Bumped version to 1.0.4.ps-1.0.4Renato Filho2012-03-081-3/+3
|
* Updated generatorrunner dependency version.ps-1.0.3Renato Filho2012-03-081-1/+1
|
* Correctly set SUPPORTED_QT_VERSION variable to the current Qt version.Hugo Parente Lima2012-03-081-5/+1
|
* Bump version and updated dependency version required.Renato Filho2012-03-081-2/+2
|
* 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.