summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Silence warning C4996 (use of deprecated GetDesktopDpi)Kai Köhne2021-05-272-0/+6
* Implement propagation of object files to the end-point executableAlexey Edelev2021-05-2720-28/+332
* Clarify that QLoggingCategory works independent of compiler build typeKai Köhne2021-05-271-1/+8
* CMake: Revise plugin finalizer mode usageAlexandru Croitor2021-05-273-19/+23
* wasm: fix cmake syntax for emscriptenLorn Potter2021-05-271-4/+4
* Use the correct framework name when preparing the framework pathsAlexey Edelev2021-05-271-1/+1
* minor: Clean up areMetricsTooLarge() conditionsEskil Abrahamsen Blomfeldt2021-05-271-2/+2
* Fix auto-tests that are fooled by the presence of more than one pluginTimur Pocheptsov2021-05-279-219/+315
* QSsl::ImplementedClass - add DtlsCookieTimur Pocheptsov2021-05-273-4/+7
* Android: Add runOnMainAndroidThread() under QNativeInterfaceAssam Boudjelthia2021-05-266-1/+291
* Add SIMD optimizations for color-transform writesAllan Sandfeld Jensen2021-05-272-48/+262
* Add NEON optimizations to QColorTransformAllan Sandfeld Jensen2021-05-271-8/+125
* QNetworkManagerService: do not use a module-wide includeGiuseppe D'Angelo2021-05-261-1/+0
* CMake: Fix finalizers not being run for android executablesAlexandru Croitor2021-05-261-1/+4
* Partially modified to use C++11 standard nullptrXiao YaoBing2021-05-274-4/+4
* Blacklist tst_QTcpServer::linkLocal on macOS ARMTor Arne Vestbø2021-05-261-0/+3
* CMake: Don't apply invalid infixes to INTERFACE librariesAlexandru Croitor2021-05-261-1/+3
* Introduce float QImage formats and renderingAllan Sandfeld Jensen2021-05-2626-276/+5173
* Nomenclature change: s/countr/territor/g in locale scriptsEdward Welbourne2021-05-267-103/+103
* Rename util/locale_database/enumdata.py's various *_list to *_mapEdward Welbourne2021-05-263-17/+17
* QLocaleXmlWriter.enumData(): move enumdata import to method from callerEdward Welbourne2021-05-262-8/+8
* Check for overflow in QDateTime::setMSecsSinceEpoch()Edward Welbourne2021-05-262-18/+41
* Harmonize zoneMSecsToEpochMSecs() and localMSecsToEpochMSecs()Edward Welbourne2021-05-262-26/+27
* Use time-zone transition data before 1970 as well as afterEdward Welbourne2021-05-265-212/+250
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-2649-279/+484
* Android: fix missing includeMårten Nordheim2021-05-261-0/+1
* Initialize SYSTEMTIME to {} instead of memset()ingAndreas Buhr2021-05-261-4/+2
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-2647-129/+130
* QTestlib: Add formatting for QObject * in QCOMPAREFriedemann Kleint2021-05-2616-62/+155
* Qt xcb: remove false detects of Qt::GroupSwitchModifierAleksei Nikiforov2021-05-261-3/+3
* Blacklist problematic network auto-tests on macOS ARMTor Arne Vestbø2021-05-262-0/+5
* Farewell Q_DISABLE_MOVEGiuseppe D'Angelo2021-05-262-19/+5
* testlib: Disable automatic backtrace when test crashes on macOS on ARMTor Arne Vestbø2021-05-261-1/+1
* Fix wrong variable initialization in tst_QScrollBar::task_209492Tor Arne Vestbø2021-05-261-1/+1
* Initialize SYSTEMTIME to {} instead of memset()ingEdward Welbourne2021-05-251-12/+6
* gcc 11: Adjust pragma warning placementFabian Kosmale2021-05-252-0/+16
* CMake: Remove some dead installation codeAlexandru Croitor2021-05-251-17/+0
* CMake: Introduce a public qt_add_library functionAlexandru Croitor2021-05-253-106/+250
* QSharedPointer: Use matching new/deleteFabian Kosmale2021-05-252-2/+8
* qxkbcommon: Map Super/Hyper to Meta early enough to have an effectAndrey Butirsky2021-05-251-6/+6
* uic: Add further widgets to class lib mapFriedemann Kleint2021-05-251-0/+3
* uic: Extract a base class for WriteIncludesFriedemann Kleint2021-05-255-180/+288
* qxkbcommon: Keep lower case as Qt key when upper case is not in Latin1Andrey Butirsky2021-05-251-0/+8
* Remove unnecessary type conversionXiao YaoBing2021-05-251-2/+2
* CMake: fix CMake function qt_commandline_addStringHaoyu Liu2021-05-251-1/+1
* Add #include <mutex>Kimmo Ollila2021-05-251-0/+2
* QDateTime(Parser): code tidiesGiuseppe D'Angelo2021-05-252-22/+23
* Doc: Add missing prepositionPaul Wicking2021-05-251-2/+2
* Android: Fix select handles misplacement on QDialogPekka Gehör2021-05-256-8/+64
* Add conanfile.py to support builds with Conan package managerIikka Eklund2021-05-241-0/+460