summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QCborStreamReader: add toString() and toByteArray()Thiago Macieira2023-11-241-0/+41
* Purge empty BLACKLIST files from testsEdward Welbourne2023-11-247-0/+0
* Add a comment to tst_qtimer.cpp to point out its reuse by QtGuiEdward Welbourne2023-11-241-0/+10
* Moc: don't stumple over inline namespace in more placesFabian Kosmale2023-11-241-0/+3
* Add initial implementation of an Android icon engineVolker Hilsheimer2023-11-232-0/+39
* wasm tests: Disable unstable qcborvalue testPiotr Wierciński2023-11-231-1/+3
* Change created socket protocol to IPv4 in broadcast testTomasz Kozłowski2023-11-231-1/+1
* a11y: Fix bug where some characters were not spoken while moving cursorJan Arve Sæther2023-11-231-3/+97
* QTabBar: properly calc tab positions when changing tab positionChristian Ehrlicher2023-11-231-0/+41
* QComboBox: don't eat non-printable key strokesChristian Ehrlicher2023-11-231-3/+27
* Add initial implementation of macOS and iOS icon theme implementationsVolker Hilsheimer2023-11-232-0/+563
* Blacklist tst_QGuiEventLoop::processEvents on QNXVolker Hilsheimer2023-11-222-0/+16
* QTest: make failOnWarning() functional on temp objects destructionVladimir Belyavsky2023-11-227-6/+61
* qtestlib: Add option to skip blacklisted testsKalle Viironen2023-11-2211-4/+216
* QObject: allow calling findChild() without a nameRym Bouabid2023-11-221-0/+19
* Disable tst_ForeignWindow::embedForeignWindow() null-parent check on LinuxTor Arne Vestbø2023-11-221-0/+3
* QDBusConnection: output error message from findSlotDavid Faure2023-11-222-0/+5
* qDebug: add support for std::optional and std::nullopt_tDavid Faure2023-11-221-0/+23
* tst_QTimer: refactor CMake codeAhmad Samir2023-11-223-33/+31
* QObject: port findChild/ren() to QAnyStringViewRym Bouabid2023-11-221-0/+34
* Rename Q*Ordering to Qt::*_orderingMarc Mutz2023-11-214-322/+433
* Q*Ordering: supply is_{lt,gt,n,}eqMarc Mutz2023-11-211-0/+109
* QMimeDatabase: update freedesktop.org.xml to shared-mime-info 2.4David Faure2023-11-201-3/+5
* tst_qtimer: remove extra `;` after Q_DISABLE_COPYAhmad Samir2023-11-191-1/+1
* Stabilize tst_ForeignWindow::embedForeignWindow()Tor Arne Vestbø2023-11-191-5/+1
* QDockWidget: Fix group unpluggingAxel Spoerl2023-11-182-50/+206
* Refactor tst_QDockWidget::closeAndDelete()Axel Spoerl2023-11-182-25/+18
* QStorageInfo/Linux: switch the non-Android version to also use statfs()Thiago Macieira2023-11-172-0/+5
* Make contextinfo example a manual testLaszlo Agocs2023-11-177-0/+723
* Add dedicated child and parent events for QWindow reparentingTor Arne Vestbø2023-11-171-0/+162
* QMdiArea: fix initial single-sub-window in TabbedViewAhmad Samir2023-11-171-0/+16
* QMimeDatabase: handle buggy type definitions with circular inheritanceAlex Henrie2023-11-174-0/+23
* Blacklist tst_Android::orientationChange because it's flakyDimitrios Apostolou2023-11-161-0/+2
* Android: skip tst_qwidget::render()Assam Boudjelthia2023-11-161-0/+3
* uic: Use fully qualified enum value for remaining casesFriedemann Kleint2023-11-159-20/+20
* uic: Write fully qualified enum values for QMainWindow enumerationsFriedemann Kleint2023-11-151-2/+2
* uic: Prepare for encountering fully qualified enum values in new .ui filesFriedemann Kleint2023-11-1598-268/+268
* Android: set displayManager listener after QtLayout is initializedAssam Boudjelthia2023-11-151-0/+21
* Prevent reparenting of foreign window embedding containerTor Arne Vestbø2023-11-152-7/+98
* macOS: Take window mask into account when computing QCocoaScreen::topLevelAtTor Arne Vestbø2023-11-151-0/+33
* Add QCborValue(StringLike) constructor benchmarkIvan Solovev2023-11-151-4/+27
* tst_http2: increase testing for authenticationRequiredMårten Nordheim2023-11-152-6/+22
* Add QTest option for repeating the entire test executionJøger Hansegård2023-11-151-0/+10
* a11y: Report strikethrough via text attributeMichael Weghorn2023-11-151-2/+2
* Add QUniqueHandle - a general purpose RAII wrapper for non-memory typesJøger Hansegård2023-11-153-0/+324
* QGuiApplication: check return value of platformTheme::palette()Christian Ehrlicher2023-11-141-0/+10
* QStandardItem: store Qt::UserRole-1 in a static constexpr varAhmad Samir2023-11-141-1/+1
* QStandardItem: add note about reimplementing data/setData() wrt. flagsAhmad Samir2023-11-141-0/+32
* JNI: Add convenience overloads for registerNativeMethodsVolker Hilsheimer2023-11-131-8/+7
* Add checking if using eglfsMarcin Zdunek2023-11-131-0/+31