aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Verbose fatal instead of crash when the scene graph state is invalid.Gunnar Sletta2014-07-048-0/+87
* Remove old state logic for ComboBoxFrederik Gladhorn2014-07-031-4/+0
* Enable QSG_RUNTIME_DESCRIPTION by default for debug builds.Gunnar Sletta2014-07-032-5/+8
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-024-5/+8
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-024-5/+8
| |\
| | * Avoid double deletion of QQuickWindowShawn Rutledge2014-06-301-0/+1
| | * Merge remote-tracking branch 'origin/stable' into 5.3Frederik Gladhorn2014-06-252-4/+6
| | |\
| | | * Update QtQuick import value to 2.3Samuel Gaist2014-06-231-4/+4
| | | * Set locked state while locking for grab.Gunnar Sletta2014-06-201-0/+2
| | * | Initialize velocityAlbert Astals Cid2014-06-201-1/+1
* | | | Use qNextPowerOfTwo instead of reimplementing itAllan Sandfeld Jensen2014-07-022-29/+6
* | | | Fix output of swap times for basic render loopUlf Hermann2014-07-021-2/+2
* | | | Properly collect polish timings from all render loopsUlf Hermann2014-07-0210-25/+25
* | | | Use the same length for all scene graph numeric dataUlf Hermann2014-07-021-1/+1
* | | | QQuickSystemPalette: use QGuiApplication::paletteChanged()J-P Nurmi2014-07-022-44/+15
|/ / /
* | | Add grabFramebuffer() to QQuickWidget and use it in the autotestLaszlo Agocs2014-07-011-0/+2
* | | Docs: clarify the relation between default alpha and format.Laszlo Agocs2014-07-011-64/+72
* | | Use categorized logging for all things scenegraph.Gunnar Sletta2014-07-0111-332/+261
* | | Avoid deadlock during window hiding.Gunnar Sletta2014-07-011-2/+6
* | | QQuickApplication: do not filter LayoutDirectionChange eventsJ-P Nurmi2014-06-252-35/+4
* | | Warn at runtime about badly threaded calls to QQuickItem::update()Gunnar Sletta2014-06-251-3/+5
* | | Make QQuickRenderControl publicLaszlo Agocs2014-06-247-141/+299
* | | QQuickApplication: do not filter ApplicationActive/Inactive eventsJ-P Nurmi2014-06-231-19/+5
* | | Make sure program is bound before calling initialize().Gunnar Sletta2014-06-231-0/+1
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devSergio Ahumada2014-06-179-14/+19
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-139-14/+19
| |\| |
| | * | Initialize QSGPaintedNode with an empty size.Gunnar Sletta2014-06-121-1/+0
| | * | Add node description to painted items.Gunnar Sletta2014-06-121-0/+4
| | * | Make sure shader rewriter stops immediately on an empty string.Gunnar Sletta2014-06-121-3/+1
| | * | Fix forwarding of keyboard events to multiple target itemsJoni Poikelin2014-06-111-0/+2
| | |/
| | * Stop polish-and-sync timer when the window is destroyedLaszlo Agocs2014-06-101-0/+2
| | * Fix opacity issue in the renderer.Gunnar Sletta2014-06-051-1/+3
| | * Doc: Removed redundant link to section in the same page.Jerome Pasion2014-06-051-5/+3
| | * Use the correct precision specifier in visualizer GLSL.Gunnar Sletta2014-06-041-1/+1
| | * Make ItemViews displayMargin work correctly when set to negative valuesAlbert Astals Cid2014-06-042-3/+3
* | | Introduce Accessible.ignoredFrederik Gladhorn2014-06-162-0/+46
|/ /
* | Doc: Fix qmlclass selector used in documentation configTopi Reinio2014-06-111-1/+1
* | Optimize the way AnimatedImage display its contentLouis du Verdier2014-06-056-2/+74
* | Process children first when delivering drag eventsAleix Pol2014-06-051-17/+20
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-0415-81/+151
|\|
| * Make QQuickRenderControl usable (still private)Paul Olav Tvete2014-06-033-1/+21
| * Fix crash in QSGRenderContext::invalidate().Yoann Lopes2014-06-031-0/+3
| * Prevent initial clipping in Context2DUlf Hermann2014-06-033-11/+9
| * Recognize "in" keyword in vertex shadersLaszlo Agocs2014-06-031-2/+8
| * Fix QQuickWidget cleanup and invalidation sequenceLaszlo Agocs2014-06-031-2/+2
| * Keep the internal state about the bound fbo up to dateLaszlo Agocs2014-06-021-1/+3
| * Fix potential null pointer dereferencingFrederik Gladhorn2014-05-303-3/+3
| * Fix copy and paste errorFrederik Gladhorn2014-05-301-5/+0
| * Fix AccessibleAttached property documentationFrederik Gladhorn2014-05-301-55/+102
| * Fix QSGPlainTexture object leakLiang Jian2014-05-281-0/+1