summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Conan: simplify Conan recipev6.2.0-alpha1Iikka Eklund2021-06-211-48/+25
* Conan: Read status flag from .cmake.confIikka Eklund2021-06-212-14/+12
* Doc: Add note to Qt::MatchFlags about implementation dependent behaviorPaul Wicking2021-06-211-0/+5
* Avoid overflow in text layoutEirik Aavitsland2021-06-212-1/+16
* Porting Guide: Mention that also QSet is affected by stability of referencesKai Köhne2021-06-211-2/+2
* Fix right-to-left text with DirectWrite engine + QPainterPathEskil Abrahamsen Blomfeldt2021-06-211-1/+2
* Add missing limits includeNicolas Fella2021-06-201-0/+1
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-199-17/+113
* Move dependency lookup functionality to the common macroAlexey Edelev2021-06-196-51/+35
* Disable finalizers by default for the non-ld linkersAlexey Edelev2021-06-192-3/+19
* Fix the precompile_header configure testJoerg Bornemann2021-06-184-13/+94
* Fix the naming of the config header files for private modulesAlexey Edelev2021-06-181-4/+11
* QEventDispatcherWin32: suppress old {FD_CLOSE|FD_CONNECT} notificationsAlex Trotsenko2021-06-181-3/+10
* Move the linking logic of the object libraries to a common functionAlexey Edelev2021-06-183-114/+154
* macOS 11: Fix positioning of focus frame around comboboxVolker Hilsheimer2021-06-181-4/+8
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-182-5/+28
* Add GCC 11 and C++20 workaroundsGiuseppe D'Angelo2021-06-181-0/+11
* Use target OUTPUT_NAME as a module identifier in .pri filesAlexey Edelev2021-06-181-3/+1
* Doc: Move overrideCursor() from QApplication to QGuiApplicationSze Howe Koh2021-06-181-3/+3
* Enable glyph cache workaround for Apple M-family of GPUsTor Arne Vestbø2021-06-181-1/+2
* Remove old configure-related filesJoerg Bornemann2021-06-1816-10047/+0
* CMake: Handle OPTIONAL_COMPONENTS in qt_find_packageAlexandru Croitor2021-06-185-3/+37
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-182-1/+23
* Porting Guide: Mention deprecation of QLibraryInfo::locationKai Köhne2021-06-181-0/+2
* Porting Guide: Mention changed behavior of QCApplication::quit()Kai Köhne2021-06-181-0/+12
* Fix recursion crash when calling setStyleSheet with `qproperty-styleSheet`Zhang Yu2021-06-182-0/+21
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-172-0/+42
* Fix internal module naming in qmake .pri filesAlexey Edelev2021-06-172-1/+3
* CMake: Export info if an object lib target is a plugin initializerAlexandru Croitor2021-06-171-0/+5
* CMake: Add TODO to apply generalized object library linking approachAlexandru Croitor2021-06-171-0/+3
* CMake: Set the plugin class name for qml pluginsAlexandru Croitor2021-06-172-3/+33
* CMake: Rename qt6_finalize_ios_app to be internalAlexandru Croitor2021-06-171-3/+2
* CMake: Remove old add_qt_gui_executable APIAlexandru Croitor2021-06-171-6/+0
* CMake: Don't generate .pri files for qml pluginsAlexandru Croitor2021-06-171-1/+5
* QList: more explicitly document capacity() shenanigansAndrei Golubev2021-06-171-3/+4
* Fix SSE4.1, RDSEED requirement for clang-cl buildsAllan Sandfeld Jensen2021-06-173-30/+5
* Remove target specific flags from the linker capabilities checkAlexey Edelev2021-06-179-35/+20
* Check the impact of static link order for user projectsAlexey Edelev2021-06-177-51/+160
* Doc: Remove mentioning of Qt::MidButtonKai Köhne2021-06-171-1/+1
* Fix crash in concurrent disconnectLars Knoll2021-06-173-21/+91
* cleanOrphanedConnectionsImpl: Allow to skip lockingFabian Kosmale2021-06-172-6/+26
* QOrderedMutexLocker: Disable copy and provide explicit dismiss functionFabian Kosmale2021-06-171-0/+37
* Windows: Read page size and orientation from setup dialogVolker Hilsheimer2021-06-161-3/+28
* CMake: Don't make example external projects depend on testsAlexandru Croitor2021-06-161-2/+12
* CMake: Mention resource name on which rcc is runAlexandru Croitor2021-06-161-1/+1
* CMake: Change some custom commands to mention the target nameAlexandru Croitor2021-06-161-3/+3
* Fix rendering of text checkboxes when text is selectedShawn Rutledge2021-06-161-4/+8
* macOS: Detect sandboxed state for command line appsTor Arne Vestbø2021-06-161-2/+2
* CMake: Promote all targets to global within a scope when possibleAlexandru Croitor2021-06-163-3/+39
* CMake: Allow promoting the Qt libraries to be global targetsAlexandru Croitor2021-06-1612-17/+197