summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* macdeployqt: Add networkinformation as plugins to be deployedMårten Nordheim2022-12-071-1/+3
* macOS: Don't pass on key event text for function keys when IM is disabledTor Arne Vestbø2022-12-051-1/+33
* Fix typo in documentation for QVariant::nameToTypeNicolas Fella2022-12-011-1/+1
* Add keyword msvc-2022 to testlib blacklistingOliver Wolff2022-12-011-1/+3
* Check if fontEngine is valid in QStaticTextInho Lee2022-12-011-0/+2
* QDoc-ify QTest::runningTest()'s commentEdward Welbourne2022-12-011-1/+3
* [docs] Adjust qExchange() docs for the present, where C++17 is required [2/2]...Marc Mutz2022-12-011-2/+2
* [docs] Adjust qExchange() docs for the present, where C++17 is required [1/2]...Marc Mutz2022-12-011-2/+3
* qNN headers: only promise what we can keepMarc Mutz2022-12-015-15/+15
* [docs] QList: fix history of clear() semantics changeMarc Mutz2022-12-011-10/+7
* qcompilerdetection.h: include <version>Marc Mutz2022-12-011-1/+13
* QObject: stronger warning about isSignalConnected and threadsVolker Hilsheimer2022-12-011-13/+20
* Windows: Reevaluate dark frames if the application palette changesVolker Hilsheimer2022-12-011-9/+14
* ibus: check object validity before honoring `inputMethodAccepted()`Phan Quang Minh2022-12-011-1/+1
* Proper clearing of WinRT factory cache in QWindowsThemeYuhang Zhao2022-12-011-0/+1
* Windows QPA: suppress warning message when not neededYuhang Zhao2022-12-011-7/+11
* 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