aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtUiTools
Commit message (Collapse)AuthorAgeFilesLines
* Remove obscure code from QUiLoader inject code.Renato Filho2012-03-081-6/+0
| | | | | | | Fixes bug #958. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Removed return policy from QUiLoader.load return object.Renato Filho2012-03-081-2/+0
| | | | | | | This policy have already applied on glue code. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 913 - "Widgets inside QTabWidget are not exported as members of the ↵Hugo Parente Lima2012-03-082-52/+35
| | | | | | | containing widget" Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix QUiLoader::load function ownership rules.Renato Filho2012-03-081-2/+4
| | | | | | | fixes bug #909. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug 797 - "error on ui file load"Hugo Parente Lima2012-03-081-2/+2
| | | | | 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>
* Updates documentation of QUiLoader.registerCustomWidget method.Marcelo Lira2012-03-081-0/+34
| | | | | | | | | | The new documentation highlights the danger of duck punching virtual methods of widget objects produced by QUiLoader. Also named the argument of QUiLoader.registerCustomWidget as customWidgetType. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-231-1/+1
|
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-191-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#409 - "function -- PySide.QtUiTools.QUiLoader.load(...) -- takes ↵Hugo Parente Lima2010-10-281-1/+1
| | | | | | | bytes-string (but not unicode-string)" Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Remove whitespaces.Hugo Parente Lima2010-10-281-2/+2
|
* 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>
* Used original object in parent dictionary.renatofilho2010-10-131-5/+11
| | | | | | | This allow use the object as arguments in any functions. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created uiloader plugin used to register new types before QUiLoader.renatofilho2010-10-073-0/+64
| | | | | | | 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>
* Used proxy object in QUiLoader loaded widget to avoid cyclic reference.renatofilho2010-10-071-4/+7
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Support any QObject in QUiLoader.load function.renatofilho2010-09-301-2/+2
| | | | | | | Fix bug #392. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Port old boost code used in QtUiTools.renatofilho2010-09-222-6/+85
| | | | | | | fixes bug #376. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Added license boilerplates to all typesystem files.Hugo Parente Lima2010-09-091-1/+20
|
* 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-2/+3
| | | | | 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-34/+26
| | | | | 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>
* Add a default value and argument name to QUiLoader::file(str, QWidget)Hugo Parente Lima2010-07-091-0/+4
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* PySide now installs its type system files.Marcelo Lira2010-06-211-0/+2
| | | | | | | | | | | | | | 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>
* Fix dynamic linking in various modules.Renato Filho2010-05-191-1/+0
| | | | | | | Author: Didier Raboud <didier@raboud.com> Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Initial bindings for QtUiTools.Hugo Lima2010-03-302-0/+92