| .. |
|
QEVENTDISPATCHER_CF_LICENSE.txt
|
Document use of BSD code in Qt Core
|
2016-10-28 12:46:39 +00:00 |
|
kernel.pri
|
Win32: Consolidate registry code
|
2019-10-14 20:26:42 +02:00 |
|
qabstracteventdispatcher.cpp
|
Port from QAtomic::load() to loadRelaxed()
|
2019-06-20 20:48:59 +02:00 |
|
qabstracteventdispatcher.h
|
Widen out parameter "result" of the native event filters for Qt 6
|
2019-03-22 16:19:48 +00:00 |
|
qabstracteventdispatcher_p.h
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qabstractnativeeventfilter.cpp
|
Widen out parameter "result" of the native event filters for Qt 6
|
2019-03-22 16:19:48 +00:00 |
|
qabstractnativeeventfilter.h
|
Widen out parameter "result" of the native event filters for Qt 6
|
2019-03-22 16:19:48 +00:00 |
|
qbasictimer.cpp
|
QBasicTimer: release timer id on exit
|
2019-11-13 10:10:13 +02:00 |
|
qbasictimer.h
|
Don't allow to copy QBasicTimer in Qt 6, it would stop the timer
|
2019-05-25 16:37:08 +00:00 |
|
qcfsocketnotifier.cpp
|
Make QEventDispatcherCoreFoundaton work on secondary threads
|
2018-08-09 07:24:15 +00:00 |
|
qcfsocketnotifier_p.h
|
Make sure all private headers in Qt Core include qglobal_p.h
|
2016-06-25 08:01:04 +00:00 |
|
qcore_foundation.mm
|
Replace Q_DECL_NOTHROW with noexcept the remaining places
|
2019-04-09 14:48:42 +00:00 |
|
qcore_mac.cpp
|
QtCore: port all QMutexLocker users to qt_{scoped,unique}_lock
|
2019-08-25 12:00:28 +00:00 |
|
qcore_mac_objc.mm
|
Add explicit QDebug stream operator for QCFString
|
2019-10-04 15:09:30 +02:00 |
|
qcore_mac_p.h
|
Simplify creating QCFTypes from CFTypeRefs
|
2019-10-04 15:09:32 +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
|
Merge remote-tracking branch 'origin/5.15' into dev
|
2019-12-09 10:16:01 +01:00 |
|
qcoreapplication.h
|
QCoreApplication: work towards replacing a QRecursiveMutex with a QMutex
|
2019-09-12 04:38:52 +00:00 |
|
qcoreapplication_mac.cpp
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qcoreapplication_p.h
|
Make QObjectPrivate::threadData a proper atomic
|
2019-11-13 16:22:40 +01:00 |
|
qcoreapplication_win.cpp
|
Merge remote-tracking branch 'origin/5.15' into dev
|
2019-11-25 11:30:04 +01:00 |
|
qcorecmdlineargs_p.h
|
Make sure all private headers in Qt Core include qglobal_p.h
|
2016-06-25 08:01:04 +00:00 |
|
qcoreevent.cpp
|
Tidy nullptr usage
|
2019-12-06 12:13:20 +01:00 |
|
qcoreevent.h
|
Replace Q_DECL_NOEXCEPT with noexcept in corelib
|
2019-04-03 13:49:45 +00:00 |
|
qcoreglobaldata.cpp
|
Move away from using 0 as a pointer constant
|
2019-06-07 17:19:16 +02:00 |
|
qcoreglobaldata_p.h
|
Modernize the "textcodec" feature
|
2018-11-07 13:19:54 +00:00 |
|
qdeadlinetimer.cpp
|
Merge remote-tracking branch 'origin/5.13' into dev
|
2019-05-13 08:04:58 +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
|
Add " We mean it" comment to qdeadlinetimer_p.h
|
2016-08-16 15:46:20 +00:00 |
|
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
|
Replace Q_DECL_NOEXCEPT with noexcept in corelib
|
2019-04-03 13:49:45 +00:00 |
|
qelapsedtimer_unix.cpp
|
Replace Q_DECL_NOEXCEPT with noexcept in corelib
|
2019-04-03 13:49:45 +00:00 |
|
qelapsedtimer_win.cpp
|
Merge remote-tracking branch 'origin/5.13' into dev
|
2019-04-11 07:47:21 +02:00 |
|
qeventdispatcher_cf.mm
|
Export lcEventDispatcher in private namespace
|
2019-10-03 09:11:18 +00: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
|
Replace Q_DECL_NOEXCEPT with noexcept in corelib
|
2019-04-03 13:49:45 +00:00 |
|
qeventdispatcher_win.cpp
|
Make QObjectPrivate::threadData a proper atomic
|
2019-11-13 16:22:40 +01:00 |
|
qeventdispatcher_win_p.h
|
QEventDispatcherWin32: avoid livelock in a foreign event loop
|
2019-08-29 09:12:29 +00:00 |
|
qeventdispatcher_winrt.cpp
|
Optimize QEventDispatcherWinRT::runOnMainThread()
|
2019-09-05 15:40:40 +00:00 |
|
qeventdispatcher_winrt_p.h
|
Thou Shalt Not Specialize std Function Templates
|
2019-08-03 07:09:30 +03:00 |
|
qeventloop.cpp
|
Make QObjectPrivate::threadData a proper atomic
|
2019-11-13 16:22:40 +01:00 |
|
qeventloop.h
|
Replace Q_NULLPTR with nullptr where possible
|
2017-09-19 11:53:55 +00:00 |
|
qeventloop_p.h
|
Port from QAtomic::load() to loadRelaxed()
|
2019-06-20 20:48:59 +02:00 |
|
qfunctions_fake_env_p.h
|
Replace Q_DECL_NOEXCEPT with noexcept in corelib
|
2019-04-03 13:49:45 +00:00 |
|
qfunctions_nacl.cpp
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qfunctions_nacl.h
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qfunctions_p.h
|
Make sure all private headers in Qt Core include qglobal_p.h
|
2016-06-25 08:01:04 +00:00 |
|
qfunctions_vxworks.cpp
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qfunctions_vxworks.h
|
Stop including net/if.h from qplatformdefs.h
|
2017-10-08 06:41:24 +00:00 |
|
qfunctions_winrt.cpp
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qfunctions_winrt.h
|
winrt: Fix compilation with -no-pch
|
2017-10-25 09:19:12 +00: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
|
Android: Fix hang in runOnAndroidThreadSync and requestPermissionsSync
|
2019-04-25 11:14:28 +00:00 |
|
qjnihelpers_p.h
|
Forward Service.onBind notification to Qt
|
2017-07-04 18:38:19 +00:00 |
|
qjnionload.cpp
|
Replace Q_NULLPTR with nullptr where possible
|
2017-09-19 11:53:55 +00:00 |
|
qmath.cpp
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qmath.h
|
Make qNextPowerOfTwo constexpr when building as C++14
|
2017-05-09 19:55:59 +00:00 |
|
qmath.qdoc
|
Document M_PI and friends in <QtMath>
|
2017-03-29 16:07:14 +00:00 |
|
qmetaobject.cpp
|
Merge remote-tracking branch 'origin/5.15' into dev
|
2019-12-09 10:16:01 +01:00 |
|
qmetaobject.h
|
Get rid of QList forward declarations
|
2019-10-04 17:02:24 +02:00 |
|
qmetaobject_moc_p.h
|
Make QList an alias to QVector
|
2019-10-30 11:52:48 +01:00 |
|
qmetaobject_p.h
|
Inline QMetaObjectPrivate::signalOffset()
|
2019-08-13 07:32:33 +01:00 |
|
qmetaobjectbuilder.cpp
|
Merge remote-tracking branch 'origin/5.15' into dev
|
2019-12-09 10:16:01 +01:00 |
|
qmetaobjectbuilder_p.h
|
More nullptr usage in headers
|
2019-03-14 07:37:52 +00:00 |
|
qmetatype.cpp
|
Remove a bunch of code maked for removal
|
2019-12-14 11:30:24 +01:00 |
|
qmetatype.h
|
Remove a bunch of code maked for removal
|
2019-12-14 11:30:24 +01:00 |
|
qmetatype_p.h
|
Fix build without features.shortcut
|
2019-11-12 16:39:35 +09:00 |
|
qmetatypeswitcher_p.h
|
Move away from using 0 as a pointer constant
|
2019-06-07 17:19:16 +02:00 |
|
qmimedata.cpp
|
Tidy nullptr usage
|
2019-12-06 12:13:20 +01:00 |
|
qmimedata.h
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qobject.cpp
|
Merge remote-tracking branch 'origin/5.15' into dev
|
2020-01-13 10:13:01 +01:00 |
|
qobject.h
|
Merge remote-tracking branch 'origin/5.15' into dev
|
2019-12-11 14:50:53 +01:00 |
|
qobject_impl.h
|
Replace Q_NULLPTR with nullptr where possible
|
2017-09-19 11:53:55 +00:00 |
|
qobject_p.h
|
Merge remote-tracking branch 'origin/5.15' into dev
|
2020-01-04 15:32:34 +01:00 |
|
qobjectcleanuphandler.cpp
|
Tidy nullptr usage
|
2019-12-06 12:13:20 +01:00 |
|
qobjectcleanuphandler.h
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qobjectdefs.h
|
Use the QByteArray::DataPointer typedef instead of QByteArrayData
|
2019-12-08 21:51:27 +01:00 |
|
qobjectdefs_impl.h
|
Replace Q_DECL_NOEXCEPT with noexcept in corelib
|
2019-04-03 13:49:45 +00:00 |
|
qpointer.cpp
|
Doc: replace even more null/0/nullptr with \nullptr macro
|
2019-05-08 12:48:32 +00:00 |
|
qpointer.h
|
QPointer: some simplifications
|
2019-09-13 10:47:13 +02:00 |
|
qpoll.cpp
|
rtems: Fix detection bad file descriptor
|
2019-06-05 08:21:52 +00:00 |
|
qpoll_p.h
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
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 |
|
qsharedmemory.cpp
|
Tidy nullptr usage
|
2019-12-06 12:13:20 +01:00 |
|
qsharedmemory.h
|
Run prebuilt android test APKs
|
2019-06-13 07:26:20 +00:00 |
|
qsharedmemory_android.cpp
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qsharedmemory_p.h
|
Run prebuilt android test APKs
|
2019-06-13 07:26:20 +00:00 |
|
qsharedmemory_posix.cpp
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qsharedmemory_systemv.cpp
|
Tidy nullptr usage
|
2019-12-06 12:13:20 +01:00 |
|
qsharedmemory_unix.cpp
|
Tidy nullptr usage
|
2019-12-06 12:13:20 +01:00 |
|
qsharedmemory_win.cpp
|
Run prebuilt android test APKs
|
2019-06-13 07:26:20 +00:00 |
|
qsignalmapper.cpp
|
Un-deprecate QSignalMapper
|
2019-08-01 17:00:35 +02:00 |
|
qsignalmapper.h
|
Un-deprecate QSignalMapper
|
2019-08-01 17:00:35 +02:00 |
|
qsocketnotifier.cpp
|
Make QObjectPrivate::threadData a proper atomic
|
2019-11-13 16:22:40 +01:00 |
|
qsocketnotifier.h
|
Replace Q_NULLPTR with nullptr where possible
|
2017-09-19 11:53:55 +00:00 |
|
qsystemerror.cpp
|
Move away from using 0 as a pointer constant
|
2019-06-07 17:19:16 +02:00 |
|
qsystemerror_p.h
|
QSystemError: unexport the class and export only some methods
|
2017-11-30 08:30:49 +00:00 |
|
qsystemsemaphore.cpp
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qsystemsemaphore.h
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qsystemsemaphore_android.cpp
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qsystemsemaphore_p.h
|
QtCore: Remove Windows CE.
|
2016-03-30 11:22:47 +00:00 |
|
qsystemsemaphore_posix.cpp
|
QtBase: use printf-style qWarning/qDebug where possible (II)
|
2016-05-03 04:35:06 +00:00 |
|
qsystemsemaphore_systemv.cpp
|
QtCore: use new QLatin1String::arg()
|
2019-06-03 23:28:18 +02:00 |
|
qsystemsemaphore_unix.cpp
|
Updated license headers
|
2016-01-15 12:25:24 +00:00 |
|
qsystemsemaphore_win.cpp
|
Windows code: Fix clang-tidy warnings about C-style casts
|
2018-08-30 06:26:44 +00:00 |
|
qt_attribution.json
|
Update various qt_attribution.json files
|
2018-11-02 13:48:35 +00:00 |
|
qtestsupport_core.cpp
|
Tidy nullptr usage
|
2019-12-06 12:13:20 +01:00 |
|
qtestsupport_core.h
|
qWaitFor: Prevent being stuck in QCoreApplication::processEvents
|
2019-01-09 18:10:54 +00:00 |
|
qtimer.cpp
|
Merge remote-tracking branch 'origin/5.14' into 5.15
|
2019-12-12 01:01:04 +01:00 |
|
qtimer.h
|
Don't wrap feature detection macros with QT_HAS_FOO() variants
|
2019-12-10 00:48:07 +01:00 |
|
qtimerinfo_unix.cpp
|
Tidy nullptr usage
|
2019-12-06 12:13:20 +01:00 |
|
qtimerinfo_unix_p.h
|
Make sure all private headers in Qt Core include qglobal_p.h
|
2016-06-25 08:01:04 +00:00 |
|
qtmetamacros.h
|
Use Q_NAMESPACE for the Qt namespace, and remove the old moc hack to support it
|
2019-12-06 20:29:15 +00:00 |
|
qtranslator.cpp
|
Merge remote-tracking branch 'origin/5.15' into dev
|
2019-12-09 10:16:01 +01:00 |
|
qtranslator.h
|
Replace Q_NULLPTR with nullptr where possible
|
2017-09-19 11:53:55 +00:00 |
|
qtranslator_p.h
|
Make sure all private headers in Qt Core include qglobal_p.h
|
2016-06-25 08:01:04 +00:00 |
|
qvariant.cpp
|
Merge remote-tracking branch 'origin/5.15' into dev
|
2020-01-04 15:32:34 +01:00 |
|
qvariant.h
|
Merge remote-tracking branch 'origin/5.15' into dev
|
2020-01-07 08:34:53 +01:00 |
|
qvariant_p.h
|
QVariant: introduce ShouldDeleteVariantData flag
|
2019-12-11 20:12:23 +01:00 |
|
qwineventnotifier.cpp
|
Make QObjectPrivate::threadData a proper atomic
|
2019-11-13 16:22:40 +01:00 |
|
qwineventnotifier.h
|
Add a few overrides in Qt Core
|
2018-08-05 18:56:58 +00:00 |
|
qwineventnotifier_p.h
|
Fix QWinEventNotifier for auto-reset events
|
2017-10-15 16:14:04 +00:00 |
|
qwinregistry.cpp
|
Win32: Consolidate registry code
|
2019-10-14 20:26:42 +02:00 |
|
qwinregistry_p.h
|
Win32: Consolidate registry code
|
2019-10-14 20:26:42 +02:00 |