summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QAbstractItemDelegate: tolerate that editor gets reparentedv6.4.0-beta4Volker Hilsheimer2022-08-252-2/+73
* Wayland: Skip test that queries window positionEskil Abrahamsen Blomfeldt2022-08-251-2/+3
* qmake: Reformat mkspecs/macx-ios-clang/Info.plist.appAlexandru Croitor2022-08-251-33/+46
* CMake: Default CFBundleDevelopmentRegion to $(DEVELOPMENT_LANGUAGE)Alexandru Croitor2022-08-251-1/+1
* CMake: Replace tabs with spaces in iOS Info.plist templateAlexandru Croitor2022-08-251-35/+35
* tst_qshortcut: port away from deprecated APIsIvan Solovev2022-08-251-37/+37
* qt_fusionPalette: make links more legible on dark backgroundsMitch Curtis2022-08-251-2/+7
* CMake: don't use full paths for X11 SM and ICE libsSamuli Piippo2022-08-242-2/+3
* wasm: add echo_server test TCP serverMorten Sørvig2022-08-242-0/+141
* Re-create TLW's window only when its surface type is really changedIlya Fedin2022-08-241-1/+1
* Make sockets' accept() methods return qintptrMårten Nordheim2022-08-2410-19/+19
* Create a driver for running batched tests on WASMMikolaj Boc2022-08-245-0/+478
* Doc: Remove "Container keywords" section from containers.htmlKai Köhne2022-08-241-23/+1
* Doc: Remove qmake-only reference in Q_IMPORT_PLUGIN descriptionKai Köhne2022-08-242-9/+3
* Doc: Remove mentioning of variadic macrosKai Köhne2022-08-241-2/+1
* Doc: Generalize info about -rdynamic to be not qmake specificKai Köhne2022-08-241-1/+4
* Make QHeaderView restore state from different stream versionsAxel Spoerl2022-08-242-14/+70
* CMake: Fix Android build for CMake < 3.19Joerg Bornemann2022-08-241-4/+5
* Account for dark system themes in qt_fusionPaletteMitch Curtis2022-08-242-42/+43
* CMake: Allow for CMAKE_INSTALL_BINDIR set to . in deployment APIJoerg Bornemann2022-08-241-1/+1
* qmake: Fix installation of separate debug info for pluginsJoerg Bornemann2022-08-241-1/+1
* iOS: use NSProcessInfo to resolve timestamps in simulator buildsRichard Moe Gustavsen2022-08-241-5/+31
* Disable resizing only when explicitly askedMikolaj Boc2022-08-241-3/+2
* Mac: close popups when the user clicks into the menubarVolker Hilsheimer2022-08-231-0/+7
* Mac: close popups opened on inactive application on relevant user actionVolker Hilsheimer2022-08-233-1/+84
* Fix build without highdpiscaling featureIlya Fedin2022-08-231-0/+3
* Deliver correct key code on key release on WASMMikolaj Boc2022-08-233-76/+69
* Remove qtnamespacemacros.h and use qtconfigmacros.h insteadSona Kurazyan2022-08-232-10/+0
* Move PreselectFirstFileInDirectory theme hint from QGtk3Theme to QGnomeThemeIlya Fedin2022-08-222-2/+2
* Windows QPA: fix tree item discovery through UI AutomationAndré de la Rocha2022-08-221-19/+11
* Refactor QWasmEventTranslator for added readabilityMikolaj Boc2022-08-223-127/+83
* CMake: fix the sorting order in CMakeLists.txtSona Kurazyan2022-08-221-1/+1
* tst_qgraphicswidget: Avoid redeclaration of Size from MacTypes.hTor Arne Vestbø2022-08-221-29/+29
* Use the dead Mac path in QWasmEventTranslator::translateDeadKeyMikolaj Boc2022-08-222-3/+3
* Only manually expose the wasm window on raise/lower if it is visibleMikolaj Boc2022-08-211-2/+4
* QContiguousCache: fix streaming into QDebug when indices are > INT_MAXMarc Mutz2022-08-211-1/+1
* [docs] QAnyStringView: mention automatic U8→L1 reclassificationMarc Mutz2022-08-211-0/+5
* QDebug: finish porting put{String,ByteArray} to qsizetypeMarc Mutz2022-08-212-3/+4
* QDebug: port putEscapedString() from int to size_tMarc Mutz2022-08-211-4/+4
* Port QtDebugUtils::toPrintable() to qint64/qsizetypeMarc Mutz2022-08-212-4/+5
* QDeviceDiscoveryUDev: use NSDMIMarc Mutz2022-08-212-4/+4
* QAbstractFileEngine: port indexed to ranged loopMarc Mutz2022-08-211-7/+4
* tst_qbytearray: remove qCompress_data for QT_NO_COMPRESSMarc Mutz2022-08-211-2/+2
* Use the correct module exports in qtloaderMikolaj Boc2022-08-211-4/+4
* Modernize QWasmCompositor::windowAtMikolaj Boc2022-08-211-15/+7
* Don't access QObjectPrivate::declarativeData unguardedVolker Hilsheimer2022-08-213-3/+80
* Remove QWasmCompositedWindow as dead codeMikolaj Boc2022-08-202-71/+19
* Do not invalidate the entire window on window move on WASMMikolaj Boc2022-08-202-2/+9
* Avoid image format conversion when drawing window nonclient areaMikolaj Boc2022-08-201-4/+11
* QSslServer: Re-enable read notifications when a client times outMårten Nordheim2022-08-202-6/+18