aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make QQuickRenderControl publicLaszlo Agocs2014-06-248-154/+313
* V4 JIT: add IR printer that uses platform register names.Erik Verbruggen2014-06-243-3/+42
* QQuickApplication: do not filter ApplicationActive/Inactive eventsJ-P Nurmi2014-06-231-19/+5
* Make sure program is bound before calling initialize().Gunnar Sletta2014-06-231-0/+1
* V4 JIT: add some documentation and literature references.Erik Verbruggen2014-06-193-0/+33
* V4 JIT: add hint for phi-node operands.Erik Verbruggen2014-06-191-0/+1
* Fix compiler warningLars Knoll2014-06-181-1/+2
* Use the correct 'no-widgets' checkGunnar Sletta2014-06-181-1/+1
* V4 JIT: teach regalloc about callee-saved registers.Erik Verbruggen2014-06-172-9/+26
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devSergio Ahumada2014-06-1719-91/+134
|\
| * Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-1319-91/+134
| |\
| | * Merge remote-tracking branch 'origin/stable' into 5.3Simon Hausmann2014-06-131-1/+7
| | |\
| | | * Fix EllipseShape for Affectors in QtQuick.ParticleDaniel Oberländer2014-06-121-1/+7
| | * | Set StrongFocus on QQuickWidgetLaszlo Agocs2014-06-131-0/+3
| | * | Doc: Clarify where JavaScript fits in QML codeSze Howe Koh2014-06-132-47/+42
| | * | Initialize QSGPaintedNode with an empty size.Gunnar Sletta2014-06-121-1/+0
| | * | Add node description to painted items.Gunnar Sletta2014-06-121-0/+4
| | * | Make sure shader rewriter stops immediately on an empty string.Gunnar Sletta2014-06-121-3/+1
| | * | Fix forwarding of keyboard events to multiple target itemsJoni Poikelin2014-06-111-0/+2
| | |/
| | * Drag&Drop support for child items in QQuickWidgetPaul Olav Tvete2014-06-101-1/+6
| | * Stop polish-and-sync timer when the window is destroyedLaszlo Agocs2014-06-101-0/+2
| | * add missing signal declaration in Exposing Attributes to QML exampleShawn Rutledge2014-06-101-0/+2
| | * Add support for multisampling in QQuickWidgetLaszlo Agocs2014-06-062-5/+28
| | * V4 Yarr JIT: push/pop addressTempRegister.Erik Verbruggen2014-06-051-0/+2
| | * Fix opacity issue in the renderer.Gunnar Sletta2014-06-051-1/+3
| | * Fix QQuickWidget offscreen surface format and creation orderLaszlo Agocs2014-06-052-16/+10
| | * Doc: Removed redundant link to section in the same page.Jerome Pasion2014-06-051-5/+3
| | * Doc: Updated "Qt Quick Examples" pages.Jerome Pasion2014-06-051-3/+4
| | * Detect and warn when using QQuickWidget as a native childLaszlo Agocs2014-06-051-0/+6
| | * Use the correct precision specifier in visualizer GLSL.Gunnar Sletta2014-06-041-1/+1
| | * Fix bindings to when property of States not always workingSimon Hausmann2014-06-041-0/+1
| | * Fix method overload calling of Qt slots from JavaScriptkh12014-06-041-4/+4
| | * Make ItemViews displayMargin work correctly when set to negative valuesAlbert Astals Cid2014-06-042-3/+3
* | | Introduce Accessible.ignoredFrederik Gladhorn2014-06-162-0/+46
|/ /
* | V4 JIT: use RegisterInfo in the register allocator.Erik Verbruggen2014-06-134-54/+46
* | V4 RegAlloc: simplify algorithm after introducing half open ranges.Erik Verbruggen2014-06-133-127/+148
* | V4 RegAlloc: change life-time intervals from closed to half-open.Erik Verbruggen2014-06-137-219/+309
* | Add support for translations in pure QJSEngine based environmentsSimon Hausmann2014-06-133-7/+68
* | Properly initialize heap profiler when starting profilingUlf Hermann2014-06-125-10/+45
* | Doc: Fix qmlclass selector used in documentation configTopi Reinio2014-06-112-2/+2
* | Add FreeBSD support to qv4targetplatform_p.hDmitry Shachnev2014-06-101-2/+2
* | Javascript heap profilerUlf Hermann2014-06-068-18/+99
* | V4 IR: Store positions for life-time intervals outside the statement.Erik Verbruggen2014-06-066-56/+128
* | V4 IR: add def statements to the worklist when removing uses.Erik Verbruggen2014-06-061-13/+11
* | V4 IR: replace hashes by vectors.Erik Verbruggen2014-06-062-102/+104
* | Remove copy and accidental detach.Erik Verbruggen2014-06-062-3/+3
* | V4 RegAlloc: store, pass, and use life-time intervals by pointer.Erik Verbruggen2014-06-055-116/+149
* | Optimize the way AnimatedImage display its contentLouis du Verdier2014-06-056-2/+74
* | Cleanup: Get rid of the url and file name members in QQmlCompiledDataSimon Hausmann2014-06-0511-24/+20
* | Process children first when delivering drag eventsAleix Pol2014-06-051-17/+20