summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QCoreApplication: add doc to discourage use of processEventsThiago Macieira2020-11-201-4/+8
* QCoreApplication: add more information to processEvents() docsThiago Macieira2020-11-201-0/+3
* Android: exclude qarraydata::dataPointerAllocate() from CI testsAssam Boudjelthia2020-11-201-0/+3
* CMake: Fix build of plugins/styles/mac using PCHCristian Adam2020-11-201-0/+7
* CMake: Generate less pri files and mark header modules as no_linkCristian Adam2020-11-202-5/+9
* CMake: Fix Android top-level prefix buildJoerg Bornemann2020-11-201-1/+1
* CMake: Change way of 'INPUT_' values handlingAlexey Edelev2020-11-201-9/+13
* Toplevel builds: Add utility toplevel targets for each moduleVolker Hilsheimer2020-11-201-0/+47
* CMake: add CMAKE_FIND_ROOT_PATH as extraPrefixDirs for androiddeployqtAssam Boudjelthia2020-11-201-0/+11
* CMake: Fix resource_name variable name in __qt_propagate_generated_resourceAlexey Edelev2020-11-201-2/+2
* Extend tests for QMarginsIvan Solovev2020-11-201-0/+38
* QPoint(F): add support for structured bindingGiuseppe D'Angelo2020-11-203-0/+163
* widgets: Don't report new focus object during clearFocus() unless neededTor Arne Vestbø2020-11-201-6/+7
* QDtls - remove redundant RAII structTimur Pocheptsov2020-11-201-13/+1
* tst_qocsp: improve code coverageTimur Pocheptsov2020-11-201-3/+16
* macOS: Propagate device-pixel-ratio of system tray iconTor Arne Vestbø2020-11-201-0/+1
* macOS: Upgrade supported SDK to 11.0Tor Arne Vestbø2020-11-201-1/+1
* Add unit test for YearMonthDateAndreas Buhr2020-11-201-0/+31
* Add unit test for QString::insert(negativeint, QChar)Andreas Buhr2020-11-201-0/+1
* Add unit test reproducing integer overflow in QDateTime::fromStringAndreas Buhr2020-11-201-0/+5
* QSslCipher - improve its code coverage and auto-testsTimur Pocheptsov2020-11-202-23/+25
* QScopedPointer: streamline code with qExchangeGiuseppe D'Angelo2020-11-201-4/+2
* QScopedPointer helper deletes: add operator()Giuseppe D'Angelo2020-11-201-3/+13
* Remove QScopedSharedPointerGiuseppe D'Angelo2020-11-205-153/+1
* tst_QTcpSocket::connectToHostError - handle possible timeoutsTimur Pocheptsov2020-11-202-9/+31
* Test conversion of ulonglong variant to JSONSona Kurazyan2020-11-201-0/+12
* Doc: explain how to create a test touch device for use with touchEventMitch Curtis2020-11-201-1/+7
* CMake: Don't install pri and debug info for bundled harfbuzz and pcre2Li Xinwei2020-11-201-11/+11
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-2036-209/+255
* Add coin instructions to run Android test in emulatorSimo Fält2020-11-207-15/+93
* Deprecate QScopedPointer::take()Giuseppe D'Angelo2020-11-205-9/+16
* Add deprecation warnings for 6.1Giuseppe D'Angelo2020-11-201-0/+8
* QNX7.1 updatesMarianne Yrjänä2020-11-207-7/+6
* Revert "Allow QWindowsPipe{Reader,Writer} to work with foreign event loops"Kai Koehne2020-11-2011-827/+286
* Add tst_QHighDpi::mouseVelocity()Shawn Rutledge2020-11-201-0/+102
* QChar: assert on illegal constructionGiuseppe D'Angelo2020-11-201-2/+2
* Add unit test for QString::replace with out-of-bounds positionAndreas Buhr2020-11-191-0/+10
* Fix logic error in QString::replace(ch, after, cs)Andreas Buhr2020-11-192-1/+12
* i18n example: No longer ignore return value of QTranslator.load()Friedemann Kleint2020-11-191-4/+9
* Doc: Fix reference to Qt5 CMake packageKai Koehne2020-11-191-1/+1
* doc/global: Remove references to Qt 5 in commentsKai Koehne2020-11-193-6/+6
* Update docs about how to configure OpenSSLKai Koehne2020-11-191-7/+6
* Android: use extraPrefixDirs with qmlimportscannerAssam Boudjelthia2020-11-191-2/+12
* QSocks5SocketEngine: Fix out-of-bounds access of QBAMårten Nordheim2020-11-191-3/+1
* Fuzzing: Add a test for QDateTime::fromStringEdward Welbourne2020-11-192-0/+110
* Doc: Fix documentation warnings for Qt TestTopi Reinio2020-11-194-4/+12
* Doc: Qt GUI: Fix custom module headerTopi Reinio2020-11-193-13/+10
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-11-1915-27/+105
* Get rid of the QMatrix4x4(int) constructorLars Knoll2020-11-192-35/+27
* De-inline qFuzzyCompare for QMatrix4x4 and QVector4DLars Knoll2020-11-194-44/+42