summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Gui: Do not depend on transitive includesFabian Kosmale2022-03-1715-3/+22
* Core: Do not depend on transitive includesFabian Kosmale2022-03-1729-1/+37
* QColor: Explicitly return std::nulloptUlf Hermann2022-03-171-7/+7
* QMetaObject: Allow custom meta callsUlf Hermann2022-03-171-1/+2
* QFuture: fix QtFuture::connect corner-casesGiuseppe D'Angelo2022-03-171-0/+11
* Add VERBATIM option to add_custom_command callsAlexey Edelev2022-03-174-0/+7
* QVulkanWindow: fix QByteArray::count deprecation warningMårten Nordheim2022-03-171-1/+1
* Add QStringView::localeAwareCompare()Sona Kurazyan2022-03-173-0/+19
* GUI: add ScreenWindowGrabbing capabilityLiang Qi2022-03-172-2/+8
* Rest of QtBase: compile-optimize inline swap functionsMarc Mutz2022-03-174-8/+6
* QtNetwork: compile-optimize inline swap functionsMarc Mutz2022-03-1717-23/+23
* QtDBus: compile-optimize inline swap functionsMarc Mutz2022-03-177-11/+11
* QDateTime: future-proof swap()Marc Mutz2022-03-172-1/+5
* QLibrary: restore translated stringMarc Mutz2022-03-171-6/+6
* QHash: fix -Werror=maybe-uninitialized (GCC 11.2)Marc Mutz2022-03-171-1/+1
* wasm: remove compiler and linker warningsLorn Potter2022-03-171-5/+7
* QResultStore: remove unused includeGiuseppe D'Angelo2022-03-171-1/+0
* QLoggingCategory: code tidiesGiuseppe D'Angelo2022-03-171-5/+5
* QThread: avoid lock/relock an empty QMutexLockerGiuseppe D'Angelo2022-03-171-5/+9
* Add missing install of pnglibconf.h for static buildsMichal Klocek2022-03-161-0/+1
* Fix has_signaling_NaN usage for INTEGRITYTatiana Borisova2022-03-161-2/+1
* QFlatMap: make insertion STL-compatibleMarc Mutz2022-03-161-23/+51
* QAction: Add NOTIFY changed declaration to priority propertyKai Uwe Broulik2022-03-161-1/+1
* Enable tests to turn off Windows Vista animationsVolker Hilsheimer2022-03-162-7/+24
* Use QDebugStateSaver in example operator<<()Kai Köhne2022-03-161-0/+4
* QMainWindow: Fix unused separator widgets blocking mouse eventsEike Ziller2022-03-162-0/+9
* Painting: Fix value check in isUnclipped()Robert Löhning2022-03-161-1/+1
* Doc: Fix typosRobert Löhning2022-03-161-2/+2