aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* 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
* Doc: Made copy of the QML files in the snippets directoryVenu2013-12-133-3/+174
* Fix touch to mouse synthesis/propagation.Robin Burchell2013-12-134-14/+36
* 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-1217-48/+67
|\
| * 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-041-2/+7
| * 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-0410-13/+10
| * 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
* | Fix regression in QML string list concatenationsSimon Hausmann2013-12-111-2/+12
* | 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
* | 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-105-23/+52
* | 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-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
* | Avoid warnings on cast from char* to QStringThiago Macieira2013-12-061-1/+1
* | Only emit focusObjectChanged when an actual change occurs.Michael Brasser2013-12-061-2/+6
* | Clean up property dependency data structuresSimon Hausmann2013-12-057-141/+87
* | Fix dependency calculation for context and scope propertiesSimon Hausmann2013-12-053-4/+17
* | Fix data layout of Managed classLars Knoll2013-12-051-4/+4
* | Fix dynamic properties in QQmlPropertyMap not always being visible in QMLSimon Hausmann2013-12-053-0/+53
* | Fix Flickable StopAtBounds drag over, back, over behavior.Martin Jones2013-12-051-28/+46