aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QML debugger: Don't crash when creating objects on engine destructionUlf Hermann2018-03-191-1/+2
* Fix crash with the software renderer and windows with QObject parentSimon Hausmann2018-02-152-4/+0
* QQmlEngineDebugService: Use native stream operators for QSize and QSizeFUlf Hermann2018-01-181-0/+2
* QQmlProfilerService: Only send "Complete" if no more engines are runningUlf Hermann2018-01-161-12/+20
* QQmlEngineDebugService: Actually call value types' toString() methodUlf Hermann2018-01-081-4/+15
* D3D12: Fix compilation with clang-clFriedemann Kleint2017-12-051-1/+1
* QmlInspector: Make window flags explicit when adding WindowStaysOnTopUlf Hermann2017-11-241-1/+17
* QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-051-12/+10
* Simplify compilation unit tracking in the execution engineSimon Hausmann2017-10-061-1/+1
* QmlProfiler: Avoid race conditions in QQmlTypeLoaderUlf Hermann2017-09-053-12/+29
* Use QQmlType by valueLars Knoll2017-08-021-2/+3
* Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-163-0/+4
* Move the engine() accessor from Object to ManagedLars Knoll2017-05-193-5/+5
* Remove the qqmldebugtrace benchmarkUlf Hermann2017-05-082-4/+0
* Run includemocs in qtdeclarativeThiago Macieira2017-04-2615-0/+29
* Fix build without features.qml-interpreterTasuku Suzuki2017-04-211-13/+16
* Qml Debugger: Make sure all objects have a typeUlf Hermann2017-03-311-12/+1
* Build for for -no-feature-quick-spritePaul Olav Tvete2017-03-226-3/+19
* V4 Debugger: Encode NaN and +/-Infinity as stringsUlf Hermann2017-03-211-2/+11
* Protect CallContext member usage against word size differencesSimon Hausmann2017-03-171-1/+1
* V4 Debugger: Fix typoUlf Hermann2017-03-141-1/+1
* QV4DebugService: Reduce unnecessary recursion and redundancyUlf Hermann2017-03-146-53/+134
* OpenVG: Fix glyph cache to actually ref countAndy Nichols2017-02-282-13/+15
* V4 Debugger: Don't crash when stepping to the end of a scriptUlf Hermann2017-02-281-1/+6
* Fix a compilation issueJędrzej Nowacki2017-01-312-4/+5
* Fix qtdeclarative compilationPaolo Angelelli2017-01-245-22/+93
* QSGThreadedRenderLoop: Correctly stop the animation timer ...Robin Burchell2017-01-121-0/+5
* Fix Q_QUICK_SG_PROFILE macros in OpenVG renderloopAndy Nichols2016-12-251-4/+8
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1411-64/+94
|\
| * Qml Inspector: Avoid taking a QPointer of an object being deletedUlf Hermann2016-12-092-4/+2
| * Refactor the calling code for (Simple)ScriptFunctionLars Knoll2016-12-091-1/+1
| * Change ExecutionContext::getFunctionObject() to getFunction()Lars Knoll2016-12-062-18/+11
| * Cleanup and reduce the number of overloads for QQmlBinding::create()Lars Knoll2016-12-061-1/+1
| * Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-2/+3
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-1/+1
| * Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-282-12/+24
| |\
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-282-12/+24
| | |\
| * | | D3D12: Output error messagesFriedemann Kleint2016-11-281-23/+49
| |/ /
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-1/+4
|\| |
| * | D3D12: Fix RESOURCE_BARRIER_BEFORE_AFTER_MISMATCHLaszlo Agocs2016-11-251-1/+4
* | | OpenVG: Fix Recursive LayersAndy Nichols2016-12-135-13/+56
* | | OpenVG: Use QRawFont qHash function in font cacheAndy Nichols2016-12-132-28/+3
* | | OpenVG: Support rendering paths with non-affine transformsAndy Nichols2016-12-1319-197/+586
* | | OpenVG Scenegraph AdaptationAndy Nichols2016-12-1339-0/+6045
* | | V4 Debugger: Add an option to pass additional context for evaluateUlf Hermann2016-12-093-18/+34
* | | headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-0714-16/+16
* | | QmlDebug: Allow specifying debug connectors on the command lineUlf Hermann2016-11-242-4/+4
* | | QmlDebug: Only wait in EngineControl service when "block" is activeUlf Hermann2016-11-242-2/+4
* | | QmlTooling: Retry local client connection on errorUlf Hermann2016-11-231-2/+10
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-232-12/+8
|\| |