aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-2372-661/+991
|\
| * Build for for -no-feature-quick-spritePaul Olav Tvete2017-03-226-3/+19
| * Build fix for configure -no-openglPaul Olav Tvete2017-03-222-0/+4
| * Codegen: do not assume QStringRef(const QString *) is implicitMarc Mutz2017-03-221-2/+2
| * Speed up source code readingSimon Hausmann2017-03-221-1/+9
| * Avoid an extra stat() on the source .qml file when loading cacheSimon Hausmann2017-03-2210-28/+24
| * Fix handling of huge memory segmentsLars Knoll2017-03-221-3/+13
| * Avoid reading (not parsing) .qml files when using the cacheSimon Hausmann2017-03-212-36/+54
| * Simplify internal source access APISimon Hausmann2017-03-212-37/+30
| * V4 Debugger: Encode NaN and +/-Infinity as stringsUlf Hermann2017-03-211-2/+11
| * Complete transition to standard layout classes for JIT accessSimon Hausmann2017-03-218-20/+21
| * QQuickEvents: Fix documentation of types for MouseEvent and WheelEvent x/yRobin Burchell2017-03-201-4/+4
| * Protect CallContext member usage against word size differencesSimon Hausmann2017-03-173-5/+21
| * Remove unused macroSimon Hausmann2017-03-171-4/+0
| * Protect ExecutionContext member usage against word size differencesSimon Hausmann2017-03-175-19/+50
| * Clean up qOffsetOf usageSimon Hausmann2017-03-171-1/+1
| * Protect CompilationUnit member usage against word size differencesSimon Hausmann2017-03-179-20/+21
| * Protect Lookup usage against cross-compilation word size differencesSimon Hausmann2017-03-172-5/+12
| * Protect CallData usage against cross-compilation word size differencesSimon Hausmann2017-03-175-19/+25
| * Prepare run-time method calling mechanism for cross-compilationSimon Hausmann2017-03-1712-358/+282
| * Fix running of 32-bit JIT code generated on 64-bit hostsSimon Hausmann2017-03-176-19/+39
| * Flickable: fix doc statement about content anchoringNikita Krupenko2017-03-161-2/+4
| * Fix QQmlMetaType::prettyTypeName to deal with malformed type namesUlf Hermann2017-03-151-4/+8
| * V4 Debugger: Fix typoUlf Hermann2017-03-141-1/+1
| * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-148-5/+33
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-138-5/+33
| | |\
| | | * QThreadData::threadId is now QAtomicPointer, so relax loads from AcquireThiago Macieira2017-03-062-3/+3
| | | * Fix build with -no-feature-libraryUlf Hermann2017-03-061-1/+1
| | | * Fix build for -no-feature-quick-pathStephan Binner2017-02-271-0/+1
| | | * Fix build for -no-feature-quick-shadereffectStephan Binner2017-02-275-2/+18
| | | * Add feature.qml-profiler with extended build dependenciesStephan Binner2017-02-241-0/+13
| * | | QV4DebugService: Reduce unnecessary recursion and redundancyUlf Hermann2017-03-146-53/+134
| * | | Add features.quick-particlesPaul Olav Tvete2017-03-133-2/+10
| * | | Build fix for -no-feature-quick-pathPaul Olav Tvete2017-03-132-3/+9
| * | | Update plugins.qmltypes for 5.9Marco Benelli2017-03-135-53/+197
| |/ /
* | | QSGOpenVGLayer: Fix compilationRobin Burchell2017-03-221-0/+1
* | | Remove QSGDistanceFieldGlyphCacheManagerRobin Burchell2017-03-2114-180/+12
* | | QSGDistanceFieldUtil: Remove a layer of indirectionRobin Burchell2017-03-213-49/+30
* | | Expose QQuickItem::size() and document QQuickItem::setSize()Gunnar Sletta2017-03-202-2/+22
* | | QQuickImageProvider: Improve documentation about cancel() and finished()Robin Burchell2017-03-201-2/+12
* | | Document and demo that fboId can be 0Laszlo Agocs2017-03-171-0/+5
* | | Use qRadiansToDegrees() more widelyEdward Welbourne2017-03-163-9/+7
* | | qml: Override the new Object::instanceOf hook to allow QML type checkingRobin Burchell2017-03-153-1/+54
* | | QSGDistanceFieldGlyphNode: Remove per-node QLinkedList of nodes to deleteRobin Burchell2017-03-154-13/+25
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-1426-98/+267
|\| |
| * | Build fix for -no-feature-quick-shadereffectPaul Olav Tvete2017-03-106-3/+8
| * | QtQuick scene graph: fix text native renderingOleg Yadrov2017-03-092-0/+151
| * | Fix relocation related errors when loading AOT cachesSimon Hausmann2017-03-093-7/+19
| * | Fix time stamp related errors when loading AOT cachesSimon Hausmann2017-03-092-3/+3
| * | Fix copied QDragMoveEvent drop action to propagate to original eventAlexandru Croitor2017-03-071-1/+3