aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Move ResolvedTypeReference(Map) one scope upSimon Hausmann2016-08-019-49/+59
* Add a checksum to QQmlPropertyCacheSimon Hausmann2016-08-013-0/+85
* Add a function to QQmlPropertyCache to calculate the meta-object sizesSimon Hausmann2016-08-013-37/+293
* Simplify control flow in the type loaderSimon Hausmann2016-07-291-23/+53
* Remove some unused members on -no-qml-debugUlf Hermann2016-07-287-6/+40
* V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-2811-45/+48
* V4: Leave out Debug and Line istructions on -no-qml-debugUlf Hermann2016-07-284-18/+36
* Unbreak build on AndroidMitch Curtis2016-07-281-0/+1
* Replace debugger and profiler with stubs on -no-qml-debugUlf Hermann2016-07-2818-61/+278
* V4: Don't pass size and pointer through allocation trackersUlf Hermann2016-07-282-33/+32
* Qml: Create profiler adapters in the pluginsUlf Hermann2016-07-286-11/+5
* Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-2841-250/+241
* QmlDebug: Inline most of QQmlDebugServiceUlf Hermann2016-07-272-38/+8
* QML: Remove QQML_NO_DEBUG_PROTOCOLUlf Hermann2016-07-271-16/+1
* V4: Remove empty fileUlf Hermann2016-07-272-61/+0
* Don't needlessly look up debug servicesUlf Hermann2016-07-271-5/+7
* Remove some dead codeUlf Hermann2016-07-272-6/+0
* Software Adaptation: Fix issue with clip node handlingAndy Nichols2016-07-271-1/+2
* Software Adaptation: Add threaded render loopAndy Nichols2016-07-274-2/+1124
* Move QQmlMemoryProfiler to debugger directoryUlf Hermann2016-07-264-2/+2
* Don't set QT_QML_DEBUG_NO_WARNING on -no-qml-debugUlf Hermann2016-07-263-3/+4
* Remove some unnecessary includesUlf Hermann2016-07-264-6/+0
* QmlDebug: Fixes for QQmlDebugConnectionUlf Hermann2016-07-251-3/+4
* QML: Clean up and re-order QQmlPropertyPrivate::writeErik Verbruggen2016-07-251-65/+81
* Expose HSV and HSL color values to QMLNikita Krupenko2016-07-257-5/+153
* QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-2522-199/+155
* Improve robustness of qml disk cachingSimon Hausmann2016-07-2313-37/+210
* ICC: suppress the warning about -fno-delete-null-pointer-checksThiago Macieira2016-07-231-1/+1
* Fix ICC change-of-sign warningThiago Macieira2016-07-231-1/+1
* V4 CompilationUnit: missing #include for date-time comparisonEdward Welbourne2016-07-211-0/+1
* Add support for saving/loading the moth interpreter byte codeSimon Hausmann2016-07-213-11/+76
* Prepare moth bytecode for serializationSimon Hausmann2016-07-212-6/+24
* Add tryVerify()Mitch Curtis2016-07-202-0/+139
* Add support for caching of .js files imported from QML sourcesSimon Hausmann2016-07-191-0/+20
* Simplify reference management in QV4::ScriptSimon Hausmann2016-07-192-29/+3
* Improve robustness of qml cache expiry checkingSimon Hausmann2016-07-197-14/+32
* Added basic loading of compilation units from diskSimon Hausmann2016-07-1911-6/+209
* QML: Fix check when to use accessorsErik Verbruggen2016-07-191-3/+3
* QML: Fix property notifier registration for constant propertiesErik Verbruggen2016-07-191-1/+1
* D3D12: clean up loggingLaszlo Agocs2016-07-192-35/+38
* SoftwareImageNodes: Support textureFiltering and mirroringAndy Nichols2016-07-192-8/+63
* software: Add support for QSGRenderNodeLaszlo Agocs2016-07-1931-40/+344
* Stabilize tst_QQuickView::resizemodeitemFrederik Gladhorn2016-07-191-0/+1
* Remove redundant compare in testFrederik Gladhorn2016-07-191-1/+0
* Fix compilationSimon Hausmann2016-07-191-0/+2
* D3D12: Move swapchain/color buffer format to a constantLaszlo Agocs2016-07-191-9/+11
* D3D12: Show a warning when the requested adapter is not usableLaszlo Agocs2016-07-191-5/+9
* move QQuickCloseEvent from qquickwindow_p.h to qquickevents_p_p.hShawn Rutledge2016-07-152-18/+17
* Split out creation of alias properties in the property cachesSimon Hausmann2016-07-156-120/+252
* Fix alias resolution algorithmSimon Hausmann2016-07-159-109/+300