aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-2414-24/+75
|\
| * Fix typoRobert Loehning2019-10-211-2/+2
| * Pass suitable nFormals when constructing JS stack frameUlf Hermann2019-10-211-1/+1
| * Fix interface handling in bindingsFabian Kosmale2019-10-211-1/+11
| * Document recent change in allowed alias usageFabian Kosmale2019-10-211-9/+11
| * Fix broken scaling with high dpi + rhi + thread loopLaszlo Agocs2019-10-211-3/+1
| * Support DXT1/3/5 in compressed texture atlasv5.14.0-beta2Michael Brasser2019-10-172-3/+21
| * Use QV4 namespace for ValueTimo Aarnipuro2019-10-172-3/+3
| * QFlagPointer/QBiPointer: insert static assertions in addition to dynamicThiago Macieira2019-10-161-0/+16
| * QML: Extend QML loader thread's stack sizeErik Verbruggen2019-10-161-0/+3
| * Android: Fix crash in release modeBogDan Vatra2019-10-161-1/+2
| * Make ScopedValue's CHECK_EXCEPTION also check isInterruptedUlf Hermann2019-10-161-1/+1
| * Check for invalid context in QQmlContextPrivate::dropDestroyedQObjectUlf Hermann2019-10-161-0/+3
* | QQmlIncubationController: remove a possible signed integer overflowGiuseppe D'Angelo2019-10-222-10/+10
* | QQmlIncubationController::incubateWhile: port to atomic<bool>Giuseppe D'Angelo2019-10-213-14/+57
* | QQmlObjectModel: Return object property from variantValue()Ulf Hermann2019-10-211-1/+1
* | Clean up ArrayPrototype::method_joinUlf Hermann2019-10-212-68/+59
* | Add support for primitive self-references in composite typesSimon Hausmann2019-10-2113-71/+151
* | QQmlIRBuilder: Turn Iterator into a iteratorFabian Kosmale2019-10-182-4/+22
* | Handle -no-feature-shortcutFriedemann Kleint2019-10-182-1/+5
* | Increment Q_QML_PRIVATE_API_VERSIONFabian Kosmale2019-10-171-1/+1
* | Extend typeloader file cache to also cover resourcesUlf Hermann2019-10-171-32/+40
* | JSRuntime: Provide an optional symbol tableUlf Hermann2019-10-166-54/+175
* | Provide methods to query and remove a dynamically loaded pluginUlf Hermann2019-10-162-1/+37
* | QQmlObjectCreator: Unify deferred setup of bindingsUlf Hermann2019-10-163-77/+60
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-168-35/+51
|\|
| * Clarify some rhi related QQuickWindow docsLaszlo Agocs2019-10-151-22/+23
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-155-10/+24
| |\
| | * Fix image particle flickering due to broken state machine logicLaszlo Agocs2019-10-142-2/+17
| | * Fix updating of text nodes in QQuickTextEditLars Knoll2019-10-141-5/+4
| | * QQuickTextInput::remove: Fix selection logicFabian Kosmale2019-10-111-2/+2
| | * Doc: Modify area.pressed to windowShown in TestCaseNico Vertriest2019-10-101-1/+1
| * | qqmlprivate.h: Fix include directiveFriedemann Kleint2019-10-141-1/+1
| * | Fix float value binding to an integerTeemu Holappa2019-10-111-2/+3
* | | Move type declarations for QtQuick.Window* into imports/windowUlf Hermann2019-10-158-37/+137
* | | Models: Move labs classes into src/imports/labsmodelsUlf Hermann2019-10-1514-80/+197
* | | VDMAbstractItemModelDataType: ensure meta-type is initializedRichard Moe Gustavsen2019-10-141-1/+6
* | | Add support for semi-automatic QML type registrationsUlf Hermann2019-10-1418-77/+310
* | | Avoid compile warning in QuickTestUtilUlf Hermann2019-10-111-1/+1
* | | ParentChange: Restore old position correctlyFabian Kosmale2019-10-111-38/+51
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-1116-38/+77
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-10-1014-30/+60
| |\ \
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-1014-30/+60
| | |\|
| | | * Fix QQuickWindow::afterAnimating with QQuickRenderControlPaul Lemire2019-10-101-0/+1
| | | * QQuickImage: Fix an odd 1px offset on 'fillMode: PreserveAspectFit'Alexander Akulich2019-10-091-2/+2
| | | * PathView: grab mouse on press if already movingShawn Rutledge2019-10-091-3/+4
| | | * Be more fussy about the MakeDay() calculationEdward Welbourne2019-10-081-5/+20
| | | * Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-10-081-4/+13
| | | * Doc: Add example on how to access types in imported QML from javascriptNico Vertriest2019-10-071-2/+5
| | | * Fix sprites leaking textures in SW and OpenVG backendsEirik Aavitsland2019-10-074-3/+9