summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* qlibraryinfo.cpp: use qOffsetStringArray for qtConfEntriesThiago Macieira2021-11-032-43/+49
* QNI: Clarify Feature enum entries' documentationMårten Nordheim2021-11-031-5/+9
* Make QPlatformTheme a gadgetMitch Curtis2021-11-031-0/+3
* Add ShowDirectoriesFirst platform theme hintMitch Curtis2021-11-033-0/+9
* FreeType: allow falling back to synthesized bold if desiredAndy Shaw2021-11-031-1/+3
* QAbstractFileEngine: Remove useless method overridesIevgenii Meshcheriakov2021-11-036-135/+0
* QMultiHash: Add forgotten documentationMårten Nordheim2021-11-031-6/+16
* Add QEventLoop::ProcessEventsFlag::ApplicationExecMorten Johan Sørvig2021-11-033-2/+4
* rhi: Extend docs regarding QImage and data lifetimeLaszlo Agocs2021-11-021-0/+11
* rhi: vk: fix offscreen frame command completion waitLaszlo Agocs2021-11-021-11/+11
* Add CMake variable to run androiddeployqt with --verbose argumentAlexey Edelev2021-11-022-0/+20
* CMake: Fix EntryPointMinGW32Target to be found in top-level buildAlexandru Croitor2021-11-021-0/+6
* Rename LinkName to AbsoluteLinkTargetWang Fei2021-11-037-9/+9
* Add Android qml staging prefix to qml import pathsAlexey Edelev2021-11-021-1/+10
* qoperatingsystemversion_win: cache the retrieved versionYuhang Zhao2021-11-021-6/+8
* Revert "Add support for EGL_EXT_platform_xcb"Paul Olav Tvete2021-11-022-10/+1
* Revert "Code style fix"Richard Moe Gustavsen2021-11-021-37/+45
* Remove pre-Win10 code paths in QtBaseYuhang Zhao2021-11-029-201/+44
* Add QMenu::menuInAction as a static helperVolker Hilsheimer2021-11-013-1/+13
* QCollator: add public, static functions to do comparisonsThiago Macieira2021-11-013-25/+55
* Correct qcollator_posix.cpp's check against system localeEdward Welbourne2021-11-011-3/+6
* 3rdparty: update TinyCBOR links to 0.6.0 final releaseThiago Macieira2021-11-011-2/+2
* configure: Remove declaration of the MYSQL_PATH variableJoerg Bornemann2021-11-011-1/+0
* configure: Remove declaration of the OPENSSL_PATH variableJoerg Bornemann2021-11-012-4/+1
* Fix show()/hide() for child windows on xcbLars Knoll2021-11-011-1/+1
* qtbase: remove last piece of DwmIsCompositionEnabledYuhang Zhao2021-11-021-20/+2
* Add const to read only local variablesOliver Eftevaag2021-11-012-3/+3
* QAbstractProxyModel: Use QCompatProperty with custom getterIevgenii Meshcheriakov2021-11-012-68/+5
* Add warning about QCoreApplication deferred deleteMichal Klocek2021-11-011-0/+4
* Inline QPropertyBindingDataPointerAndrei Golubev2021-11-012-11/+12
* Match documentation of shared pointers to new definitionsAllan Sandfeld Jensen2021-11-011-4/+8
* Implement QTest:mouseMove widget overload to send eventVolker Hilsheimer2021-10-301-8/+15
* qconfig.cpp: use qOffsetStringArrayThiago Macieira2021-10-293-19/+23
* Add --no-rcc-bundle-cleanup option to androiddeployqt toolAlexey Edelev2021-10-292-2/+19
* Doc: Fix broken formattingIvan Tkachenko2021-10-291-1/+1
* QNI: iOS: Fix copy-pasted warning messagesMårten Nordheim2021-10-291-2/+2
* QMetaType: Avoid superfluous template instantiationsFabian Kosmale2021-10-292-11/+8
* qglobal.h: Do not include <algorithm>Fabian Kosmale2021-10-291-2/+0
* rhi: Add texture array supportLaszlo Agocs2021-10-2913-112/+367
* windows qpa: re-apply 8d6e825dMorten Johan Sørvig2021-10-291-0/+2
* Fix performance regression when avoiding scrollbar flippingVolker Hilsheimer2021-10-291-4/+7
* Fix target existence check in qt6_android_generate_deployment_settingsAlexey Edelev2021-10-291-6/+5
* Replace deleteRecursively function with QDir::removeRecursivelyAlexey Edelev2021-10-291-18/+1
* QVarLengthArray: Add explicit assertions for implicit assumptionsRobert Löhning2021-10-291-0/+2
* QNI: transportMedium support for iOSMårten Nordheim2021-10-293-2/+95
* Extend documentation for bindable propertiesIvan Solovev2021-10-292-4/+26
* Android: Treat ACTION_CANCEL as TouchCancelEventMike Achtelik2021-10-292-8/+39
* wasm: fix changing cursor shapeLorn Potter2021-10-292-9/+10
* Revert "wasm: Hide popups when a window is left-clicked"David Skoland2021-10-291-3/+0
* CMake: Fix undefined reference to WinMain errors with MinGWJoerg Bornemann2021-10-282-6/+31