summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* moc: Allow calling ctors on pre-allocated dataUlf Hermann2023-02-023-17/+31
* Reset dark palettes for widgets to light in windows styleSanthosh Kumar2023-02-022-0/+36
* Modernize the VK_EXT_debug_utils callbackLaszlo Agocs2023-02-022-16/+19
* QtMiscUtils: replace uint args with char32_tAhmad Samir2023-02-021-6/+6
* QAnyStringView: fix MSVC warning C4702Sze Howe Koh2023-02-021-1/+1
* Q*Permission: un-Q_GADGET classes w/o Q_ENUMsMarc Mutz2023-02-021-3/+3
* Q<Typed>Permission: add alignment checks for future BC changesMarc Mutz2023-02-021-0/+7
* Q{Contacts,Calendar}Permission: bool readWrite → enum AccessModeMarc Mutz2023-02-023-34/+76
* QCryptographicHash: fix UB (data race on concurrent result()) [2nd try]Marc Mutz2023-02-021-55/+61
* Q<Typed>Permission: use move-and-swap, not pure-swap, for move-assignmentMarc Mutz2023-02-021-1/+1
* QPaintEngineRaster: port from QSharedPointer to std::shared_ptrMarc Mutz2023-02-022-12/+8
* QLocaleData: fix AlphaCode::op== for C++20Marc Mutz2023-02-021-1/+2
* QtNetwork: Split out QNativeSocketEnginePrivateFriedemann Kleint2023-02-028-172/+204
* Android: fix height calculationSamuel Mira2023-02-021-73/+15
* SQL/ODBC: fix some users of toSQLTCHAR() to not assume identical UTF-8/16/32 ...Marc Mutz2023-02-021-71/+83
* QtWidgets: Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-013-3/+8
* uic: Add option for absolute Python resource importsFriedemann Kleint2023-02-014-27/+108
* QStandardPaths/unix: ignore relative paths in all $XDG_* env varsAhmad Samir2023-02-011-5/+20
* Don't include qnetworkproxy_generic.cpp for iOSTor Arne Vestbø2023-02-011-1/+1
* QtWidgets: Fix errors about fields from anonymous namespaces (-Werror=subobje...Friedemann Kleint2023-02-015-23/+51
* iOS: Fix build with -no-openglTor Arne Vestbø2023-02-016-5/+27
* QtGui: Remove define Q_TEST_QPIXMAPCACHEFriedemann Kleint2023-02-012-8/+2
* Revert "Add support for MultiABI with custom install dir of the android-build"Alexandru Croitor2023-02-019-251/+68
* Doc: Fix smaller issues in new Qt 6.5 QStyleHints APIKai Köhne2023-02-011-1/+2
* Migration from int to qsizetype of QAnimationGroupKonrad Kujawa2023-02-016-13/+13
* ODBC SQL driver: fix conversion of QByteArray to QVLA<SQLTCHAR>Marc Mutz2023-02-011-4/+5
* Fix comparison sign missmatch warningAntti Määttä2023-02-011-1/+1
* DTLS cookie: use CRYPTO_memcmp instead of std::memcmpTimur Pocheptsov2023-02-013-2/+5
* IPC/QSharedMemory: make the enums Q_ENUMThiago Macieira2023-01-311-0/+2
* IPC/QSharedMemory: include the QSystemSemaphore error message in oursThiago Macieira2023-01-311-1/+2
* IPC: don't close(-1)Thiago Macieira2023-01-311-1/+2