aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* One GraphicsInfo to rule them allLaszlo Agocs2016-06-0122-456/+609
* D3D12: Get rid of the material's RenderState duplicationLaszlo Agocs2016-06-019-110/+27
* Change graphicsAPI to graphicsApiLaszlo Agocs2016-06-0115-23/+23
* Make matrix and clipList setters' appearance more internalLaszlo Agocs2016-05-314-10/+21
* Enable QQuickItemGrabResult in all buildsLaszlo Agocs2016-05-314-12/+8
* D3D12: Remove unused srv gettersLaszlo Agocs2016-05-315-23/+0
* D3D12: Drop QVectors from QSGD3D12EngineLaszlo Agocs2016-05-316-32/+58
* D3D12: Experiment with dropping QImage data once the upload is queuedLaszlo Agocs2016-05-311-0/+12
* D3D12: Preliminary UWP supportLaszlo Agocs2016-05-311-2/+51
* Merge remote-tracking branch 'origin/dev' into scenegraphngAndy Nichols2016-05-3165-519/+904
|\
| * Move dependent scripts to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-316-11/+16
| * Moved object/bindings/customparser counters to CompilationUnitSimon Hausmann2016-05-316-18/+20
| * Moved the import cache from QQmlCompiledData to CompilationUnitSimon Hausmann2016-05-317-14/+20
| * Move property caches from QQmlCompiledData to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-319-30/+33
| * Fix bug in designer support reference countingSimon Hausmann2016-05-301-0/+5
| * Removed the dependency to QQmlCompiledData from QQmlCustomParserSimon Hausmann2016-05-3010-24/+24
| * Remove the custom parser binding bits hash table from QQmlCompiledDataSimon Hausmann2016-05-306-58/+66
| * Centralize deferred binding bit information in CompiledData::BindingSimon Hausmann2016-05-306-58/+142
| * QmlProfiler: Send RangeData and RangeLocation only once per typeUlf Hermann2016-05-2718-89/+200
| * Small type compilation data structure cleanupSimon Hausmann2016-05-263-38/+27
| * Simplify id and alias collectionSimon Hausmann2016-05-262-13/+5
| * Optimize named object handlingSimon Hausmann2016-05-2613-45/+133
| * QQuickWindow: Process a synthetic hover once per frameRobin Burchell2016-05-267-9/+19
| * QML: re-use event objects across signal emissions.Erik Verbruggen2016-05-265-25/+71
| * Simplify object to id-in-context mappingSimon Hausmann2016-05-2611-85/+84
| * Add a flag to CompiledData::Object record component boundariesSimon Hausmann2016-05-267-22/+24
| * V4: fix all pedantic warningsErik Verbruggen2016-05-261-25/+31
| * Minor cleanup of pool array allocationSimon Hausmann2016-05-263-12/+13
| * Fixed another batch of QHash/QMap::values() (mis)useFrank Meerkoetter2016-05-256-9/+9
| * Add QQuickWheelEvent::inverted()Jan Arve Sæther2016-05-254-4/+29
| * V4: Get more code inlined in the MemoryManager.Erik Verbruggen2016-05-251-11/+14
* | Add an API to set the scenegraph backendLaszlo Agocs2016-05-304-12/+78
* | Merge remote-tracking branch 'origin/dev' into HEADLaszlo Agocs2016-05-2468-391/+312
|\|
| * Get rid of QQmlCompiledData::rootPropertyCache memberSimon Hausmann2016-05-245-22/+15
| * Get rid of QQmlVMEMetaDataSimon Hausmann2016-05-249-95/+60
| * Fix compilationSimon Hausmann2016-05-241-0/+1
| * Get rid of QQmlVMEMetaData::AliasDataSimon Hausmann2016-05-243-26/+12
| * Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devSimon Hausmann2016-05-2458-250/+227
| |\
| | * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-2458-250/+227
| | |\
| | | * V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-2034-17/+49
| | | * V4: create a fast-path for QObjectWrapper::wrapErik Verbruggen2016-05-202-5/+21
| | | * Always use ::copysign instead of std::copysign where availableRalf Nolden2016-05-201-8/+0
| | | * Don't render when width is zero and elide is not NoneKari Hautamäki2016-05-201-0/+5
| | | * Fix compiler warnings.Erik Verbruggen2016-05-201-34/+35
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-1924-185/+117
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-1916-62/+48
| | | | |\
| | | | | * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-186-10/+24
| | | | | * QML: Fix asynchronous cached loading.Erik Verbruggen2016-05-131-1/+1
| | | | | * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-132-2/+2
| | | | | * make use of COPIESOswald Buddenhagen2016-05-131-14/+1