aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-2340-1909/+1894
* | 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-222-6/+22
* | QQuickTimeLine: add missing time checksJ-P Nurmi2014-02-211-0/+3
* | 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-212-16/+6
* | Prevent dangling pointer in QQuickShaderEffectSource.Gunnar Sletta2014-02-201-1/+20
* | Fix item polishingJ-P Nurmi2014-02-202-13/+8
* | Update QQmlAbstractProfilerAdapter documentation.Ulf Hermann2014-02-201-10/+67
* | Update QQuickWidget docs and changelogLaszlo Agocs2014-02-201-5/+15
* | Add a signal for syncing external animation systemsLaszlo Agocs2014-02-205-0/+17
* | Fix ListModel::setProperty() to accept date rolesJ-P Nurmi2014-02-201-0/+1
* | Optimize QQuickItemParticle::prepareNextFrame().Volker Krause2014-02-201-3/+4
* | Ensure Behavior stops animating when a new value is set while disabled.Michael Brasser2014-02-201-0/+2
* | 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-202-37/+34
* | Do not add Images with invalid geometry to the scene graph.Gunnar Sletta2014-02-191-0/+8
* | Guarantee event's default state as not acceptedArthur Mello2014-02-191-0/+2
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-1817-103/+157
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-1817-103/+157
| |\|
| | * Fix spurious binding loop errors in QtQuick Controls and other placesSimon Hausmann2014-02-161-7/+12
| | * Fix crash when the currently running binding is deleted.Michael Brasser2014-02-152-57/+61
| | * Ensure m_opacityChange is cleared at the beginning of each frame.Michael Brasser2014-02-151-0/+1
| | * Update scenegraph docs to be in line with Qt 5.2 behavior changes.Michael Brasser2014-02-152-10/+1
| | * Provide scenegraph backend API for marking scenegraph nodes dirty.Michael Brasser2014-02-152-0/+2
| | * Enable program binary support through QSGRenderContext API.Gunnar Sletta2014-02-134-16/+45
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-02-122-2/+4
| | |\