summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Windows: Add synthesized fonts also when there is a style name"Eskil Abrahamsen Blomfeldt2021-06-302-6/+6
* fc: Clean up current config on shutdownEskil Abrahamsen Blomfeldt2021-06-302-0/+6
* QDBusMenuConnection: Close open D-Bus connectionJonas Kvinge2021-06-302-0/+9
* Add Qt7 TODOs for reducing the size of QColorUlf Hermann2021-06-302-0/+8
* QWinSettings: port readKey() helper to std::optionalMarc Mutz2021-06-301-28/+15
* Port QSettingsPrivate::get() to std::optionalMarc Mutz2021-06-305-31/+25
* QVarLengthArray: fix aliasing error in insert(it, n, v)Marc Mutz2021-06-281-1/+1
* Fix usage of logging category on AndroidAssam Boudjelthia2021-06-281-1/+7
* Fix harfbuzz-ng compilation for IntegrityTatiana Borisova2021-06-281-0/+6
* Documentation: Remove section advertising AmazonFriedemann Kleint2021-06-281-13/+0
* wasm: fix mouse, touch and wheel event propagationLorn Potter2021-06-262-11/+13
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-2521-132/+21
* Doc: Use https for links to unicode.orgPaul Wicking2021-06-255-20/+18
* Doc: Improve QTransform documentationPaul Wicking2021-06-253-12/+31
* QFutureInterface: remove the inconsistent and unneeded includeSona Kurazyan2021-06-251-1/+0
* Use qMod(, 7) rather than % 7 in day-of-week calculationEdward Welbourne2021-06-251-1/+1
* Schannel: Get rid of Windows < 10 codeMårten Nordheim2021-06-251-7/+4
* QTlsBackend: Find mismatches faster in ciphersuite-string creationMårten Nordheim2021-06-251-10/+16
* TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecatedMårten Nordheim2021-06-2513-15/+84
* QSslSocket: Set isEncrypted to false on disconnectMårten Nordheim2021-06-252-0/+2
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-2434-77/+155
* Schannel: fix compilation with QSSLSOCKET_DEBUGMårten Nordheim2021-06-241-1/+1
* tst_http2: use the supportedFeatures() instead of macrosTimur Pocheptsov2021-06-241-0/+4
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-243-14/+3
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-248-16/+23
* xcb: fix cursorTheme update issueTang Haixiang2021-06-241-2/+6
* Remove const from signalAndreas Buhr2021-06-241-1/+1
* Put SVG versions of several built-in icons under version controlVolker Hilsheimer2021-06-2424-0/+416
* Use On icon for pressed dock widget title buttons without frameVolker Hilsheimer2021-06-241-2/+4
* SCTP: fix qsizetype missThiago Macieira2021-06-231-2/+2
* Extend documentation for QFile:copy()Paul Wicking2021-06-232-10/+15
* QObject::disconnect: remove dead codeFabian Kosmale2021-06-231-8/+0
* Use UTC when parsing only a date or only a time, not a date-timeEdward Welbourne2021-06-233-12/+20
* Fix coding-style violation in QUtf8StringView::operator==()Edward Welbourne2021-06-231-3/+3
* Rename PermisionType to spell permission correctlyEdward Welbourne2021-06-236-13/+16
* Coding style: remove redundant braces, break long lineEdward Welbourne2021-06-231-4/+6
* Fix handling of day-of-week in QDateTimeParser and QDateTimeEditEdward Welbourne2021-06-232-28/+120
* macOS: Unregister screen notification handlers on QGuiApplication shutdownTor Arne Vestbø2021-06-232-3/+16
* Enable QT_TYPESAFE_FLAGS for bootstrap and QtCoreGiuseppe D'Angelo2021-06-232-0/+2
* QF*Engine: port a couple of QFlags->int implicit conversions to toInt()Giuseppe D'Angelo2021-06-232-4/+4
* QRegularExpression: port away from QFlags<->int conversionsGiuseppe D'Angelo2021-06-231-2/+2
* Doc: bump the OpenSSL minimum supported version to 1.1.1Tasuku Suzuki2021-06-231-2/+2
* wasm: remove QEventLoop workaroundsMorten Sørvig2021-06-231-24/+0
* wasm: do not quit() on beforeunload()Morten Sørvig2021-06-232-15/+0
* Long live QT_TYPESAFE_FLAGS!Giuseppe D'Angelo2021-06-234-16/+117
* QStringBuilder: fix warning about memcpying onto QCharThiago Macieira2021-06-221-1/+1
* QPodArrayOps: re-enable -Wstringop-overflowGiuseppe D'Angelo2021-06-231-6/+0
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-221-4/+8
* qsimd: Don't force RDRND on if __AVX2__Thiago Macieira2021-06-221-5/+4
* Tidy up in OCI driver codeEdward Welbourne2021-06-221-36/+42