aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-06-2126-149/+167
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-2126-149/+167
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-2020-107/+115
| | |\
| | | * Doc: Refactor cpp integration Message sampleSamuel Gaist2016-06-191-5/+5
| | | * Fix reference to Windows RT which actually meant Windows Runtime.Jake Petroules2016-06-161-1/+1
| | | * Fix positioning of inline images in StyledText.Michael Brasser2016-06-163-7/+16
| | | * V4: Always set the tag when boxing a pointer in QV4::Value.Erik Verbruggen2016-06-166-73/+63
| | | * ItemViews: Make the wording of the warning on cache properties slightly sterner.Robin Burchell2016-06-163-12/+18
| | | * Remove erronous setTextureSize() as it is already set previouslyAndy Shaw2016-06-151-1/+0
| | | * Support glyphs outside em square in distance field cacheEskil Abrahamsen Blomfeldt2016-06-151-4/+8
| | | * Add QNX to an x86-64 gcc/g++ listJames McDonnell2016-06-141-1/+1
| | | * Make some QNX only code Dinkum specificJames McDonnell2016-06-142-2/+2
| | | * QAccessibleQuickItem: Add Q_DECL_OVERRIDERobert Loehning2016-06-111-34/+34
| | | * QML: Only release types if they aren't referenced anymoreUlf Hermann2016-06-101-1/+2
| | | * QmlIncubator: correct documentation snippet about waiting for ReadyShawn Rutledge2016-06-101-1/+1
| | * | Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-163-40/+47
| | |\ \
| | | * | QML: Only release types if they aren't referenced anymorev5.7.0Ulf Hermann2016-06-111-1/+2
| | | * | Merge "Merge remote-tracking branch 'origin/5.6.1' into 5.7.0" into refs/stag...Jani Heikkinen2016-05-241-0/+5
| | | |\ \
| | | | * \ Merge remote-tracking branch 'origin/5.6.1' into 5.7.0Liang Qi2016-05-231-0/+5
| | | | |\ \
| | | * | | | Fix QQuickItem change listenersJ-P Nurmi2016-05-242-39/+45
| | | |/ / /
| | * | | | QQuickTextInput: include padding when reporting anchor rectRichard Moe Gustavsen2016-06-131-2/+3
* | | | | | Update adaptations doc pageLaszlo Agocs2016-06-211-6/+38
* | | | | | Software Renderer: Call QBackingStore::beginPaint with correct QRegionAndy Nichols2016-06-205-10/+36
* | | | | | Move type compilation independent bits out of QQmlTypeCompilerSimon Hausmann2016-06-205-31/+48
|/ / / / /
* | | | | Software Image Node: Do not make equality check in setTextureAndy Nichols2016-06-201-5/+3
* | | | | Script dependency handling cleanupSimon Hausmann2016-06-202-24/+21
* | | | | Minor cleanup for implicit import handlingSimon Hausmann2016-06-202-9/+7
* | | | | Clean up pragma singleton handling in the type loaderSimon Hausmann2016-06-202-64/+27
* | | | | Increase test coverage for the V4 memory managerFrank Meerkoetter2016-06-202-5/+9
* | | | | fix incorrect propagation of hover events in some casesShawn Rutledge2016-06-203-12/+13
* | | | | Clean up file/error handling in the type loaderSimon Hausmann2016-06-202-61/+57
* | | | | Added basic support for saving compilation units to diskSimon Hausmann2016-06-176-1/+129
* | | | | Move object/binding counter code to CompilationUnitSimon Hausmann2016-06-173-24/+31
* | | | | Moved import cache and type resolution cache codeSimon Hausmann2016-06-175-66/+79
* | | | | Separate QQmlPropertyValidator into a standalone fileSimon Hausmann2016-06-175-665/+772
* | | | | Remove remaining dependency of QQmlPropertyValidator on QQmlTypeCompilerSimon Hausmann2016-06-174-148/+126
* | | | | Reduce dependency of QQmlPropertyValidator on QQmlTypeCompilerSimon Hausmann2016-06-172-20/+17
* | | | | Minor QQmlPropertyValidator/QQmlCustomParser cleanupSimon Hausmann2016-06-173-16/+15
* | | | | Added iterator interfaces to QV4::CompiledData::*Simon Hausmann2016-06-171-0/+67
* | | | | Convert QQmlPropertyCacheCreator to a templateSimon Hausmann2016-06-164-26/+35
* | | | | Move QQmlPropertyCacheCreator implementation into the header fileSimon Hausmann2016-06-162-414/+411
* | | | | Separate non-generic code out of QQmlPropertyCacheCreatorSimon Hausmann2016-06-162-29/+35
* | | | | Remove base-class dependency of QQmlPropertyCacheCreatorSimon Hausmann2016-06-164-39/+31
* | | | | Minor QQmlPropertyCacheCreator API cleanupSimon Hausmann2016-06-164-68/+57
* | | | | PropertyCacheCreator traversal cleanupSimon Hausmann2016-06-164-25/+68
* | | | | Small data structure cleanupSimon Hausmann2016-06-164-15/+15
* | | | | Clean up property cache array handlingSimon Hausmann2016-06-168-80/+107
* | | | | Clean up property cache creation codeSimon Hausmann2016-06-165-105/+144
* | | | | Expose QQmlComponentPrivate::setInitialProperties()J-P Nurmi2016-06-152-3/+4
* | | | | categorized logging: trace hover eventsShawn Rutledge2016-06-155-0/+13