aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Initia QtCore port to python3.Renato Filho2012-03-081-0/+2
|
* Fixed compilation with python3.Renato Filho2012-03-081-3/+3
|
* Implemented GlobalReceiverV2.Renato Filho2012-03-081-0/+1
| | | | | | | | | | A new implementation of GlobalRecever that optmize the signal connection. Fixes bug #928. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created DestroyListener class.Renato Filho2012-03-081-0/+6
| | | | | | | | | | | This class is used to keep the Python object live until the signal destroyed emission. With this is possible to use the QObject on destruction signal. Fixes bug #505. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Implemented PySide::ClassInfo Object.Renato Filho2012-03-081-0/+2
| | | | | | | | | | | | This class reproduce the Qt macro Q_CLASSINFO behavior. Eg.: @QtCore.ClassInfo(author='PySide', url='http://www.pyside.org') fixes bug #705. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Create PySideWeakRef class.Renato Filho2012-03-081-0/+2
| | | | | | | With this class you can use a c function as a callback on PyObject destruction. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Use python base name as library prefix.Renato Araujo Oliveira Filho2012-03-081-1/+4
| | | | | | | | | | 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>
* Implemented PySideMetaFunction class used to call dynamic slots.renatofilho2010-11-051-7/+9
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-5/+5
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Uses python include path provided by Shiboken.Hugo Parente Lima2010-10-261-2/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@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>
* Use CMAKE_<CONFIG>_POSTFIX on config files, used for cmake and pkgconfig.renatofilho2010-09-201-0/+6
| | | | | | | Fixes bug #286. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated ↵ps-0.4.1Renato Filho2010-09-101-3/+4
| | | | | | | files to allow multiples version installed simultaneous. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* created macro to compile pyside modules.Renato Filho2010-08-191-1/+2
| | | | | 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>
* Implemented support to properties on QMetaObject.Renato Filho2010-07-081-0/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fix cmake files used by other projects to detect PySide.Hugo Parente Lima2010-06-251-2/+2
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Included qsinal.h in installed files.Renato Filho2010-06-211-0/+1
|
* Fix libpyside install.Catalin Iacob2010-06-211-1/+4
| | | | | | | | On Windows, if LIBRARY DESTINATION is given, ARCHIVE DESTINATION must also be given otherwise CMake fails with 'install Library TARGETS given no DESTINATION!' Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented support to modify slot return type.Renato Filho2010-05-171-0/+4
| | | | | | | | Included method type in DynamicQMetaObject metadata. Moved Signal/Slot objet to libpyside. Create unittest to signal class. Implemented disconnection function. Fixed emit method on signal object
* Fix libshiboken SONAME.Hugo Parente Lima2010-05-041-1/+1
|
* Install pysideconversions.h to the proper place.Luciano Wolf2010-05-031-0/+1
|
* Add PySideConfig.cmake and PySideVersion.cmake files.Hugo Lima2010-03-231-0/+7
|
* Add pkg-config file for libpyside.Hugo Lima2010-03-231-0/+5
|
* PySide depends on libpyside which needs to be installedCarlos Goncalves2010-01-271-0/+19
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Link against QtCore and add it to the include directories.Hugo Lima2010-01-251-2/+2
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Adapt to changed in libshiboken API.Hugo Lima2010-01-141-1/+0
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Initial implementation of the new architeture for signal/slots.Hugo Lima2009-12-301-4/+1
| | | | Reviewed by Renato Araújo <renato.filho@openbossa.org>
* We have a nice Dynamic MetaObject! Yay!Hugo Lima2009-12-161-2/+3
| | | | Python signals and slots are like C++ signals and slots to Qt :-)
* Initial port of signal slots infrastructure from PySide to the Shiboken version.Hugo Lima2009-12-161-0/+21