aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtDeclarative
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 1029 - "qmlRegisterType Fails to Increase the Ref Count"Hugo Parente Lima2012-03-081-0/+3
* Updated QtDeclarative modue to works with python 2.x and 3.xRenato Filho2012-03-081-3/+2
* Fixes argument and return type of a couple of QtDeclarative methods.Marcelo Lira2012-03-081-1/+25
* Updated QtDeclarative's type system.Marcelo Lira2012-03-081-1/+2
* Updated qmlRegisterType to register.Renato Filho2012-03-081-9/+23
* Fix bug 926 - "qmlRegisterType does not work with QObject"Hugo Parente Lima2012-03-082-25/+15
* Removed polymorphic-id-expression from QDeclarativeItem.Renato Filho2012-03-081-1/+1
* Fix path of pysideqmlregistertype.cpp.Hugo Parente Lima2012-03-081-4/+1
* Fix bug 825 - "Can't register a class using that uses metaclasses in QML usin...Hugo Parente Lima2012-03-081-5/+0
* Avoid delete file from source dir.Renato Filho2012-03-081-1/+4
* Fixed CMakeLists.txt files to prevent static source files of being deleted by...Marcelo Lira2012-03-081-2/+2
* Type systems of all modules but QtCore and QtGui reviewed.Hugo Parente Lima2012-03-081-0/+1
* Added modify-documentation do QDeclarativePropertyMap to remove references to...Hugo Parente Lima2012-03-081-1/+14
* Updated CMake files to use the "--drop-type-entries" generator option.Marcelo Lira2012-03-081-4/+5
* Add polymorphic-id-expression to QGraphicsObject and QDeclarativeItem.Hugo Parente Lima2012-03-081-1/+1
* Fix bug#557 - "Segmentation fault in QDeclarativeComponent.loadUrl()"Hugo Parente Lima2012-03-081-0/+1
* Lock the gil on some hand written code to avoid crashes.Hugo Parente Lima2012-03-081-0/+6
* Changes the arg name from p to parent to make parent heuristic work.Hugo Parente Lima2012-03-081-0/+5
* Fix bug#508 - "qmltopy1 crashes when setContextProperty is called twice witho...Hugo Parente Lima2012-03-081-3/+5
* Add support for QML list properties.Hugo Parente Lima2012-03-083-11/+228
* Replace useless check by a assert.Hugo Parente Lima2012-03-081-4/+1
* Fix copyright year.Hugo Parente Lima2012-03-082-2/+2
* Avoid removal of qmlregistertype.cpp by the build system.Hugo Parente Lima2012-03-081-3/+3
* Initial implementation of qmlRegisterType.Hugo Parente Lima2012-03-084-0/+223
* Added reference to object which was exported to QML context.Renato Araujo Oliveira Filho2010-11-221-1/+8
* Fixed use of QtDeclarative include header to work with MacOS.Renato Araujo Oliveira Filho2010-11-191-1/+1
* Fixed QVariant conversion to C++renatofilho2010-11-091-0/+4
* 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
* Moved QML enum from QtCore to QtDeclarative typesystem.renatofilho2010-10-261-0/+5
* Modified the type system files to make use of nested type declarations.Marcelo Lira2010-09-231-13/+18
* Added license boilerplates to all typesystem files.Hugo Parente Lima2010-09-091-0/+19
* 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
* Updated Declarative typesystem.Renato Filho2010-08-252-1/+11
* created macro to compile pyside modules.Renato Filho2010-08-191-36/+33
* Use correct python lib in debug mode.Renato Filho2010-07-231-1/+1
* PySide now installs its type system files.Marcelo Lira2010-06-211-0/+3
* Adding test cases to cover QtDeclarative + fix inside typesystem.Luciano Wolf2010-05-281-1/+7
* Initial bindings for QtDeclarative module.Hugo Parente Lima2010-05-242-0/+92