summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QHeaderView: relayout on resetDefaultSectionSizeJonas Karlsson2023-11-081-0/+16
* QSharedMemory: fix attach() -> create() for non-legacy SystemV modeIvan Solovev2023-11-081-3/+0
* tst_qrhi: Exercise a readonly storage buffer in the simple testLaszlo Agocs2023-11-083-2/+2
* Add QPixmapIconEngine::isNull()Christian Ehrlicher2023-11-083-8/+14
* QCheckBox: Don't emit checkStateChanged when nothing changedChristian Ehrlicher2023-11-081-0/+20
* QMimeDatabase: update freedesktop.org.xml to shared-mime-info 2.3David Faure2023-11-071-10/+24
* QSharedMemory: fix attach() -> create() for legacy SystemV modeIvan Solovev2023-11-071-0/+35
* JNI: allow QString as a parameter to native methodsVolker Hilsheimer2023-11-073-27/+74
* QLocal8Bit::convertToUnicode[win]: Support stateless flagMårten Nordheim2023-11-061-0/+37
* wasm tests: Fix manual Selenium testsPiotr Wierciński2023-11-062-5/+12
* QTimeZone(qint32 offsetSeconds): use IANA ID when one is availableEdward Welbourne2023-11-032-3/+29
* tests: skip setPermissions test if running as rootSamuli Piippo2023-11-031-2/+3
* Modify the MDI manual test to allow multiple views of same documentShawn Rutledge2023-11-024-7/+31
* QSharedMemory: fix semaphore creation in legacy modeIvan Solovev2023-11-021-0/+26
* Skip mixedScript test on platforms with no Hangul fontEskil Abrahamsen Blomfeldt2023-11-022-7/+3
* QStringView: add isLower and isUpperAnton Kudryavtsev2023-11-021-0/+2
* Extend QTestPrivate property tests - actual implementation [2/2]Ivan Solovev2023-11-011-10/+0
* JNI: don't implement a signature for 'long' C++ typeVolker Hilsheimer2023-11-011-2/+2
* QMetaEnum: refactor keysToValueAhmad Samir2023-10-311-4/+26
* Fix tst_QWidget::hoverPosition blacklisting for x86_64Tor Arne Vestbø2023-10-311-1/+1
* Blacklist tst_QWidget::hoverPosition() on macOS 14 x86_64Tor Arne Vestbø2023-10-311-0/+3
* QLocal8Bit::convertFromUnicode[win]: handle trailing high surrogateMårten Nordheim2023-10-301-6/+24
* QLocal8Bit::convertToUnicode[win]: handle more than one octet stateMårten Nordheim2023-10-301-7/+8
* QLocal8Bit::convertToUnicode[win]: Drop MB_PRECOMPOSED flagMårten Nordheim2023-10-301-4/+1
* Blacklist tst_QTemporaryDir::QTBUG43352_failedSetPermissions on macOS 14 ARMTor Arne Vestbø2023-10-301-0/+2
* Blacklist tst_QWidget::showMinimizedKeepsFocus on macOS 14 in CITor Arne Vestbø2023-10-301-0/+1
* QDate: make conversion from/to chrono types constexpr and noexceptIvan Solovev2023-10-301-0/+32
* macOS: Check NSWindow as well when determining if setVisible can bail outTor Arne Vestbø2023-10-301-0/+20
* Report as available every QTimeZone(qint32).id() resultEdward Welbourne2023-10-301-0/+6
* Skip QVulkan autotests on AndroidLaszlo Agocs2023-10-301-27/+7
* QCommonStyle: cleanup standardIcon()/standardPixmap() [2/2]Christian Ehrlicher2023-10-291-0/+1
* Use localized time-zone abbreviations or offsetEdward Welbourne2023-10-272-27/+62
* QTemporaryFile(Name): don't make the path absolute on generationThiago Macieira2023-10-261-1/+3
* Android: add an appless test that recreates QGuiApplicationVolker Hilsheimer2023-10-263-0/+73
* Work round ICU disagreeing with TZDB about zone transitionsEdward Welbourne2023-10-261-1/+5
* QSP/QWP: introduce owner_before, owner_equal, owner_hashGiuseppe D'Angelo2023-10-261-0/+136
* Suppress deprecation warnings in test of QDTE::timeSpec propertyEdward Welbourne2023-10-261-0/+3
* wasm: Fix test runner for asynchronous testsPiotr Wierciński2023-10-262-2/+1
* Fix smooth scaling of Format_Mono and Format_MonoLSBJoni Poikelin2023-10-261-0/+20
* Explicitly focus automatic default button in QDialogButtonBox inside dialogTor Arne Vestbø2023-10-261-0/+49
* QString/QByteArray: add lvalue and rvalue overloads of left/mid/rightThiago Macieira2023-10-252-3/+278
* QString/QBA: add lvalue and rvalue overloads to first/last/sliced/choppedThiago Macieira2023-10-251-0/+77
* QArrayDataPointer: add an allocating constructorThiago Macieira2023-10-252-15/+9
* tst_QLocale: base europeanTimeZone test on 2013, actually used in testEdward Welbourne2023-10-251-6/+5
* wasm: add QIODevices for accessing JS dataMorten Sørvig2023-10-253-0/+138
* Revert "QAtomic: remove the copy ctor and assignment operator"Volker Hilsheimer2023-10-253-0/+99
* macOS: Fix tst_MacGui::nonModalOrder()Tor Arne Vestbø2023-10-252-42/+22
* Use SSL_CTX_set_dh_auto if DHparam is emptyAndré Klitzing2023-10-251-6/+10
* QAtomic: remove the copy ctor and assignment operatorGiuseppe D'Angelo2023-10-253-99/+0
* QStringList: improve benchmark codeAhmad Samir2023-10-251-7/+12