aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/ftw
Commit message (Expand)AuthorAgeFilesLines
* wasm: cleanup code, remove obsolete codeLorn Potter2018-06-071-1/+2
* webassembly: fix for crash and assert on no thread and wasm buildsLorn Potter2018-05-141-15/+3
* Merge remote-tracking branch 'origin/5.11.0' into wip/webassemblyMorten Johan Sørvig2018-05-112-0/+8
|\
| * Reduce the overhead of type loader lockingSimon Hausmann2018-03-162-0/+8
* | wasm: make no-tread platform independentMorten Johan Sørvig2018-04-241-3/+3
* | Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-03-0813-105/+95
|\|
| * Silence another GCC 8 warning in qpodvectorVille Voutilainen2018-02-281-1/+1
| * Silence GCC 8 warnings in qpodvectorVille Voutilainen2018-02-281-4/+4
| * init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-264-42/+32
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2611-66/+66
* | wasm: get declarative building and running for webassemblyLorn Potter2018-01-041-3/+16
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-10/+17
|\
| * QQmlTypeLoader: Drain events before shutting down the threadUlf Hermann2017-10-201-10/+17
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-2/+2
|/
* 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