aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* instanceof: return false instead of throwingFabian Kosmale2019-11-081-1/+1
* Use a temporary getter for QObjectPrivate::threadDataGiuseppe D'Angelo2019-11-072-5/+5
* Register compiled-in QML typesUlf Hermann2019-11-075-7/+11
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-071-3/+9
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-311-3/+9
| |\
| | * QQmlProperty: handle reads of QQmlPropertyMap correctlyFabian Kosmale2019-10-301-3/+9
| | * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-291-0/+4
| | |\
| | | * Merge 5.13 into 5.13.2Frederik Gladhorn2019-10-112-7/+25
| | | |\
| | | * | Doc: Add a \note about the (broken) Binding value restoration policyUlf Hermann2019-10-091-0/+4
| | * | | qv4compileddata: do not use raw constexprFabian Kosmale2019-10-281-1/+1
| | | |/ | | |/|
* | | | Replace ActiveOcRestorer with QScopedValueRollbackFabian Kosmale2019-10-281-14/+2
* | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-266-18/+7
|\| | |
| * | | Update flowchart to reflect addition of new methodsFabian Kosmale2019-10-242-0/+0
| * | | QML: Consistently check for debugger before loading cache filesUlf Hermann2019-10-244-18/+7
* | | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-10-2411-18/+53
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-2411-18/+53
| |\| | |
| | * | | 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
| | * | | 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
* | | | | Fix spurious test failures in qtquickcontrolsSimon Hausmann2019-10-241-3/+4
|/ / / /
* | | | 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
* | | | 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
* | | | 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-162-3/+4
|\| | |
| * | | qqmlprivate.h: Fix include directiveFriedemann Kleint2019-10-141-1/+1
| * | | Fix float value binding to an integerTeemu Holappa2019-10-111-2/+3
* | | | Add support for semi-automatic QML type registrationsUlf Hermann2019-10-1417-76/+309
* | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-112-7/+25
|\| | |
| * | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-102-7/+25
| |\| |
| | * | Be more fussy about the MakeDay() calculationEdward Welbourne2019-10-081-5/+20
| | * | Doc: Add example on how to access types in imported QML from javascriptNico Vertriest2019-10-071-2/+5
| | |/
* | | Remove QQmlJS::AST::UiImport::versionTokenUlf Hermann2019-10-102-9/+1
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-103-8/+65
|\| |
| * | Output a message when changing the target of a Binding from elsewhereUlf Hermann2019-10-092-3/+51
| * | Postpone the Binding restore mode behavior change to Qt 6.0Ulf Hermann2019-10-091-5/+12
| * | Free dynamic metaobjects when destroying QQmlTypePrivateUlf Hermann2019-10-081-0/+2