summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Activate tst_QDialog::showAsTool test on macOSVolker Hilsheimer2021-10-111-3/+2
* QDialog: respect WA_ShowWithoutActivatingVolker Hilsheimer2021-10-111-0/+29
* Reduce the width of a hfw-widget if scrollbar would be flippingVolker Hilsheimer2021-10-111-0/+58
* Http/2 - handle PADDED flag correctlyTimur Pocheptsov2021-10-091-0/+84
* Fix QTabBar's SelectPreviousTab behaviorQiang Li2021-10-091-0/+2
* Optimize QPromise destructorSona Kurazyan2021-10-082-0/+72
* Add style hint for preventing spin box selection on up/downVolker Hilsheimer2021-10-081-0/+63
* QNI: Update the manual test 'transportMedium' namingMårten Nordheim2021-10-072-13/+13
* QNetworkInfo: Add transport medium detection APIMårten Nordheim2021-10-071-0/+42
* QCocoaWindow: Make window key if the app's modal window is hiddenDoris Verria2021-10-071-0/+21
* Add a basic round-trip test for QStringConverterEdward Welbourne2021-10-071-1/+56