summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix closing and showing a window with a native childVolker Hilsheimer2021-10-071-0/+46
* Clean up tst_qwidgetVolker Hilsheimer2021-10-072-186/+186
* Don't build tests/auto/tools when cross-compilingJoerg Bornemann2021-10-071-1/+1
* Silence compiler warning from int/size_t mismatchVolker Hilsheimer2021-10-071-1/+1
* QElfParser: rewrite using elf.hThiago Macieira2021-10-069-55/+317
* Silence compiler warningVolker Hilsheimer2021-10-061-1/+1
* Add a safer way to use QThreadPool::reserveThreadAllan Sandfeld Jensen2021-10-061-2/+52
* Always enable QRegularExpression's JIT when testingGiuseppe D'Angelo2021-10-061-0/+14
* QLocalSocket/Win: stop reading in close()Alex Trotsenko2021-10-061-1/+2
* Compile private Qt APIs autotests for INTEGRITYTatiana Borisova2021-10-052-2/+3
* Remove qshadergraph filesJuan Casafranca2021-10-0511-3815/+0
* Q{Elf,Mach}Parser: harmonize the arguments passedThiago Macieira2021-10-041-3/+4
* QPlugin: update the arch requirements to match the x86-64 ISA levelsThiago Macieira2021-10-041-9/+10
* QPlugin: move some of the logic from moc's output to qplugin.hThiago Macieira2021-10-041-7/+4
* Respect font stretch if set together with font styleAlbert Astals Cid2021-10-041-0/+24
* Add lancelot test for smallcaps text pathAlbert Astals Cid2021-10-043-2/+26
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-028-46/+0