aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanupsv5.3.0-beta1Simon Hausmann2014-03-2115-49/+22
* Fix QQuickView::grabWindow() on retina displaysMorten Johan Sørvig2014-03-205-5/+5
* Implement high-dpi "@2x" image handling.Morten Johan Sørvig2014-03-2016-8/+526
* Clearly point out the distinction between GUI and Render threads.Gunnar Sletta2014-03-208-12/+49
* Finish QML test cases after waiting for deletionUlf Hermann2014-03-191-1/+1
* Behavior fix when creating QML windowsFabian Bumberger2014-03-195-4/+116
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-1918-243/+54
* QQuickWidget: Fix SizeViewToRootObjectPaul Olav Tvete2014-03-192-14/+10
* Invalidate all batches potentially affected by a change.Gunnar Sletta2014-03-194-3/+116
* Set correct FBO size for devicePixelRatio != 1Morten Johan Sørvig2014-03-191-1/+1
* Compilation fixaavit2014-03-191-8/+7
* Clear the chain of incubated objects in QQmlIncubatorPrivate::clearAlbert Astals Cid2014-03-195-37/+101
* Cleanup: Get rid of QQmlScript::TypeReferenceSimon Hausmann2014-03-193-18/+9
* Cleanup: Remove dead codeSimon Hausmann2014-03-193-49/+0
* CleanupSimon Hausmann2014-03-194-135/+88
* Clean up script importsSimon Hausmann2014-03-198-335/+318
* Clean, part 3Simon Hausmann2014-03-196-50/+18
* Use Q_ASSERT instead of assertLars Knoll2014-03-1913-64/+55
* Enable constant propagation for all typesLars Knoll2014-03-193-13/+28
* Fixes to for...in statementLars Knoll2014-03-199-11/+40
* Optimize construction of SimpleArrayDataLars Knoll2014-03-193-2/+5
* Dynamic GL in QuickLaszlo Agocs2014-03-1812-99/+118
* Add surface format to QQuickWidget.Laszlo Agocs2014-03-184-3/+62
* Release the mouse grab from PinchArea when it's not needed anymoreUlf Hermann2014-03-181-5/+8
* Doc: Fix broken \qmlsignal linksSze Howe Koh2014-03-1813-37/+36
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-1820-237/+428
* Save painting events in Qt5 style with thread ID from qmlprofilerUlf Hermann2014-03-185-22/+24
* Register animation profiler callback also from render threadUlf Hermann2014-03-184-9/+32
* Doc: Reintroduce missing sample XML file for XMLRole documentationTopi Reinio2014-03-183-3/+29
* PinchArea: zooming requires pinch distance to exceed the thresholdShawn Rutledge2014-03-181-32/+39
* FolderListModel: pessimize change signals when the filter changesShawn Rutledge2014-03-184-35/+55
* Small optimization to RegExpLars Knoll2014-03-183-1/+14
* Add some specialized lookups for two internal classesLars Knoll2014-03-183-28/+187
* Minor optimization: Avoid some QString constructorsLars Knoll2014-03-181-1/+1
* Item views: improve initial Z-value handlingJ-P Nurmi2014-03-1812-54/+331
* Cleanup, part 2Simon Hausmann2014-03-188-137/+133
* Use QUrl::toLocalFile() when decoding a string URLAndrew Knight2014-03-183-8/+10
* Namespace cleanupSimon Hausmann2014-03-1710-266/+234
* Stabilize tst_qquickwindow and tst_scenegraph.Gunnar Sletta2014-03-172-3/+39
* Fix crash with lazy binding initialization and compile time calculated depend...Simon Hausmann2014-03-176-5/+40
* Fix potential crash during shutdown for QQuickWindowsGunnar Sletta2014-03-178-28/+11
* Fix AnimatedSprite interpolation when looping and/or reversing.Michael Brasser2014-03-171-11/+47
* Suppress implicit sign conversion warnings in public APIKurt Pattyn2014-03-171-3/+3
* Fix context creation failure message.Friedemann Kleint2014-03-171-2/+2
* qv4isel_moth.cpp: Fix MSVC-warnings about operator unary minus applied to uns...Friedemann Kleint2014-03-171-3/+3
* Add docs on using a query in XMLRole with the less obvious boolean()David Greaves2014-03-171-0/+3
* Unset the current gl window when deletedGiulio Camuffo2014-03-171-0/+2
* Canvas: do not emit paint when resized but hiddenJ-P Nurmi2014-03-163-18/+24
* Fix crash when calling concat on an empty arraySimon Hausmann2014-03-152-0/+3
* Fix crash on shutdown with statesSimon Hausmann2014-03-156-0/+57