summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-232-38/+38
* Clean up docs of QCalendar-related QLocale::toString() variantsEdward Welbourne2020-11-232-45/+63
* Doc: Update CMake functions in Qt Widgets for Qt 6Kai Koehne2020-11-233-80/+12
* Do not advise using AUTORCC anymoreKai Koehne2020-11-231-3/+0
* Doc: Update CMake functions in Qt Core for Qt 6Kai Koehne2020-11-237-494/+115
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-232-0/+6
* Add convenience functions for QFuture creationIvan Solovev2020-11-232-1/+170
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-2315-120/+28
* 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
* QMargins(F): add support for structured bindingGiuseppe D'Angelo2020-11-221-0/+60
* QCache: fix accidental pessimizationMårten Nordheim2020-11-211-2/+1
* 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-201-1/+4
* 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
* 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
* CMake: Fix build of plugins/styles/mac using PCHCristian Adam2020-11-201-0/+7
* 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
* QPoint(F): add support for structured bindingGiuseppe D'Angelo2020-11-201-0/+44
* 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
* macOS: Propagate device-pixel-ratio of system tray iconTor Arne Vestbø2020-11-201-0/+1
* 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-204-151/+1
* Doc: explain how to create a test touch device for use with touchEventMitch Curtis2020-11-201-1/+7
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-2029-176/+199
* Deprecate QScopedPointer::take()Giuseppe D'Angelo2020-11-205-9/+16
* Add deprecation warnings for 6.1Giuseppe D'Angelo2020-11-201-0/+8
* Revert "Allow QWindowsPipe{Reader,Writer} to work with foreign event loops"Kai Koehne2020-11-204-533/+284
* QChar: assert on illegal constructionGiuseppe D'Angelo2020-11-201-2/+2
* Fix logic error in QString::replace(ch, after, cs)Andreas Buhr2020-11-191-1/+1
* 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
* 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
* Clean up QVector2D/3D/4DGiuseppe D'Angelo2020-11-1911-2756/+2763
* Make QMetaTypeInterface constexpr on WindowsLars Knoll2020-11-191-44/+40
* Avoid linker errors for the bootstrap lib in debug builds on MSVCLars Knoll2020-11-192-0/+2
* Change QString formatting of negative numbers in non-base-10Andreas Buhr2020-11-191-6/+0