summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
* Test result of qobject_cast before dereferencingLi Xi2021-11-151-0/+13
* QTabBar: Support scrolling with a kinetic wheelVolker Hilsheimer2021-11-151-16/+179
* macOS: make the slider knob big enough for BigSur and MontereyVolker Hilsheimer2021-11-151-2/+6
* QFuture: support cancellation of continuation chain through parentSona Kurazyan2021-11-131-0/+126
* Teach QOperatingSystemVersion to handle new OS entries in patch releasesMårten Nordheim2021-11-121-0/+11
* Fix QMultiHash::operator== crashAndreas Buhr2021-11-111-0/+12
* QDuplicateTracker: add clear()Thiago Macieira2021-11-111-0/+16
* QFileDialog: Fix adding default suffix when file path contains dotAlexander Volkov2021-11-121-0/+16
* Clean up exports from qlocale_p.hEdward Welbourne2021-11-101-1/+1
* QPushButton: emit released signal when mouse dragged out of boundsChunLin Wang2021-11-101-0/+31
* Fix tst_qfontdatabase on Windows with FreetypeEskil Abrahamsen Blomfeldt2021-11-101-1/+5
* Use a local check-macro to save lots of repetition in time-zone testsEdward Welbourne2021-11-101-90/+53
* Workaround MSVC 2022 bug about QString::replaceAndreas Buhr2021-11-101-2/+5
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-101-1/+1
* rhi: Expose the maximum uniform buffer range limitLaszlo Agocs2021-11-101-0/+2
* Add additional grapheme, word, and sentence break class tests from tr29Øystein Heskestad2021-11-104-20/+236
* Update CLDR-derived data to newly-released v40Ievgenii Meshcheriakov2021-11-101-3/+3
* QDomDocument::setContent: Open device if necessaryFabian Kosmale2021-11-091-0/+18
* Correct and clarify some commentsEdward Welbourne2021-11-081-3/+3
* Express 64-bit integral constants consistentlyEdward Welbourne2021-11-081-6/+7
* Give symbolic names to some constants used in time-zone testsEdward Welbourne2021-11-081-12/+15
* QProcess: Distinguish between null and empty QProcessEnvironmentIevgenii Meshcheriakov2021-11-071-0/+29
* QPluginLoader: fix indentation and commentsThiago Macieira2021-11-051-1/+1
* Don't use QCursor::pos in QTabBar and fix hover handlingVolker Hilsheimer2021-11-051-0/+84
* QAIV: Reset double-click flag in mousePressEventVolker Hilsheimer2021-11-051-0/+38
* Include qproperty.h where neededMarc Mutz2021-11-044-0/+4
* QPluginLoader/ELF: fix Clang ASan buildsThiago Macieira2021-11-041-1/+3
* QNI: Add API to check if connection is meteredMårten Nordheim2021-11-041-4/+32
* QByteArrayList: add join(QByteArrayView)Marc Mutz2021-11-041-0/+28
* qlibraryinfo.cpp: use qOffsetStringArray for qtConfEntriesThiago Macieira2021-11-031-5/+5
* Release mouse buttons after double clickVolker Hilsheimer2021-11-031-0/+2
* tst_qfile: Remove unused methodsIevgenii Meshcheriakov2021-11-031-2/+0
* QAbstractFileEngine: Remove useless method overridesIevgenii Meshcheriakov2021-11-032-73/+0
* Rename LinkName to AbsoluteLinkTargetWang Fei2021-11-031-2/+2
* QCollator: add public, static functions to do comparisonsThiago Macieira2021-11-011-0/+15
* Correct qcollator_posix.cpp's check against system localeEdward Welbourne2021-11-011-2/+2
* rhi: Add texture array supportLaszlo Agocs2021-10-292-0/+135
* Fix signed/unsigned comparison warnings in tst_QArrayDataEdward Welbourne2021-10-291-6/+6
* QNX: Handle missing elf.h gracefullyJanne Juntunen2021-10-281-5/+11
* Fix test to not rely on event processingVolker Hilsheimer2021-10-271-6/+8
* Calculate effect bounds when drawing widget graphics effectAntti Määttä2021-10-271-0/+153
* Update clipping area when antialiasing changesChen Bin2021-10-271-0/+76
* QHash: avoid crashing when reserving on a shared hashMårten Nordheim2021-10-261-0/+17
* QHash: double the size of the stored seedThiago Macieira2021-10-261-0/+12
* Fix overflow issue on parsing min-qint64 with its minus sign repeatedEdward Welbourne2021-10-261-0/+1
* QTabBar: re-layout when tab size hint depends on selected stateVolker Hilsheimer2021-10-261-2/+30
* Don't fire shortcut if the action only lives in an unreachable submenuVolker Hilsheimer2021-10-251-0/+74
* QVarLengthArray: Reduce memory allocations in emplace()Robert Löhning2021-10-231-0/+27
* QAbstractItemView: auto-scroll with selection rectangleVolker Hilsheimer2021-10-222-0/+117
* Consistently restore threadpool limit at end of testsVolker Hilsheimer2021-10-221-12/+23