summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QFixed: remove user-defined assignment operatorsMarc Mutz2022-07-081-3/+0
* QRasterPaintEngine: replace a QPair with a structMarc Mutz2022-07-081-16/+22
* QFontSubset: remove unused glyphName() overloadMarc Mutz2022-07-082-19/+0
* Always update QPalette resolve mask, regardless of QBrush changeJiDe Zhang2022-07-082-23/+37
* CMake: Don't create duplicate plugin targets in shared buildsAlexandru Croitor2022-07-081-8/+6
* Windows QPA: Implement Selection UIA pattern for QTabBarAndré de la Rocha2022-07-083-23/+37
* Windows QPA: Report the expanded/collapsed state of tree itemsAndré de la Rocha2022-07-081-1/+2
* QFontDialog: Check if native dialog is in use before usingTor Arne Vestbø2022-07-081-8/+16
* Move numeric functions from qglobal.h to qnumeric.hIvan Solovev2022-07-083-84/+84
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-086-10/+21
* moc: Allow writing properties through bindablesUlf Hermann2022-07-084-23/+77
* rcc: fix build when cross-compilingSamuli Piippo2022-07-081-8/+1
* Make it possible to check the accepted state of touch events in testsShawn Rutledge2022-07-086-19/+29
* qdbuscpp2xml: Finish migration to qsizetypeMate Barany2022-07-071-6/+4
* rhi: Fix up the instancing step rate typeLaszlo Agocs2022-07-075-8/+8
* rcc: Suppress clang's -Wexit-time-destructorshjk2022-07-075-1/+47
* Disable bitcode for iOSTor Arne Vestbø2022-07-072-5/+1
* rhi: Fix a manual testLaszlo Agocs2022-07-071-1/+1
* Fix crash in QKmsDevice::createScreenForConnectorJoni Poikelin2022-07-071-1/+1
* Revert "Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORS"Morten Sørvig2022-07-072-17/+2
* Windows: Account for not finding child windows when calling ChildWindowFromPo...Tor Arne Vestbø2022-07-071-0/+2
* Clarify the role of the two QPlatformFontDatabase::fontEngine overloadsTor Arne Vestbø2022-07-072-3/+21
* Add support for scoped JNI callbacksJuha Vuolle2022-07-073-0/+103
* Move QObjectPrivate::Connection* structs to a new headerWaqar Ahmed2022-07-073-215/+252
* qdbusxml2cpp: allow choosing <> over ""Mate Barany2022-07-072-1/+68
* QIcon: remove icon from cache if the cached engine fails to loadLu YaNing2022-07-071-4/+8
* Make the promises js-less using a newly introduced thunk poolMikolaj Boc2022-07-074-244/+258
* QGtk3Theme: Respect xcb_xlib config optionIlya Fedin2022-07-072-0/+7
* QGtk3Theme: Ensure gtk uses the same windowing system as QtIlya Fedin2022-07-071-0/+11
* Unify QFontEngine::boundingRect for coretext and WindowsAllan Sandfeld Jensen2022-07-066-23/+23
* Make WrapOpenSSLHeaders an optional dependency of the OpenSSL pluginJoerg Bornemann2022-07-061-8/+6
* QRegularExpression: fix a typo in docsSona Kurazyan2022-07-061-1/+1
* Porting guide: recover the missing section titleSona Kurazyan2022-07-061-0/+2
* Revert "QFutureCallOutEvent: de-export again"Sona Kurazyan2022-07-062-8/+6
* QGtk3Theme: Use GDK X11-specific API only built with X11Ilya Fedin2022-07-062-2/+14
* rcc: teach qmake not to use zstd when not availableSamuli Piippo2022-07-062-1/+2
* Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORSMorten Sørvig2022-07-062-2/+17
* High-dpi: Add test for setting the scale factor rounding policyMorten Sørvig2022-07-061-0/+56
* Reset highDpiScaleFactorRoundingPolicy in QGuiApplication destructorMorten Sørvig2022-07-061-0/+1
* wasm: use simpler syntax for EXPORTED_RUNTIME_METHODSMorten Sørvig2022-07-062-2/+2
* wasm: remove message handler lockMorten Sørvig2022-07-061-7/+0
* wasm: begin work on accessibility backendMorten Sørvig2022-07-0611-2/+401
* 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-065-80/+39
* QAtomicInteger docs: mention bool and char8_t as 8-bit typesMarc Mutz2022-07-061-1/+1
* tst_QGraphicsScene: fix -Wsuggest-overrideMarc 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