summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* qTo*ViewIgnoringNull: further ignore nullsThiago Macieira2023-12-211-1/+1
* QWindowContainer: Don't embed a QWidgetAxel Spoerl2023-12-211-0/+34
* QWidget: deliver DragLeave events symmetricallyVolker Hilsheimer2023-12-201-0/+96
* QDialogButtonBox: Fix focus chain and default button assignmentAxel Spoerl2023-12-201-8/+1
* tst_QMessageBox::staticSourceCompat(): improve diagnostic outputAxel Spoerl2023-12-201-6/+13
* Stabilize tst_QMessageBox::hideNativeByDestruction()Axel Spoerl2023-12-201-1/+1
* Remove dead code from tst_QMessageBox::staticSourceCompat()Axel Spoerl2023-12-201-12/+0
* Use BSD-3-Clause license for CMake filesKai Köhne2023-12-201-1/+1
* Skip 'off-by-one' adjustment in block length during undo operationSanthosh Kumar2023-12-201-0/+57
* Sync QWindow visible state during QWidget destructionTor Arne Vestbø2023-12-201-0/+28
* wasm: Don't suppress exceptions during main()Morten Sørvig2023-12-202-1/+39
* Replace uses of QWheelEvent with newly added QTest::wheelEventDoris Verria2023-12-201-7/+3
* wasm tests: Add test for making network requestPiotr Wierciński2023-12-192-0/+97
* Blacklist QEventLoop test on QNXVolker Hilsheimer2023-12-181-1/+1
* tst_qxp_function_ref: check that function_ref's are trivially copyableMarc Mutz2023-12-161-0/+2
* Set correct content size for tool tip labelSanthosh Kumar2023-12-151-0/+26
* Debounce QDeferredDeleteEvents in QObject::deleteLater()Tor Arne Vestbø2023-12-151-2/+1
* Move the settingseditor example into tests/manualVolker Hilsheimer2023-12-1513-0/+1303
* QIdentityProxyModel: add setHandleSourceLayoutChanges(bool)Ahmad Samir2023-12-151-0/+35
* JNI API review: minor API and implementation cleanupsVolker Hilsheimer2023-12-151-32/+32
* QBitArray: add mutation operators taking rvalue QBitArraysThiago Macieira2023-12-141-6/+104
* Copy color table in QImage::transform paint pathAllan Sandfeld Jensen2023-12-141-0/+11
* QAIV: reset state if removing index while editing or committingVolker Hilsheimer2023-12-141-0/+58
* QLineEdit: Use existing selection when deleting a wordJohannes Grunenberg2023-12-141-0/+111
* QSplashScreen: Enforce visibility by processing eventsAxel Spoerl2023-12-142-7/+12
* Turn the "concentriccircles" example into snippets, update screenshotVolker Hilsheimer2023-12-141-1/+0
* Fix the qopenssl_symbols.h copy in the autotestMårten Nordheim2023-12-131-2/+9
* QFuture: Don't use QFutureCallOutInterface for continuationsArno Rehn2023-12-131-20/+36
* Silence -Wbraced-scalar-init warningAmir Masoud Abdol2023-12-131-6/+6
* QMainWindow: don't crash when restored state is modified before appliedVolker Hilsheimer2023-12-131-0/+65
* QIcon: prefer downscaling over upscaling pixmap iconsDavid Schulz2023-12-131-0/+18
* QBitArray: add rvalue binary bitwise operatorsThiago Macieira2023-12-121-0/+52
* QBitArray: improve memory allocation in the binary bitwise operatorsThiago Macieira2023-12-121-0/+66
* Centralize conversion from unpremultiplied to premultiplied image formatAllan Sandfeld Jensen2023-12-121-0/+25
* tst_QtEndian: rewrite the ENDIAN_TEST macros to support FPMarc Mutz2023-12-111-30/+32
* QDuplicateTracker: test with std::string, tooMarc Mutz2023-12-111-0/+23
* Fix return value of qbswap(qint128)Marc Mutz2023-12-111-0/+29
* Bump version to 6.8.0Jani Heikkinen2023-12-113-3/+3
* tst_QUuid: use int128 literals and QCOMPARE supportv6.7.0-beta1Marc Mutz2023-12-091-6/+3
* Long live QDebug::operator<<(q(u)int128)!Marc Mutz2023-12-092-40/+56
* tst_QGlobal: work around ubsan issue in toString(qint128)Marc Mutz2023-12-091-1/+1
* pagelayout: Fix inaccuracy in marginsPixels and paintRectPixelsJarkko Koivikko2023-12-091-0/+72
* pagesize: Fix pixel overflow in QPageSize::sizePixels and rectPixelsJarkko Koivikko2023-12-091-0/+2
* print: QPageLayout: Fix pt unit conversionJarkko Koivikko2023-12-091-0/+50
* QProperty: clean up unnecessary sentinel classPo-Hao Su2023-12-091-0/+54
* QMetaType: fix typenameHelper() for types in the QtPrivate namespaceThiago Macieira2023-12-082-0/+16
* qfloat16: extend comparison with integral typesIvan Solovev2023-12-081-4/+35
* qfloat16: use new comparison helper macrosIvan Solovev2023-12-081-0/+105
* Android: Add preliminary support for child windowsTinja Paavoseppä2023-12-082-1/+51
* Add PATCH support for QRestAccessManagerJuha Vuolle2023-12-083-0/+28