summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* qversiontagging.h: remove the attempt to use the "retain" attributeThiago Macieira2022-03-211-5/+1
* qsql_ibase: fix includesShawn Rutledge2022-03-211-13/+14
* QProperty: Allow manual scheduling of binding notificationUlf Hermann2022-03-211-0/+1
* Fix warning in tst_qfutureVolker Hilsheimer2022-03-211-1/+1
* Replace deprecated QColor::fromString in tests and documentationVolker Hilsheimer2022-03-212-3/+3
* QTabBar: let styles draw tab text with foreground roleVolker Hilsheimer2022-03-213-4/+7
* QAnyStringView: constexpr detect 8-bit ASCII as Latin 1Øystein Heskestad2022-03-211-7/+45
* Doc: Remove mentionings of overflows from QElapsedTimerKai Köhne2022-03-211-19/+8
* Unify DEPFILE support checkAlexey Edelev2022-03-211-7/+1
* Fix build with latest Apple clang versionVolker Hilsheimer2022-03-211-2/+2
* QNX: always create buffers for child windowsRafael Roquetto2022-03-212-21/+7
* Fix warning from deprecated QMouseEvent constructor on macOSVolker Hilsheimer2022-03-211-2/+2
* Fix build on macOS without warning after QString::count deprecationVolker Hilsheimer2022-03-201-2/+2
* Remove a now-unneeded QT_NO_OPENGL ifdefLaszlo Agocs2022-03-201-2/+0
* Add QLatin1StringView as an alias for QLatin1StringSona Kurazyan2022-03-192-0/+37
* QtGui: compile-optimize inline swap functionsMarc Mutz2022-03-1923-26/+26
* qversiontagging: Fix the imp prefix for 32 bit armMartin Storsjö2022-03-191-5/+5
* QRect: add toRectF()Marc Mutz2022-03-192-4/+24
* QLine/QMargins: add toLineF/toMarginsF()Marc Mutz2022-03-194-7/+38
* QSize/QPoint: add toSizeF/toPointF()Marc Mutz2022-03-194-8/+36
* QMargins: fix a missing "full stop" in the docsMarc Mutz2022-03-191-1/+1
* QObject: restore flags printing in dumpObjectTree()Marc Mutz2022-03-194-17/+35
* QSettings: port key processing to QAnyStringViewMarc Mutz2022-03-192-29/+59
* QJsonValueConstRef: fix null pointer dereferencesThiago Macieira2022-03-182-2/+2
* Refactor: use lambdas for visitor pattern in QGraphicsSceneBspTreeVolker Hilsheimer2022-03-182-72/+26
* When clearing selected items, iterate over a copy of the QSetVolker Hilsheimer2022-03-181-2/+4
* Enable move semantics for QTemporaryDirLuca Di Sera2022-03-182-3/+60
* Fix -Wunused-but-set-variable in QTcpSocket documentation snippetTor Arne Vestbø2022-03-181-1/+2
* macOS: Remove dead code for focus ring handling in Mac styleTor Arne Vestbø2022-03-181-21/+0
* Add missing includes for some of our _win.cpp filesMårten Nordheim2022-03-182-0/+3
* Android: use empty Intent to clear clipboard data on API < 28Ivan Solovev2022-03-181-3/+10
* uic: use C string literals for setObjectName()Marc Mutz2022-03-181-1/+1
* QMutexLocker: code tidiesGiuseppe D'Angelo2022-03-181-2/+2
* QMetaType: remove an unused static pointer variableMarc Mutz2022-03-181-2/+1
* QMutexLocker: strenghten the locking operationsGiuseppe D'Angelo2022-03-181-9/+6
* QImage::operator==: Also compare the image colorspaceAlbert Astals Cid2022-03-181-1/+1
* Add QByteArray::percentDecoded() as an instance methodEdward Welbourne2022-03-183-18/+38
* Get rid of QByteArray::nulTerminated()Edward Welbourne2022-03-182-22/+1
* Tidy up QByteArray::toPercentEncoding()Edward Welbourne2022-03-181-10/+5
* Fix a few more {QString, QByteArray}::count() deprecation warningsSona Kurazyan2022-03-172-2/+2
* Disable init prioritization in QNXAlexey Edelev2022-03-171-0/+3
* Avoid populating font family aliases if family matchedTor Arne Vestbø2022-03-171-9/+15
* QMutexLocker: add move semanticsGiuseppe D'Angelo2022-03-172-0/+47
* Fix deprecated use of QColor::setNamedColorMårten Nordheim2022-03-174-10/+9
* QVariant: reduce transitive includesFabian Kosmale2022-03-177-17/+190
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-1727-6/+46
* XCB: Do not depend on transitive includesFabian Kosmale2022-03-172-1/+3
* Sql: Do not depend on transitive includesFabian Kosmale2022-03-172-0/+2
* Network: Do not depend on transitive includesFabian Kosmale2022-03-173-0/+3
* Widgets: Do not depend on transitive includesFabian Kosmale2022-03-174-0/+4