aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fixes: qml memory corruption on Androidaavit2013-12-171-0/+10
| | * ensure that qmltest users have CONFIG+=consoleOswald Buddenhagen2013-12-171-0/+4
| | * Delete a disallowed template instantiation the proper wayThiago Macieira2013-12-171-1/+1
| | * QtQuick Dialogs: don't use native windows on iOSShawn Rutledge2013-12-161-1/+3
* | | Change C++ parameter type used for var parameters in QML declared signalsSimon Hausmann2013-12-246-5/+87
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-16215-1747/+4072
|\|
| * Doc: Made copy of the QML files in the snippets directoryVenu2013-12-133-3/+174
| * Fix touch to mouse synthesis/propagation.Robin Burchell2013-12-136-18/+147
| * V4 IR: change block scheduling algorithm from recursive to iterative.Erik Verbruggen2013-12-121-102/+189
| * 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