aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes and incorrect extension queries on GL3+Laszlo Agocs2014-02-254-10/+10
* Introduced a few more signals to QQuickWindow.Gunnar Sletta2014-02-257-5/+89
* Fix wrong assert in QSGRenderLoop::setInstanceMarco Bubke2014-02-251-1/+1
* Register the QML profiler's animation callback from the GUI threadUlf Hermann2014-02-251-1/+16
* 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
* | 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 an error signal to QQuickWindowLaszlo Agocs2014-02-217-3/+98
* | Avoid extra platformwindows with QQuickWidgetLaszlo Agocs2014-02-212-3/+10
* | 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
* | Add a signal for syncing external animation systemsLaszlo Agocs2014-02-205-0/+17
* | 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-203-22/+24
* | 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 remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-1811-36/+67
|\|
| * 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
| * Fix wrong calculation of viewPort for transitionsFlorian Hänel2014-02-121-1/+1
| * Expose Qt Quick gradient conversion code privately.Mitch Curtis2014-02-122-9/+17
* | Properly export QQuickProfilerUlf Hermann2014-02-171-3/+4
* | Introducing QQuickWidgetLars Knoll2014-02-176-15/+392
* | Avoid Nearest mipmap filtering for BorderImage.Gunnar Sletta2014-02-161-0/+1
* | Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-1514-53/+490
* | Fix polishItems bugFabian Bumberger2014-02-151-6/+10
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-1216-52/+97
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-1116-52/+97
| |\|
| | * Warn when attaching Keys to an invalid itemFrederik Gladhorn2014-02-111-0/+2
| | * Fix origin for short reversed item viewsJohn Brooks2014-02-101-2/+2
| | * Doc: note about visible and enabled in PropertyChangesFrederik Gladhorn2014-02-101-0/+5
| | * Fix scenegraph backend API for material shaders.Michael Brasser2014-02-063-1/+18
| | * Doc: Merge duplicated example directoriesSze Howe Koh2014-02-063-3/+3
| | * Avoid renderlist rebuilds in the scene graph renderer.Gunnar Sletta2014-02-062-30/+42
| | * Fix backend API, broken since 5.2.0Gunnar Sletta2014-02-045-3/+9
| | * Fix crash in header when regenerating view.Michael Brasser2014-01-301-0/+1
| | * Docs: add a working example to Text::fontSizeMode docsJ-P Nurmi2014-01-291-0/+4
| | * Fix leak-on-exit of QSGRenderLoop::s_instanceAlex Montgomery2014-01-282-13/+11
* | | Add Image::mipmap to support mipmapping of images.Gunnar Sletta2014-02-1211-22/+57
* | | Fixed wrong baseline alignment for TextInputJan Arve Saether2014-02-121-0/+12
|/ /
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-074-23/+71
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-264-23/+71
| |\|
| | * Flickable: fix crash in delayed press handlingJ-P Nurmi2014-01-251-1/+1
| | * Positioners: fix layout mirroringJ-P Nurmi2014-01-253-22/+70