summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update QMutex-noexceptednessMårten Nordheim2022-10-141-1/+1
* Fix DBus cmake component nameMaxime Roussin-Bélanger2022-10-141-1/+1
* SQL/OCI: add missing overide()Christian Ehrlicher2022-10-141-1/+1
* wasm: remove QWasmClipboard::m_isListenerMorten Sørvig2022-10-142-12/+3
* wasm: remove QWasmClipboard::isPasteMorten Sørvig2022-10-142-12/+9
* QComboBox: remove dead codeVolker Hilsheimer2022-10-121-20/+1
* Allow programmatic closing of windows that are modally blockedVolker Hilsheimer2022-10-121-2/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-11171-433/+433
* Short live q20::fill{,_n}!Marc Mutz2022-10-112-25/+28
* QString: rename parameter clashing with member function of the same nameMarc Mutz2022-10-111-2/+2
* QVariant/Doc: expand what toList & toMap conversions may succeedThiago Macieira2022-10-111-5/+14
* QSharedMemory/doc: update docs to be more modernThiago Macieira2022-10-111-17/+95
* doc: Add docs for QPointingDevice::GrabTransition and grabChanged signalShawn Rutledge2022-10-111-0/+42
* Fix clazy warnings in QPointingDevice::grabChanged signalShawn Rutledge2022-10-111-1/+6
* Fix broken Text rendering when noantialiased NativeRendering is usedDominik Holland2022-10-111-1/+4
* Update UCD to Revision 30Ievgenii Meshcheriakov2022-10-116-5288/+5608
* Fix file which had SPDX-License-Identifier on two linesDmitry Shachnev2022-10-111-2/+1
* Add a configure option to exit on poll errorsDominik Holland2022-10-112-0/+12
* QSystemSemaphore: make it a Q_GADGETThiago Macieira2022-10-102-0/+4
* dbus_minimal_p.h: copy the libdbus-1 copyright to the topThiago Macieira2022-10-101-1/+3
* QPrivateSignal: disable implicit conversions from initializer_listGiuseppe D'Angelo2022-10-101-1/+1
* JNI: add generic support for array-typesVolker Hilsheimer2022-10-101-32/+45
* QGuiApp: Set QStyleHints's appearance based on platform themeDoris Verria2022-10-101-0/+2
* QIOSTheme: Set appearance based on UIScreen if no windows created yetDoris Verria2022-10-102-6/+19
* WindowsKeyMapper: Fix unsigned/signed mismatch errorMårten Nordheim2022-10-101-1/+1
* Use the target output name for test targets on WASMMikolaj Boc2022-10-101-1/+1
* qpoll: disallow file descriptors bigger than FD_SETSIZEThiago Macieira2022-10-101-0/+5
* QtRhi: make two plain arrays inline and constexprYuhang Zhao2022-10-102-2/+2
* [Linux] Remove workaround for glibc to actually unload a libraryFushan Wen2022-10-101-6/+1
* qforeach.h: do not include qglobal.hIvan Solovev2022-10-101-2/+3
* Send string to Atspi DBus interface on name/description changedFushan Wen2022-10-101-4/+22
* Add M68k detectionPino Toscano2022-10-094-0/+23
* QDBusMarshaller: ignore false-positive -Wformat-overflow gcc warningAhmad Samir2022-10-081-0/+3
* [docs] QMap: fix missing toStdMap()&& overload docsMarc Mutz2022-10-081-0/+9
* [docs] Adjust qExchange() docs for the present, where C++17 is required [2/2]...Marc Mutz2022-10-081-2/+2
* [docs] Adjust qExchange() docs for the present, where C++17 is required [1/2]...Marc Mutz2022-10-081-2/+3
* QPluginMetaData: replace manual loop with q20::copy_nMarc Mutz2022-10-081-3/+3
* QWindowsKeyMapper: simplify the code a bit (2/2)Yuhang Zhao2022-10-081-5/+1
* QWindowsKeyMapper: replace legacy values with new oneYuhang Zhao2022-10-081-2/+2
* forkfd: fix Clang 15 ATOMIC_VAR_INIT deprecation warningMarc Mutz2022-10-081-0/+4
* QWaitCondition/Doc: add a simple explanation of the time unitsThiago Macieira2022-10-081-0/+6
* QPdfEngine: port from raw zlib to qCompress()Marc Mutz2022-10-081-7/+6
* Add HPPA detectionPino Toscano2022-10-074-0/+23
* corelib/CMakeLists.txt: remove duplicate qxpfunctional.hMarc Mutz2022-10-071-1/+0
* Replace qExchange with std::exchangeMarc Mutz2022-10-076-9/+9
* qcore_mac_p.h: compile-optimize inline swap functionsMarc Mutz2022-10-071-6/+6
* Short live q20::transform()!Marc Mutz2022-10-072-12/+21
* Short live q20::copy{,_n,_if}!Marc Mutz2022-10-072-3/+46
* QCocoaWindow::windowStyleMask: make popups non-resizableTimur Pocheptsov2022-10-071-1/+3
* rhi: Add the wgsl enum value for shadersLaszlo Agocs2022-10-062-1/+3