.. |
qabstractfileengine.cpp
|
remove abstract file handler support leftovers
|
2020-02-13 16:44:43 +00:00 |
qabstractfileengine.h
|
remove abstract file handler support leftovers
|
2020-02-13 16:44:43 +00:00 |
qabstractfileengine_p.h
|
cleanup file engine, notably the Qt resource part
|
2020-01-11 20:39:33 +00:00 |
qbuffer.cpp
|
mark QBufferPrivate::peek() methods as final
|
2020-01-18 06:16:36 +00:00 |
qbuffer.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qdatastream.cpp
|
introduce QT_BUFFSIZE
|
2020-01-11 23:38:06 +00:00 |
qdatastream.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qdatastream_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qdataurl.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qdataurl_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qdebug.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qdebug.h
|
remove most std::bad_alloc exceptions handling
|
2020-01-09 02:15:39 +00:00 |
qdir.cpp
|
avoid temporary and remove always true case in QDir::cleanPath()
|
2020-01-25 23:58:06 +00:00 |
qdir.h
|
make private QDir pointer actually private
|
2020-10-16 18:08:22 +03:00 |
qdir_p.h
|
replace QDirPrivate::getFilterSepChar() and QDirPrivate::splitFilters() with their body
|
2020-01-13 21:13:04 +00:00 |
qdiriterator.cpp
|
make private QDir pointer actually private
|
2020-10-16 18:08:22 +03:00 |
qdiriterator.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qfile.cpp
|
get rid of QFilePrivate::cachedSize member
|
2020-04-14 23:28:38 +00:00 |
qfile.h
|
effectively revert 46ae020ff2 and 9529ee4b26
|
2020-01-16 06:56:49 +00:00 |
qfile_p.h
|
get rid of QFilePrivate::cachedSize member
|
2020-04-14 23:28:38 +00:00 |
qfileinfo.cpp
|
remove redundant branch in QFileInfoPrivate::getFileOwner()
|
2020-10-26 03:10:11 +02:00 |
qfileinfo.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qfileinfo_p.h
|
cleanup file engine, notably the Qt resource part
|
2020-01-11 20:39:33 +00:00 |
qfilesystemengine.cpp
|
check for dirent.d_type member during build
|
2020-10-21 03:51:53 +03:00 |
qfilesystemengine_p.h
|
remove redundant QSystemError class
|
2020-08-09 16:09:53 +03:00 |
qfilesystemengine_unix.cpp
|
implement QFileSystemEngine::copyFile() for FreeBSD
|
2020-10-21 04:24:53 +03:00 |
qfilesystementry.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qfilesystementry_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qfilesystemiterator_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qfilesystemiterator_unix.cpp
|
reduce branches in QFileSystemIterator::QFileSystemIterator()
|
2020-01-05 04:05:45 +00:00 |
qfilesystemmetadata_p.h
|
inline some QFileSystemMetaData methods
|
2020-10-20 23:37:58 +03:00 |
qfilesystemwatcher.cpp
|
correct conditions for kqueue support in qfilesystemwatcher source file
|
2020-10-18 19:47:44 +03:00 |
qfilesystemwatcher.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qfilesystemwatcher_inotify.cpp
|
use dynamic array instead of QVarLengthArray in QInotifyFileSystemWatcherEngine::readFromInotify()
|
2020-10-20 23:24:21 +03:00 |
qfilesystemwatcher_inotify_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qfilesystemwatcher_kqueue.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qfilesystemwatcher_kqueue_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qfilesystemwatcher_p.h
|
move QFileSystemWatcher initialization from QFileSystemWatcher::addPaths() to QFileSystemWatcherPrivate::init()
|
2020-01-12 22:16:37 +00:00 |
qfsfileengine.cpp
|
use QT_OFF_T where appropriate
|
2020-10-08 12:46:00 +03:00 |
qfsfileengine.h
|
cleanup file engine, notably the Qt resource part
|
2020-01-11 20:39:33 +00:00 |
qfsfileengine_iterator.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qfsfileengine_iterator_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qfsfileengine_p.h
|
remove redundant internal QFSFileEnginePrivate methods
|
2020-01-05 00:13:57 +00:00 |
qfsfileengine_unix.cpp
|
cache result of getpagesize() per-thread in QFSFileEnginePrivate::map()
|
2020-10-26 03:17:04 +02:00 |
qiodevice.cpp
|
mark QIODevice warning cases as unlikely
|
2020-01-14 01:30:19 +00:00 |
qiodevice.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qiodevice_p.h
|
introduce QT_BUFFSIZE
|
2020-01-11 23:38:06 +00:00 |
qnoncontiguousbytedevice.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qnoncontiguousbytedevice_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qprocess.cpp
|
reuse PID as serial in QProcessManager
|
2020-10-21 21:11:05 +03:00 |
qprocess.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qprocess_p.h
|
reuse PID as serial in QProcessManager
|
2020-10-21 21:11:05 +03:00 |
qprocess_unix.cpp
|
get rid of QProcessInfo::pid member
|
2020-10-21 21:18:44 +03:00 |
qresource.cpp
|
replace 0 with Q_NULLPTR where applicable
|
2020-01-27 19:30:08 +00:00 |
qresource.h
|
cleanup file engine, notably the Qt resource part
|
2020-01-11 20:39:33 +00:00 |
qresource_iterator.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qresource_iterator_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qresource_p.h
|
cleanup file engine, notably the Qt resource part
|
2020-01-11 20:39:33 +00:00 |
qsettings.cpp
|
create leading directories of settings filepath
|
2020-02-16 15:46:11 +00:00 |
qsettings.h
|
reimplement QSettings groups support
|
2020-02-01 17:40:25 +00:00 |
qsettings_p.h
|
reimplement QSettings groups support
|
2020-02-01 17:40:25 +00:00 |
qstandardpaths.cpp
|
mark certain core component options unsupported
|
2019-12-18 00:00:13 +00:00 |
qstandardpaths.h
|
mark certain core component options unsupported
|
2019-12-18 00:00:13 +00:00 |
qstandardpaths_unix.cpp
|
mark constant as static in QStandardPaths::writableLocation()
|
2020-06-22 16:22:21 +00:00 |
qtemporaryfile.cpp
|
compiler warnings fixes
|
2020-08-20 06:05:13 +03:00 |
qtemporaryfile.h
|
effectively revert 46ae020ff2 and 9529ee4b26
|
2020-01-16 06:56:49 +00:00 |
qtextstream.cpp
|
remove unused QTextStreamPrivate::stringOpenMode member
|
2020-01-25 14:37:32 +00:00 |
qtextstream.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qtldurl.cpp
|
update URL TLDs
|
2020-10-09 10:51:55 +03:00 |
qtldurl_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qurl.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qurl.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |