aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wasm: disable MOTH_COMPUTED_GOTO for stock llvmv5.13.0-beta1Morten Johan Sørvig2019-03-081-1/+7
* Properly revision new TestResult slotsKai Koehne2019-03-072-2/+3
* QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-03-046-58/+97
* Doc: Promote use of ECMAScript modules over Qt.include()Ulf Hermann2019-03-045-33/+44
* Make qml-tracing a private featureUlf Hermann2019-03-011-1/+1
* Doc: Fix a code snippet in DragHandler QML typeTopi Reinio2019-02-251-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-2227-114/+378
|\
| * Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-02-223-39/+48
| |\
| | * Only warn about incompatible parameter types passed from QMLUlf Hermann2019-02-213-39/+48
| * | QML: Pass type minor version when creating property dataUlf Hermann2019-02-2112-27/+97
| * | Blacklist tests in tst_FlickableInteropUlf Hermann2019-02-211-0/+4
| * | QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-219-4/+132
| * | QQmlAdaptorModel::Accessors: create a propertyCache for all accessors, not ju...Richard Moe Gustavsen2019-02-214-42/+64
| * | QQmlPropertyCache: support setting an explicit metaObject revisionRichard Moe Gustavsen2019-02-213-2/+33
| |/
* | Only generate a warning when assigning null to incompatible propertiesUlf Hermann2019-02-226-63/+90
* | Add 'We mean it' header to qqmlinspectorclient_p.hKai Koehne2019-02-211-0/+11
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-2020-97/+184
|\|
| * Fix PropertyKey::isArrayIndexErik Verbruggen2019-02-191-1/+1
| * Doc: elaborate on default values for Layout.alignmentMitch Curtis2019-02-191-1/+5
| * Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-1812-57/+100
| * QQuickTableView: use correct WRITE function for contentHeightRichard Moe Gustavsen2019-02-181-1/+1
| * QML: Don't crash the parser on certain kinds of bad inputUlf Hermann2019-02-182-2/+16
| * Check parameter types when invoking C++ functions from QMLUlf Hermann2019-02-173-35/+61
* | Fix qml block in doc comment for Window::transientParentShawn Rutledge2019-02-151-2/+2
* | TextEdit: Fix persistentSelection for readonly controlsNils Jeisecke2019-02-152-0/+34
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-1511-15/+250
|\|
| * V4: Fix failing assert on all 32bit platformsErik Verbruggen2019-02-141-1/+1
| * V4: Fix JS tail call crashes on win32/linux32Erik Verbruggen2019-02-142-11/+6
| * PropertCache: Don't pass Q_GADGET value types as integersUlf Hermann2019-02-143-2/+53
| * DelegateModel: Zero foreign context objects when they are deletedUlf Hermann2019-02-144-1/+150
| * Canvas: Handle switching between object and string based colorsAndy Shaw2019-02-142-2/+42
* | QQuickTableView: ensure we end up caching the correct valueRichard Moe Gustavsen2019-02-141-4/+4
* | QQuickTableView: clear cache before querying column widths/row heightsRichard Moe Gustavsen2019-02-141-0/+1
* | viewtestutil.h: fix broken namespace buildMitch Curtis2019-02-142-0/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-1441-132/+220
|\|
| * Make test more robust in case we have interleaved update eventsJan Arve Saether2019-02-131-6/+10
| * Connect quit() and exit() signals with queued connectionsMichal Policht2019-02-138-15/+69
| * Don't optimize global lookups if fast QML lookups are disabledUlf Hermann2019-02-135-2/+43
| * Defer QML testing until event loop has startedTor Arne Vestbø2019-02-121-1/+5
| * Fix background color of some QML lancelot test scenesEirik Aavitsland2019-02-1214-14/+14
| * Move initView() to tests/auto/quick/sharedJan Arve Sæther2019-02-113-67/+73
| * Un-blacklist tst_qquickanimationsShawn Rutledge2019-02-101-4/+0
| * Un-blacklist tst_qquickflickable::reboundShawn Rutledge2019-02-101-3/+0
| * Remove blacklisting of several tests that are passingShawn Rutledge2019-02-107-19/+0
| * Try to fix flakiness in flickableinterop testUlf Hermann2019-02-071-1/+1
| * Doc: explain when the move velocity and duration properties are usedMitch Curtis2019-02-071-0/+5
* | QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-02-139-10/+10
* | Support loading images from content:/ URLs on AndroidNicolas Fella2019-02-132-3/+26
* | Update tests/auto/qml/ecmascripttests/test262Jani Heikkinen2019-02-081-0/+0
* | QQuickTableView: add support for hiding rows and columnsRichard Moe Gustavsen2019-02-086-385/+841