aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove inheritance of QQmlCompiledData from QQmlCleanUpSimon Hausmann2016-06-013-22/+4
* Remove some dead codeSimon Hausmann2016-06-011-6/+0
* Remove "external" usages of QQmlCompiledData::engineSimon Hausmann2016-06-014-7/+8
* Add \since 5.8 to Binding::delayedMitch Curtis2016-06-011-0/+1
* V4: Replace foreach loops with range-based for loops.Erik Verbruggen2016-05-311-3/+3
* Moved meta-type id members to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-318-29/+37
* Moved resolved type references over to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-318-119/+128
* 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
* 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
| | | | * move builtins.qmltypes to an own subdirOswald Buddenhagen2016-05-133-32/+33
| | | | * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-127-118/+52
| | | | |\
| | | | * | QmlDebug: Drop explicit Q_IMPORT_PLUGIN statementsUlf Hermann2016-05-093-16/+0
| | | * | | Revert "Remove this piece of code"Simon Hausmann2016-05-181-2/+11
| | | * | | QQuickWidget: update() when resetting updatePending in showEvent()Ulf Hermann2016-05-171-3/+7
| | | | |/ | | | |/|