aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2013-12-2444-118/+175
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-2444-118/+175
| |\
| | * systemdialogs example: path to /tmp is different on WindowsShawn Rutledge2013-12-231-1/+1
| | * Doc: Fixed a few broken links and snippetsVenu2013-12-232-4/+4
| | * QtQuick docs: add missing \qmlpropertygroup commandsJ-P Nurmi2013-12-2012-0/+16
| | * Doc: Updated the image URLVenu2013-12-191-2/+2
| | * use private linkage where possibleOswald Buddenhagen2013-12-193-3/+3
| | * remove obsolete workarounds for qmake processing order problemsOswald Buddenhagen2013-12-192-31/+0
| | * V4 SSA: add some more literature references.Erik Verbruggen2013-12-191-5/+13
| | * Fix deadlock when QQmlEngine is destroyed during compilation.Andrew den Exter2013-12-191-14/+27
| | * Fix positioning of item when first cacheBuffer item is removed.Andrew den Exter2013-12-1917-32/+68
| | * QtQuick window example improvements: window size and DPI infoShawn Rutledge2013-12-182-3/+4
| | * 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
| | * 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