qt6-bb10/src/corelib/kernel
Ahmad Samir a608744c90 Docs: adjust docs after the QLatin1String to QLatin1StringView rename
Unify wording as "{Latin-1,UTF-16} string viewed by \a str".

Drive-by change: Fix a grammatical error, it's "a US-ASCII", not an
(because it's pronounced by the letter name "U" which is pronounced
like "you", so "a" not "an").

Task-number: QTBUG-108711
Pick-to: 6.5
Change-Id: Iff763f4008341c35317bb3d7a2a228767ff6a648
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2023-01-05 14:46:38 +02:00
..
QEVENTDISPATCHER_CF_LICENSE.txt Document use of BSD code in Qt Core 2016-10-28 12:46:39 +00:00
qabstracteventdispatcher.cpp Port from container.count()/length() to size() 2022-10-04 07:40:08 +02:00
qabstracteventdispatcher.h Migrate QBasicTimer from int to qint64 2022-08-30 15:46:01 +02:00
qabstracteventdispatcher_p.h Fix return value of qGlobalPostedEventsCount() 2022-05-18 17:54:15 +02:00
qabstractnativeeventfilter.cpp QAbstractNativeEventFilter: Add a Windows example 2022-08-02 19:12:39 +01:00
qabstractnativeeventfilter.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qapplicationstatic.h QApplicationStatic: avoid use of std::aligned_union 2022-10-17 19:33:36 +02:00
qapplicationstatic.qdoc Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qassociativeiterable.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qassociativeiterable.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qbasictimer.cpp Migrate QBasicTimer from int to qint64 2022-08-30 15:46:01 +02:00
qbasictimer.h Replace qExchange calls with std::exchange 2022-09-28 17:39:21 +00:00
qbindingstorage.h QThread: Clean up bindingStatusOrList if object gets deleted 2022-07-14 19:34:46 +02:00
qcfsocketnotifier.cpp Port from qAsConst() to std::as_const() 2022-10-11 23:17:18 +02:00
qcfsocketnotifier_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcore_foundation.mm Adapt QTimeZone to handle Qt::TimeSpec machinery 2022-12-09 16:16:47 +01:00
qcore_mac.mm Make qt_mac_ensureResponsible QT_BUILD_INTERNAL and Q_AUTOTEST_EXPORT 2022-10-19 15:56:42 +03:00
qcore_mac_p.h Make qt_mac_ensureResponsible QT_BUILD_INTERNAL and Q_AUTOTEST_EXPORT 2022-10-19 15:56:42 +03:00
qcore_unix.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcore_unix_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcore_wasm.cpp WASM: don't use a static_assert when an #error would suffice 2022-12-07 07:24:14 +01:00
qcoreapplication.cpp Win: redirect console output to the parent process if needed 2022-12-02 18:35:52 +08:00
qcoreapplication.h Long live QPermissions! 2022-11-01 18:56:15 +01:00
qcoreapplication_mac.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcoreapplication_p.h Win: redirect console output to the parent process if needed 2022-12-02 18:35:52 +08:00
qcoreapplication_platform.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qcoreapplication_win.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcorecmdlineargs_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcoreevent.cpp Convert Since ... comments on \value lines to [since ...] parameters 2022-05-31 14:09:28 +02:00
qcoreevent.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qdeadlinetimer.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qdeadlinetimer.h Remove preprocessor conditionals for chrono include 2022-09-16 08:09:05 +02:00
qdeadlinetimer_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qelapsedtimer.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qelapsedtimer.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qelapsedtimer_generic.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qelapsedtimer_mac.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qelapsedtimer_unix.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qelapsedtimer_win.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qeventdispatcher_cf.mm QEventDispatcherCoreFoundation: fix #include moc location in the file 2022-07-20 01:17:20 -07:00
qeventdispatcher_cf_p.h Add a way to declare _exported_ logging categories 2022-06-27 00:12:56 +02:00
qeventdispatcher_glib.cpp Port from container.count()/length() to size() 2022-10-04 07:40:08 +02:00
qeventdispatcher_glib_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qeventdispatcher_unix.cpp Update the poll-exit-on-error code: include the message for everyone 2022-11-08 23:07:22 -07:00
qeventdispatcher_unix_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qeventdispatcher_wasm.cpp Fix event dispatching on WASM 2022-12-16 19:51:11 +00:00
qeventdispatcher_wasm_p.h Fix event dispatching on WASM 2022-12-16 19:51:11 +00:00
qeventdispatcher_win.cpp Port from qAsConst() to std::as_const() 2022-10-11 23:17:18 +02:00
qeventdispatcher_win_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qeventloop.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qeventloop.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qeventloop_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qfunctions_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qfunctions_vxworks.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qfunctions_vxworks.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qfunctions_win.cpp Windows: Add helper function to check if the app has a package identity 2022-09-01 20:48:49 +02:00
qfunctions_win_p.h Windows: Add helper function to check if the app has a package identity 2022-09-01 20:48:49 +02:00
qfunctions_winrt_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qiterable.cpp Doc: Format certain operators in text 2022-08-23 20:49:47 +02:00
qiterable.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qiterable_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qjnienvironment.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qjnienvironment.h Add compile-time generation of JNI class names 2022-05-27 22:27:13 +02:00
qjnihelpers.cpp Port from qAsConst() to std::as_const() 2022-10-11 23:17:18 +02:00
qjnihelpers_p.h Return specific types for frequently used Java objects 2022-05-17 00:34:06 +02:00
qjniobject.cpp QJniObject: fix binary compatibility breakage 2022-12-15 17:52:26 +01:00
qjniobject.h QJniObject: fix binary compatibility breakage 2022-12-15 17:52:26 +01:00
qjnitypes.h JNI: add generic support for array-types 2022-10-10 20:19:30 +02:00
qmath.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qmath.h qfloat16: add support for native _Float16 (C2x extended floating point) 2022-11-28 10:59:20 -08:00
qmath.qdoc Fix typos in docs and comments 2022-06-15 21:31:02 +02:00
qmetacontainer.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qmetacontainer.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qmetaobject.cpp QMetaObject/Doc: document the variadic invoke{,Method} and newInstance 2022-09-01 21:29:04 -03:00
qmetaobject.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qmetaobject_moc_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qmetaobject_p.h QMetaObject: pass the QMetaTypes in variadic invoke/newInstance 2022-09-01 21:29:04 -03:00
qmetaobjectbuilder.cpp QMetaObject: add revision 11 for Qt 6.5 2022-08-25 03:31:28 -03:00
qmetaobjectbuilder_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qmetatype.cpp QMetaType: fix value-initialization in a corner case 2022-12-30 01:51:08 +01:00
qmetatype.h QMetaType: fix value-initialization in a corner case 2022-12-30 01:51:08 +01:00
qmetatype_p.h QVariant: move the check for std::nullptr_t a bit up in customConstruct 2022-07-27 12:35:50 -07:00
qmimedata.cpp Reintroduce converter APIs for supporting native clipboard formats 2022-11-16 22:14:00 +01:00
qmimedata.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qobject.cpp QBindable: Make ordinary Q_PROPERTYs bindable 2022-11-30 21:21:03 +00:00
qobject.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qobject_impl.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qobject_p.h QBindable: Make ordinary Q_PROPERTYs bindable 2022-11-30 21:21:03 +00:00
qobject_p_p.h Move QObjectPrivate::Connection* structs to a new header 2022-07-07 13:42:59 +05:00
qobjectcleanuphandler.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qobjectcleanuphandler.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qobjectdefs.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qobjectdefs_impl.h QBindable: Make ordinary Q_PROPERTYs bindable 2022-11-30 21:21:03 +00:00
qpermissions.cpp Fix minor permission doc typo 2022-12-17 00:38:23 +02:00
qpermissions.h Long live QPermissions! 2022-11-01 18:56:15 +01:00
qpermissions_android.cpp Android: Fix building with non-empty QT_NAMESPACE 2022-12-09 18:14:23 +01:00
qpermissions_darwin.mm Add permission API backend for macOS and iOS 2022-11-03 15:02:36 +01:00
qpermissions_p.h Add permission API backend for macOS and iOS 2022-11-03 15:02:36 +01:00
qpermissions_wasm.cpp Add permission backend for WASM 2022-11-24 18:48:47 +01:00
qpointer.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qpointer.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qpoll.cpp qpoll: disallow file descriptors bigger than FD_SETSIZE 2022-10-10 04:06:37 -07:00
qpoll_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qproperty.cpp QBindable: Make ordinary Q_PROPERTYs bindable 2022-11-30 21:21:03 +00:00
qproperty.h QBindable: Make ordinary Q_PROPERTYs bindable 2022-11-30 21:21:03 +00:00
qproperty_p.h QBindable: Make ordinary Q_PROPERTYs bindable 2022-11-30 21:21:03 +00:00
qpropertyprivate.h Long live Q_UNREACHABLE_RETURN()! 2022-10-15 22:11:47 +02:00
qsequentialiterable.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsequentialiterable.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsharedmemory.cpp QSharedMemory/doc: update docs to be more modern 2022-10-11 18:36:11 +02:00
qsharedmemory.h QSharedMemory: remove QT_NO_QOBJECT 2022-09-16 17:20:18 -07:00
qsharedmemory_android.cpp {QSharedMemory,QSystemSemaphore}Private: use NSDMI for the members 2022-09-17 15:52:47 -07:00
qsharedmemory_p.h {QSharedMemory,QSystemSemaphore}Private: use NSDMI for the members 2022-09-17 15:52:47 -07:00
qsharedmemory_posix.cpp Use QT_CONFIG feature checks for sharedmemory and systemsemaphores 2022-07-12 22:47:16 +02:00
qsharedmemory_systemv.cpp Use QT_CONFIG feature checks for sharedmemory and systemsemaphores 2022-07-12 22:47:16 +02:00
qsharedmemory_unix.cpp {QSharedMemory,QSystemSemaphore}Private: use NSDMI for the members 2022-09-17 15:52:47 -07:00
qsharedmemory_win.cpp {QSharedMemory,QSystemSemaphore}Private: use NSDMI for the members 2022-09-17 15:52:47 -07:00
qsignalmapper.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsignalmapper.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsocketnotifier.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsocketnotifier.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsystemerror.cpp Windows: centralize how we handle error messages 2022-11-16 19:44:43 +08:00
qsystemerror_p.h Windows: centralize how we handle error messages 2022-11-16 19:44:43 +08:00
qsystemsemaphore.cpp QSystemSemaphore: make it a Q_GADGET 2022-10-10 19:51:31 -07:00
qsystemsemaphore.h QSystemSemaphore: make it a Q_GADGET 2022-10-10 19:51:31 -07:00
qsystemsemaphore_android.cpp {QSharedMemory,QSystemSemaphore}Private: use NSDMI for the members 2022-09-17 15:52:47 -07:00
qsystemsemaphore_p.h {QSharedMemory,QSystemSemaphore}Private: use NSDMI for the members 2022-09-17 15:52:47 -07:00
qsystemsemaphore_posix.cpp Use QT_CONFIG feature checks for sharedmemory and systemsemaphores 2022-07-12 22:47:16 +02:00
qsystemsemaphore_systemv.cpp Use QT_CONFIG feature checks for sharedmemory and systemsemaphores 2022-07-12 22:47:16 +02:00
qsystemsemaphore_unix.cpp {QSharedMemory,QSystemSemaphore}Private: use NSDMI for the members 2022-09-17 15:52:47 -07:00
qsystemsemaphore_win.cpp {QSharedMemory,QSystemSemaphore}Private: use NSDMI for the members 2022-09-17 15:52:47 -07:00
qt_attribution.json Update various qt_attribution.json files 2018-11-02 13:48:35 +00:00
qtestsupport_core.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtestsupport_core.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtimer.cpp Move QTimerPrivate to separate header 2022-09-13 09:33:40 +02:00
qtimer.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qtimer_p.h Move QTimerPrivate to separate header 2022-09-13 09:33:40 +02:00
qtimerinfo_unix.cpp QTimerInfo/Unix: use chrono for time arithmetic 2022-11-11 18:21:42 +02:00
qtimerinfo_unix_p.h Migrate QBasicTimer from int to qint64 2022-08-30 15:46:01 +02:00
qtmetamacros.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qtmochelpers.h qtmochelpers.h: include what you need 2022-10-06 14:26:22 +02:00
qtranslator.cpp Port from qAsConst() to std::as_const() 2022-10-11 23:17:18 +02:00
qtranslator.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtranslator_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qvariant.cpp Docs: adjust docs after the QLatin1String to QLatin1StringView rename 2023-01-05 14:46:38 +02:00
qvariant.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qvarianthash.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qvariantlist.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qvariantmap.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwineventnotifier.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwineventnotifier.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qwineventnotifier_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwinregistry.cpp QWinRegistryKey: Fix how we handle the default value, take 2 2022-10-28 09:27:13 +00:00
qwinregistry_p.h Replace qExchange with std::exchange 2022-10-07 18:11:36 +02:00