summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Test result of qobject_cast before dereferencingLi Xi2021-11-161-0/+13
* Android: check if objectClass() is not null in registerNativeMethods()Assam Boudjelthia2021-11-152-12/+48
* macOS: make the slider knob big enough for BigSur and MontereyVolker Hilsheimer2021-11-151-2/+6
* 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-111-0/+16
* rhi: Expose the maximum uniform buffer range limitLaszlo Agocs2021-11-112-0/+3
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-112-2/+4
* Fix tst_qfontdatabase on Windows with FreetypeEskil Abrahamsen Blomfeldt2021-11-111-1/+5
* Update CLDR-derived data to newly-released v40Ievgenii Meshcheriakov2021-11-101-3/+3
* Workaround MSVC 2022 bug about QString::replaceAndreas Buhr2021-11-101-2/+5
* QDomDocument::setContent: Open device if necessaryFabian Kosmale2021-11-091-0/+18
* QAIV: Reset double-click flag in mousePressEventVolker Hilsheimer2021-11-051-0/+38
* Include qproperty.h where neededMarc Mutz2021-11-054-0/+4
* Prevent recursive calls to QWindow::closeTor Arne Vestbø2021-11-041-0/+27
* Correct qcollator_posix.cpp's check against system localeEdward Welbourne2021-11-041-3/+3
* Test QWindow close() behaviorMorten Johan Sørvig2021-11-041-10/+77
* Release mouse buttons after double clickVolker Hilsheimer2021-11-031-0/+2
* Bump version to 6.2.2Jani Heikkinen2021-11-022-2/+2
* Fix signed/unsigned comparison warnings in tst_QArrayDataEdward Welbourne2021-10-291-6/+6
* 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
* QVarLengthArray: Reduce memory allocations in insert()Robert Löhning2021-10-261-0/+31
* QTabBar: re-layout when tab size hint depends on selected stateVolker Hilsheimer2021-10-251-2/+30
* Don't fire shortcut if the action only lives in an unreachable submenuVolker Hilsheimer2021-10-251-0/+74
* BLACKLIST tst_QListView::internalDragDropMove for OpenSUSE leapHeikki Halmet2021-10-251-0/+3
* Consistently restore threadpool limit at end of testsVolker Hilsheimer2021-10-221-12/+20
* Fix metatype declaration for QHash/QMultiHash with no operator==Sona Kurazyan2021-10-201-6/+4
* Make QDir::mkpath() return true when given an existing root pathKarsten Heimrich2021-10-201-4/+4
* Compile Private API autotests for INTEGRITYTatiana Borisova2021-10-201-3/+1
* Make QDir::mkpath() return true when given an existing drive nameKarsten Heimrich2021-10-201-0/+5
* uic: Fix missing Python import when setting tab ordersFriedemann Kleint2021-10-201-1/+1
* macOS: Correctly record normalGeometry in Cocoa pluginVolker Hilsheimer2021-10-181-61/+80
* Clean up tst_qwidgetVolker Hilsheimer2021-10-182-186/+184
* Fix cursor positioning on bidi boundariesVolker Hilsheimer2021-10-181-0/+58
* Fix cursor placement at left and right ends of bidi textVolker Hilsheimer2021-10-181-0/+54
* Fix QTabBar's SelectPreviousTab behaviorQiang Li2021-10-171-0/+2
* Add missing version bump from '6.2.0' to '6.2.1'Jani Heikkinen2021-10-172-2/+2
* Cleanup of qthreadpoolAllan Sandfeld Jensen2021-10-171-7/+56
* QWidget: Don't rely on topextra to determine if window is top levelTor Arne Vestbø2021-10-171-0/+1
* Fix autotest public API compilation for INTEGRITYTatiana Borisova2021-10-172-4/+12
* When filling a pixmap after an assignment ensure the set DPR is not lostAndy Shaw2021-10-171-0/+14
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-171-0/+20
* Select a single range of cells in QTableView, away from merged cellsShawn Rutledge2021-10-171-0/+75
* Markdown importer: keep entities in HTML blocks with the HTMLShawn Rutledge2021-10-161-0/+66
* Markdown writer: indent fence consistent with code blockShawn Rutledge2021-10-161-0/+7
* Fix references to QGuiApplication::lastWindowClosedTor Arne Vestbø2021-10-143-4/+4
* Take overshoot into account when laying out QAbstractScrollAreaVolker Hilsheimer2021-10-141-0/+39