aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-1221-50/+87
|\
| * 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
| * Fix a crash in JSON.parseLars Knoll2013-12-042-2/+15
| * QQmlImport: Don't try use a dangling pointer.Robin Burchell2013-12-041-2/+1
| * static builds: add classname entry to qmldir for QtQuick.Dialogs.PrivateRichard Moe Gustavsen2013-12-041-0/+1
| * Revert "Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614"Alan Alpert2013-12-0411-14/+11
| * Fix binding loop in Maroon in Trouble QML demoTopi Reinio2013-12-041-1/+3
| * 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
| * Update changelog for change Icf323618 / QTBUG-35174Tor Arne Vestbø2013-12-031-0/+8
| * 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-125-1/+104
* | Stabilize TestAlan Alpert2013-12-111-1/+1
* | Fix regression in QML string list concatenationsSimon Hausmann2013-12-112-2/+28
* | tst_qquickflickable: unskip rebound on OS XRobin Burchell2013-12-111-5/+0
* | 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-113-18/+78
* | Flickable: Use increased default flick parameters on BB10Oleg Shparber2013-12-114-62/+108
* | Stabilise and remove insignificant marker from tst_qquickflickable.Robin Burchell2013-12-112-11/+5
* | Fix up listening for layout direction changes.Robin Burchell2013-12-102-2/+1
* | Use qCpuHasFeature because the check can be optimized out of existenceThiago Macieira2013-12-101-1/+1
* | Mark item as dirty when nodes are cleanedMichael Brasser2013-12-102-0/+4
* | Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-109-23/+167
* | QSGRenderer: sanity check attribute regs only when QSG_SANITY_CHECK=1J-P Nurmi2013-12-101-4/+2
* | V4: change variable renumbering algorithm from recursive to iterative.Erik Verbruggen2013-12-101-89/+237
* | Windows: Use Shell API for checking file case correctness.Friedemann Kleint2013-12-102-8/+27
* | Correctly profile the size of loaded pixmapsUlf Hermann2013-12-092-9/+5
* | Remove unused function isUnicodeNonCharacterThiago Macieira2013-12-081-14/+0
* | Fix crash in QQuickLoader when source component is garbage collectedSimon Hausmann2013-12-065-0/+38
* | 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
* | Avoid warnings on cast from char* to QStringThiago Macieira2013-12-061-1/+1
* | Only emit focusObjectChanged when an actual change occurs.Michael Brasser2013-12-063-2/+25
* | Clean up property dependency data structuresSimon Hausmann2013-12-057-141/+87
* | Fix dependency calculation for context and scope propertiesSimon Hausmann2013-12-055-4/+40
* | Fix data layout of Managed classLars Knoll2013-12-051-4/+4
* | Fix dynamic properties in QQmlPropertyMap not always being visible in QMLSimon Hausmann2013-12-054-0/+134
* | Fix Flickable StopAtBounds drag over, back, over behavior.Martin Jones2013-12-053-29/+157
* | V4 IR: reverse propagate int32 truncation.Erik Verbruggen2013-12-046-139/+393
* | QQmlMemoryProfiler: Fix dangling pointer use.Robin Burchell2013-12-041-2/+1
* | Remove unused memberLars Knoll2013-12-044-6/+4
* | Fix some header guardsLars Knoll2013-12-043-4/+4
* | Encapsulate the current context and fix it's usageLars Knoll2013-12-0447-226/+221
* | Remove setVTable calls in performance critical areasLars Knoll2013-12-0421-75/+97
* | Move the vtable pointer from the object to the internal classLars Knoll2013-12-0453-256/+311
* | Fix a bug in the code for evalLars Knoll2013-12-041-5/+5
* | Add a static toArrayIndex() method to QV4::StringLars Knoll2013-12-043-4/+12