summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support multiple equally named .qrc files in qt_add_big_resourcesJoerg Bornemann2021-05-221-0/+13
* 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
* 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-211-0/+11
* Correct RGB to Grayscale conversionAllan Sandfeld Jensen2021-05-219-25/+333
* Use __has_* instead QT_HAS_*JiDe Zhang2021-05-214-4/+4
* QFuture/QPromise: don't check for is_copy_constructibleGiuseppe D'Angelo2021-05-212-6/+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-202-0/+22
* Add runtime ARM64 AES checkAllan Sandfeld Jensen2021-05-203-32/+66
* macOS: Restore logic to set wantsBestResolutionOpenGLSurfaceTor Arne Vestbø2021-05-201-0/+8
* Fix qt6_add_big_resourcesJoerg Bornemann2021-05-201-1/+1
* CMake: Replace qt_finalize_executable with qt_finalize_targetAlexandru Croitor2021-05-203-25/+34
* 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
* macOS: Fix warning about comparing different types in QCocoaScreen::isOnlineTor Arne Vestbø2021-05-201-2/+2
* Type erase native interfaces via string instead of typeidTor Arne Vestbø2021-05-207-23/+25
* QFileSystemModel fails to locate a host from root's visible childrenDongmei Wang2021-05-201-2/+5
* QXcb: don't dereference pointer before checkingVolker Hilsheimer2021-05-201-1/+2
* QByteArrayView: add compareMårten Nordheim2021-05-202-0/+20
* QByteArray: Move some free-functions aroundMårten Nordheim2021-05-203-57/+60
* Don't throw an exception on platforms with no permission APIAssam Boudjelthia2021-05-201-8/+21
* CMake: Introduce finalizer mode handling of static pluginsAlexandru Croitor2021-05-201-0/+61
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-2/+20
* Granularily disable PCRE2 JIT on macOS ARMTor Arne Vestbø2021-05-191-4/+3
* QKeyCombination: code tidiesGiuseppe D'Angelo2021-05-191-3/+3
* QNetworkAddressEntry: export QDebug stream operatorFabian Kosmale2021-05-192-3/+19
* rhi: gl: Add support for importing an existing renderbuffer objectLaszlo Agocs2021-05-197-2/+94
* Avoid mixing atomic futex changes and QAtomicAllan Sandfeld Jensen2021-05-191-28/+16