summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't hide object replacement char except in rich textv6.5.0-beta1Eskil Abrahamsen Blomfeldt2022-12-153-3/+24
* QDom: Don't reuse a moved-from objectMårten Nordheim2022-12-141-4/+5
* HiDPI: fix wrong window size after DPI changeYuhang Zhao2022-12-141-1/+7
* eglfs-kms/gbm: fix segfault and add qScopeGuardThomas Senyk2022-12-131-6/+13
* 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
* Port QXmlStreamWriterPrivate::findNameSpace to QAnyStringViewMate Barany2022-12-101-2/+2
* Port QXmlStreamPrivateTagStack::addToStringStorage to QAnyStringViewMate Barany2022-12-101-3/+3
* Port QXmlStreamWriterPrivate::write to QAnyStringViewMate Barany2022-12-101-46/+39
* Android: Fix building with non-empty QT_NAMESPACEIevgenii Meshcheriakov2022-12-091-2/+2
* Beautify QApplication::compressEventAxel Spoerl2022-12-091-27/+41
* QDomDocument: ensure a defined order of attributes when savingGiuseppe D'Angelo2022-12-091-23/+74
* Add _qt_internal_apk_dependencies if qt_finalize_project is never calledAlexey Edelev2022-12-091-0/+6
* Fix moc warning for qwineventnotifier.h on non-Windows platformsJoerg Bornemann2022-12-091-2/+9
* Add possibility to retrieve displayId for AndroidPiotr Mikolajczyk2022-12-095-1/+28
* Cleanup short-cut id deprecationAllan Sandfeld Jensen2022-12-093-0/+37
* QCocoaFileDialogHelper: protect against dangling pointersTimur Pocheptsov2022-12-091-1/+13
* TLS[openssl]: Bump minimum warning level to Critical on Win/macOSMårten Nordheim2022-12-091-1/+7
* Port QDateTimeEdit internals to QTimeZoneEdward Welbourne2022-12-092-105/+109
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-098-93/+69
* Add QDateTime::currentDateTime(const QTimeZone &)Edward Welbourne2022-12-092-27/+41
* Windeployqt: change platform plugin base filterTimothée Keller2022-12-091-0/+2
* Adapt QDateTime to route QTimeSpec uses via QTimeZoneEdward Welbourne2022-12-094-418/+451