katie/src/core/io
Ivailo Monev bed075f5c4 replace 0 with Q_NULLPTR where applicable
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-01-27 19:30:08 +00:00
..
qabstractfileengine.cpp remove unused and internal QAbstractFileEngineIterator::entryInfo() 2020-01-25 15:44:21 +00:00
qabstractfileengine.h remove unused and internal QAbstractFileEngineIterator::entryInfo() 2020-01-25 15:44:21 +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 fix const-correctness of QDir::refresh() 2020-01-13 21:13:31 +00:00
qdir_p.h replace QDirPrivate::getFilterSepChar() and QDirPrivate::splitFilters() with their body 2020-01-13 21:13:04 +00:00
qdiriterator.cpp avoid copy in foreach() loop in QDirIteratorPrivate::matchesFilters() 2020-01-26 09:17:22 +00:00
qdiriterator.h update copyright and add script for doing so 2019-12-29 23:21:34 +00:00
qfile.cpp effectively revert 46ae020ff2 and 9529ee4b26 2020-01-16 06:56:49 +00:00
qfile.h effectively revert 46ae020ff2 and 9529ee4b26 2020-01-16 06:56:49 +00:00
qfile_p.h effectively revert 46ae020ff2 and 9529ee4b26 2020-01-16 06:56:49 +00:00
qfileinfo.cpp update copyright and add script for doing so 2019-12-29 23:21:34 +00: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 cleanup file engine, notably the Qt resource part 2020-01-11 20:39:33 +00:00
qfilesystemengine_p.h remove unused QFileSystemEngine::setPermissions() argument 2020-01-13 21:24:05 +00:00
qfilesystemengine_unix.cpp check for get_current_dir_name(), fegetenv(), fesetenv(), feclearexcept() and feenableexcept() 2020-01-16 19:06:01 +00: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 update copyright and add script for doing so 2019-12-29 23:21:34 +00:00
qfilesystemwatcher.cpp mark Q_Q() macro call argument const where applicable in QFileSystemWatcherPrivate 2020-01-18 14:22:28 +00:00
qfilesystemwatcher.h update copyright and add script for doing so 2019-12-29 23:21:34 +00:00
qfilesystemwatcher_inotify.cpp avoid temporary in QInotifyFileSystemWatcherEngine::readFromInotify() 2020-01-16 22:48:13 +00: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 remove redundant int() constructs from qt_error_string() function calls 2020-01-12 03:06:01 +00: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 replace setCloseOnExec() with its body and reuse file descriptor in QFSFileEnginePrivate::nativeOpen() 2020-01-24 23:01:58 +00: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 replace some tabs with space 2020-01-22 15:57:56 +00:00
qprocess.h update copyright and add script for doing so 2019-12-29 23:21:34 +00:00
qprocess_p.h Revert "pass size of string to QString::fromLocal8Bit() where known" 2020-01-14 03:42:37 +00:00
qprocess_unix.cpp update copyright and add script for doing so 2019-12-29 23:21:34 +00: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 fix pending QSettings changes writing 2020-01-25 19:14:11 +00:00
qsettings.h use QSettings::NativeFormat as default for QSettings constructed with filename 2020-01-12 17:12:03 +00:00
qsettings_p.h fix pending QSettings changes writing 2020-01-25 19:14:11 +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 certain core component options unsupported 2019-12-18 00:00:13 +00:00
qtemporaryfile.cpp replace some tabs with space 2020-01-22 15:57:56 +00: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 table [ci skip] 2020-01-02 18:19:38 +00: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