summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-103-1/+3
* 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-104-23/+144
* Clean up qtconcurrent.qdocconf fileKai Koehne2020-12-101-2/+1
* Workaround bogus compiler warningFabian Kosmale2020-12-101-1/+10
* QStringView: add some QRegularExpression-related overloadsGiuseppe D'Angelo2020-12-104-0/+176
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-2/+2
* CMake: Fix FEATURE_static_runtime buildJoerg Bornemann2020-12-091-0/+1
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-091-0/+6
* 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-091-0/+28
* Simplify the detection for the monotonic clock in qelapsedtimer_unix.cppThiago Macieira2020-12-091-35/+29
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-091-3/+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
* QProcess: remove outdated references to QProcessManagerAlex Trotsenko2020-12-092-3/+0
* 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-092-0/+9
* 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
* QList: update docsIvan Solovev2020-12-081-40/+48
* 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 links to OpenGL documentationAndreas Buhr2020-12-081-199/+199
* Fix MSVC warning C4267 in qstring.cppKai Koehne2020-12-081-2/+4
* Remove qlalr documentation stubKai Koehne2020-12-084-261/+0
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-084-12/+18
* QSystemSemaphorePrivate: Fix a call to tr() to translate()Tuomas Vaarala2020-12-081-1/+1
* Shortcut QImage::convertTo when no conversion is necessaryAllan Sandfeld Jensen2020-12-081-2/+2
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-0811-20/+210
* CMake: Disable static plugin imports for non-executable targetsAlexandru Croitor2020-12-081-1/+8
* QPropertyBindingPrivate: Enable QML engine error handlingFabian Kosmale2020-12-082-2/+25
* wasm/js: fix invalid restartCount referenceAvindra Goolcharan2020-12-081-1/+1
* Fix highdpi conversion of QTabletEvent coordinates on xcbShawn Rutledge2020-12-081-4/+2
* macOS: Always allow interacting with popup windows during modal sessionTor Arne Vestbø2020-12-081-0/+8
* QCborStreamReader::next: don't allocate too much memory in a QBAThiago Macieira2020-12-071-13/+12
* QCborStreamReader: move the UTF-8 decoding into readStringChunkThiago Macieira2020-12-071-37/+109
* Http2: set the reply's error code and string on errorMårten Nordheim2020-12-071-0/+2
* Inline QCollator's QString methods via QStringViewEdward Welbourne2020-12-072-10/+6
* Add SameSite API to QNetworkCookieAllan Sandfeld Jensen2020-12-073-7/+84