summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QWaitCondition: remove a misleading commentGiuseppe D'Angelo2022-12-131-3/+1
* PCRE2: upgrade to 10.42Giuseppe D'Angelo2022-12-1336-3496/+9919
* qdarwinpermission_location: disable deprecation warningTimur Pocheptsov2022-12-131-1/+1
* eglfs-kms/gbm: fix segfault and add qScopeGuardThomas Senyk2022-12-131-6/+13
* HiDPI: fix wrong window size after DPI changeYuhang Zhao2022-12-141-1/+7
* macOS: Don't set cursor for non-key windowsTor Arne Vestbø2022-12-131-2/+2
* QStackedWidget: remove unused memberDavid Faure2022-12-131-1/+0
* Remove the incorrectly added extra .batAmir Masoud Abdol2022-12-131-1/+1
* QByteArrayApiSymmetry: silence two clang warningsAhmad Samir2022-12-131-0/+5
* QString: add needsReallocate() static helperAhmad Samir2022-12-131-2/+7
* QString: don't use noexcept if the method could allocate memoryAhmad Samir2022-12-131-1/+1
* Metal rhi: Cast layer bounds to int before multiplying by scale factorDoris Verria2022-12-131-5/+8
* wasm: disable x.y.z suffix versioningMorten Sørvig2022-12-131-3/+10
* Rename QMessageDialogOptions::Icon to StandardIconTor Arne Vestbø2022-12-138-19/+19
* Bootstrap: Fix compilation of decl/def with different conditionalsMårten Nordheim2022-12-132-2/+2
* Android: fix Android assets handler not listing dirs with only sub dirsBartlomiej Moskal2022-12-135-1/+35
* Add xdg-activation support to QGenericUnixServicesNicolas Fella2022-12-131-41/+121
* Return qt-configure-module to bin/Amir Masoud Abdol2022-12-133-5/+6
* Add handling of screen hotplugPiotr Mikolajczyk2022-12-135-6/+122
* Silence compiler warnings about unused variablesVolker Hilsheimer2022-12-131-6/+4
* Add static_cast for QKeyEventLu YaNing2022-12-138-10/+10
* Remove note about QSystemTrayIcon menu on macOS not emitting aboutToHideTor Arne Vestbø2022-12-121-3/+0
* iOS: initialize font traitsVolker Hilsheimer2022-12-121-1/+1
* CMake: Handle non-existent targets when collecting dependenciesJoerg Bornemann2022-12-121-3/+20
* QHeaderView test: Remove unused variablesVolker Hilsheimer2022-12-121-8/+0
* Fix compiler warning when comparing integersVolker Hilsheimer2022-12-121-3/+5
* Document the qt_add_plugin() options new in Qt 6.5 as suchKai Köhne2022-12-121-0/+3
* CMake: Remove qmake conversion markers from gui/CMakeLists.txtKai Köhne2022-12-121-117/+11
* Try to match variant-selector font to preceding characterEskil Abrahamsen Blomfeldt2022-12-123-2/+32
* eglfs_kms: Prevent drm errors with more than one window during the screen's l...Laszlo Agocs2022-12-121-1/+10
* Vista Style: Use correct action icon pixmaps matching the device pixel ratioFriedemann Kleint2022-12-121-5/+4
* Doc: Add margins to all anchors in a translated pageVenugopal Shivashankar2022-12-121-0/+6
* macOS: Use NSStatusItem.menu to manage system tray menuTor Arne Vestbø2022-12-122-15/+24
* wiggly example: add support for emojis etc. (utf16 surrogate pairs)Eirik Aavitsland2022-12-123-11/+15
* Set geometry property in QXcbWindow after checking minimum sizeAxel Spoerl2022-12-121-5/+5
* RHI: QShaderDescription storage buffer qualifiers / run time strideBen Fletcher2022-12-116-2/+62
* QContainerTools: add q_points_into_range overloadAhmad Samir2022-12-115-9/+25
* Optimize QXmlStreamWriterPrivate::doWriteToDevice(QStringView)Marc Mutz2022-12-111-6/+12
* QXmlStreamWriter: remove unneeded QStringView::toString() callsMarc Mutz2022-12-111-15/+12
* QXmlStreamWriter: remove unused [[maybe_unused]]Marc Mutz2022-12-111-3/+0
* QXmlStreamWriter: remove Private::write(data, ptr)Marc Mutz2022-12-111-8/+2
* QString: add convenience method converting latin-1 into a QVLAAhmad Samir2022-12-101-18/+16
* Clean up dead codeLu YaNing2022-12-102-17/+12
* Revert "coin: Build qmake examples in non-qtbase repos"Alexandru Croitor2022-12-101-6/+2
* Isolate freetype featureAlexey Edelev2022-12-103-5/+8
* CMake: Add qt 'policy' supportFabian Kosmale2022-12-105-1/+186
* Fix for misplacement of the qt-cmake-standalone-test in -developer-buildAmir Masoud Abdol2022-12-101-15/+37
* Fix infinite loop when iterating content uri sub-files/dirsAssam Boudjelthia2022-12-104-2/+8
* Adapt to QTimeZone replacing Qt::TimeSpec usageEdward Welbourne2022-12-1013-165/+222
* Deprecate QDateTime methods using plain Qt::TimeSpecEdward Welbourne2022-12-104-0/+88