summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-103-11/+14
* Check date validity in calendar methods taking a QDateEdward Welbourne2020-12-101-2/+2
* CMake: Use test wrapper to run android testsAlexey Edelev2020-12-102-78/+168
* macOS: Disable WA_QuitOnClose on menu item widget containerTor Arne Vestbø2020-12-101-0/+2
* CMake: Disable building Qt with qmakeAlexandru Croitor2020-12-102-0/+10
* tst_QFile: add a couple more sequential Unix device filesThiago Macieira2020-12-101-1/+10
* Avoid overflowing QFixed in text layoutEirik Aavitsland2020-12-101-0/+3
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-1035-60/+193
* CMake: Support deferred finalization for qt6_add_executable()Craig Scott2020-12-101-0/+33
* Add colorspace transfer functions based on tables of inputsAllan Sandfeld Jensen2020-12-105-23/+173
* Clean up qtconcurrent.qdocconf fileKai Koehne2020-12-101-2/+1
* tests: blacklist tst_NetworkSelfTest::smbServer() on openSUSELiang Qi2020-12-101-1/+2
* Workaround bogus compiler warningFabian Kosmale2020-12-101-1/+10
* QStringView: add some QRegularExpression-related overloadsGiuseppe D'Angelo2020-12-105-0/+383
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-102-3/+3
* configurejson2cmake: Fix conditions of features 'tiff' and 'webp'Joerg Bornemann2020-12-091-2/+0
* pro2cmake: Handle conditions for feature system_webpJoerg Bornemann2020-12-091-0/+1
* CMake: Fix FEATURE_static_runtime buildJoerg Bornemann2020-12-091-0/+1
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-092-0/+8
* QCborStreamReader: move helper function to the only place it's usedThiago Macieira2020-12-091-25/+17
* Revert "Android: print tailored warning if qml dependency path is a dir"Assam Boudjelthia2020-12-091-8/+2
* QStringConverter: add comments marking the BOM checks and emissionsThiago Macieira2020-12-091-0/+5
* Use QDeadlineTimer in qlogging.cppThiago Macieira2020-12-091-3/+2
* QDeadlineTimer: optimize when std::chrono::steady_clock is the sameThiago Macieira2020-12-092-0/+40
* Simplify the detection for the monotonic clock in qelapsedtimer_unix.cppThiago Macieira2020-12-091-35/+29
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-092-3/+10
* Modify test_QFINDTESTDATA to not leave files in source treeAndreas Buhr2020-12-091-6/+9
* macOS: Fix crash when showing parent-less platform menusTor Arne Vestbø2020-12-091-2/+2
* macOS: Remove warning about KVO observers on QNSWindow/QNSPanelTor Arne Vestbø2020-12-091-5/+0
* QWidget: mark obsolete function isTopLevel() as deprecatedChristian Ehrlicher2020-12-095-6/+9
* CMake: pro2cmake: Add mapping for qmldom libraryAlexandru Croitor2020-12-091-0/+1
* QProcess: remove outdated references to QProcessManagerAlex Trotsenko2020-12-092-3/+0
* tests: blacklist two functions in tst_QDateTimeEdit on openSUSELiang Qi2020-12-091-0/+4
* Don't refer to "this" in QToolTip documentationVolker Hilsheimer2020-12-091-1/+1
* QMetaObjectBuilder: use constexpr ifFabian Kosmale2020-12-091-37/+43
* QProcess/Unix: unify waiting in 'Starting' stateAlex Trotsenko2020-12-092-22/+11
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-093-5/+25
* QProcess: migrate to QDeadlineTimerAlex Trotsenko2020-12-094-55/+41
* QString: improve lastIndexOf(QRegularExpression) docsGiuseppe D'Angelo2020-12-091-0/+4
* Get rid of QPenPrivate::defaultWidthAllan Sandfeld Jensen2020-12-082-16/+8
* Remove the deprecated m_logicalDpi declarationWeng Xuetian2020-12-081-1/+0
* QSplashScreen: draw pixmap with SmoothTransfromMorten Johan Sørvig2020-12-081-0/+1
* macOS: Add missing QT_MANGLE_NAMESPACEMorten Johan Sørvig2020-12-082-2/+2
* Fix autotest config in cross-compiled prefix buildEirik Aavitsland2020-12-081-1/+5
* CMake: Improve tests wrapper arguments handlingAlexey Edelev2020-12-081-2/+15
* QList: update docsIvan Solovev2020-12-081-40/+48
* CMake: Document some missing configure cmake mappingsLi Xinwei2020-12-081-5/+5
* Fix qdoc warning from incorrectly named method parameterVolker Hilsheimer2020-12-081-2/+2
* Restore pass-by-ref to QRect QCalendarWidget::paintCell()Edward Welbourne2020-12-082-2/+2
* Fix tst_qlineedit for offscreen rendering and tiling window managersAndreas Buhr2020-12-081-3/+8