aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Move rebuildGeometry() functions of nodesFriedemann Kleint2016-11-221-9/+5
| * | QSGRendererInterface: Add Resource suffix for consistencyLaszlo Agocs2016-11-181-3/+3
* | | QmlTooling: Move native debug service into own pluginUlf Hermann2016-11-1810-10/+139
* | | QmlTooling: Move QDebugMessageService into own pluginUlf Hermann2016-11-1810-8/+139
* | | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-034-8/+8
|\| |
| * | d3d12 plugin depends on quickSamuli Piippo2016-10-241-1/+1
| * | Cast enums to int before streaming into QDataStreamThiago Macieira2016-10-233-7/+7
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-186-37/+42
|\| |
| * | d3d12: Use qtConfig() in place of config_d3d12 for the pluginLaszlo Agocs2016-10-171-1/+2
| * | Fix d3d12 plugin compilation after QSGGeometry API reviewLaszlo Agocs2016-10-141-3/+4
| * | Fix enums in QSGGeometryLaszlo Agocs2016-10-124-11/+11