aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into figmastyleRichard Moe Gustavsen2024-09-163635-9664/+77629
|\
| * QtQml: Re-use memory-cached compilation units across enginesUlf Hermann2024-09-115-13/+70
| * Android: Update QML in Android service test to use multiple viewsPetri Virkkunen2024-09-116-161/+354
| * QtQml: Never clear all executable CUs from the QQmlEngineUlf Hermann2024-09-101-0/+9
| * Tests: Fix various CMake warningsUlf Hermann2024-09-1011-8/+21
| * Android: Replace Qt snapshot maven, with release maven repoSoheil Armin2024-09-102-4/+1
| * qmlls: use .qml from source foldersSami Shalayel2024-09-1017-59/+141
| * add util to map .qml from source to build folderSami Shalayel2024-09-1016-0/+101
| * qmlls: find and use resource files from .qt/rccSami Shalayel2024-09-1021-1/+156
| * Fix gc interaction when reparenting itemsFabian Kosmale2024-09-101-0/+46
| * tests: Don't create a QQuickView when testing linkage of static modulesUlf Hermann2024-09-093-12/+12
| * Propagate attached style properties to the Popup with popupType windowSanthosh Kumar2024-09-061-3/+2
| * Android: Update QML in Android service manual test to use new APIPetri Virkkunen2024-09-061-4/+4
| * Set visibility of popupItem to false when a popup window is not visibleEd Cooke2024-09-061-2/+1
| * Tweak error message about non bindable propertiesAlbert Astals Cid2024-09-051-3/+3
| * Make tst_qquickmenubar::menuPosition data driven based on popupTypeOliver Eftevaag2024-09-051-5/+31
| * qmlls: move Location computation logic to utilsSami Shalayel2024-09-051-27/+27
| * Wrap SKIP_IF_NO_* macros in do while(false) loopMitch Curtis2024-09-0517-60/+60
| * Blacklist TestLinkStaticQmlModule::canRun for Windows ARMTero Heikkinen2024-09-051-0/+3
| * Make tst_QQuickMenu::subMenuPosition consider popupTypeOliver Eftevaag2024-09-051-19/+77
| * qmllint: Make hint for missing types more preciseUlf Hermann2024-09-041-14/+29
| * QQmlApplicationEngine: Accept resource paths as filePathUlf Hermann2024-09-041-0/+16
| * Make tst_qquickpopup work, independently of the default popupTypeOliver Eftevaag2024-09-0422-7/+73
| * Move duplicate window grab checks into a skip macroMitch Curtis2024-09-049-57/+41
| * tst_HowToQml::timePicker: remove debugging outputMitch Curtis2024-09-042-11/+0
| * Improve binding loop warning messageMitch Curtis2024-09-044-9/+14
| * Make tst_qquickmenu::disableWhenTriggered work with popup windowsOliver Eftevaag2024-09-041-0/+6
| * Fix tst_qquickmenu::popup() on WindowsOliver Eftevaag2024-09-041-4/+4
| * Fix popup windows emitting closed signal twice during exit transitionEd Cooke2024-09-041-2/+2
| * tst_qquickmenubar: Make tests pass, if we change default popupTypeOliver Eftevaag2024-09-041-14/+50
| * qmlformat: respect the type annotated signal formSemih Yavuz2024-09-033-0/+13
| * Make tst_QQuickMenu::contextMenuKeyboard work with popup windowsOliver Eftevaag2024-09-031-12/+43
| * QQuickWidget: Add setInitialProperties API for pairity with QQuickViewAndy Nichols2024-09-031-0/+13
| * Force the popup in tst_qquickdrawer::grabber() to have popupType: ItemOliver Eftevaag2024-09-031-0/+1
| * Make tst_qquickmenu::effectivePosition work with popup windowsOliver Eftevaag2024-09-031-3/+10
| * Make tst_QQuickMenu::mouse work with PopupType Item and WindowOliver Eftevaag2024-09-031-17/+51
| * tst_qquickmenu: Close all popups in cleanup()Oliver Eftevaag2024-09-031-0/+9
| * tst_qquickmenu: force some tests to use popupType: Popup.ItemOliver Eftevaag2024-09-031-0/+13
| * QQuickPopupWindow is never deconstructedEd Cooke2024-09-031-1/+42
| * Force Popup::test_resetSize to use `popupType: Popup.Item`Ed Cooke2024-09-031-0/+1
| * Only test popup windows on Windows and macOSOliver Eftevaag2024-09-023-10/+16
| * QQuickTableView: ensure VerticalHeaderView stays in syncRichard Moe Gustavsen2024-09-021-23/+85
| * VectorImage: Fix transform of nodes following embedded imagesEskil Abrahamsen Blomfeldt2024-08-312-0/+32
| * Change Popup::test_size to support popupType: Popup.WindowEd Cooke2024-08-301-2/+2
| * Skip tst_qquickmaterialstyle palette propagation tests for popup windowsEd Cooke2024-08-301-0/+11
| * DragHandler: Don't change QEventPoint accepted state in touch eventsDoris Verria2024-08-302-0/+101
| * Shortcut: Don't match application shortcut if its window is not visibleMohammadHossein Qanbari2024-08-301-3/+56
| * Explicitly set the popupType: Popup.Item in empty model ComboBox testEd Cooke2024-08-301-0/+1
| * Add popup window case to centerIn overlay testEd Cooke2024-08-301-2/+9
| * Revert "Blacklist flaky tests for Bugfix week 2024/H2"Daniel Smith2024-08-292-5/+0