aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add optional flags and rect to QSGRenderNodeLaszlo Agocs2016-08-024-6/+97
* D3D12: Fix winrt buildLaszlo Agocs2016-08-022-0/+4
* Make generated code loading constants relocatableSimon Hausmann2016-08-0211-74/+42
* Add a checksum to the generated QML compilation unitsSimon Hausmann2016-08-028-6/+45
* Cleanup: Move ResolvedTypeReference(Map) one scope upSimon Hausmann2016-08-019-49/+59
* Add a checksum to QQmlPropertyCacheSimon Hausmann2016-08-012-0/+47
* Add a function to QQmlPropertyCache to calculate the meta-object sizesSimon Hausmann2016-08-012-0/+169
* 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-2810-43/+46
* 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-2835-220/+211
* 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-261-1/+1
* 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-253-5/+98
* QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-2521-196/+152
* Improve robustness of qml disk cachingSimon Hausmann2016-07-2312-30/+96
* 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-212-1/+76
* Prepare moth bytecode for serializationSimon Hausmann2016-07-212-6/+24
* Add tryVerify()Mitch Curtis2016-07-201-0/+67
* 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-196-14/+27
* 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-1924-34/+175
* 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