aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix broken linksSze Howe Koh2013-12-3028-50/+48
* Context2D: don't use an arrow to illustrate scaling in the docs.Mitch Curtis2013-12-261-0/+0
* Doc: Fixed a few broken links and snippetsVenu2013-12-231-2/+2
* QtQuick docs: add missing \qmlpropertygroup commandsJ-P Nurmi2013-12-2012-0/+16
* use private linkage where possibleOswald Buddenhagen2013-12-191-1/+1
* remove obsolete workarounds for qmake processing order problemsOswald Buddenhagen2013-12-191-14/+0
* Fix positioning of item when first cacheBuffer item is removed.Andrew den Exter2013-12-193-1/+14
* Docs: fix Drag::onDragStarted() and onDragFinished() signalsJ-P Nurmi2013-12-181-2/+2
* Fix & cleanup whitespace in qquickdrag.cpp docsJ-P Nurmi2013-12-181-21/+19
* Fix touch to mouse synthesis/propagation.Robin Burchell2013-12-134-14/+36
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-125-33/+49
|\
| * Set the format for the fallback offscreen surfacev5.2.0Laszlo Agocs2013-12-051-0/+1
| * Fix broken visibility property assignment after d0644b040eTor Arne Vestbø2013-12-051-1/+1
| * Don't leave the GL context current after cleanup.Gunnar Sletta2013-12-041-18/+34
| * Revert "Load "@2x" images on high-dpi "retina" systems."Morten Johan Sørvig2013-12-031-11/+0
| * Release GL resources of ShaderEffectSource while we still have GL.Gunnar Sletta2013-12-032-3/+13
* | Don't crash when QCoreApplication is currently being deleted.Sérgio Martins2013-12-121-0/+3
* | Safeguard QQuickWindow::hide() against other GL contexts.Gunnar Sletta2013-12-122-0/+6
* | Size changes do not warrant a transform update.Gunnar Sletta2013-12-111-1/+1
* | Set highlight size for both dimensions, irrespective of ListView orientationRobin Burchell2013-12-111-18/+34
* | Flickable: Use increased default flick parameters on BB10Oleg Shparber2013-12-114-62/+108
* | Fix up listening for layout direction changes.Robin Burchell2013-12-101-1/+1
* | Mark item as dirty when nodes are cleanedMichael Brasser2013-12-102-0/+4
* | QSGRenderer: sanity check attribute regs only when QSG_SANITY_CHECK=1J-P Nurmi2013-12-101-4/+2
* | Correctly profile the size of loaded pixmapsUlf Hermann2013-12-091-6/+2
* | Fix crash in QQuickLoader when source component is garbage collectedSimon Hausmann2013-12-062-0/+6
* | Profile a pixmap start event also when loading is asynchronous.Ulf Hermann2013-12-061-0/+3
* | Fix: QSGGeometry lineWidth in qsgbatchrendererTorgeir Lilleskog2013-12-061-0/+3
* | Propegate filtering state when we extract texture from atlas.Gunnar Sletta2013-12-061-0/+1
* | Only emit focusObjectChanged when an actual change occurs.Michael Brasser2013-12-061-2/+6
* | Fix Flickable StopAtBounds drag over, back, over behavior.Martin Jones2013-12-051-28/+46
* | Encapsulate the current context and fix it's usageLars Knoll2013-12-041-2/+2
* | Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-4/+4
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-12-037-77/+139
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-037-77/+139
| |\|
| | * Fix style animations to stop when the item is hiddenJ-P Nurmi2013-12-031-1/+4
| | * Safely abort when we don't succeed in creating a GL context.Gunnar Sletta2013-12-032-3/+11
| | * Doc: Change the order of QQuickText function definitionsTopi Reinio2013-11-301-49/+49
| | * Handle boundingboxes with NaN in them.Gunnar Sletta2013-11-302-8/+7
| | * Ensure that QML Windows respect the default platform window stateTor Arne Vestbø2013-11-301-1/+79
| | * Revert 99480d5420c0beea6771be582c039b550a4461f5Gunnar Sletta2013-11-272-18/+0
* | | Improve the Canvas threading modelGunnar Sletta2013-12-039-176/+251
|/ /
* | Drop the "missing provider" warning from ShaderEffect.Gunnar Sletta2013-12-031-1/+0
* | Fix typo in debug defineGunnar Sletta2013-12-031-1/+1
* | Fix QQuickTextInput not overriding shortcuts (del/home...)Frederik Gladhorn2013-12-021-0/+2
* | Set all attached section properties before emitting change signals.Martin Jones2013-11-302-8/+23
* | When the MouseArea loses grab, an active drag should be cancelled.Robin Burchell2013-11-301-0/+6
* | Enable broken IBO fallback for Hisilicon Immersion 16 GPUEskil Abrahamsen Blomfeldt2013-11-291-0/+2
* | Set sampler precision in shifted distance field text shaderEskil Abrahamsen Blomfeldt2013-11-281-1/+1
* | Slightly accelerate access to value type propertiesSimon Hausmann2013-11-281-41/+41