aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix tst_librarymetrics_performance benchmarkChris Adams2019-02-271-16/+188
| * | | Upgrade Yarr to latest version from WebKitUlf Hermann2019-02-2616-223/+746
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-02-2535-177/+479
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-2535-177/+479
| | |\| |
| | | * | 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
| * | | | Remove Q_INVOKABLE from QQmlTableModel::index()Shawn Rutledge2019-02-251-1/+1
| * | | | Bump versionKari Oikarinen2019-02-251-1/+1
| |/ / /
| * | | TableModel: add QML-invokable overloads for index(), data() and setData()Shawn Rutledge2019-02-224-3/+155
| * | | TableModel.roleDataProvider: replace row, column with index argumentShawn Rutledge2019-02-223-15/+18
| * | | Add tst_qqmltablemodel to the .pro so that it gets built and runShawn Rutledge2019-02-221-0/+1
| * | | Tweak managed/undefined checks in QV4::Value for 32bit systemsErik Verbruggen2019-02-211-2/+16
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-2120-97/+184
| |\| |
| | * | 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
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-1673-547/+1391
| |\| |
| | * | 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