summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow lists in the BUILD_OPTIONS argument of _qt_internal_test_expect_passAlexey Edelev2022-12-011-2/+8
* Fix typo in documentation, silence qdoc warningVolker Hilsheimer2022-11-301-1/+1
* QMutex: remove qmutex_win.cppThiago Macieira2022-11-306-49/+10
* Finish the undeprecation of the QColor(string) constructorsEirik Aavitsland2022-11-301-2/+0
* Update bundled libpng to version 1.6.39Eirik Aavitsland2022-11-3015-117/+136
* Documentation: Fix information on how to iterate over listsFriedemann Kleint2022-11-303-52/+2
* Documentation: Expand documentation on how to iterate Qt containersFriedemann Kleint2022-11-302-4/+48
* Documentation: Modernize the Qt container doc snippetsFriedemann Kleint2022-11-301-23/+15
* Doc: Remove qtestlib-tools sectionAndreas Eliasson2022-11-302-15/+0
* QStringView::split: doc tidiesGiuseppe D'Angelo2022-11-301-3/+4
* QPalette: always increase serial number when modifyingVolker Hilsheimer2022-11-301-1/+3
* win: resolve theme fonts at 96 dpiMorten Sørvig2022-11-301-8/+10
* QSystemLocale[Win]: Catch potential WinRT exceptionsVladimir Belyavsky2022-11-291-3/+7
* macdeployqt: Fix QtMultimedia plugins deploymentVladimir Belyavsky2022-11-291-1/+1
* Fix QIBusPlatformInputContext leaksIlya Fedin2022-11-191-45/+48
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-18171-440/+440
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-18353-2344/+2344
* QString: rename parameter clashing with member function of the same nameMarc Mutz2022-11-181-2/+2
* Update bundled zlib to version 1.2.13Dennis Oberst2022-11-1822-310/+284
* Doc: Normalize page namesKai Köhne2022-11-1727-67/+67
* moc: Add basic support for nested inline namespacesFabian Kosmale2022-11-171-0/+6
* 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
* 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
* Apply system background color for top level windowSanthosh Kumar2022-11-152-1/+16
* wasm: unblock virtual keybaordLorn Potter2022-11-151-1/+1
* Fix rhi flush eval perf. and native window problemsLaszlo Agocs2022-11-143-18/+28
* QTextDocument::loadResource(): invoke parent via direct connectionShawn Rutledge2022-11-141-1/+2
* Windows: Inform accessibility system about the focused child itemVolker Hilsheimer2022-11-133-2/+14
* 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
* 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
* 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
* Bump version to 6.4.2Jani Heikkinen2022-11-081-1/+1
* Android: Fix incorrect fullscreen dimensionsSamuel Mira2022-11-071-8/+17
* Update list of windeployqt modulesTimothée Keller2022-11-071-54/+64
* QMetaType: Document the default ctorMårten Nordheim2022-11-071-0/+7
* Fix focus chain with compound widgets if created out of orderVolker Hilsheimer2022-11-051-2/+29