aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * Add changes file for 5.6.2Jani Heikkinen2016-09-121-0/+80
| | | | | * 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-152-0/+13
| | | | * | QQuickTextInput: avoid emitting editingFinished twiceRichard Moe Gustavsen2016-09-151-1/+6
| | | | * | Destroy an incubating delegate if it is removed before incubation completesMartin Jones2016-09-152-6/+21
| | | | * | 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-306-2/+58
| | | | * 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-154-0/+124
| | | * | 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-2166-1672/+547
|\| | | |
| * | | | 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
| * | | Fix sqlite detectionLars Knoll2016-09-121-1/+1
| * | | Make LayoutMirroring work with WindowJ-P Nurmi2016-09-123-4/+36
| * | | qmlplugindump: update QtQuick references to 2.8Marco Benelli2016-09-121-1/+1
| * | | Update .qmltypesMarco Benelli2016-09-1213-1253/+223
| * | | Add qmlRegisterUncreatableMetaObject convenience functionBogDan Vatra2016-09-076-0/+84
| * | | 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-303-0/+17
| * | | Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-3013-23/+52
| * | | QML: Make sure the integer data is aligned on 4-byte boundariesErik Verbruggen2016-08-301-0/+1
| * | | QML: Obliterate QQmlAccessorsErik Verbruggen2016-08-3012-357/+1
* | | | QQuickKeysAttached: drop const from keyToSignal() result typeAnton Kudryavtsev2016-09-202-2/+2
* | | | QQuickImageParticle: mark getState() method as staticAnton Kudryavtsev2016-09-201-1/+1
* | | | Qml: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-206-29/+33
* | | | QQuickLineExtruder: fix function name according to Qt code styleAnton Kudryavtsev2016-09-201-2/+2
* | | | Quick items: add missing 'override'Anton Kudryavtsev2016-09-204-19/+19
* | | | Quick utils: add missing 'override'Anton Kudryavtsev2016-09-2012-62/+62
* | | | qv4isel_moth_p.h: add missing 'override'Anton Kudryavtsev2016-09-191-60/+60
* | | | qv4codegen_p.h: add missing 'override'Anton Kudryavtsev2016-09-191-114/+114
* | | | qqmlirbuilder_p.h: add missing 'override'Anton Kudryavtsev2016-09-181-20/+20
* | | | qquickcontext2dtile_p.h: add missing 'override'Anton Kudryavtsev2016-09-181-4/+4
* | | | qquickanimationcontroller_p.h: add missing 'override'Anton Kudryavtsev2016-09-181-2/+2
* | | | qv4ssa_p.h: add missing 'override'Anton Kudryavtsev2016-09-181-3/+3