qt6-bb10/src/gui
Lars Knoll fa8d021fa6 Convert a couple of APIs to use views
Try to get rid of APIs that use raw 'const {char, QChar} *, length'
pairs. Instead, use QByteArrayView or QStringView.

As QStringConverter is a new class, simply change the API to what we'd like
to have. Also adjust hidden API in QStringBuilder and friends.

Change-Id: I897d47f63a7b965f5574a1e51da64147f9e981f6
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-10-06 11:16:36 +02:00
..
accessible Fix some qdoc warnings: undocumented parameters 2020-09-25 04:42:27 +02:00
animation Tidy nullptr usage 2019-12-06 12:13:20 +01:00
doc Doc: Qt GUI: Depend on qtprintsupport documentation module 2020-09-29 08:53:52 +02:00
image Streamline the template specialization of QESDP's dtor 2020-10-05 10:16:52 +02:00
itemmodels Long live QAIM::multiData! 2020-09-02 22:51:42 +02:00
kernel Convert a couple of APIs to use views 2020-10-06 11:16:36 +02:00
math3d Replace Q_REQUIRED_RESULT with [[nodiscard]] 2020-09-25 07:10:45 +02:00
opengl Switch QSurfaceFormat::colorSpace to a QColorSpace 2020-09-15 01:41:13 +02:00
painting QColorSpace: tidies 2020-10-06 09:15:31 +02:00
platform Cleanup API of QMimeData 2020-09-21 14:56:09 +02:00
rhi rhi: vk: Reduce memcopies with full dynamic buffer updates 2020-10-05 12:08:59 +02:00
text Use QStringTokenizer instead of QStringView::split 2020-10-05 09:57:13 +02:00
util Make QStringList an alias to QList<QString> 2020-09-12 23:37:15 +02:00
vulkan Doc: Fix documentation warnings for Qt GUI 2020-08-28 11:37:35 +02:00
.prev_CMakeLists.txt CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
.prev_configure.cmake xcb: add xcb-util dependency for xcb-image 2020-09-21 12:00:12 +02:00
CMakeLists.txt CMake: Refactor optimization flag handling and add optimize_full 2020-10-06 10:07:05 +02:00
QtGui.dynlist
configure.cmake CMake: enable egl_viv plugins 2020-10-05 10:02:30 +03:00
configure.json xcb: add xcb-util dependency for xcb-image 2020-09-21 12:00:12 +02:00
configure.pri Remove fxc configure test 2020-08-28 20:09:31 +02:00
gui.pro Move QFileSystemModel into QtGui 2020-08-25 06:33:44 +02:00
qt_cmdline.cmake Remove the deprecated -qpa-platform-guard argument 2020-08-23 11:05:14 +02:00
qtgui.tracepoints Fix build with -trace lttng 2020-09-11 11:30:55 +02:00