summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QGtk3Theme: Use GDK X11-specific API only built with X11Ilya Fedin2022-07-062-2/+14
* Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORSMorten Sørvig2022-07-061-1/+3
* Reset highDpiScaleFactorRoundingPolicy in QGuiApplication destructorMorten Sørvig2022-07-061-0/+1
* wasm: remove message handler lockMorten Sørvig2022-07-061-7/+0
* wasm: begin work on accessibility backendMorten Sørvig2022-07-066-2/+323
* wasm: don't access deleted settings objectsMorten Sørvig2022-07-061-14/+29
* QDebug: add op<< for std::initializer_listMarc Mutz2022-07-061-0/+6
* Remove uses of Q_ATOMIC_INT{8,16,32}_IS_SUPPORTEDMarc Mutz2022-07-063-48/+25
* QAtomicInteger docs: mention bool and char8_t as 8-bit typesMarc Mutz2022-07-061-1/+1
* moc: fix GCC -Wuseless-cast warningsMarc Mutz2022-07-061-1/+1
* QLocale: move some static_assert()s from _p.h into .cppMarc Mutz2022-07-062-14/+14
* QMetaType: remove useless public: access specifierMarc Mutz2022-07-061-2/+0
* Enable access to QWindowsScreen from QScreenPiotr Srebrny2022-07-064-1/+29
* x86/RDSEED: Work around QNX compiler missing the rdseed intrinsicThiago Macieira2022-07-061-0/+4
* Compiler macros: remove accidental undefsMårten Nordheim2022-07-061-4/+0
* Update Gradle to 7.4.2 and Android Gradle Plug-in (AGP) to 7.2.1Rami Potinkara2022-07-063-5/+5
* wasm: delete unused requestUpdate() code pathMorten Sørvig2022-07-061-13/+1
* iOS: Explicitly link to IOKitTor Arne Vestbø2022-07-061-1/+2
* Darwin: Replace deprecated symbol kIOMasterPortDefault with equivalentTor Arne Vestbø2022-07-061-1/+2
* Create the Qt File Filter => showOpen/SaveFilePicker options mapperMikolaj Boc2022-07-053-0/+285
* Android A11Y: Add content change type to content change eventMike Achtelik2022-07-051-7/+19
* Make EGL use Qt X connection without xcb_xlib with EGL_EXT_platform_xcbIlya Fedin2022-07-054-13/+18
* iOS plugin: Add support for wheel eventsDoris Verria2022-07-051-0/+81
* Android A11Y: Fix deadlock in QtAndroidAccessibility::runInObjectContext()Mike Achtelik2022-07-051-1/+7
* Windows: Fix OpenGL window's screenYuhang Zhao2022-07-061-4/+9
* QRhi: support uniforms of int and ivec arrays in GLES2 backendInho Lee2022-07-051-21/+58
* Remove Q_DECL_VECTORCALL when SSE2 is not availableAllan Sandfeld Jensen2022-07-051-2/+6
* macOS: Ignore deprecation for kOnSystemDisk icon domainTor Arne Vestbø2022-07-051-1/+1
* QStringConverter: Do not use std::optional::value()Ulf Hermann2022-07-051-1/+1
* QListview: PageDown/Up infinite loopTang Haixiang2022-07-051-3/+9
* rhi: Keep track of pipeline creation timesLaszlo Agocs2022-07-0513-38/+110
* rhi: Make it possible to query the backend name beforehandLaszlo Agocs2022-07-054-25/+15
* rhi: Fix a doc snippetLaszlo Agocs2022-07-051-3/+6
* QDom: Use the default for assignment operators in QDom* classesSona Kurazyan2022-07-051-53/+14
* QDomDocument: some doc fixesSona Kurazyan2022-07-051-8/+4
* Add support for naming JNI functions with the unstringify macroJuha Vuolle2022-07-051-2/+7
* wasm: enable sql/sqlite for non threaded buildsLorn Potter2022-07-051-0/+5
* QDockWidget warning log for an unexpected situationThorbjørn Lund Martsum2022-07-051-1/+4
* Doc: add missing "see also"Volker Hilsheimer2022-07-041-0/+1
* qgraphicsitem_cast: replace 0 with nullptrMarc Mutz2022-07-021-2/+2
* Harden drag and drop handling in widget windowLaszlo Agocs2022-07-011-7/+12
* CMake: Rewrite double-conversion find moduleAlexandru Croitor2022-07-022-3/+5
* Cocoa: deal with unexpected tablet events without proximityShawn Rutledge2022-07-011-6/+10
* QLayout: add className() to a warning messageAhmad Samir2022-07-011-10/+11
* iOS: Send touch events asynchronously to avoid deadlocking UIKit event loopTor Arne Vestbø2022-07-011-2/+10
* QCOMPARE: Fix a typo in the documentationLaszlo Papp2022-07-011-1/+1
* IM: Don't let all widgets support IM by defaultRichard Moe Gustavsen2022-07-012-3/+17
* QWindowPrivate::setMinOrMaxSize: port to function_refGiuseppe D'Angelo2022-06-302-5/+5
* Create a promise wrapper for C++ and port existing usesMikolaj Boc2022-06-305-99/+331
* Windows: Don't rely on top level QWindow to scale children on DPI changeTor Arne Vestbø2022-06-301-13/+9