aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QQuickItemView: Extract Method fxViewItemAtPosition()Anton Kudryavtsev2016-10-041-13/+12
* Remove a statement from the documentation that is now false.Jake Petroules2016-10-041-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-0149-195/+481
|\
| * Add some notes to mouse and touch ungrab docsFrederik Gladhorn2016-10-011-0/+15
| * QML: Make all context objects trivialErik Verbruggen2016-09-3018-78/+123
| * Do not crash in debug operator<< when QQuickPointerDevice is nullptrFrederik Gladhorn2016-09-291-0/+4
| * winrt: Fix crash on ARM in release modeMaurice Kalinowski2016-09-281-0/+6
| * QML: Make QV4::Heap::Pointer trivialErik Verbruggen2016-09-287-27/+26
| * Don't crash when delivering stationary touchpoint as mouse releaseShawn Rutledge2016-09-271-0/+2
| * QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-2712-52/+135
| * Remove unused notifier for parent accessorSimon Hausmann2016-09-272-3/+0
| * QML: Replace a QVector with a plain old C-style arrayErik Verbruggen2016-09-222-14/+26
| * Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-09-2114-24/+147
| |\
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-2114-24/+147
| | |\
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-169-12/+47
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-162-2/+6
| | | | |\
| | | | | * Correctly update the geometry of QSGDefaultPainterNodev5.6.2Yoann Lopes2016-09-121-2/+2
| | | | | * QtQml: Disable new optimizer of MSVC2015/Update 3Friedemann Kleint2016-09-021-0/+4
| | | | * | Propagate window enter event as hover enter event in QQuickWindowEike Hein2016-09-151-0/+9
| | | | * | QQuickTextInput: avoid emitting editingFinished twiceRichard Moe Gustavsen2016-09-151-1/+6
| | | | * | Destroy an incubating delegate if it is removed before incubation completesMartin Jones2016-09-151-3/+17
| | | | * | Fix grammar in "Keyboard Focus in Qt Quick" documentationMitch Curtis2016-09-061-1/+1
| | | | * | Document that attached properties are created in C++Mitch Curtis2016-09-051-1/+2
| | | | |/
| | | | * Allow for garbage collection of types with errors in trimCache()Michael Brasser2016-08-301-2/+4
| | | | * Workaround crashes in QtQml code related to dead-store eliminationJonathan Liu2016-08-281-1/+1
| | | | * QQuickDragAttached: set actual drag source when instantiating QDragAlberto Mardegan2016-08-261-1/+1
| | | * | Fix crash on exit when using default property aliases with layoutsMitch Curtis2016-09-151-0/+4
| | | * | Fix smooth scaling for Qt Quick Text itemsJake Petroules2016-09-141-0/+8
| | | * | Fix V4 on big-endianAllan Sandfeld Jensen2016-09-121-8/+5
| | | * | Doc: Updated Local Storage QML Types documentationNico Vertriest2016-09-122-4/+82
* | | | | check QML_NO_TOUCH_COMPRESSION during first touch eventJeremy Katz2016-09-261-2/+2
* | | | | FolderListModel/FileProperty: Use member initializationFriedemann Kleint2016-09-231-10/+10
* | | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-2156-1669/+476
|\| | | |
| * | | | QML: Cleanup prefix/suffixes for plug-in resolvingErik Verbruggen2016-09-191-15/+18
| * | | | Add qt_attribution.json file for masmKai Koehne2016-09-193-0/+58
| * | | | Qt Quick depends on guiSamuli Piippo2016-09-191-6/+8
| |/ / /
| * | | Fix crash when using Software Renderer on HiDPI QBackingStoreAndy Nichols2016-09-151-2/+11
| * | | QML: Fix xmlhttprequestdata leakErik Verbruggen2016-09-141-2/+1
| * | | Use the stringData() function from qmetaobject.cppThiago Macieira2016-09-121-2/+13
| * | | Make LayoutMirroring work with WindowJ-P Nurmi2016-09-121-3/+10
| * | | Update .qmltypesMarco Benelli2016-09-1213-1253/+223
| * | | Add qmlRegisterUncreatableMetaObject convenience functionBogDan Vatra2016-09-073-0/+72
| * | | Doc: Remove newline to fix QSGMaterial flags tableLaszlo Agocs2016-09-051-1/+0
| * | | Fix crash when instantiating new QObject object through QMetaObjectJoni Poikelin2016-09-031-1/+1
| * | | Fix warningMaurice Kalinowski2016-09-031-0/+1
| * | | QQuickWidget: Don't render into a null imageUlf Hermann2016-09-021-1/+1
| * | | QML: treat permanent guards more like active guardsv5.8.0-alpha1Erik Verbruggen2016-08-313-2/+18
| * | | Bump cache file format versionSimon Hausmann2016-08-301-1/+1
| * | | Fix conversion of QByteArray back to String in JavaScriptSimon Hausmann2016-08-302-0/+11
| * | | Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-3011-23/+27