summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-241-14/+28
* 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
* 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
* 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
* 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-212-3/+3
* 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-201-0/+2
* Fix Multi-ABI builds when CMAKE_<C/CXX>_COMPILER_LAUNCHER contains listAlexey Edelev2022-08-201-2/+8
* Move QT_SHARED, QT_STATIC and QT_CONFIG macos to qtconfigmacros.hSona Kurazyan2022-08-192-39/+38
* Rename qtnamespacemacros.h -> qtconfigmacros.hSona Kurazyan2022-08-194-82/+92
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-191-0/+2
* a11y atspi: Send correct D-Bus reply for GetAttributeValueMichael Weghorn2022-08-192-12/+4
* a11y atspi: Add missing closing tag in introspection XMLMichael Weghorn2022-08-191-0/+1
* Deliver non-client area mouse events to WASM windowsMikolaj Boc2022-08-196-28/+80
* Remove unneeded QWindow from QGtk3DialogIlya Fedin2022-08-182-71/+20
* QSslServer: Make sure maxPendingConnections applies to all socketsMårten Nordheim2022-08-184-1/+23
* QSslServer: Implement handshake timeoutsMårten Nordheim2022-08-183-3/+67
* QSslServer: Check that first byte is ClientHelloMårten Nordheim2022-08-182-2/+82