summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-1552-213/+150
* qcompilerdetection.h: detect CoverityMarc Mutz2022-10-151-0/+5
* wasm: change logic for copying batchedtestrunner files to build dirDavid Skoland2022-10-151-22/+21
* QOperatingSystemVersion: fix newly introduced Android versionsYuhang Zhao2022-10-152-12/+4
* QAnyStringView: fix MSVC warningYuhang Zhao2022-10-151-5/+9
* CMake: Add filter options to qt_generate_deploy_app_scriptJoerg Bornemann2022-10-152-1/+31
* CMake: Deploy runtime dependencies outside of the Qt prefix tooJoerg Bornemann2022-10-154-31/+128
* CMake: Set RPATH of deployed plugins on LinuxJoerg Bornemann2022-10-152-0/+87
* Don't set QT_PLUGIN_PATH in the deployment test's run environmentJoerg Bornemann2022-10-151-14/+26
* QLibrary: merge duplicated setFileName{,AndVersion} codeThiago Macieira2022-10-141-14/+2
* QDir: use QFileInfo::exists() directlyAhmad Samir2022-10-141-3/+3
* QTabBar: add note about hidding the close buttonAhmad Samir2022-10-141-2/+3
* SQL/OCI: fix compilationChristian Ehrlicher2022-10-142-2/+3
* 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