summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove QTabletEvent::PointerType::XFreeEraserShawn Rutledge2020-04-022-3/+1
* CMake: Remove HEADER_MODULE handling from 3rd party libsAlexandru Croitor2020-04-021-15/+13
* CMake: Don't try to add 3rd party includes to ModuleDepends filesAlexandru Croitor2020-04-021-0/+1
* CMake: Don't use escaped plugin type for on-disk directoriesAlexandru Croitor2020-04-021-5/+5
* CMake: Allow excluding tools and apps from the default 'all' targetAlexandru Croitor2020-04-024-0/+55
* CMake: Report which qt parts will be built by defaultAlexandru Croitor2020-04-023-0/+29
* Coin: Fix incorrect target OS values used in instructionsAlexandru Croitor2020-04-021-3/+3
* CMake: Regenerate configure.cmake filesAlexandru Croitor2020-04-022-13/+13
* CMake: Don't generate docs for targets that don't existAlexandru Croitor2020-04-021-0/+6
* CMake: Fix usage of CMAKE_CROSSCOMPILINGAlexandru Croitor2020-04-021-1/+1
* QMetaType: Add namespace where necessaryFabian Kosmale2020-04-022-4/+4
* Ignore some build artifacts when doing in-tree builds with cmakeLars Knoll2020-04-021-1/+6
* Fix irrelevant error case in QSplitter testEskil Abrahamsen Blomfeldt2020-04-021-1/+1
* Add convenience forwards/translations to cmake configure wrapperSimon Hausmann2020-04-011-0/+9
* Remove bearermanagement usage inside QNAM and QNetworkProxyMårten Nordheim2020-04-0125-1681/+9
* Don't store iterators on QHash while erasingLars Knoll2020-04-013-39/+43
* Remove QRegExp usage in QNetworkCookieLars Knoll2020-04-011-11/+13
* Add support of failure handler callbacks to QFutureSona Kurazyan2020-04-015-1/+624
* Store QFuture exceptions as std::exception_ptrSona Kurazyan2020-04-017-78/+116
* CMake: Define QT_STATIC for static buildsJoerg Bornemann2020-04-013-5/+29
* CMake: Port the 'rpath' featureJoerg Bornemann2020-04-012-2/+11
* Enable qmetatype test with CMakeFabian Kosmale2020-04-012-1/+2
* QTableView: remove unused lambda captureFabian Kosmale2020-04-011-1/+1
* Remove QRegExp based API and QRegExp usage from QTextDocumentLars Knoll2020-04-013-209/+32
* Remove all QRegExp dependencies from widgetsLars Knoll2020-04-0110-159/+4
* Make QLocale(QString) explicitLars Knoll2020-04-018-14/+15
* uic: Generate include statement for QActionGroupFriedemann Kleint2020-03-311-1/+1
* QFuture - add ability to move results from QFutureTimur Pocheptsov2020-03-318-27/+455
* Port autotest to QRegularExpressionLars Knoll2020-03-311-23/+26
* Port autotest away from QRegExpLars Knoll2020-03-311-8/+9
* Port test to QRegularExpressionLars Knoll2020-03-311-2/+2
* Remove the regexp exampleLars Knoll2020-03-319-436/+18
* Remove QRegExp usage from QSslCertificate and QSslSocketLars Knoll2020-03-317-270/+1
* Get rid of QRegExp usage in QFtpLars Knoll2020-03-313-14/+17
* Remove Qt5 BIC test dataLars Knoll2020-03-31154-1336792/+0
* Don't keep a reference into the hash while modifying itLars Knoll2020-03-311-1/+1
* CMake: Fix qt_lib_XXX.pri files for modules with CONFIG_MODULE_NAME setJoerg Bornemann2020-03-301-30/+31
* RHI: Fix running with Vulkan on WaylandEskil Abrahamsen Blomfeldt2020-03-302-19/+12
* Android: Update minimum version to 23 againEskil Abrahamsen Blomfeldt2020-03-302-2/+2
* Android: Implement MaximizeUsingFullscreenGeometryHintEskil Abrahamsen Blomfeldt2020-03-3012-149/+202
* Move undo framework out of Qt WidgetsMitch Curtis2020-03-3030-265/+263
* Get rid of QRegExp usage in qfiledialogLars Knoll2020-03-301-8/+13
* Make MatchRegExp an alias to MatchRegularExpressionLars Knoll2020-03-305-14/+6
* Remove QRegExp dependencies and mentionsLars Knoll2020-03-302-1/+2
* Remove some leftovers of QRegExpValidatorLars Knoll2020-03-302-5/+1
* Extend the configure test for C++17 filesystemMartin Storsjö2020-03-302-2/+8
* High-DPI: Remove usages of Qt::AA_UseHighDpiPixmapsMorten Johan Sørvig2020-03-3011-29/+0
* Fix deprecation warnings in QCocoaCursorVolker Hilsheimer2020-03-302-9/+9
* QtConcurrent: add fluent interface to configure a task before runVitaly Fanaskov2020-03-2916-12/+808
* Merge QGuiShortcut and QShortcut again in QtGuiVolker Hilsheimer2020-03-2918-700/+597