summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QMetaObject: Fix version check for deprecated methodsFabian Kosmale2023-02-072-2/+4
* Remove "Analog Clock Window Example"Jan Arve Sæther2023-02-072-15/+22
* Use plain text to calculate expire time of tooltipsMatthias Rauter2023-02-071-1/+3
* Move the accessibility header files under the appropriate featureAlexey Edelev2023-02-071-2/+2
* androiddeployqt: make --help documentation-friendlyVille Voutilainen2023-02-071-106/+106
* QtGui: Remove double default definitionAmir Masoud Abdol2023-02-071-4/+4
* Add a platform theme option to affect SH_UnderlineShortcutMikolaj Boc2023-02-075-4/+16
* iOS: Disallow upgrading QLocationPermission::WhenInUse to AlwaysTor Arne Vestbø2023-02-071-6/+14
* iOS: Report PermissionStatus::Denied when detecting accuracy mismatchTor Arne Vestbø2023-02-071-1/+1
* Make qt6_extract_metatypes respects the AUTOGEN_BUILD_DIR, if setAmir Masoud Abdol2023-02-071-3/+16
* Avoid multiple transformation of the clip pathSanthosh Kumar2023-02-071-1/+0
* QDir::entryList: don't fill a QFileInfo cache if we just want namesDavid Faure2023-02-072-8/+20
* rhi: Add D3D12 supportLaszlo Agocs2023-02-0718-14/+21674
* CMake: Warn about double qt6_finalize_target for plugins and libsJoerg Bornemann2023-02-071-10/+11
* windeployqt: Remove hard-coded information about modules and pluginsJoerg Bornemann2023-02-074-326/+467
* Support WindowTitleHint and FramelessWindowHint in QWasmWindowMikolaj Boc2023-02-073-8/+15
* Include QLocale::system() in matchingLocales() return listMate Barany2023-02-061-0/+9
* uic: Generate string-based connections for QLCDNumber::display()Friedemann Kleint2023-02-061-0/+4
* Doc: Fix documentation warnings for Qt CoreTopi Reinio2023-02-065-12/+12
* Use std::exchange in Qt::endPropertyUpdateGroup()Marc Mutz2023-02-051-3/+1
* Fix narrowing in Qt::endPropertyUpdateGroup()Marc Mutz2023-02-051-4/+4
* Support Qt::WindowCloseButtonHint in QWasmWindowMikolaj Boc2023-02-053-0/+7
* Support Qt::WindowMaximizeButtonHint in QWasmWindowMikolaj Boc2023-02-042-1/+9
* SQL/ODBC: Pass correct length to SQLColAttribute()Christian Ehrlicher2023-02-041-3/+8
* SQL/ODBC: misc cleanupChristian Ehrlicher2023-02-041-56/+49
* SQL/ODBC: optimize toSQLTCHAR() - avoid an unneeded copyChristian Ehrlicher2023-02-041-27/+16
* QCalendarBackend: de-duplicate some codeAhmad Samir2023-02-041-78/+29
* Remove redundant include statement from qgtk3theme.cppAxel Spoerl2023-02-041-1/+0
* Support Qt::WindowTransparentForInput in QWasmWindowMikolaj Boc2023-02-032-0/+6
* Support Qt::NoDropShadowWindowHint in QWasmWindowMikolaj Boc2023-02-032-1/+5
* QtGui: Disambiguate static variablesFriedemann Kleint2023-02-039-42/+42
* QXcbConnection::getTimestamp: do not return stale timestampRoland Pallai2023-02-033-4/+6
* wasm: convert a11y coordinates to window coordinatesMorten Sørvig2023-02-031-1/+11
* wasm: fix accessibility crash on null parentMorten Sørvig2023-02-032-10/+12
* wasm: set contenteditable on canvasMorten Sørvig2023-02-036-19/+21
* Remove unused code in qwasmcssstyleMikolaj Boc2023-02-031-26/+1
* Move qtLocalTime() to qtenvironmentvariables.cpp as qLocalTime()Edward Welbourne2023-02-035-53/+86
* Call _tzset() before localtime_s() in qtLocalTime()Edward Welbourne2023-02-031-4/+6
* Update the public suffix listMårten Nordheim2023-02-032-4465/+4511
* Support window masks on WASMMikolaj Boc2023-02-032-2/+23
* Fix android build with -no-feature-settingsTasuku Suzuki2023-02-021-1/+1
* q20::construct_at(): fix various issuesMarc Mutz2023-02-021-6/+10
* Q_APPLICATION_STATIC: add missing std::launder()Marc Mutz2023-02-021-2/+4
* QtCore: Disambiguate static variablesFriedemann Kleint2023-02-028-15/+19
* QMimeDatabase: don't stat() something that isn't a local fileThiago Macieira2023-02-022-24/+26
* QSortFilterProxyModel: port to PMF connects for performance reasonsDavid Faure2023-02-022-108/+48
* Apple: Detect missing bundle identifier when using location permissionsTor Arne Vestbø2023-02-021-0/+7
* Revert "Revert "Add support for MultiABI with custom install dir of the andro...Alexey Edelev2023-02-029-68/+252
* Fix analog clock example to adhere to guidelinesJan Arve Sæther2023-02-022-3/+3
* Correct an inaccurate comment in inDateTimeRange()Edward Welbourne2023-02-021-1/+2