summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-0256-723/+810
* examples: add WindowStaysOnBottomHint into preview textLiang Qi2022-05-011-0/+2
* QFutureInterface: use (new) qYieldCpu() instead of _mm_pause()Marc Mutz2022-04-301-15/+6
* QThread: Fix currentThreadId() on FreeBSDThiago Macieira2022-04-291-2/+2
* QAbstractItemModelTester: Fix typos in debug outputFlorian Bruhin2022-04-291-3/+3
* Long live qYieldCpu()!Marc Mutz2022-04-291-0/+29
* QSimd: fix MSVC C4319 warning on ARMMarc Mutz2022-04-291-1/+1
* Remove noop calls to QPlatformInputContext base classTor Arne Vestbø2022-04-294-10/+0
* macOS: Remove un-needed auto-release pools in QCocoaInputContextTor Arne Vestbø2022-04-291-2/+0
* QAppleKeyMapper: Print key via QKeySequence instead of as QCharTor Arne Vestbø2022-04-291-1/+1
* qsimd: remove dead preprocessor directivesMarc Mutz2022-04-291-3/+0
* Doc: qt_add_dbus_interface: fix wrong cmake command nameDavid Faure2022-04-291-2/+2
* QtDeviceDiscoverySupportPrivate: includemocsMarc Mutz2022-04-291-0/+2
* QtOpenGL: includemocsMarc Mutz2022-04-296-0/+12
* QtPrintSupport: includemocsMarc Mutz2022-04-294-0/+8
* QtWidgets: includemocs v2022Marc Mutz2022-04-293-1/+4
* QNetworkManagerNetworkInformationPlugin: includemocsMarc Mutz2022-04-291-0/+2
* QtGui: includemocsMarc Mutz2022-04-2971-0/+142
* QTuioTouchPlugin: includemocsMarc Mutz2022-04-291-0/+2
* QGtk3ThemePlugin: includemocsMarc Mutz2022-04-292-0/+4
* QXdgDesktopPortalThemePlugin: includemocsMarc Mutz2022-04-291-0/+2
* QtFbSupportPrivate: includemocsMarc Mutz2022-04-293-0/+6
* QtInputSupportPrivate: includemocsMarc Mutz2022-04-293-0/+6
* QTlsBackendCertOnlyPlugin: includemocsMarc Mutz2022-04-291-0/+2
* QTlsBackendOpenSSLPlugin: includemocsMarc Mutz2022-04-291-0/+2
* tst_QNetworkReply try stabilize autoDeleteReplies testsMårten Nordheim2022-04-291-2/+6
* Ignore window icon in XCB when its size exceeds maximum request lengthAxel Spoerl2022-04-291-0/+6
* Android: Fix ANR when QtService and QtActivity load in same processSamuel Mira2022-04-281-1/+12
* QPdfEnginePrivate: generate link only when there is a hrefDmitry Shachnev2022-04-281-1/+1
* QIOSTextResponder: restore reset/commit logicRichard Moe Gustavsen2022-04-282-0/+14
* QtXml: replace QLatin1String uses with _L1 or _sSona Kurazyan2022-04-282-34/+37
* QtTestLib: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-286-18/+17
* QtNetwork: includemocsMarc Mutz2022-04-284-0/+8
* QLinuxFbIntegrationPlugin: includemocsMarc Mutz2022-04-282-0/+4
* QVncIntegrationPlugin: includemocsMarc Mutz2022-04-283-0/+6
* QSQLiteDriverPlugin: includemocsMarc Mutz2022-04-281-0/+2
* QMYSQLDriverPlugin: includemocsMarc Mutz2022-04-281-0/+2
* QIbusPlatformInputContextPlugin: includemocsMarc Mutz2022-04-281-0/+2
* QComposePlatformInputContextPlugin: includemocsMarc Mutz2022-04-281-0/+2
* QtSql: includemocsMarc Mutz2022-04-285-0/+10
* QtTest: includemocsMarc Mutz2022-04-281-0/+2
* Image Plugins: includemocs(-ish)Marc Mutz2022-04-289-186/+47
* QtDBus: includemocsMarc Mutz2022-04-286-0/+14
* Implement support for '0b' prefix in toInt() etcMarc Mutz2022-04-284-61/+121
* Optimize the QPalette::resolve from the other paletteJiDe Zhang2022-04-282-0/+22
* Document the default value of QSFPM::sortOrder()Andreas Hartmetz2022-04-281-2/+5
* Better document how to enable sorting in QSPFMAndreas Hartmetz2022-04-281-2/+7
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-2828-90/+90
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-2871-1043/+1143
* wasm: fix window leave and enter eventsLorn Potter2022-04-282-2/+60