summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* syncqt: Mention full path and line number when emitting warningTor Arne Vestbø2022-10-061-6/+9
* syncqt: Don't mention module name when printing errors/warningsTor Arne Vestbø2022-10-061-8/+5
* Fix indentation in QSharedMemory docsTor Arne Vestbø2022-10-061-42/+41
* Document that QSharedMemory requires -feature-ipc_posix on Mac App StoreTor Arne Vestbø2022-10-061-0/+6
* Fix build with SPARC SolarisMårten Nordheim2022-10-062-3/+1
* fix fontconfig detectionEric Lemanissier2022-10-061-1/+1
* Do not include qglobal.h into the new headersIvan Solovev2022-10-063-3/+12
* Bootstrap: explicitly include stdlib.h to check for __GLIBC_PREREQIvan Solovev2022-10-061-0/+2
* QtGlobal: update the description sectionSona Kurazyan2022-10-061-106/+44
* Move qt_noop() into a separate headerIvan Solovev2022-10-063-1/+15
* Move the rest of macros from qglobal to QtPreprocessorSupportIvan Solovev2022-10-065-26/+48
* Move qAsConst() and qExchange() to QtTypeTraitsIvan Solovev2022-10-065-114/+116
* qtmochelpers.h: include what you needMarc Mutz2022-10-061-1/+2
* windeployqt: Add new multimedia pluginsFriedemann Kleint2022-10-061-0/+1
* Q_FOREACH: code tidiesGiuseppe D'Angelo2022-10-061-19/+1
* Move QFunctionPointer typedef to a separate headerIvan Solovev2022-10-065-12/+34
* Provide documentation for qprocessordetection.h headerIvan Solovev2022-10-063-380/+397
* Provide documentation for qcompilerdetection.h headerIvan Solovev2022-10-063-371/+395
* Provide documentation for qsystemdetection.h headerIvan Solovev2022-10-063-183/+203
* InputMethodQueryResult - use int as a key, not Qt::InputMethodQueryTimur Pocheptsov2022-10-061-1/+1
* QTextLayout: fix maximumWidth() for a text containing spacesVladimir Belyavsky2022-10-061-5/+1
* Fix a typo in Android docsThibaut Cuvelier2022-10-051-1/+1