.. |
qabstracteventdispatcher.cpp
|
do not compare member to zero in QAbstractEventDispatcherPrivate::init()
|
2020-03-25 01:23:56 +00:00 |
qabstracteventdispatcher.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qabstracteventdispatcher_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qabstractitemmodel.cpp
|
replace 0 with Q_NULLPTR where applicable
|
2020-02-12 15:34:06 +00:00 |
qabstractitemmodel.h
|
replace 0 with Q_NULLPTR where applicable
|
2020-02-12 15:34:06 +00:00 |
qabstractitemmodel_p.h
|
replace 0 with Q_NULLPTR where applicable
|
2020-02-12 15:34:06 +00:00 |
qbasictimer.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qbasictimer.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qcore_unix.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qcore_unix_p.h
|
assume platforms support POSIX signals
|
2020-04-06 14:33:02 +00:00 |
qcoreapplication.cpp
|
review internal callbacks system
|
2020-05-28 02:02:10 +00:00 |
qcoreapplication.h
|
remove virtual specifier from internal QCoreApplication::compressEvent()
|
2020-01-15 15:58:25 +00:00 |
qcoreapplication_p.h
|
do not append application path to library paths
|
2020-02-17 18:11:35 +00:00 |
qcoreevent.cpp
|
update internal QEvent::Type enums documentation [ci skip]
|
2020-01-04 17:17:57 +00:00 |
qcoreevent.h
|
inherit QEvent from QSpontaneKeyEvent
|
2020-01-30 23:06:36 +00:00 |
qeventdispatcher_unix.cpp
|
remove unused and internal QEventLoop::ProcessEventsFlag enums
|
2020-03-31 09:08:57 +00:00 |
qeventdispatcher_unix_p.h
|
remove virtual specifiers from QEventDispatcherUNIXPrivate::initThreadWakeUp() and QEventDispatcherUNIXPrivate::processThreadWakeUp()
|
2020-02-03 13:38:24 +00:00 |
qeventloop.cpp
|
remove unused and internal QEventLoop::ProcessEventsFlag enums
|
2020-03-31 09:08:57 +00:00 |
qeventloop.h
|
remove unused and internal QEventLoop::ProcessEventsFlag enums
|
2020-03-31 09:08:57 +00:00 |
qmath.h
|
introduce qFmod() math function
|
2020-01-10 16:49:41 +00:00 |
qmath.qdoc
|
add note in which version qFmod() function was introduced [ci skip]
|
2020-01-10 19:02:01 +00:00 |
qmetaobject.cpp
|
avoid temporary in QMetaObject::constructor()
|
2020-04-08 00:42:47 +00:00 |
qmetaobject.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qmetaobject_p.h
|
correct definition check for meta types normalization cache in normalizeTypeInternal()
|
2020-01-18 13:36:39 +00:00 |
qmetatype.cpp
|
move custom types access closer to the scope it is used in in QMetaType
|
2020-01-26 13:16:08 +00:00 |
qmetatype.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qmimedata.cpp
|
replace break and falltrough with return in QMimeDataPrivate::getData()
|
2020-01-04 22:55:48 +00:00 |
qmimedata.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qobject.cpp
|
avoid temporary in QObjectPrivate::_q_reregisterTimers()
|
2020-07-14 00:25:24 +00:00 |
qobject.h
|
remove redundant const_cast<> in qobject_cast<>() function
|
2020-01-13 00:37:33 +00:00 |
qobject_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qobjectcleanuphandler.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qobjectcleanuphandler.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qobjectdefs.h
|
remove tmake comments from qobjectdefs header
|
2020-01-12 17:37:34 +00:00 |
qpointer.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qpointer.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qsharedmemory.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qsharedmemory.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qsharedmemory_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qsharedmemory_unix.cpp
|
use LFS-aware QT_FSTRUNCATE definition in QSharedMemoryPrivate::create()
|
2020-04-14 01:07:22 +00:00 |
qsignalmapper.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qsignalmapper.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qsocketnotifier.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qsocketnotifier.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qsystemerror.cpp
|
QSystemError cleanup
|
2020-01-16 08:32:06 +00:00 |
qsystemerror_p.h
|
QSystemError cleanup
|
2020-01-16 08:32:06 +00:00 |
qsystemsemaphore.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qsystemsemaphore.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qsystemsemaphore_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qsystemsemaphore_unix.cpp
|
update link in note about EIDRM in qsystemsemaphore_unix source file
|
2020-01-16 22:48:51 +00:00 |
qtimer.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qtimer.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qtranslator.cpp
|
replace some tabs with space
|
2020-01-22 15:57:56 +00:00 |
qtranslator.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qtranslator_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qvariant.cpp
|
convert QVariant::String to/from QVariant::StringList type based on delimiter
|
2020-01-01 11:57:34 +00:00 |
qvariant.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qvariant_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |