aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Pin qtbase to merge from dev while we integrate glyph cache changesTor Arne Vestbø2014-02-191-1/+1
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-1818-103/+164
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-1818-103/+164
| |\
| | * 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
| | * Disable Flickable tests on Mac OS X.Jani Heikkinen2014-02-131-0/+1
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-02-122-2/+4
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-112-2/+4
| | | |\
| | | | * Remove static initialization of QObjectsv5.2.1Eskil Abrahamsen Blomfeldt2014-01-292-2/+4