summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bump versionv6.1.1Kai Köhne2021-06-011-1/+1
* Doc: Add missing prepositionPaul Wicking2021-05-271-2/+2
* QTestlib: Fix formatting of pointers in QCOMPAREFriedemann Kleint2021-05-222-1/+7
* Support multiple equally named .qrc files in qt_add_big_resourcesJoerg Bornemann2021-05-221-0/+13
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-05-221-2/+6
* QFileSystemModel fails to locate a host from root's visible childrenDongmei Wang2021-05-221-2/+5
* Doc: Fix qdoc warnings in qtbaseNico Vertriest2021-05-221-1/+1
* rcc: Fix error message when temporary file cannot be openedJoerg Bornemann2021-05-211-1/+1
* macOS: Don't wrap key event keys in QCharTor Arne Vestbø2021-05-212-13/+17
* Enable UNICODE for all Qt targets and Qt consumers by defaultAlexey Edelev2021-05-211-0/+11
* Make sure _q_printerChanged is called even if only pdf printer is availableAlbert Astals Cid2021-05-211-0/+2
* Avoid mixing atomic futex changes and QAtomicAllan Sandfeld Jensen2021-05-211-29/+17
* Fix memory leak when using small caps fontEskil Abrahamsen Blomfeldt2021-05-201-4/+8
* macOS: Restore logic to set wantsBestResolutionOpenGLSurfaceTor Arne Vestbø2021-05-201-0/+8
* Fix qt6_add_big_resourcesJoerg Bornemann2021-05-201-1/+1
* macOS: Fix warning about comparing different types in QCocoaScreen::isOnlineTor Arne Vestbø2021-05-201-2/+2
* QXcb: don't dereference pointer before checkingVolker Hilsheimer2021-05-201-1/+2
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-2/+20
* Fix single argument QT_OVERLOADED_MACRO with pedantic warnings enabledTor Arne Vestbø2021-05-191-1/+1
* Android: Reset m_usePrimaryClip when clearing the clip dataAndy Shaw2021-05-191-0/+1
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-185-331/+267
* Cherry-pick upstream patch for non-gcc/clang/msvc compilersAllan Sandfeld Jensen2021-05-183-4/+15
* qglobal.cpp: build under QT_NO_EXCEPTIONSGiuseppe D'Angelo2021-05-181-3/+9
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-173-24/+17
* Windows QPA: Fix dock widget drag&drop failureAndre de la Rocha2021-05-171-1/+1
* Make qTerminate available when QT_NO_EXCEPTIONS flag is setAlexey Edelev2021-05-172-11/+3
* Doc: Add CMake to the "Resource System" documentationJoerg Bornemann2021-05-162-4/+43
* iOS: Accessibility: Set the correct traits for EditableTextAndy Shaw2021-05-141-1/+9
* Allow for arguments that have an equals as part of itAndy Shaw2021-05-141-3/+3
* QPageSize: make PageSizeId ctor non-explicitMarc Mutz2021-05-131-1/+1
* QDockWidget, macOS: don't drag on native widgetsRichard Moe Gustavsen2021-05-121-4/+18
* Windows: Add synthesized fonts also when there is a style nameEskil Abrahamsen Blomfeldt2021-05-123-12/+18
* Prefer previously used channels in QHttpNetworkConnectionLars Schmertmann2021-05-111-19/+38
* Windows QPA/Vista style: Fix placeholder colorFriedemann Kleint2021-05-111-1/+10
* Initialize FirstPtBlock.next to make static analysis happyAllan Sandfeld Jensen2021-05-111-0/+1
* Fix QStandardItemModel signals on takeChildLuca Beldi2021-05-111-2/+27
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-111-0/+5
* Avoid potential read of uninitialized clip dataAllan Sandfeld Jensen2021-05-111-2/+1
* rhi: Fix memory leakRobert Löhning2021-05-111-3/+4
* Make resizeMaximizedWindows() preserve native geometryMorten Sørvig2021-05-111-6/+13
* Check scrollbar visibility when computing QListView marginsChen Bin2021-05-111-1/+1
* Android: Remove NoSuchMethodException errorPekka Gehör2021-05-111-0/+5
* Avoid coverage overflowAllan Sandfeld Jensen2021-05-101-0/+4
* Fix passing QJniEnvironment to ANativeWindow_fromSurfaceMarius Kittler2021-05-101-1/+1
* Improve handling of minimumHeightForWidth()Jan Arve Sæther2021-05-105-1/+55
* Avoid fast transform paint path on values it can't handleAllan Sandfeld Jensen2021-05-101-2/+6
* SQLite: Update SQLite to v3.35.5Andy Shaw2021-05-093-94/+187
* iOS: Accessibility: Don't cut off the last character from the text valueAndy Shaw2021-05-091-2/+1
* Allow background inheritance between non-body block elementsAllan Sandfeld Jensen2021-05-081-1/+4
* Add note about the risk of setting min-width/height in a style sheetVolker Hilsheimer2021-05-071-2/+8