summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-232-2/+55
* 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-237-36/+382
* Add _qt_module_interface_name for 3rdparty librariesAlexey Edelev2021-05-231-0/+3
* 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
* Support multiple equally named .qrc files in qt_add_big_resourcesJoerg Bornemann2021-05-224-1/+21
* Add export of the Private targets for the internal modulesAlexey Edelev2021-05-221-8/+6
* QPromise: code tidiesGiuseppe D'Angelo2021-05-221-1/+1
* QPromise/QFuture: fix value semanticsGiuseppe D'Angelo2021-05-224-28/+35
* wasm: fix tooltips show/hide behaviorLorn Potter2021-05-211-1/+9
* wasm: Fix visual representation to not show tool tip window title barLorn Potter2021-05-222-2/+15
* rcc: Fix error message when temporary file cannot be openedJoerg Bornemann2021-05-211-1/+1
* tst_QDecompressHelper: Move pointer size check inside the testMårten Nordheim2021-05-211-4/+4
* qmake: Pick default architecture on macOS based on unameTor Arne Vestbø2021-05-212-6/+19
* androiddeployqt: Refactor apkSignerRunnerLars Schmertmann2021-05-211-15/+15
* Make the internal Zlib module privateAlexey Edelev2021-05-211-1/+1
* Enable UNICODE for all Qt targets and Qt consumers by defaultAlexey Edelev2021-05-214-8/+27
* Correct RGB to Grayscale conversionAllan Sandfeld Jensen2021-05-2111-37/+358
* Use __has_* instead QT_HAS_*JiDe Zhang2021-05-214-4/+4
* QFuture/QPromise: don't check for is_copy_constructibleGiuseppe D'Angelo2021-05-213-7/+4
* Make sure _q_printerChanged is called even if only pdf printer is availableAlbert Astals Cid2021-05-211-0/+2
* QTextHtmlParserNode: Avoid invalid enum valuesRobert Löhning2021-05-211-1/+39
* Fix memory leak when using small caps fontEskil Abrahamsen Blomfeldt2021-05-201-4/+8
* QHttpNetworkConnectionPrivate::createAuthorization: refactorMårten Nordheim2021-05-201-7/+7
* QHttpNetworkConnectionChannel: remove *authMethodMårten Nordheim2021-05-205-64/+31
* Add function to QAuthenticatorPrivate to check method supportMårten Nordheim2021-05-203-0/+40
* Add runtime ARM64 AES checkAllan Sandfeld Jensen2021-05-207-57/+141
* Do not expose Qt internals by the HEADER_MODULEsAlexey Edelev2021-05-201-1/+2
* macOS: Restore logic to set wantsBestResolutionOpenGLSurfaceTor Arne Vestbø2021-05-201-0/+8
* Fix qt6_add_big_resourcesJoerg Bornemann2021-05-202-2/+4
* CMake: Replace qt_finalize_executable with qt_finalize_targetAlexandru Croitor2021-05-204-26/+35
* wasm: disable the canvas resize observerMorten Sørvig2021-05-201-1/+0
* Document that QProperty::subscribe might get executed deferredAndreas Buhr2021-05-201-6/+13
* Merge main and private targets of the internal modulesAlexey Edelev2021-05-207-83/+157
* macOS: Fix warning about comparing different types in QCocoaScreen::isOnlineTor Arne Vestbø2021-05-201-2/+2