summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* moc: Add basic support for nested inline namespacesFabian Kosmale2022-11-172-0/+15
* Fix build with -no-feature-settingsAlexey Rochev2022-11-171-0/+3
* Replace warning with debug message in dockwidget high DPI mappingAxel Spoerl2022-11-171-1/+1
* Revert "Add binary compatibility file generated against 6.4.0"Jani Heikkinen2022-11-171-27176/+0
* Core: always link with CMAKE_DL_LIBSAlexey Rochev2022-11-171-1/+1
* QLocale: make qstrnto(u)ll not have output argumentsThiago Macieira2022-11-1710-117/+89
* QString: rewrite toDouble() and toFloat() using QStringViewThiago Macieira2022-11-171-10/+10
* Update list of windeployqt modulesTimothée Keller2022-11-161-2/+10
* Widgets: Fix high dpi hover iconChristian Stenger2022-11-161-1/+1
* QNetworkInformation[win]: Capture another potential exceptionMårten Nordheim2022-11-161-1/+6
* Add benchmarks for QLocale number parsingEdward Welbourne2022-11-151-0/+230
* Add benchmarks for QString number parsingEdward Welbourne2022-11-151-8/+164
* Apply system background color for top level windowSanthosh Kumar2022-11-152-1/+16
* wasm: unblock virtual keybaordLorn Potter2022-11-151-1/+1
* tests: fix build with -no-feature-concurrentJohannes Kauffmann2022-11-141-1/+1
* Fix rhi flush eval perf. and native window problemsLaszlo Agocs2022-11-144-50/+153
* QTextDocument::loadResource(): invoke parent via direct connectionShawn Rutledge2022-11-141-1/+2
* Windows: Inform accessibility system about the focused child itemVolker Hilsheimer2022-11-134-2/+55
* Gtk3: fix stack smashing on mismatch between bool and gbooleanThiago Macieira2022-11-121-1/+1
* [doc] QRasterPaintEngine: remove docs for QSpanMarc Mutz2022-11-121-9/+0
* QNetworkInformation[Win]: Fix potential use-after/during-freeMårten Nordheim2022-11-123-12/+26
* Add binary compatibility file generated against 6.4.0Milla Pohjanheimo2022-11-111-0/+27176
* QTextLayout: Reconsider cursor drawing on TextObjectTang Haixiang2022-11-111-10/+10
* Remove unused internal rhi backingstore parametersLaszlo Agocs2022-11-112-17/+1
* Send accessible focus event after list view has focusFushan Wen2022-11-111-1/+1
* macOS: delay initialization of small fontVolker Hilsheimer2022-11-102-9/+14
* Make sure that module can be imported by the provided QML import pathAlexey Edelev2022-11-101-11/+6
* tst_QGraphicsEffectSource: Reset effect repaint count after flushing eventsTor Arne Vestbø2022-11-101-1/+1
* tst_QGraphicsEffectSource: Reset repaint count after flushing eventsTor Arne Vestbø2022-11-101-1/+1
* Android: Do not override app_pal by AndroidPlatformThemeBartlomiej Moskal2022-11-081-1/+0
* Gtk3Theme: set XCURSOR_SIZE and XCURSOR_THEME for wayland sessionsJan Grulich2022-11-081-0/+14
* getProxyAuth: stop using deprecated APITimur Pocheptsov2022-11-081-42/+64
* tst_QAccessibilityMac: Wait for accessible window to become availableTor Arne Vestbø2022-11-081-15/+10
* Merge Objective-C++ parts of tst_QAccessibilityMac into main source fileTor Arne Vestbø2022-11-084-256/+172
* Bump version to 6.4.2Jani Heikkinen2022-11-086-6/+6
* Android: Fix incorrect fullscreen dimensionsSamuel Mira2022-11-073-8/+123
* Update list of windeployqt modulesTimothée Keller2022-11-071-54/+64
* QMetaType: Document the default ctorMårten Nordheim2022-11-071-0/+7
* QByteArray: move the high-memory-using and slot tests awayThiago Macieira2022-11-067-203/+228
* Fix focus chain with compound widgets if created out of orderVolker Hilsheimer2022-11-052-17/+109
* QNetworkInformation[Win]: Catch potential exceptionsMårten Nordheim2022-11-042-2/+15
* Handle allocation failure in QImage rotate 90/180/270 functionsEirik Aavitsland2022-11-041-0/+6
* Apple: Add CFBundleAllowMixedLocalizations=YES to Info.plist filesTor Arne Vestbø2022-11-045-0/+10
* corelib: Support ELFOSABI_LINUX in qelfparserNiclas Rosenvik2022-11-041-0/+5
* xcb: Flush Display when processing xcb eventsLiang Qi2022-11-041-0/+8
* xcb: Add xlib wrapper for XFlush()Liang Qi2022-11-043-0/+26
* Revert "Accessibility: don't emit focus change when reason is window activation"Volker Hilsheimer2022-11-032-19/+5
* QLocale: remove unwise early return in bytearrayTo(Uns)LongLongThiago Macieira2022-11-031-12/+0
* macOS: Provide more details when failing to parse ICC profile dataTor Arne Vestbø2022-11-031-1/+3
* QString: skip QLocale::numberToCLocale for C locale inputsThiago Macieira2022-11-031-2/+6