aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-075-4/+113
|\
| * Try to stabilize tst_qquickwindow::defaultSurfaceFormatUlf Hermann2019-02-061-2/+4
| * Fix bug where QQMPH kept an exclusive grab when no buttons were pressedJan Arve Sæther2019-02-062-0/+107
| * Improve error messageRainer Keller2019-02-042-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-012-6/+51
|\|
| * TapHander: do not "want" an eventPoint that is outside parent boundsShawn Rutledge2019-01-301-3/+7
| * Correctly scope unwind handlers for try blocksLars Knoll2019-01-301-3/+44
* | QQuickTableView: use QMap instead of a QRect to keep track of loaded columnsRichard Moe Gustavsen2019-01-301-79/+76
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2935-7/+59790
|\|
| * PinchHandler: Avoid unwanted translations when axes are disabledShawn Rutledge2019-01-282-1/+89
| * Bring behavior of String.replace() in line with other enginesLars Knoll2019-01-251-0/+59
| * Canvas: Guard context pointer against external deletionUlf Hermann2019-01-232-1/+88
| * MemoryManager: Only clear weak values onceUlf Hermann2019-01-234-3/+90
| * QQmlNotifier: Always keep the isNotifying flag when updating senderPtrUlf Hermann2019-01-232-0/+41
| * Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-229-0/+730
| * Skip shadersource-dynamic-shadersource test on XCB platformUlf Hermann2019-01-222-1/+8
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-2113-1/+58685
| |\
| | * When matching RegExps catch JIT failuresUlf Hermann2019-01-093-0/+62
| | * Merge 5.12 into 5.12.1Kari Oikarinen2019-01-0818-125/+240
| | |\
| | * | Add binary compatibility files for 5.12 for QtDeclarativeMilla Pohjanheimo2018-12-204-0/+58401
| | * | CMake: Don't handle empty resource filesAndy Shaw2018-12-172-1/+1
| | * | TapHandler: clean up when wantsEventPoint returns falseShawn Rutledge2018-12-132-0/+56
| | * | PointHandler: distribute simultaneous touch presses properlyShawn Rutledge2018-12-132-0/+165
* | | | V4: Collect trace information in the interpreterErik Verbruggen2019-01-253-0/+334
* | | | QML: Don't accept assignment of Component to properties of other typesUlf Hermann2019-01-223-0/+12
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-227-57/+236
|\| | |
| * | | Annotate stack traces when frames are elided through tail callsErik Verbruggen2019-01-151-0/+16
| * | | StorageModel manual test: use DelegateChoices to show data graphicallyShawn Rutledge2019-01-153-32/+149
| * | | QQmlMetaType: Erase attached properties in dtorUlf Hermann2019-01-151-0/+39
| * | | Stabilize tst_QQuickPathView::package()Friedemann Kleint2019-01-141-0/+1
| * | | tst_qquickapplication: Don't assume app activation is tied to window activationTor Arne Vestbø2019-01-141-25/+31
* | | | QML: Special case null as binding typeUlf Hermann2019-01-216-4/+18
* | | | Add itemAtIndex to quick viewsPaolo Angelelli2019-01-173-0/+40
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-102-8/+10
|\| | |
| * | | Avoid crash in property requirements testUlf Hermann2019-01-081-1/+3
| | |/ | |/|
| * | Tests: Don't capture stack value by referenceUlf Hermann2019-01-031-7/+7
* | | Property Cache: Use related meta objects to check for "enums"Ulf Hermann2019-01-041-1/+0
* | | Add option to retain sources when generating QML cacheUlf Hermann2019-01-044-0/+18
* | | Improve logging of nested arraysUlf Hermann2019-01-032-0/+2
* | | QQmlPropertyCache: Add test that reads and writes short enumsUlf Hermann2019-01-032-1/+31
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-2315-124/+144
|\| |
| * | Quote stringified generic variants on JSON.stringifyUlf Hermann2018-12-201-1/+2
| * | Tests: Un-crash image comparison testsFriedemann Kleint2018-12-206-60/+48
| * | stabilize and standardize tst_qquickwidgetShawn Rutledge2018-12-192-16/+14
| * | Un-blacklist qsequentialanimationgroupjob testShawn Rutledge2018-12-131-2/+0
| * | Un-blacklist tst_touchmouse::hoverEnabledShawn Rutledge2018-12-131-3/+0
| * | Avoid memory leaks in QQmlComponent testUlf Hermann2018-12-121-42/+49
| * | QML: Fix registering and unregistering of context objectsUlf Hermann2018-12-123-0/+31
* | | Expose the target value in BehaviorsPaolo Angelelli2018-12-215-1/+72
* | | Tests: Add a ctor to MyQmlObject::MyType to mark it as complexUlf Hermann2018-12-211-0/+1