summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* QLocalSocket/Win: fix closed state detection in waitFor...() functionsAlex Trotsenko2021-05-184-25/+32
* CMake: Build plugin initializers as object libsAlexandru Croitor2021-05-181-3/+0
* Fix single argument QT_OVERLOADED_MACRO with pedantic warnings enabledTor Arne Vestbø2021-05-181-1/+1
* Cherry-pick upstream patch for non-gcc/clang/msvc compilersAllan Sandfeld Jensen2021-05-183-4/+15
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-185-331/+267
* Item models: code tidiesGiuseppe D'Angelo2021-05-182-3/+3
* QEventDispatcherCF: avoid QFlags->int implicit castsGiuseppe D'Angelo2021-05-182-2/+2
* Fix QItemSelectionModel::selectionChanged emissionAndreas Buhr2021-05-181-8/+32
* Long live qToUnderlyingGiuseppe D'Angelo2021-05-182-0/+16
* qglobal.cpp: build under QT_NO_EXCEPTIONSGiuseppe D'Angelo2021-05-181-3/+9
* CMake: remove unnecessary add_dependencies()Li Xinwei2021-05-172-6/+0
* Add proper dependencies to apk targetsJoerg Bornemann2021-05-172-34/+44
* Make the exit() methods in QEventLoop and QThread be slotsThiago Macieira2021-05-172-3/+2
* Windows QPA: Fix dock widget drag&drop failureAndre de la Rocha2021-05-171-1/+1
* Add isValid() call to QJniEnvironmentAssam Boudjelthia2021-05-172-0/+11
* QFile: code tidiesGiuseppe D'Angelo2021-05-172-8/+8
* Windows QFSFileEngine: avoid some QFlags implicit conversionsGiuseppe D'Angelo2021-05-171-2/+2