aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fixing the Qt QML module page.Jerome Pasion2012-04-121-1/+1
* Silence warning with ICC about change of signal in integer conversionThiago Macieira2012-04-121-2/+2
* Add missing #include <stdlib.h>Thiago Macieira2012-04-122-0/+2
* Simplify date conversion functionsMatthew Vogt2012-04-112-38/+11
* QQmlDebugServer: Use Q_D(const )Aurindam Jana2012-04-101-2/+2
* Fix compilation on LinuxAnselmo L. S. Melo2012-04-091-1/+1
* Rewrite QAnimationGroupJob::clear() methodCharles Yin2012-04-051-5/+11
* Create plugins for Particles and Window submodulesMatthew Vogt2012-04-052-10/+0
* Fix access to uninitialised memory that might lead to crashesThiago Macieira2012-04-041-0/+5
* Remove sharing of V4 subscriptionsRoberto Raggi2012-04-042-15/+22
* Inline the methods of the V4 Register classRoberto Raggi2012-04-041-40/+40
* Remove obsolete codeRoberto Raggi2012-04-046-54/+2
* Do not execute overwritten bindingsAaron Kennedy2012-04-041-1/+13
* Revert "Do not execute overwritten bindings"Aaron Kennedy2012-04-041-39/+9
* Do not crash on invalid binding diagnosticMatthew Vogt2012-04-041-2/+3
* Do not execute overwritten bindingsMatthew Vogt2012-04-041-9/+39
* Use wasDeleted function to check for deletionMatthew Vogt2012-04-041-8/+1
* Use the GCC pragma on GCC onlyThiago Macieira2012-04-041-1/+1
* Silence warning about non-standard comma at the end of enumThiago Macieira2012-04-041-1/+1
* Don't crash if calling a method on a QObject that has been gc()'dAaron Kennedy2012-04-032-5/+27
* Fix QML_BINDINGS_TEST and the V4 auto testsRoberto Raggi2012-04-032-4/+23
* Add Throw instruction to the V4 virtual machineRoberto Raggi2012-04-037-2/+49
* Fix constant folding for simple binary expressionRoberto Raggi2012-04-033-6/+33
* Add support for floating conversions.Roberto Raggi2012-04-036-12/+61
* Add floats to the high level IR type system.Roberto Raggi2012-04-034-3/+10
* Change V4 to explicitly use doubles to represent numbers.Roberto Raggi2012-04-0311-383/+298
* Use scope, not owner to look up enums in QQmlBoundSignal.Michael Brasser2012-04-034-11/+11
* Revert "Add QQmlBoundSignalNoParams"Michael Brasser2012-04-035-123/+12
* Allow objects created in QML with incubateObject to be destroyed.Michael Brasser2012-04-031-1/+2
* Debugger: Use "QML" also in macro namesKai Koehne2012-03-302-3/+3
* irrelevant qDebug removedSimjees Abraham2012-03-301-1/+0
* Improve the documentation of clearComponentCache()Matthew Vogt2012-03-301-3/+11
* Allow V8 bindings to be assigned to aliasesAaron Kennedy2012-03-306-56/+62
* Loosen shared binding testsAaron Kennedy2012-03-306-25/+42
* Fix warnings in qtdeclarative.Friedemann Kleint2012-03-302-7/+7
* Fix crash in QUrl-to-int conversion in v4Chris Adams2012-03-302-6/+5
* Use metaObjectForType in the v4 compiler.Michael Brasser2012-03-301-1/+1
* QmlDebugging: Send parent debug id with object infoAurindam Jana2012-03-292-4/+7
* Use minimal javascript expression for bound signalsChris Adams2012-03-2912-56/+197
* Re-order imports statements to import nested imports laterMatthew Vogt2012-03-293-18/+28
* The new QUrl has no need for the 0x100 special value.Thiago Macieira2012-03-281-2/+2
* Warn on incompatible v4 binding object typeMatthew Vogt2012-03-282-3/+37
* Debugger: Allow enabling of qml debugger without startup warningKai Koehne2012-03-272-5/+8
* Add QQmlBoundSignalNoParamsqt-v5.0.0-alpha1Michael Brasser2012-03-275-13/+125
* Update documentationAlan Alpert2012-03-2710-15/+48
* Remove QObject parenting from QQmlAbstractBoundSignal.Michael Brasser2012-03-267-67/+107
* Use QQmlAbstractBoundSignal where appropriate.Michael Brasser2012-03-265-13/+8
* Add templated module api registration functionChris Adams2012-03-266-16/+41
* Support registered QFlags in QML methods and signal handlers.Michael Brasser2012-03-262-10/+24
* Prevent the root object from being garbage collected.Michael Brasser2012-03-233-8/+13