summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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