aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-203-0/+130
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-193-0/+130
| |\
| | * Fix crash caused by objects self-destructions during displacement animationsYulong Bai2019-06-173-0/+130
* | | QQuickMouseArea: synchronize relative position after draggingWang Chuan2019-05-291-2/+12
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-144-3/+58
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-134-3/+58
| |\|
| | * JIT: Don't store accumulator on getTemplateLiteralUlf Hermann2019-06-121-0/+18
| | * Allow destroying QJSValues from other threadsUlf Hermann2019-06-113-3/+40
* | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-121-4/+0
* | | Port from QLatin1Literal to QLatin1StringGiuseppe D'Angelo2019-06-111-1/+1
* | | add std::function overload to qmlRegisterSingletonTypeFabian Kosmale2019-06-111-0/+19
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-1114-11/+135
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-069-5/+67
| |\|
| | * QML Preview: Fix test to check absolute zoom factorsUlf Hermann2019-06-041-1/+1
| | * Fix QQuickPathView autotest: update expected warning messagesEirik Aavitsland2019-06-031-4/+4
| | * Fix for loading translations automatically from resourcesTasuku Suzuki2019-06-016-0/+52
| | * Parser: Accept templated readonly propertiesUlf Hermann2019-05-311-0/+10
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-021-3/+0
| |\|
| | * QQuickWidget: fix missing update on show event for software rendererKirill Burtsev2019-05-281-3/+0
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-263-2/+64
| |\|
| | * Don't add local for anonymous function's "name"Ulf Hermann2019-05-211-2/+0
| | * Fix lookups of properties in QML singletonsSimon Hausmann2019-05-212-0/+64
* | | Remove unused includes and Q_DECLARE_METATYPEs re: QLinkedListMarc Mutz2019-06-061-2/+0
* | | Skip tst_qjsengine test 'interrupt' if c++11_futures feature unavailableDaniel Smith2019-06-061-0/+4
* | | Add scale property to QQuickPathPaolo Angelelli2019-06-049-37/+505
* | | tst_qqmlecmascript: add expected warningDavid Faure2019-05-311-1/+3
* | | Fix deprecation warnings in 5.14Friedemann Kleint2019-05-296-22/+37
* | | Don't set childMode on a StateMachineUlf Hermann2019-05-271-14/+18
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-261-0/+4
|\| |
| * | Blacklist tst_QQuickListView::currentIndex() on macOS 10.12Ulf Hermann2019-05-221-0/+4
* | | Manual test, TableView: improve test with syncView functionalityRichard Moe Gustavsen2019-05-232-26/+132
* | | Move valueAsNumber into ExecutableCompilationUnitUlf Hermann2019-05-131-1/+4
* | | QQuickTableView: don't recalculate content width while flickingRichard Moe Gustavsen2019-05-151-72/+17
* | | Restore value bindings when disabling a Binding elementErik Verbruggen2019-05-174-0/+245
* | | Add snapMode to DragHandlerJan Arve Sæther2019-05-163-0/+161
* | | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-166-28/+40
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-167-1/+180
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-167-1/+180
| |\|
| | * Do not synthesize a double click event if the event point moved too farJan Arve Sæther2019-05-151-0/+56
| | * TextEdit: use I-beam cursor by default, pointing cursor for linksShawn Rutledge2019-05-152-0/+57
| | * Add test for cached getter lookupMichal Klocek2019-05-092-0/+31
| | * Don't overwrite states if role is assigned after a stateJan Arve Sæther2019-05-092-1/+36
* | | QQuickTableView: change implementation of enforceTableAtOrigin()Richard Moe Gustavsen2019-05-111-0/+161
* | | QQuickTableView: sync viewport rect with syncView when rebuildingRichard Moe Gustavsen2019-05-091-3/+99
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-092-3/+61
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-082-3/+61
| |\|
| | * Accessibility: Make sure StaticText is marked read-onlyFrederik Gladhorn2019-05-072-3/+61
* | | Register QObject along with QQmlComponent as basic type of the languageUlf Hermann2019-05-083-0/+8
* | | Move workerscript to its own moduleUlf Hermann2019-05-061-1/+1
* | | Autotest: add syncView tests for QQuickTableViewRichard Moe Gustavsen2019-05-032-7/+372