aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtScript
Commit message (Collapse)AuthorAgeFilesLines
* Fixed custom code for QScriptValueIterator.__next__ function.Marcelo Lira2012-03-081-6/+10
| | | | | It must not use the convenience method Shiboken::makeTuple, for it makes use of the old template based converters.
* Fix bug 1022 - "RuntimeError: maximum recursion depth exceeded while getting ↵Paulo Alcantara2012-03-081-1/+2
| | | | | | | | | | the str of an object" Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org> Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
* Initial update typesystem for support Qt 4.8 (beta).Renato Filho2012-03-081-0/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Updated QtScript modue to works with python 2.x and 3.xRenato Filho2012-03-081-2/+2
|
* Fixes argument and return type for method ↵Marcelo Lira2012-03-081-1/+10
| | | | "QScriptString::toArrayIndex(bool*)const".
* Fixed build for Qt 4.6.Renato Filho2012-03-081-5/+5
|
* Fix bug 923 - "Make QScriptValue (or QScriptValueIterator) implement the ↵Hugo Parente Lima2012-03-081-1/+22
| | | | | | | Python iterator protocol" Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Implement a more detailed __repr__ function for QScriptValue.Renato Filho2012-03-081-0/+10
| | | | Fixes bug #922.
* Fix bug 924 - "Allow QScriptValue to be accessed via []"Hugo Parente Lima2012-03-081-0/+13
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Add since attribute for classes and enums added on Qt4.6 and Qt4.7.Hugo Parente Lima2012-03-081-1/+1
|
* Remove typesystem verbosity after fix of bug 417.Hugo Parente Lima2012-03-081-3/+3
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fixed CMakeLists.txt files to prevent static source files of being deleted ↵Marcelo Lira2012-03-081-1/+2
| | | | by "make clean".
* Updated CMake files to use the "--drop-type-entries" generator option.Marcelo Lira2012-03-081-2/+1
| | | | | | | | | | 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>
* 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>
* Fix crashes caused by the newer changes on shiboken generator.Hugo Parente Lima2010-10-281-1/+1
|
* 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>
* Modified the type system files to make use of nested type declarations.Marcelo Lira2010-09-231-18/+23
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Added license boilerplates to all typesystem files.Hugo Parente Lima2010-09-091-0/+19
|
* Fix typesystem based on auto OS detection.Renato Filho2010-08-271-1/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Anderson Lizardo <anderson.lizardo@openbossa.org>
* Simplify handling of typesystems for multiple OSesAnderson Lizardo2010-08-261-2/+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>
* created macro to compile pyside modules.Renato Filho2010-08-191-30/+22
| | | | | 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>
* Exported flags on enum in script typesystem.Renato Filho2010-07-081-2/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* PySide now installs its type system files.Marcelo Lira2010-06-211-0/+3
| | | | | | | | | | | | | | 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>
* 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>
* Adding missing filesLauro Neto2010-05-031-2/+9
| | | | Were giving 'symbol not found' with Qt4.5 or failing compilation
* Add missing flags attribute.Lauro Neto2010-04-301-1/+1
|
* Adding support to QtScript module.Luciano Wolf2010-04-232-0/+78