summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump versionv6.1.1Kai Köhne2021-06-011-1/+1
* Add QT_CONFIGURE_RUNNING variable for configure.cmake filesJoerg Bornemann2021-06-011-0/+4
* 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-224-1/+21
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-05-222-3/+17
* QFileSystemModel fails to locate a host from root's visible childrenDongmei Wang2021-05-222-2/+20
* 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-214-8/+27
* 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
* 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
* 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
* CMake: Don't do plugin initialization for static librariesAlexandru Croitor2021-05-201-0/+7
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-192-2/+24
* 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-1827-2050/+697
* Brush up the text edit exampleFriedemann Kleint2021-05-182-82/+67
* Cherry-pick upstream patch for non-gcc/clang/msvc compilersAllan Sandfeld Jensen2021-05-183-4/+15
* Blacklist tst_QWidget::multipleToplevelFocusCheck() on SLES 15Allan Sandfeld Jensen2021-05-181-0/+1
* qglobal.cpp: build under QT_NO_EXCEPTIONSGiuseppe D'Angelo2021-05-181-3/+9
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-177-25/+45
* 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
* Blacklist tst_qnetworkreply::ioHttpRedirectMultipartPost on LinuxAllan Sandfeld Jensen2021-05-151-2/+1
* 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
* CMake: add an option to enable or disable versioned hard linkLi Xinwei2021-05-123-0/+11
* QDockWidget, macOS: don't drag on native widgetsRichard Moe Gustavsen2021-05-121-4/+18
* Fix typo in FindWrapAtomic.cmakeJohn Zimmermann2021-05-121-3/+3
* cmake: FreeBSD has DF_ORIGIN supportThiago Macieira2021-05-121-1/+1
* 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-112-3/+75
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-112-0/+29
* 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-112-1/+55