summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-202-2/+20
* QXcb: don't dereference pointer before checkingVolker Hilsheimer2021-05-201-1/+2
* QByteArrayView: add compareMårten Nordheim2021-05-203-0/+35
* QByteArray: Move some free-functions aroundMårten Nordheim2021-05-203-57/+60
* Add support for building and installing repo target setsJoerg Bornemann2021-05-204-0/+57
* 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-204-58/+363
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-192-2/+24
* 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-198-3/+233
* Avoid mixing atomic futex changes and QAtomicAllan Sandfeld Jensen2021-05-191-28/+16
* QStringTokenizer: Add a benchmarkMårten Nordheim2021-05-194-0/+203
* Android: Reset m_usePrimaryClip when clearing the clip dataAndy Shaw2021-05-191-0/+1
* Doc: Extend qt_add_resource documentationJoerg Bornemann2021-05-193-4/+83
* Fix build without features.libraryTasuku Suzuki2021-05-196-6/+7
* Add EGLFS OpenWFD plugin for INTEGRITYKimmo Ollila2021-05-194-2/+28
* tst_QFile: confirm behavior is the same on pipes and socketpairsThiago Macieira2021-05-181-2/+75
* tst_QSharedPointer: Fix Clang warnings about self assignmentTor Arne Vestbø2021-05-191-0/+7
* QLocalSocket/Win: fix closed state detection in waitFor...() functionsAlex Trotsenko2021-05-184-25/+32
* CMake: Build plugin initializers as object libsAlexandru Croitor2021-05-185-48/+78
* qmake: fix MSVC build error when QT_FEATURE_static_runtime is ONLi Xinwei2021-05-191-0/+1
* Fix single argument QT_OVERLOADED_MACRO with pedantic warnings enabledTor Arne Vestbø2021-05-181-1/+1