qt6-bb10/src/corelib/kernel
Edward Welbourne 67ba2a5db8 QObject/Q_OBJECT: remove deprecated old API
Since 5.0, trUtf8(), qFindChild()

Change-Id: I7bc0d125f92faebf24a422c1aac528a3f4687434
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-08-14 09:58:51 +02:00
..
QEVENTDISPATCHER_CF_LICENSE.txt
kernel.pri Move all the QProperty related code into one compilation unit 2020-07-10 15:07:22 +02:00
qabstracteventdispatcher.cpp Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
qabstracteventdispatcher.h Remove non-Qt6 compile time switches from QtCore 2020-07-24 13:10:57 +02:00
qabstracteventdispatcher_p.h
qabstractnativeeventfilter.cpp Fix a number of qdoc warnings related to deprecation 2020-07-24 10:02:27 +02:00
qabstractnativeeventfilter.h Remove non-Qt6 compile time switches from QtCore 2020-07-24 13:10:57 +02:00
qbasictimer.cpp QBasicTimer: purge deprecated API 2020-07-20 16:06:29 +02:00
qbasictimer.h QBasicTimer: purge deprecated API 2020-07-20 16:06:29 +02:00
qcfsocketnotifier.cpp Make QEventDispatcherCoreFoundaton work on secondary threads 2018-08-09 07:24:15 +00:00
qcfsocketnotifier_p.h
qcore_foundation.mm QStringView: add toNSString() / toCFString() 2020-05-08 14:53:08 +00:00
qcore_mac.mm Teach QMacVersion to deal with 32-bit Mach-O headers 2020-08-05 11:10:44 +02:00
qcore_mac_p.h Teach QMacVersion to deal with 32-bit Mach-O headers 2020-08-05 11:10:44 +02:00
qcore_unix.cpp Fix build without features.poll_{ppoll,pollts,poll,select} 2019-08-18 13:22:35 +09:00
qcore_unix_p.h rtems: Fix missing some ernno defines 2019-07-01 02:04:19 +02:00
qcoreapplication.cpp QCoreApplication: purge deprecated API 2020-08-14 09:58:20 +02:00
qcoreapplication.h QCoreApplication: purge deprecated API 2020-08-14 09:58:20 +02:00
qcoreapplication_mac.cpp
qcoreapplication_p.h Remove winrt 2020-06-06 20:25:49 +02:00
qcoreapplication_win.cpp Remove non-Qt6 compile time switches from QtCore 2020-07-24 13:10:57 +02:00
qcorecmdlineargs_p.h Use QList instead of QVector in corelib 2020-06-25 22:30:59 +02:00
qcoreevent.cpp Tidy nullptr usage 2019-12-06 12:13:20 +01:00
qcoreevent.h Fix build without features.shortcut 2020-06-05 10:23:48 +09:00
qcoreglobaldata.cpp Remove QTextCodec dependency from QCoreGobalData 2020-05-14 07:48:20 +02:00
qcoreglobaldata_p.h Remove QTextCodec dependency from QCoreGobalData 2020-05-14 07:48:20 +02:00
qdeadlinetimer.cpp Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
qdeadlinetimer.h Don't wrap feature detection macros with QT_HAS_FOO() variants 2019-12-10 00:48:07 +01:00
qdeadlinetimer_p.h
qelapsedtimer.cpp Convert uses of QTime as a timer to QElapsedTimer 2019-06-14 10:42:33 +02:00
qelapsedtimer.h Replace Q_DECL_NOEXCEPT with noexcept in corelib 2019-04-03 13:49:45 +00:00
qelapsedtimer_generic.cpp Replace Q_DECL_NOEXCEPT with noexcept in corelib 2019-04-03 13:49:45 +00:00
qelapsedtimer_mac.cpp Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
qelapsedtimer_unix.cpp Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
qelapsedtimer_win.cpp Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
qeventdispatcher_cf.mm macOS: Remove all use of deprecated Q_OS_OSX define 2020-04-03 13:44:37 +02:00
qeventdispatcher_cf_p.h Export lcEventDispatcher in private namespace 2019-10-03 09:11:18 +00:00
qeventdispatcher_glib.cpp Tidy nullptr usage 2019-12-06 12:13:20 +01:00
qeventdispatcher_glib_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qeventdispatcher_unix.cpp Tidy nullptr usage 2019-12-06 12:13:20 +01:00
qeventdispatcher_unix_p.h Use QList instead of QVector in corelib 2020-06-25 22:30:59 +02:00
qeventdispatcher_win.cpp QEventDispatcherWin32: redesign event notifiers activation 2020-07-29 18:34:34 +03:00
qeventdispatcher_win_p.h QEventDispatcherWin32: redesign event notifiers activation 2020-07-29 18:34:34 +03:00
qeventloop.cpp Make QObjectPrivate::threadData a proper atomic 2019-11-13 16:22:40 +01:00
qeventloop.h
qeventloop_p.h Port from QAtomic::load() to loadRelaxed() 2019-06-20 20:48:59 +02:00
qfunctions_nacl.cpp
qfunctions_nacl.h
qfunctions_p.h Remove winrt 2020-06-06 20:25:49 +02:00
qfunctions_vxworks.cpp
qfunctions_vxworks.h
qfunctions_winrt_p.h Remove winrt 2020-06-06 20:25:49 +02:00
qjni.cpp QtCore: use new QLatin1String::arg() 2019-06-03 23:28:18 +02:00
qjni_p.h Use Q_DISABLE_COPY_MOVE for private classes 2018-12-12 07:23:54 +00:00
qjnihelpers.cpp Use QList instead of QVector in corelib implementation 2020-06-29 12:35:09 +02:00
qjnihelpers_p.h
qjnionload.cpp Add ; to Q_UNUSED 2020-07-07 11:51:48 +02:00
qmath.cpp
qmath.h Add degree<->radians conversions for long double and integral types 2020-08-11 04:24:12 +02:00
qmath.qdoc Add degree<->radians conversions for long double and integral types 2020-08-11 04:24:12 +02:00
qmetaobject.cpp QMetaObject: Compare threadIds when checking receiver thread 2020-06-25 06:11:57 +02:00
qmetaobject.h Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
qmetaobject_moc_p.h Normalize types at compile time 2020-02-20 16:11:02 +01:00
qmetaobject_p.h Add some support to flag alias properties 2020-06-11 19:39:57 +02:00
qmetaobjectbuilder.cpp Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
qmetaobjectbuilder_p.h Add some support to flag alias properties 2020-06-11 19:39:57 +02:00
qmetatype.cpp Expose QMetaTypeInterface::alignof in QMetaType 2020-07-31 09:46:54 +02:00
qmetatype.h Expose QMetaTypeInterface::alignof in QMetaType 2020-07-31 09:46:54 +02:00
qmetatype_p.h Try again to fix Clang's -Wconstant-logical-operand warning 2020-07-31 10:44:52 -07:00
qmetatypeswitcher_p.h Move away from using 0 as a pointer constant 2019-06-07 17:19:16 +02:00
qmimedata.cpp Remove QTextCodec dependency from QMimeData 2020-05-14 07:50:35 +02:00
qmimedata.h
qobject.cpp Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
qobject.h QObject/Q_OBJECT: remove deprecated old API 2020-08-14 09:58:51 +02:00
qobject_impl.h Fix most obvious typos in doc comments 2020-05-28 15:57:13 +00:00
qobject_p.h Avoid warnings regarding bit-field signedness 2020-07-16 01:04:44 +02:00
qobjectcleanuphandler.cpp Tidy nullptr usage 2019-12-06 12:13:20 +01:00
qobjectcleanuphandler.h
qobjectdefs.h Qt6: remove support for property flags being functions 2020-06-11 19:39:53 +02:00
qobjectdefs_impl.h Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
qpointer.cpp QPointer: add get() 2020-06-09 04:44:22 +02:00
qpointer.h Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
qpoll.cpp rtems: Fix detection bad file descriptor 2019-06-05 08:21:52 +00:00
qpoll_p.h
qppsattribute.cpp Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-04-08 21:24:26 +00:00
qppsattribute_p.h Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-04-08 21:24:26 +00:00
qppsattributeprivate_p.h QtCore: Unify license headers 2018-12-22 09:58:09 +00:00
qppsobject.cpp QtCore: Unify license headers 2018-12-22 09:58:09 +00:00
qppsobject_p.h Merge remote-tracking branch 'origin/5.12' into dev 2019-01-04 07:33:14 +01:00
qppsobjectprivate_p.h QtCore: Unify license headers 2018-12-22 09:58:09 +00:00
qproperty.cpp QNotifiedProperty: avoid crash 2020-08-04 11:28:33 +00:00
qproperty.h Fix some qdoc warnings 2020-07-21 13:19:09 +02:00
qproperty_p.h Move all the QProperty related code into one compilation unit 2020-07-10 15:07:22 +02:00
qpropertyprivate.h Don't test for equality if types can't be compared 2020-07-15 16:16:53 +02:00
qsharedmemory.cpp Extend QSharedMemory to work with qsizetype for sizes 2020-07-07 20:38:57 +00:00
qsharedmemory.h Extend QSharedMemory to work with qsizetype for sizes 2020-07-07 20:38:57 +00:00
qsharedmemory_android.cpp Extend QSharedMemory to work with qsizetype for sizes 2020-07-07 20:38:57 +00:00
qsharedmemory_p.h Extend QSharedMemory to work with qsizetype for sizes 2020-07-07 20:38:57 +00:00
qsharedmemory_posix.cpp Extend QSharedMemory to work with qsizetype for sizes 2020-07-07 20:38:57 +00:00
qsharedmemory_systemv.cpp Extend QSharedMemory to work with qsizetype for sizes 2020-07-07 20:38:57 +00:00
qsharedmemory_unix.cpp Tidy nullptr usage 2019-12-06 12:13:20 +01:00
qsharedmemory_win.cpp Extend QSharedMemory to work with qsizetype for sizes 2020-07-07 20:38:57 +00:00
qsignalmapper.cpp Remove QSignalMapper::mappedWidget() 2020-03-25 09:46:15 +01:00
qsignalmapper.h Remove QSignalMapper::mappedWidget() 2020-03-25 09:46:15 +01:00
qsocketnotifier.cpp QSocketNotifier::activated(QSocketDescriptor...) doc fixup 2020-04-17 15:25:12 +02:00
qsocketnotifier.h Doc: Fix documentation warnings for Qt Core 2020-04-21 17:50:02 +02:00
qsystemerror.cpp Remove winrt 2020-06-06 20:25:49 +02:00
qsystemerror_p.h
qsystemsemaphore.cpp
qsystemsemaphore.h
qsystemsemaphore_android.cpp
qsystemsemaphore_p.h
qsystemsemaphore_posix.cpp
qsystemsemaphore_systemv.cpp QtCore: use new QLatin1String::arg() 2019-06-03 23:28:18 +02:00
qsystemsemaphore_unix.cpp
qsystemsemaphore_win.cpp Remove winrt 2020-06-06 20:25:49 +02:00
qt_attribution.json Update various qt_attribution.json files 2018-11-02 13:48:35 +00:00
qtestsupport_core.cpp Remove winrt 2020-06-06 20:25:49 +02:00
qtestsupport_core.h avoid compile warning when using clang++ with -Wshorten-64-to-32 2020-04-11 09:42:37 +01:00
qtimer.cpp Merge remote-tracking branch 'origin/5.14' into 5.15 2019-12-12 01:01:04 +01:00
qtimer.h Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
qtimerinfo_unix.cpp Add ; to Q_UNUSED 2020-07-07 11:51:48 +02:00
qtimerinfo_unix_p.h
qtmetamacros.h QObject/Q_OBJECT: remove deprecated old API 2020-08-14 09:58:51 +02:00
qtranslator.cpp Port remaining usages of QStringRef in QtCore to QStringView 2020-06-12 15:51:11 +02:00
qtranslator.h QTranslator: Expose language of translation file 2020-02-10 15:14:55 +00:00
qtranslator_p.h
qvariant.cpp Restrict QVariant::isNull() behavior 2020-08-13 08:48:32 +02:00
qvariant.h Restrict QVariant::isNull() behavior 2020-08-13 08:48:32 +02:00
qvariant_p.h Restrict QVariant::isNull() behavior 2020-08-13 08:48:32 +02:00
qwineventnotifier.cpp QEventDispatcherWin32: redesign event notifiers activation 2020-07-29 18:34:34 +03:00
qwineventnotifier.h Add a few overrides in Qt Core 2018-08-05 18:56:58 +00:00
qwineventnotifier_p.h
qwinregistry.cpp Windows: Fix registry string read failures 2020-06-11 07:19:00 +02:00
qwinregistry_p.h Win32: Consolidate registry code 2019-10-14 20:26:42 +02:00