aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/ftw
Commit message (Expand)AuthorAgeFilesLines
* Clean up QStringHashUlf Hermann2019-04-305-180/+195
* Make QQmlRefCount usable for immutable typesUlf Hermann2019-02-081-13/+8
* Remove debug code from QStringHashUlf Hermann2019-02-074-26/+0
* Add a mutable iterator to QStringHashUlf Hermann2019-02-072-10/+54
* Split QStringHash and QLinked(Multi)StringHash apartUlf Hermann2019-02-073-236/+299
* Move QStringHash into its own fileUlf Hermann2019-02-065-979/+1086
* Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-0/+10
* Use QScopeGuard instead of library local helper templateSimon Hausmann2018-07-222-76/+1
* Remove bindings that have no dependenciesSimon Hausmann2018-05-161-0/+8
* Minor cleanup in QQmlRefPointerSimon Hausmann2018-04-261-0/+16
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-1/+3
* Reduce the overhead of type loader lockingSimon Hausmann2018-03-162-0/+8
* 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
* 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