summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-2316-123/+30
* Drop a [[maybe_unused]] on a variableGiuseppe D'Angelo2020-11-231-1/+1
* wasm: fix resizing of qwidget windowsLorn Potter2020-11-232-1/+36
* wasm: fix mouse double clickLorn Potter2020-11-232-6/+21
* tst_QProcess: fix compilation on WindowsAlex Trotsenko2020-11-221-0/+2
* QMargins(F): add support for structured bindingGiuseppe D'Angelo2020-11-222-0/+116
* QCache: fix accidental pessimizationMårten Nordheim2020-11-211-2/+1
* Add unit test for QAnyStringView::compareAndreas Buhr2020-11-211-1/+8
* Fit tst_qprinterinfo in case there are printers in local networkAndreas Buhr2020-11-211-4/+2
* QGuiAppPriv: don't clear target and window for TouchCancelShawn Rutledge2020-11-211-2/+0
* Delete move constructor and move-assignment for QEventVolker Hilsheimer2020-11-201-1/+3
* QWin32PrintEngine: fix compilationAlex Trotsenko2020-11-201-2/+0
* Fix weight when reading old serialized QFontsEskil Abrahamsen Blomfeldt2020-11-203-5/+8
* QLayout: add a way to unset user-defined contents marginsGiuseppe D'Angelo2020-11-202-0/+14
* Fix safe conversionAllan Sandfeld Jensen2020-11-201-4/+11
* CMake: Name QT_NO_MAKE_*/BUILD_* variables consistentlyJoerg Bornemann2020-11-2013-51/+51
* 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