summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add HPPA detectionPino Toscano2022-10-074-0/+23
* CMake: Use unix paths in android xml filesAlexandru Croitor2022-10-071-12/+20
* corelib/CMakeLists.txt: remove duplicate qxpfunctional.hMarc Mutz2022-10-071-1/+0
* Replace qExchange with std::exchangeMarc Mutz2022-10-078-11/+11
* 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
* tests: skip two tests in tst_QDockWidget on WaylandLiang Qi2022-10-071-0/+4
* tests: skip tst_QAction::disableShortcutInMenuAction() on WaylandLiang Qi2022-10-071-0/+3
* tests: skip two tests in tst_QAbstractItemView on WaylandLiang Qi2022-10-071-0/+6
* tests: skip tst_QGraphicsView::embeddedViewsWithFocus() on WaylandLiang Qi2022-10-071-0/+3
* tests: fix window activation usage in tst_QGraphicsWidgetLiang Qi2022-10-071-7/+25
* tests: skip two tests in tst_QGraphicsProxyWidget on WaylandLiang Qi2022-10-071-0/+6
* tests: skip tst_QDialog::showAsTool() on WaylandLiang Qi2022-10-071-0/+4
* Revert "tests: XFAIL tst_QOpenGL::bufferMapRange() on Wayland"Liang Qi2022-10-071-2/+0
* tests: skip tst_QApplication::activateDeactivateEvent() on WaylandLiang Qi2022-10-071-0/+3
* Revert "tests: XFAIL tst_QGuiApplication::genericPluginsAndWindowSystemEvents()"Liang Qi2022-10-071-2/+0
* 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
* tst_qurluts46: Support \u escapes in the test dataIevgenii Meshcheriakov2022-10-061-1/+30
* Do not include qglobal.h into the new headersIvan Solovev2022-10-064-5/+14
* 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
* Remove focusProxyAndInputMethods from tst_QWidgetAxel Spoerl2022-10-062-34/+0
* QTextLayout: fix maximumWidth() for a text containing spacesVladimir Belyavsky2022-10-062-7/+15
* qdoc: improve \youtube documentation for DocBook imagesThibaut Cuvelier2022-10-051-3/+4
* Fix a typo in Android docsThibaut Cuvelier2022-10-051-1/+1
* rhi: Add a way to query the parent QRhi from a resourceLaszlo Agocs2022-10-052-0/+11
* Skip qtconfigmacros.h processing by syncqtAlexey Edelev2022-10-051-4/+3
* Add Q_ENUM in QPlatformTheme enumsAxel Spoerl2022-10-051-0/+5
* uic/Python: Do not generate QByteArray for dynamic C-String propertiesFriedemann Kleint2022-10-051-2/+3
* Guard some qmake 'simulator' conditions with iOS scopeTor Arne Vestbø2022-10-051-4/+4
* macOS: Pass on native virtual key (key code) for modifier keysTor Arne Vestbø2022-10-051-1/+8