summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* QNI: Add a convenience method for loading the default pluginMårten Nordheim2021-10-221-3/+2
* QNI: Add supportedFeatures getterMårten Nordheim2021-10-222-2/+21
* tst_QVariant: suppress warning about memcpying over QVariantThiago Macieira2021-10-211-1/+1
* Remove the unnecessary compile-time check for recursive QSetSona Kurazyan2021-10-211-2/+0
* Fix inconsistencies between advanceWidth and bounding rectsAllan Sandfeld Jensen2021-10-211-0/+18
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-201-3/+12
* Make QMainWindow::restoreStateSizeChanged test less time sensitiveVolker Hilsheimer2021-10-201-2/+29
* Fix metatype declaration for QHash/QMultiHash with no operator==Sona Kurazyan2021-10-201-6/+4
* QObjectCompatProperty: Add support for custom gettersIevgenii Meshcheriakov2021-10-201-1/+56
* Make QDir::mkpath() return true when given an existing root pathKarsten Heimrich2021-10-201-4/+4
* Make QDir::mkpath() return true when given an existing drive nameKarsten Heimrich2021-10-201-0/+5
* Compile Private API autotests for INTEGRITYTatiana Borisova2021-10-201-3/+1
* uic: Fix missing Python import when setting tab ordersFriedemann Kleint2021-10-201-1/+1
* Prevent recursive calls to QWindow::closeTor Arne Vestbø2021-10-181-0/+27
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-189-259/+261
* Decouple quitOnLastWindowClosed from quitLockEnabledTor Arne Vestbø2021-10-181-0/+116
* 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
* QPlugin: Move the plugin metadata to a note in ELF platformsThiago Macieira2021-10-186-62/+503
* Markdown importer: keep entities in HTML blocks with the HTMLShawn Rutledge2021-10-161-0/+66
* Fix restoring main window state for maximized/fullscreen windowsVolker Hilsheimer2021-10-161-0/+65
* When filling a pixmap after an assignment ensure the set DPR is not lostAndy Shaw2021-10-151-0/+14
* Fix autotest public API compilation for INTEGRITYTatiana Borisova2021-10-152-4/+12
* Markdown writer: indent fence consistent with code blockShawn Rutledge2021-10-141-0/+7
* macOS: Correctly record normalGeometry in Cocoa pluginVolker Hilsheimer2021-10-141-61/+80
* QWidget: Don't rely on topextra to determine if window is top levelTor Arne Vestbø2021-10-141-0/+1
* Support background-color CSS styling on <hr/>Shawn Rutledge2021-10-142-102/+60
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-141-0/+20
* QList: avoid a iterator->pointer conversion in the testGiuseppe D'Angelo2021-10-141-1/+1
* Fix references to QGuiApplication::lastWindowClosedTor Arne Vestbø2021-10-133-4/+4
* CMake: remove support for building Qt with the old Intel compilerThiago Macieira2021-10-132-13/+2
* Take overshoot into account when laying out QAbstractScrollAreaVolker Hilsheimer2021-10-131-0/+39
* Re-enable QT_NO_NARROWING_CONVERSIONS_IN_CONNECT for QtGiuseppe D'Angelo2021-10-131-0/+5
* Fix handling of time-zone gap in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-10-121-0/+12
* Fix caching of parsed border color values in CSS parserVolker Hilsheimer2021-10-121-0/+124
* QList::iterator: use templates for advancing operatorsThiago Macieira2021-10-121-0/+134
* Activate tst_QWidget_window::tst_showWithoutActivating on cocoaVolker Hilsheimer2021-10-121-8/+8
* Select a single range of cells in QTableView, away from merged cellsShawn Rutledge2021-10-121-0/+71
* QTableWidgetSelectionRange: Make it possible to compare for equalityVolker Hilsheimer2021-10-121-0/+14
* QOffsetStringArray: rewrite in modern C++17Thiago Macieira2021-10-112-13/+18
* QPlugin: add qt_plugin_query_metadata_v2() to dynamic pluginsThiago Macieira2021-10-112-12/+3
* QPlugin: suppress the "QTMETADATA !" magic in static pluginsThiago Macieira2021-10-111-12/+10