aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/ftw
Commit message (Expand)AuthorAgeFilesLines
* Qml: add missing 'override'Anton Kudryavtsev2016-10-072-15/+15
* Adjust decarative after qtConfig changes in qtbaseLars Knoll2016-08-191-1/+1
* Remove unused delete watcher classSimon Hausmann2016-08-182-112/+0
* Centralized deferred cleanup handlingSimon Hausmann2016-08-092-0/+75
* V4: allow for String::createHashValue to be inlinedErik Verbruggen2016-07-132-26/+32
* QtQuick: clean up shader effect property connectionsErik Verbruggen2016-07-051-2/+2
* V4: calculate the hash only once when inserting a string.Erik Verbruggen2016-05-121-2/+2
* Remove unused QPointerValuePair templateFrank Meerkoetter2016-04-182-195/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-082-119/+0
|\
| * qml: Remove unused QHashField class.Robin Burchell2016-04-062-113/+0
* | V4: Allow some more functions to be inlined.Erik Verbruggen2016-03-311-1/+0
* | Updated license headersJani Heikkinen2016-01-1919-266/+380
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-182-7/+8
|\
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-092-7/+8
* | Remove unused QQmlPoolFrank Meerkoetter2015-07-313-361/+0
* | Force completion of asynchronously loaded components.Robert Griebl2015-06-232-0/+29
* | Some cleanups to QQmlRefCountLars Knoll2015-06-051-15/+10
|/
* Fix usage of QtQmlDevTools private headers on OSX with framework buildsSimon Hausmann2015-03-164-2/+76
* Update copyright headersJani Heikkinen2015-02-1220-140/+140
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Remove QQmlTrace. We have a real profiler.Erik Verbruggen2015-01-093-435/+0
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-1/+2
* Fix deadlock with QQuickView embedded via QWidget::createWindowContainerDyami Caliri2014-09-221-2/+9
* Don't start QQmlThreads from their constructorUlf Hermann2014-09-162-6/+11
* Update license headers and add new licensesJani Heikkinen2014-08-2522-418/+242
* Convert String to new constructor syntaxLars Knoll2014-07-221-1/+1
* Give the QML and the debug server thread an objectname.Thomas McGuire2014-04-011-0/+1
* [new compiler] Fix parser status and created bindings allocationSimon Hausmann2014-02-071-0/+2
* fix whitespaceOswald Buddenhagen2014-01-2213-129/+129
* Fix deadlock when QQmlEngine is destroyed during compilation.Andrew den Exter2013-12-191-14/+27
* Remove unused function isUnicodeNonCharacterThiago Macieira2013-12-081-14/+0
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-131/+0
* Compile binding expressions in the QQmlCompilerSimon Hausmann2013-10-111-0/+2
* Remove some more QV4::Value usagesLars Knoll2013-09-301-3/+3
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-222-7/+5
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-221-0/+1
|\
| * QQmlTrace: getpid() requires unistd.hShawn Rutledge2013-06-251-0/+1
* | Don't convert to a temporary QString just to compute it's hashLars Knoll2013-06-281-2/+1
* | Get rid of QHashedV4StringLars Knoll2013-06-281-76/+20
* | Remove the symbol optimisation from hashed stringLars Knoll2013-06-281-30/+1
* | Remove an overoptimisation that was only used (wrongly) in one placeLars Knoll2013-06-282-56/+7
* | More correct assertion in QHasheV4StringLars Knoll2013-06-281-1/+1
* | Don't use a PersistentValue in QHashedV4StringLars Knoll2013-06-281-7/+7
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-3/+3
|\|
| * Remove use of 'register' from QtQml.Stephen Kelly2013-06-181-3/+3
* | Fix memory corruptionLars Knoll2013-05-221-0/+1
* | Build fix for testsSimon Hausmann2013-05-221-0/+2
* | Remove v8 dependencies in qhashedstringLars Knoll2013-05-222-64/+51
* | Get rid of v8::String::(Ascii)ValueLars Knoll2013-05-221-10/+1