aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix global object handling in worker script JS files.v5.3.0-alpha1Michael Brasser2014-02-2510-8/+134
* Add double-click to QQuickWidgetUlf Hermann2014-02-252-0/+16
* tst_qquickpathview: show window before flickingShawn Rutledge2014-02-251-0/+5
* Add support for scanning javascript files.Morten Johan Sørvig2014-02-251-17/+77
* Fix crashes and incorrect extension queries on GL3+Laszlo Agocs2014-02-254-10/+10
* Introduced a few more signals to QQuickWindow.Gunnar Sletta2014-02-258-8/+127
* Fix wrong assert in QSGRenderLoop::setInstanceMarco Bubke2014-02-251-1/+1
* qmlplugindump: adding writeBooleanBinding to write booleansFawzi Mohamed2014-02-253-17/+11
* Register the QML profiler's animation callback from the GUI threadUlf Hermann2014-02-251-1/+16
* Don't needlessly flush start times when stopping profilingUlf Hermann2014-02-252-7/+17
* Determine whether or not an object literal requires a sparse array at compile...Simon Hausmann2014-02-2411-23/+39
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-2418-307/+285
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-242-17/+0
|\
| * Revert "Fix scenegraph backend API for material shaders."old/5.2Michael Brasser2014-02-192-17/+0
* | Smaller cleanupLars Knoll2014-02-232-15/+7
* | Clean up our internal namespacesLars Knoll2014-02-2342-1913/+1898
* | Move binops out of the iselLars Knoll2014-02-227-459/+612
* | Move unops into it's own fileLars Knoll2014-02-225-33/+233
* | Move the Assembler class into it's own fileLars Knoll2014-02-225-1703/+1856
* | Move JIT infrastructure into it's own directoryLars Knoll2014-02-227-8/+15
* | Remove unused methodLars Knoll2014-02-221-22/+0
* | Really eliminate a|0 and b&(-1)Lars Knoll2014-02-221-8/+8
* | Avoid some unneccesary instructions in swapValuesLars Knoll2014-02-221-13/+15
* | Mask rhs of shift operations in the IR for constantsLars Knoll2014-02-222-44/+49
* | Slightly simplify generated code for conversion to intLars Knoll2014-02-221-3/+1
* | Remove unused text streamLars Knoll2014-02-221-3/+0
* | Remove some code duplicationLars Knoll2014-02-221-85/+27
* | Cleanup: Pass the function into the various SSA stagesLars Knoll2014-02-221-37/+33
* | Simplify some runtime codeLars Knoll2014-02-224-49/+42
* | Update QQuickTextInput's baselineOffset when only height changesJan Arve Saether2014-02-223-12/+41
* | QQuickTimeLine: add missing time checksJ-P Nurmi2014-02-214-0/+80
* | the qmlextensionplugins example and a bunch of reference examples need QtQuickOswald Buddenhagen2014-02-212-7/+11
* | the shell example and a bunch of reference examples need no QtGuiOswald Buddenhagen2014-02-217-8/+8
* | Add touch and wheel events to QQuickWidgetLaszlo Agocs2014-02-212-1/+34
* | Add an error signal to QQuickWindowLaszlo Agocs2014-02-217-3/+98
* | Fix missing depth and stencil buffer in QQuickWidgetLaszlo Agocs2014-02-211-2/+12
* | Avoid extra platformwindows with QQuickWidgetLaszlo Agocs2014-02-213-11/+34
* | Don't use VertexarraysBjörn Breitmeyer2014-02-212-21/+13
* | Make sure we update filtering options on atlas textures.Gunnar Sletta2014-02-216-17/+82
* | Prevent dangling pointer in QQuickShaderEffectSource.Gunnar Sletta2014-02-201-1/+20
* | Fix item polishingJ-P Nurmi2014-02-203-13/+69
* | Update QQmlAbstractProfilerAdapter documentation.Ulf Hermann2014-02-201-10/+67
* | Update QQuickWidget docs and changelogLaszlo Agocs2014-02-202-5/+21
* | Add a signal for syncing external animation systemsLaszlo Agocs2014-02-206-0/+32
* | Fix ListModel::setProperty() to accept date rolesJ-P Nurmi2014-02-202-0/+2
* | QQuickWidget examplePaul Olav Tvete2014-02-205-0/+146
* | Optimize QQuickItemParticle::prepareNextFrame().Volker Krause2014-02-201-3/+4
* | Ensure Behavior stops animating when a new value is set while disabled.Michael Brasser2014-02-204-0/+117
* | Make SmoothedAnimation and SpringAnimation smoothly transition again.Michael Brasser2014-02-208-31/+218
* | Update glyph cache type/format logic to match qtbase changesTor Arne Vestbø2014-02-203-38/+35