summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* tst_QSslSocket_onDemandCertificates_member: Blacklist Windows & debugAxel Spoerl2023-03-302-8/+17
* Fix QTimer::crossThreadSingleShotToFunctor testVolker Hilsheimer2023-03-301-8/+20
* tst_QDateTimeEdit::stepModifierPressAndHold(): tweak start dateEdward Welbourne2023-03-281-1/+5
* Pick up initial state of foreign windows instead of reflecting QWindowTor Arne Vestbø2023-03-281-0/+57
* Ensure QHighDpiScaling::set(Screen/Global)Factor() results in QScreen signalsTor Arne Vestbø2023-03-281-0/+32
* QComboBox: reset indexBeforeChange to -1 if index is invalidatedAxel Spoerl2023-03-281-37/+42
* Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORSMorten Sørvig2023-03-281-1/+14
* QPromise: add support for addResult(braced-initializer)Marc Mutz2023-03-281-0/+15
* QMetaType: Provide underlyingType for enumsFabian Kosmale2023-03-282-0/+56
* QFutureInterface: add a warning when an existing continuation is overwrittenIvan Solovev2023-03-281-0/+30
* SQL/IBASE: Time Zone support (firebird 4.x)Andreas Bacher2023-03-242-0/+126
* tests: blacklist tst_QImageReader::setClipRect() andLiang Qi2023-03-241-0/+8
* tst_QVariant: add a test contrasting Qt 5/6 isNull behaviorMarc Mutz2023-03-241-0/+7
* Implement [variant.get] for QVariant [2/2]: get()Marc Mutz2023-03-241-1/+88
* Implement [variant.get] for QVariant [1/2]: get_if()Marc Mutz2023-03-241-0/+159
* QVariant: ensure the type custom is registered on constructionThiago Macieira2023-03-231-0/+10
* QTimer: fix new-style slot invocation for receiver in another threadThiago Macieira2023-03-231-3/+8
* Verify fix for manual get<I> calls for QVector<N>DMarc Mutz2023-03-221-0/+33
* Short live QT_ENABLE_P0846_SEMANTICS_FOR!Marc Mutz2023-03-225-0/+117
* Add QTextListFormat::start: html and markdown ordered list index offsetNicolas Werner2023-03-226-16/+248
* Widgets/QCheckBox: change signature of stateChanged() for Qt7Christian Ehrlicher2023-03-211-11/+16
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-2017-40/+40
* Testlib: fix the last few s/Q_OS_MAC/Q_OS_DARWIN/wEdward Welbourne2023-03-201-2/+2
* Revert "Skip socket and server tests on Ubuntu 22.04 and QEMU"Mårten Nordheim2023-03-205-23/+0
* tst_QMessageAuthenticationCode: avoid setKey() callsMarc Mutz2023-03-201-4/+2
* SQL/Tests: Cleanup of tst_databases.hChristian Ehrlicher2023-03-172-124/+84
* SQL/IBASE: fix testsChristian Ehrlicher2023-03-173-24/+31
* SQL/OCI: add maximumIdentifierLength()Christian Ehrlicher2023-03-171-8/+5
* SQL/Tests: Cleanup tst_QSqlDatabaseChristian Ehrlicher2023-03-171-35/+16
* QColorDialog: Support hex rgb values with and without leading #Axel Spoerl2023-03-171-0/+53
* Handle device loss for texture widgetsDavid Redondo2023-03-171-0/+46
* QCryptographicHash: check addData() with null QByteArrayViewMarc Mutz2023-03-171-0/+23
* QMessageAuthenticationCode: add move SMFs and swap()Marc Mutz2023-03-161-0/+45
* QDate: add epochDate() helper to unittestsAhmad Samir2023-03-161-6/+14
* Add basic test for QWindow foreign windowsTor Arne Vestbø2023-03-162-0/+137
* moc: Allow anonymous propertiesUlf Hermann2023-03-161-0/+51
* QPlainTextEdit: Don't block signals on page stepAxel Spoerl2023-03-151-0/+26
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [10/13]Ahmad Samir2023-03-152-154/+159
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-1/+1
* Fix tst_qfilesystementry in unity buildAmir Masoud Abdol2023-03-152-3/+2
* emit QAbstractSlider::valueChanged() only on value changeAxel Spoerl2023-03-151-3/+7
* QLockFile: tryLock(): use chrono firstAhmad Samir2023-03-141-8/+10
* QCompleter::setPopup() - refactor and cleanupAxel Spoerl2023-03-141-0/+38
* Fix for CMake tests when build with unityAmir Masoud Abdol2023-03-1417-4/+28
* Fix tst_qfreelist when build with unityAmir Masoud Abdol2023-03-142-9/+3
* Use qt_internal_add_executable in auto testsAmir Masoud Abdol2023-03-1418-20/+99
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-1318-63/+65
* Android: skip two qrhi tests to enable Android 12 in CIAssam Boudjelthia2023-03-131-0/+12
* SQL/MySQL: Add support for Bit-Value Type - BITChristian Ehrlicher2023-03-121-0/+7
* SQL/Tests: remove safeDropTable() / add helper classChristian Ehrlicher2023-03-125-157/+150