aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | | 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
* | | 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
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-08-262-5/+40
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-08-252-4/+25
| |\|
| | * Fix crash in tst_qqmlextensionplugin on shutdownSimon Hausmann2016-08-251-1/+6
| | * macOS: Check if sRGB is supported before activating the shaderSérgio Martins2016-08-241-3/+20
| * | V4: Correctly format on Number.toPrecision(n)Ulf Hermann2016-08-231-2/+20
* | | QML: In QV4::QObjectWrapper, use QQmlPropertyData to read valuesErik Verbruggen2016-08-261-81/+15
* | | Use predefined color instead of creation from stringAnton Kudryavtsev2016-08-262-3/+3
* | | V4: Replace the ranges QVector with a QVarLengthArrayErik Verbruggen2016-08-242-8/+8
* | | V4: Remove another use of QSetErik Verbruggen2016-08-241-19/+83
* | | V4: Replace 3 QHashes with std::vectorsErik Verbruggen2016-08-243-23/+18
* | | Fix mouse area pressed after removal of pre-grabFrederik Gladhorn2016-08-241-1/+5
* | | QML: Switch from using accessors to static_metacallErik Verbruggen2016-08-242-37/+64
* | | V4: Replace foreach with for in masmErik Verbruggen2016-08-242-8/+8