summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QBuffer: test and document open() behaviorMarc Mutz2022-12-141-0/+4
* Fix the focus frame on MacGiuseppe D'Angelo2022-12-141-1/+12
* Android: Close the keyboard after clicking DoneBartlomiej Moskal2022-12-141-0/+1
* Android: Add facilities to handle more content URIs operationsAssam Boudjelthia2022-12-143-284/+663
* QDom: Don't reuse a moved-from objectMårten Nordheim2022-12-141-4/+5
* Doc: Ensure qt_policy has a titleKai Köhne2022-12-142-1/+4
* 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
* 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
* 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-131-1/+8
* Add xdg-activation support to QGenericUnixServicesNicolas Fella2022-12-131-41/+121
* Add handling of screen hotplugPiotr Mikolajczyk2022-12-135-6/+122
* 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
* 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-121-0/+26
* 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
* macOS: Use NSStatusItem.menu to manage system tray menuTor Arne Vestbø2022-12-122-15/+24
* Set geometry property in QXcbWindow after checking minimum sizeAxel Spoerl2022-12-121-5/+5
* RHI: QShaderDescription storage buffer qualifiers / run time strideBen Fletcher2022-12-114-2/+39
* 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
* Isolate freetype featureAlexey Edelev2022-12-103-5/+8
* CMake: Add qt 'policy' supportFabian Kosmale2022-12-104-1/+170
* Fix infinite loop when iterating content uri sub-files/dirsAssam Boudjelthia2022-12-104-2/+8
* Adapt to QTimeZone replacing Qt::TimeSpec usageEdward Welbourne2022-12-104-16/+43
* Deprecate QDateTime methods using plain Qt::TimeSpecEdward Welbourne2022-12-102-0/+46
* Windows: Enable dark mode system palette by defaultVolker Hilsheimer2022-12-102-1/+5
* Detach event points when cloning pointer eventsVolker Hilsheimer2022-12-101-9/+25
* QXmlStreamWriter: port API from QString to QAnyStringViewMate Barany2022-12-103-22/+194
* QXmlStreamWriter: prepare for port to QAnyStringViewMarc Mutz2022-12-103-12/+94
* Port QXmlStreamWriterPrivate::writeEscaped to QAnyStringViewMate Barany2022-12-101-45/+56
* Port QXmlStreamWriterPrivate::writeStartElement to QAnyStringViewMate Barany2022-12-101-2/+2