..
forkfd_qt.c
QProcess: build forkfd as C code
2024-04-10 06:23:46 +00:00
qabstractfileengine.cpp
QDirListing: add flags to handle entries filtering
2024-06-27 01:31:40 +00:00
qabstractfileengine_p.h
QDirListing: add flags to handle entries filtering
2024-06-27 01:31:40 +00:00
qbuffer.cpp
QBuffer: resolve todo / use QByteArray::assign
2024-05-06 20:27:41 +02:00
qbuffer.h
…
qdataurl.cpp
qdataurl: extract string literals
2023-09-10 12:02:42 +03:00
qdataurl_p.h
Remove redundant QPair includes
2023-09-06 17:24:40 +00:00
qdebug.cpp
Logging: introduce QInternalMessageLogContext to hold current context
2024-03-27 13:47:53 -07:00
qdebug.h
qtypeinfo.h: move QTypeTraits part to qttypetraits.h
2024-06-04 13:42:16 +00:00
qdebug_p.h
…
qdir.cpp
QDirListing: add flags to handle entries filtering
2024-06-27 01:31:40 +00:00
qdir.h
QDirListing: add flags to handle entries filtering
2024-06-27 01:31:40 +00:00
qdir_p.h
…
qdirentryinfo_p.h
Add QDirListing, an STL-style iterator for directory entries
2024-02-29 16:35:57 +02:00
qdiriterator.cpp
Doc: Mention QDirIterator, QLockFile in IO overview page
2024-07-12 11:45:56 +00:00
qdiriterator.h
…
qdirlisting.cpp
QDirListing: add getters for iterator flags and name filters
2024-06-27 01:31:41 +00:00
qdirlisting.h
QDirListing: const_iterator: mark the relational operators noexcept
2024-07-05 20:22:06 +00:00
qfile.cpp
QFile::moveToTrash/Unix: ensure we try to remove the proper source
2024-06-26 03:15:06 +00:00
qfile.h
Long live [[nodiscard]] QFile::open
2024-04-17 20:07:47 +02:00
qfile_p.h
…
qfiledevice.cpp
Long live [[nodiscard]] QFile::open
2024-04-17 20:07:47 +02:00
qfiledevice.h
Long live [[nodiscard]] QFile::open
2024-04-17 20:07:47 +02:00
qfiledevice_p.h
…
qfileinfo.cpp
QFileInfo: checkAttribute should take lambdas by value
2024-03-21 19:05:02 +02:00
qfileinfo.h
Add QDirListing, an STL-style iterator for directory entries
2024-02-29 16:35:57 +02:00
qfileinfo_p.h
QFileInfo: checkAttribute should take lambdas by value
2024-03-21 19:05:02 +02:00
qfileselector.cpp
Handle VxWorks in QFileSelector
2024-06-19 14:02:58 +00:00
qfileselector.h
…
qfileselector_p.h
…
qfilesystemengine.cpp
QFileSystemEngine: make factory functions return unique_ptr<QABFE>
2024-03-21 19:05:02 +02:00
qfilesystemengine_mac.mm
…
qfilesystemengine_p.h
QAbstractFileEngine: remove member FileTime and use QFile::FileTime
2024-03-21 19:05:02 +02:00
qfilesystemengine_unix.cpp
QFileSystemEngine::canonicalName: skip QDir::cleanPath()
2024-07-11 08:27:20 +00:00
qfilesystemengine_win.cpp
QAbstractFileEngine: remove member FileTime and use QFile::FileTime
2024-03-21 19:05:02 +02:00
qfilesystementry.cpp
QFileSystemEntry: store special index, -2, in a contexpr variable
2024-01-14 23:10:27 +02:00
qfilesystementry_p.h
Fix tst_qfilesystementry in unity build
2023-03-15 18:18:01 +01:00
qfilesystemiterator_p.h
QDirListing: add flags to handle entries filtering
2024-06-27 01:31:40 +00:00
qfilesystemiterator_unix.cpp
QDirListing: add flags to handle entries filtering
2024-06-27 01:31:40 +00:00
qfilesystemiterator_win.cpp
QDirListing: add flags to handle entries filtering
2024-06-27 01:31:40 +00:00
qfilesystemmetadata_p.h
MinGW compile fix: Add missing inline keyword
2024-06-28 06:15:16 +00:00
qfilesystemwatcher.cpp
QFileSystem{Model,Watcher}: port to PMF signal/slot syntax
2024-01-13 17:01:24 +02:00
qfilesystemwatcher.h
QFileSystem{Model,Watcher}: port to PMF signal/slot syntax
2024-01-13 17:01:24 +02:00
qfilesystemwatcher_fsevents.mm
…
qfilesystemwatcher_fsevents_p.h
…
qfilesystemwatcher_inotify.cpp
QInotifyFileSystemWatcherEngine: change to QObject::connect PMF syntax
2024-04-18 06:01:02 +03:00
qfilesystemwatcher_inotify_p.h
…
qfilesystemwatcher_kqueue.cpp
Rename EINTR_LOOP -> QT_EINTR_LOOP
2023-11-30 22:52:11 +01:00
qfilesystemwatcher_kqueue_p.h
…
qfilesystemwatcher_p.h
QFileSystem{Model,Watcher}: port to PMF signal/slot syntax
2024-01-13 17:01:24 +02:00
qfilesystemwatcher_polling.cpp
QFilesystemWatcher: speed up the unittests
2024-02-14 17:57:03 +02:00
qfilesystemwatcher_polling_p.h
QPollingFileSystemWatcherEngine: change PollingInterval to chrono::seconds
2023-08-18 15:01:28 +00:00
qfilesystemwatcher_win.cpp
Core: include mocs
2023-07-07 18:25:50 +02:00
qfilesystemwatcher_win_p.h
…
qfsfileengine.cpp
QDirListing: add flags to handle entries filtering
2024-06-27 01:31:40 +00:00
qfsfileengine_iterator.cpp
QDirListing: add flags to handle entries filtering
2024-06-27 01:31:40 +00:00
qfsfileengine_iterator_p.h
QDirListing: add flags to handle entries filtering
2024-06-27 01:31:40 +00:00
qfsfileengine_p.h
QDirListing: add flags to handle entries filtering
2024-06-27 01:31:40 +00:00
qfsfileengine_unix.cpp
wasm: Add auto test for qfile
2024-04-13 11:32:17 +01:00
qfsfileengine_win.cpp
QFSFileEngine: update d->fileEntry after a successful rename
2024-04-20 04:29:31 +02:00
qiodevice.cpp
Containers: add max_size()
2024-02-27 16:58:27 +01:00
qiodevice.h
…
qiodevice_p.h
…
qiodevicebase.h
…
qipaddress.cpp
Fix some narrowing conversion warnings
2023-04-08 13:24:04 +02:00
qipaddress_p.h
…
qlockfile.cpp
Doc: Mention QDirIterator, QLockFile in IO overview page
2024-07-12 11:45:56 +00:00
qlockfile.h
QLockFile: remove unneeded tryLock_impl middle-man
2023-07-07 18:15:40 +02:00
qlockfile_p.h
QLockFile: {set}StaleLockTime: use chrono first
2023-03-15 20:48:31 +02:00
qlockfile_unix.cpp
Fix some narrowing conversion warnings
2023-04-08 13:24:04 +02:00
qlockfile_win.cpp
…
qloggingcategory.cpp
…
qloggingcategory.h
qC{Debug,Info,Warning,Critical}: add parentheses around macro argument
2023-10-11 02:01:29 -07:00
qloggingregistry.cpp
QLoggingRule: default initialize 'messageType' member
2024-04-11 21:54:00 +02:00
qloggingregistry_p.h
QLoggingRule: default initialize 'messageType' member
2024-04-11 21:54:00 +02:00
qnoncontiguousbytedevice.cpp
QByteDeviceWrappingIoDevice: change to use QObject::connect PMF syntax
2024-04-18 06:01:01 +03:00
qnoncontiguousbytedevice_p.h
QNonContiguousByteDevice private classes: add Q_OBJECT macro
2024-04-18 06:01:02 +03:00
qntdll_p.h
…
qprocess.cpp
QProcess: fix startCommand() with whitespace-only strings
2024-04-19 20:24:42 -07:00
qprocess.h
QProcessEnvironment: Use new comparison helper macros
2024-02-22 13:37:41 +01:00
qprocess_darwin.mm
…
qprocess_p.h
QProcess/Unix: merge some code from startProcess() and startDetached()
2023-06-21 11:12:42 -07:00
qprocess_unix.cpp
Add the missing include of termios.h
2024-04-26 01:45:56 +02:00
qprocess_win.cpp
QProcess: set the error message and state if qt_create_pipe() fails
2024-02-26 23:29:40 -08:00
qresource.cpp
QDirListing: add flags to handle entries filtering
2024-06-27 01:31:40 +00:00
qresource.h
…
qresource_iterator.cpp
QDirListing: add flags to handle entries filtering
2024-06-27 01:31:40 +00:00
qresource_iterator_p.h
QDirListing: add flags to handle entries filtering
2024-06-27 01:31:40 +00:00
qresource_p.h
QDirListing: add flags to handle entries filtering
2024-06-27 01:31:40 +00:00
qsavefile.cpp
QSaveFile: don't reset fileEngine after commit()
2024-04-26 18:19:39 +02:00
qsavefile.h
Long live [[nodiscard]] QFile::open
2024-04-17 20:07:47 +02:00
qsavefile_p.h
Bootstrap: remove QTemporaryFile
2024-03-13 09:41:02 -08:00
qsettings.cpp
Bootstrap: remove QTemporaryFile
2024-03-13 09:41:02 -08:00
qsettings.h
Set QSettings::Format enum associated values
2023-09-01 03:34:37 +02:00
qsettings_mac.cpp
…
qsettings_p.h
Make WASM IDB settings use the fallback mechanism correctly
2023-10-18 19:01:45 +02:00
qsettings_wasm.cpp
Make WASM IDB settings use the fallback mechanism correctly
2023-10-18 19:01:45 +02:00
qsettings_win.cpp
…
qstandardpaths.cpp
Doc: fix QStandardPaths::displayName qdoc warning on macOS
2024-01-20 03:53:20 +01:00
qstandardpaths.h
Fix code style - add missing trailing comma
2024-01-23 15:48:41 +02:00
qstandardpaths_android.cpp
JNI: pre-declare JNI classes for standard Java types
2024-06-20 19:30:06 +00:00
qstandardpaths_haiku.cpp
Add StateLocation & GenericStateLocation to StandardLocation
2023-09-07 01:17:13 +03:00
qstandardpaths_mac.mm
Add StateLocation & GenericStateLocation to StandardLocation
2023-09-07 01:17:13 +03:00
qstandardpaths_unix.cpp
Add StateLocation & GenericStateLocation to StandardLocation
2023-09-07 01:17:13 +03:00
qstandardpaths_win.cpp
Add StateLocation & GenericStateLocation to StandardLocation
2023-09-07 01:17:13 +03:00
qstorageinfo.cpp
QStorageInfo: Use new comparison helper macros
2024-02-22 13:37:42 +01:00
qstorageinfo.h
QStorageInfo: Use new comparison helper macros
2024-02-22 13:37:42 +01:00
qstorageinfo_linux.cpp
QDirListing: add flags to handle entries filtering
2024-06-27 01:31:40 +00:00
qstorageinfo_linux_p.h
QStorageInfo/Linux: use the mount ID to match paths to mountinfo lines
2024-06-01 08:36:02 -03:00
qstorageinfo_mac.cpp
Use new QBA::assign in QStorageInfoPrivate::retrievePosixInfo
2023-08-01 13:22:39 +02:00
qstorageinfo_p.h
QStorageInfo/Linux: use the mount ID to match paths to mountinfo lines
2024-06-01 08:36:02 -03:00
qstorageinfo_stub.cpp
Redefinition of root on qstorageinfo_stub.cpp
2023-07-31 19:57:15 +02:00
qstorageinfo_unix.cpp
Port to QDirListing
2024-03-03 14:02:07 +02:00
qstorageinfo_win.cpp
QStorageInfo: change private blockSize member to int
2023-11-17 15:36:37 -07:00
qtemporarydir.cpp
QTemporaryDir: clarify path/filePath() API docs
2024-06-18 02:23:40 +00:00
qtemporarydir.h
Bootstrap: remove QTemporaryFile
2024-03-13 09:41:02 -08:00
qtemporaryfile.cpp
QTemporaryFile: de-duplicate docs wrt. the file name relative/absolute
2024-07-12 21:08:02 +03:00
qtemporaryfile.h
Long live [[nodiscard]] QFile::open
2024-04-17 20:07:47 +02:00
qtemporaryfile_p.h
QTemporaryFileEngine: minor optimization
2024-04-20 04:29:32 +02:00
qurl.cpp
QUrl: distinguish empty and null host/authority
2024-05-14 11:00:11 -07:00
qurl.h
QUrl: Use new comparison helper macros
2024-03-06 11:09:21 +01:00
qurl_p.h
QDnsLookup: merge some of the domain label expansion code
2023-06-03 19:28:11 -07:00
qurlidna.cpp
QUrl IDNA: Update to Unicode 15.1
2024-02-08 17:43:58 +01:00
qurlquery.cpp
QUrlQuery: Use new comparison helper macros
2024-02-23 19:46:02 +01:00
qurlquery.h
QUrlQuery: Use new comparison helper macros
2024-02-23 19:46:02 +01:00
qurlrecode.cpp
…
qwindowspipereader.cpp
Core: include mocs
2023-07-07 18:25:50 +02:00
qwindowspipereader_p.h
…
qwindowspipewriter.cpp
Core: include mocs
2023-07-07 18:25:50 +02:00
qwindowspipewriter_p.h
…
qzip.cpp
Doc: Qt Core: Fully qualify \variable documentation
2024-02-13 08:14:07 +00:00
qzipreader_p.h
Move QZipReader/Writer from QtGui to QtCore
2023-04-26 12:01:05 +02:00
qzipwriter_p.h
Move QZipReader/Writer from QtGui to QtCore
2023-04-26 12:01:05 +02:00