summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-0899-742/+742
* Prepare to harmonize pointer event accessor namesShawn Rutledge2020-06-082-115/+249
* QNetworkInterface (Unix): port two local tracker (QSet/QLVA) to QDuplicateTra...Marc Mutz2020-06-081-10/+9
* CMake: Save OPENSSL_ROOT_DIR in QtBuildInternalsExtraAlexandru Croitor2020-06-081-0/+10
* CMake: Don't reset install prefix upon standalone test reconfigurationAlexandru Croitor2020-06-081-12/+4
* QResource: Use some qUtf16Printable() instead of toLocal8Bit().data()hjk2020-06-081-6/+6
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-0812-152/+26
* Win: Choose a suitable font in tst_QTextLayout::textWidthVsWIdthEskil Abrahamsen Blomfeldt2020-06-081-0/+3
* CMake: Do not create Qt6ToolsConfig[Version].cmake filesJoerg Bornemann2020-06-082-54/+0
* Check for valid Navigator.permissions before useMorten Johan Sørvig2020-06-081-3/+4
* Fix deprecation warning, use char16_t instead of quint16/ushortVolker Hilsheimer2020-06-081-2/+2
* Doc: Update global documentation config for Qt 6Topi Reinio2020-06-085-19/+15
* Make the QFontCache size configurableMartin Jansa2020-06-081-2/+4
* Implement first/last/from and slice() for string-like classesLars Knoll2020-06-087-50/+369
* QSsl: port a local QStringList to QDuplicateTrackerMarc Mutz2020-06-082-4/+19
* Doc: Style the \section3 and \section4 titlesVenugopal Shivashankar2020-06-081-1/+11
* Use static function instead of lambda to workaround a MSVC compiler bugFabian Kosmale2020-06-081-58/+70
* Example compile fix with namespaced Qthjk2020-06-081-3/+1
* Add the 'accessiblebridge' as a plugintype of gui moduleJeongBong Seo2020-06-083-3/+6
* Move some flaky text tests into LancelotEskil Abrahamsen Blomfeldt2020-06-087-245/+287
* Fix build without features.menubarTasuku Suzuki2020-06-082-1/+9
* QWindowsFontDatabase: replace a QPair with a dedicated structMarc Mutz2020-06-073-5/+20
* ItemModels: remove deprecated functionsChristian Ehrlicher2020-06-077-139/+2
* Doc: add missing PatternSyntax documentation to QSslCertificateSamuel Gaist2020-06-071-0/+18
* QAbstractItemModel: remove deprecated setRoleNames()Christian Ehrlicher2020-06-0710-60/+39
* Remove winrtOliver Wolff2020-06-06530-24933/+898
* Remove unused argument from methodLars Knoll2020-06-061-31/+31
* Remove unused function pointers in QVariant::HandlerLars Knoll2020-06-064-37/+2
* QDir: port from QStringRef/split() to QStringView/tokenize()Marc Mutz2020-06-061-12/+28
* QVariant: use std::addressof instead of operator&Giuseppe D'Angelo2020-06-061-1/+3
* QVariant: move and swap in the move assignment operatorGiuseppe D'Angelo2020-06-061-1/+1
* QVariant: remove UB and fix semantics in a testGiuseppe D'Angelo2020-06-061-4/+4
* qmake: Stop using -isystem flagDmitry Shachnev2020-06-065-17/+3
* QString/View: add tokenize() member functionsMarc Mutz2020-06-066-2/+264
* Fix build without features.cborstreamwriterTasuku Suzuki2020-06-068-0/+16
* cmake: quote paths to prevent issues when no install prefix is setJean-Michaël Celerier2020-06-052-2/+2
* Remove QThreadPool::cancel()Allan Sandfeld Jensen2020-06-054-101/+0
* Fix check for malformed input when decoding translationsVolker Hilsheimer2020-06-051-1/+1
* Fix compilation of lance toolEskil Abrahamsen Blomfeldt2020-06-051-1/+1
* Clean up docs of qbytearray.cpp's C-string functionsEdward Welbourne2020-06-051-20/+12
* Include qstringtokenizer.h from qstring.hMarc Mutz2020-06-051-0/+1
* QFactoryLoader: port a local QStringList to QDuplicateTrackerMarc Mutz2020-06-051-3/+3
* macOS: Respect window type when determining main window statusTor Arne Vestbø2020-06-051-4/+2
* QProcess/Win: Fix build in debug modeAlex Trotsenko2020-06-052-3/+4
* Clean out string/character mentions from QByteArray docsEdward Welbourne2020-06-051-290/+276
* Fix references to section in QByteArray class doc after title changeEdward Welbourne2020-06-051-10/+6
* Rework testing of qstr*cmp() functionsEdward Welbourne2020-06-051-79/+81
* Prune two un-needed #include files from qbytearray.cppEdward Welbourne2020-06-051-2/+0
* Create QLocale's default store if missing when setDefault() is calledEdward Welbourne2020-06-051-2/+10
* Revert "Disable tests with qemu-arm & developer-build configurations in the CI"Liang Qi2020-06-054-4/+9