aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | Fix wrong calculation of viewPort for transitionsFlorian Hänel2014-02-121-1/+1
| | * | | Doc: Added information about classname in qmldirVenu2014-02-121-1/+13
| | * | | Expose Qt Quick gradient conversion code privately.Mitch Curtis2014-02-123-9/+24
| | |/ /
* | | | [new compiler] Report errors at type compile time for invalid group property ...Simon Hausmann2014-02-181-0/+12
* | | | [new compiler] Fix error reporting null object group property accessSimon Hausmann2014-02-185-3/+16
|/ / /
* | | Unpin qtbase in preperation for merge to stableTor Arne Vestbø2014-02-171-1/+1
* | | Properly export QQuickProfilerUlf Hermann2014-02-172-7/+4
* | | Introducing QQuickWidgetLars Knoll2014-02-1713-15/+1504
* | | Update pin of qtbase so that the qtquickcontrols revdep buildsSimon Hausmann2014-02-171-1/+1
* | | V4 JIT: enable register allocator on Linux/ARM.Erik Verbruggen2014-02-171-2/+29
* | | V4 JIT: move registers for regalloc out of method.Erik Verbruggen2014-02-172-26/+40
* | | V4 ARM JIT: make CONFIG+=disassembler work on ARM.Erik Verbruggen2014-02-171-1/+1
* | | [new compiler] Fix reported error location for unknown type assignmentsSimon Hausmann2014-02-171-1/+1
* | | [new compiler] Compile time check for objects assigned to script stringsSimon Hausmann2014-02-171-0/+3
* | | [new compiler] Fix location of id property in error messagesSimon Hausmann2014-02-171-2/+2
* | | [new compiler] Implement compile time error handling for listsSimon Hausmann2014-02-172-1/+31
* | | [new compiler] Match class and file nameSimon Hausmann2014-02-1613-36/+36
* | | [new compiler] Cleanup object creator membersSimon Hausmann2014-02-163-91/+91