aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtUiTools
Commit message (Expand)AuthorAgeFilesLines
* Remove obscure code from QUiLoader inject code.Renato Filho2012-03-081-6/+0
* Removed return policy from QUiLoader.load return object.Renato Filho2012-03-081-2/+0
* Fix bug 913 - "Widgets inside QTabWidget are not exported as members of the c...Hugo Parente Lima2012-03-082-52/+35
* Fix QUiLoader::load function ownership rules.Renato Filho2012-03-081-2/+4
* Fix bug 797 - "error on ui file load"Hugo Parente Lima2012-03-081-2/+2
* Fixed CMakeLists.txt files to prevent static source files of being deleted by...Marcelo Lira2012-03-081-1/+2
* Updated CMake files to use the "--drop-type-entries" generator option.Marcelo Lira2012-03-081-2/+1
* Updates documentation of QUiLoader.registerCustomWidget method.Marcelo Lira2012-03-081-0/+34
* 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
* Fix bug#409 - "function -- PySide.QtUiTools.QUiLoader.load(...) -- takes byte...Hugo Parente Lima2010-10-281-1/+1
* 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
* Updated PySide cmake files to use Python library information from Shiboken.Marcelo Lira2010-10-261-1/+1
* Used original object in parent dictionary.renatofilho2010-10-131-5/+11
* Created uiloader plugin used to register new types before QUiLoader.renatofilho2010-10-073-0/+64
* Used proxy object in QUiLoader loaded widget to avoid cyclic reference.renatofilho2010-10-071-4/+7
* Support any QObject in QUiLoader.load function.renatofilho2010-09-301-2/+2
* Port old boost code used in QtUiTools.renatofilho2010-09-222-6/+85
* 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
* Fix typesystem based on auto OS detection.Renato Filho2010-08-271-2/+3
* Simplify handling of typesystems for multiple OSesAnderson Lizardo2010-08-261-2/+1
* created macro to compile pyside modules.Renato Filho2010-08-191-34/+26
* Use correct python lib in debug mode.Renato Filho2010-07-231-1/+1
* Add a default value and argument name to QUiLoader::file(str, QWidget)Hugo Parente Lima2010-07-091-0/+4
* PySide now installs its type system files.Marcelo Lira2010-06-211-0/+2
* Includes the postfixes in the install target (allows debug build)Renato Filho2010-05-201-1/+1
* Fix dynamic linking in various modules.Renato Filho2010-05-191-1/+0
* Initial bindings for QtUiTools.Hugo Lima2010-03-302-0/+92