aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | V4: prevent re-adding currentStmt to the worklist in type inference.Erik Verbruggen2016-03-301-2/+10
* | | V4: Fix debug output for the type inference pass.Erik Verbruggen2016-03-301-0/+11
* | | Allow custom debug connectorsUlf Hermann2016-03-263-32/+36
* | | QQmlImportDatabase: Introduce utility message function.Friedemann Kleint2016-03-251-5/+7
* | | QQmlEngineDebugService: Make translating the usage simpler.Friedemann Kleint2016-03-251-38/+42
* | | SignalSpy: fix qtest_signalHandlerName()J-P Nurmi2016-03-211-0/+2
* | | V4: Allow the compiler to inline more small methods.Erik Verbruggen2016-03-203-336/+325
* | | SignalSpy: Support "pressed" signal use-caseGabriel de Dietrich2016-03-181-2/+9
* | | QQuickItemView::forceLayout: Also call layout when d->forceLayoutAlbert Astals Cid2016-03-112-1/+23
* | | MouseArea: add source property to mouse eventShawn Rutledge2016-03-1110-9/+215
* | | QmlDebug: Reuse packets instead of deleting and recreating themUlf Hermann2016-03-116-36/+64
* | | QmlDebug: Support sending multiple messages per packetUlf Hermann2016-03-112-12/+32
* | | QmlProfiler: Send events in smaller batchesUlf Hermann2016-03-115-10/+15
* | | QNX: Fix compilationRafael Roquetto2016-03-091-0/+4
* | | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-0839-139/+221
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-0739-139/+221
| |\| |
| | * | Prevent cutting in non-Normal echoMode of TextInputJoni Poikelin2016-03-071-5/+10
| | * | Export some more classes.Marc Mutz2016-03-063-2/+9
| | * | QQmlListModelWorkerAgent: fix -Wmisleading-indentation warning (GCC 6, genuine)Marc Mutz2016-03-051-1/+2
| | * | Let QQmlObjectCreator::setPropertyBinding return false for invalid typesFrederik Gladhorn2016-03-041-0/+2
| | * | Make more ctors explicitMarc Mutz2016-03-039-9/+9
| | * | AnimatedSprite: don't access deleted scene graph nodesJ-P Nurmi2016-03-033-53/+71
| | * | Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-0323-75/+106
| | * | Fix typo in QQmlContext documentationMitch Curtis2016-03-031-1/+1
| | * | V4: fix bootstrapped builds on Ubuntu 32bit.Erik Verbruggen2016-03-031-2/+5
| | * | Ensure ShaderEffect correctly updates with supportsAtlasTexture.Michael Brasser2016-03-014-0/+11
| | * | QQuickRenderControl: cleanup material cache on invalidateTim Blechmann2016-03-011-0/+4
* | | | Particles: half the number of calls to emittersChanged.Erik Verbruggen2016-03-083-1/+9
* | | | Particles: factor out t^2.Erik Verbruggen2016-03-081-12/+20
* | | | Particles: consistently use floats for particle data calculations.Erik Verbruggen2016-03-082-64/+64
* | | | Particles: make many QQuickParticleData members inlinable.Erik Verbruggen2016-03-082-109/+105
* | | | Particles: replace a QSet<int> with a bit vector for group data.Erik Verbruggen2016-03-083-10/+80
* | | | Particles: Shrink QQuickParticleData by 2 pointers.Erik Verbruggen2016-03-0821-194/+191
* | | | V4: Move BitVector to the util header, so it can be re-used.v5.7.0-alpha1Erik Verbruggen2016-03-072-115/+117
|/ / /
* | | Copy the inverted property when the QWheelEvent is clonedJan Arve Sæther2016-03-071-1/+1
* | | V4: tweak Phi node data destruction.Erik Verbruggen2016-03-062-15/+22
* | | V4 IR: Store the phi-node parameters directly in the class.Erik Verbruggen2016-03-065-47/+39
* | | V4: Replace foreach with range based for loops for statements.Erik Verbruggen2016-03-054-28/+29
* | | V4: Replace foreach with range based for loops for statements.Erik Verbruggen2016-03-054-20/+20
* | | V4: Replace foreach with range-based for loops on QVarLengthArrays.Erik Verbruggen2016-03-041-23/+23
* | | Particles: reduce excessive hash accesses to a more passable level.Erik Verbruggen2016-03-0410-92/+192
* | | Particles: inline 4 methods.Erik Verbruggen2016-03-044-46/+27
* | | Particles: code clean-up.Erik Verbruggen2016-03-046-36/+69
* | | Document default value of wrapModeAlbert Astals Cid2016-03-041-0/+2
* | | V4: Replace foreach loops with range-based for loops.Erik Verbruggen2016-03-031-21/+21
* | | Add more tests for pixel snapping of sizesJan Arve Sæther2016-03-021-0/+31
* | | Clear profiling data from QQuickProfiler after reportingUlf Hermann2016-03-021-5/+5
* | | Change test because of slight behavior change in the layout engineJan Arve Sæther2016-03-011-1/+1
* | | Make test more data drivenJan Arve Sæther2016-03-011-43/+21
* | | QQuickText{Edit,Input}: Reset selection when becoming readOnly.Robin Burchell2016-03-016-4/+49