summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow dragging of a floating dockwidget on macOS with a custom titlebarAndy Shaw2021-08-021-1/+1
* rhi: Be more graceful when one destroys a resource after the QRhiLaszlo Agocs2021-08-027-127/+257
* Fix PerMonitorV2 DPI aware NonCLientAreaScaling handlingMorten Johan Sørvig2021-08-021-3/+10
* macOS: Stop relying on balanced CGDisplay reconfiguration callbacksTor Arne Vestbø2021-08-023-84/+30
* CMake: Bump project versionsAlexandru Croitor2021-08-021-1/+1
* QByteArray::number/setNum(double): Reverse dependencyMårten Nordheim2021-08-021-30/+27
* Pass QDeadlineTimer by value in runOnAndroidMainThread()Assam Boudjelthia2021-08-012-5/+3
* QLocalSocket: always open outer QIODevice in unbuffered modeAlex Trotsenko2021-08-012-1/+3
* QIODevice: allow subclasses to enforce unbuffered modeAlex Trotsenko2021-08-011-9/+16
* Register mouse devices on cocoaShawn Rutledge2021-08-016-4/+52
* Update QAbstractItemModelTester::FailureReportingMode documentationTor Arne Vestbø2021-08-011-2/+1
* QIODevice: rework validation policy for read() functionsAlex Trotsenko2021-08-012-57/+79
* QLocalSocket: do not emit aboutToClose() twiceAlex Trotsenko2021-08-012-2/+0
* QIODevice: fix converting OpenMode flag in debug outputAlex Trotsenko2021-07-311-3/+3
* QUuid: port to QAnyStringViewMarc Mutz2021-07-303-42/+51
* QWindowsFontDatabase: port local QSets to QDuplicateTrackerMarc Mutz2021-07-302-9/+8
* Remove app permission API from QCoreApplicationAssam Boudjelthia2021-07-306-423/+33
* Correct a #include in a comment in qglobal.hEdward Welbourne2021-07-301-1/+1
* Remove Windows 7, 8, and 8.1 codepathsOliver Wolff2021-07-305-60/+22
* Windows QPA: Remove DwmIsCompositionEnabled() usagesYuhang Zhao2021-07-301-29/+5
* testlib: Update a few remaining instances of the deprecated -xunitxml formatTor Arne Vestbø2021-07-292-16/+25
* CMake: Make WrapVulkanHeaders target optional for QtGui consumersAlexandru Croitor2021-07-292-4/+8
* QByteArray: fix indexOf/lastIndexOfIvan Solovev2021-07-291-5/+10
* QPrivateSlotBase: add empty base class optimizationMarc Mutz2021-07-291-5/+30
* QSlotObjectBase: document relation between m_impl and Operation betterMarc Mutz2021-07-291-1/+4
* Doc: Fix typo Ctr -> CtrlAlexander Volkov2021-07-281-1/+1
* QUuid: port fromRfc4122() to QByteArrayViewMarc Mutz2021-07-284-17/+26
* tests: fix some -WvolatileMarc Mutz2021-07-282-0/+90
* [qgenericunixservices] Consider kde-open5 for opening URLsNicolas Fella2021-07-281-0/+2
* Provide new code paths for OpenSSL v3Timur Pocheptsov2021-07-285-157/+275
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-2810-38/+46
* QSysInfo: Delete pre-windows 10 codeMårten Nordheim2021-07-281-28/+4
* io: Remove version checks for versions below Win 10Mårten Nordheim2021-07-283-77/+37
* QEventDispatcher: Remove code dealing with Windows < 10Mårten Nordheim2021-07-281-13/+1
* QtCore: clean up API removalsMarc Mutz2021-07-283-7/+7
* QMenuBar: remove addAction() functionsMarc Mutz2021-07-283-93/+15
* QNetworkReply: hold QAtomicInt in shared_ptr, not QSharedPointerMarc Mutz2021-07-285-11/+11
* Doc: Add missing commaPaul Wicking2021-07-281-1/+1
* QMap: add operator+ and - for iteratorsGiuseppe D'Angelo2021-07-273-0/+148
* Add Android service check on quit appFabio Falsini2021-07-271-2/+2
* Allow to set Local Socket listen(2) backlogDaniel Nicoletti2021-07-278-14/+46
* Deduplicate offset calculation in QMetaObjectBuilderIvan Tkachenko2021-07-271-1/+1
* QHash/QSet: fix squeeze() for default-constructed containerIvan Solovev2021-07-271-1/+5
* QUrlQuery/Doc: update the information about encoded vs decodedThiago Macieira2021-07-271-1/+28
* Don't report results when the results list is emptySona Kurazyan2021-07-272-0/+8
* doubleToString: Fix assert when double is NaNMårten Nordheim2021-07-271-1/+1
* QTextStream: Always use direct connection inside QDeviceClosedNotifierIevgenii Meshcheriakov2021-07-271-2/+7
* QtWidgets: clean up API removalsMarc Mutz2021-07-275-7/+43
* QDuplicateTracker: bring back appendTo() &&Marc Mutz2021-07-271-1/+19
* Improve fix for avoiding huge number of tiny dashesEirik Aavitsland2021-07-271-1/+1