summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement propagation of object files to the end-point executableAlexey Edelev2021-05-271-5/+44
* Clarify that QLoggingCategory works independent of compiler build typeKai Köhne2021-05-271-1/+8
* CMake: Revise plugin finalizer mode usageAlexandru Croitor2021-05-271-13/+3
* minor: Clean up areMetricsTooLarge() conditionsEskil Abrahamsen Blomfeldt2021-05-271-2/+2
* QSsl::ImplementedClass - add DtlsCookieTimur Pocheptsov2021-05-273-4/+7
* Android: Add runOnMainAndroidThread() under QNativeInterfaceAssam Boudjelthia2021-05-265-1/+179
* Add SIMD optimizations for color-transform writesAllan Sandfeld Jensen2021-05-271-48/+190
* 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
* CMake: Don't apply invalid infixes to INTERFACE librariesAlexandru Croitor2021-05-261-1/+3
* Introduce float QImage formats and renderingAllan Sandfeld Jensen2021-05-2622-268/+5105
* Check for overflow in QDateTime::setMSecsSinceEpoch()Edward Welbourne2021-05-261-7/+11
* Harmonize zoneMSecsToEpochMSecs() and localMSecsToEpochMSecs()Edward Welbourne2021-05-262-26/+27
* Use time-zone transition data before 1970 as well as afterEdward Welbourne2021-05-263-165/+195
* 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-262-0/+40
* Qt xcb: remove false detects of Qt::GroupSwitchModifierAleksei Nikiforov2021-05-261-3/+3
* 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
* Initialize SYSTEMTIME to {} instead of memset()ingEdward Welbourne2021-05-251-12/+6
* gcc 11: Adjust pragma warning placementFabian Kosmale2021-05-252-0/+16
* CMake: Introduce a public qt_add_library functionAlexandru Croitor2021-05-251-18/+118
* 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
* 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
* Fix compilation for other compilersJanne Koskinen2021-05-241-0/+1
* QUrl: use QFlags::toInt / qToUnderlyingGiuseppe D'Angelo2021-05-231-8/+8
* QHash: fix qHash(std::pair)Thiago Macieira2021-05-231-2/+15
* QRandomGenerator: let qt_initial_random_value() return 128 bits of dataThiago Macieira2021-05-234-29/+18
* QHash & QRandomGenerator: cooperate to provide a simpler initial seedThiago Macieira2021-05-234-11/+87
* Deprecate qGlobalQHashSeed and qSetGlobalQHashSeed in Qt 6.6Thiago Macieira2021-05-235-7/+11
* Mark QHashSeed::globalSeed() noexceptThiago Macieira2021-05-232-6/+9
* Introduce QHashSeed and switch to size_t seedsThiago Macieira2021-05-233-36/+140
* QProcess/Unix: fix build in debug modeAlex Trotsenko2021-05-231-1/+1
* Attributions: Don't mention QT_CRYPTOGRAPHICHASH_ONLY_SHA1Mårten Nordheim2021-05-232-2/+2
* QTestAccessible: Clear objects in EventList when deletedFabian Kosmale2021-05-232-1/+11
* qcborstreamreader.cpp: Use QT_TRY/QT_CATCHNodir Temirkhodjaev2021-05-231-4/+4
* Skip building debug bootstrap lib for CMake 3.20 and multi-config buildLi Xinwei2021-05-231-0/+5
* QTestlib: Fix formatting of pointers in QCOMPAREFriedemann Kleint2021-05-232-1/+7