summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* QAbstractFileEngineIterator: ensure `m_path` ends with '/'Ahmad Samir2024-03-031-10/+12
* QAbstractFileEngineIterator: general code cleanupAhmad Samir2024-03-032-48/+15
* QDirIterator: port to QDirListing internallyAhmad Samir2024-03-031-309/+61
* Port to QDirListingAhmad Samir2024-03-037-60/+43
* QDirListing: minor code cleanupAhmad Samir2024-02-291-31/+32
* Add QDirListing, an STL-style iterator for directory entriesAhmad Samir2024-02-296-237/+559
* Copy QDirIterator.{cpp,h} to QDirListing.{cpp,h}Ahmad Samir2024-02-292-0/+630
* Containers: add max_size()Giuseppe D'Angelo2024-02-271-7/+6
* QProcess: set the error message and state if qt_create_pipe() failsThiago Macieira2024-02-262-8/+29
* corelib: settings - make qsettings.cpp unity buildableTim Blechmann2024-02-261-0/+7
* QUrlQuery: Use new comparison helper macrosRym Bouabid2024-02-232-13/+24
* QFileSystemIterator/Darwin: enforce NFC encoding in QStringThiago Macieira2024-02-221-1/+9
* QStorageInfo: Use new comparison helper macrosRym Bouabid2024-02-222-17/+18
* QProcessEnvironment: Use new comparison helper macrosRym Bouabid2024-02-222-7/+17
* QFileInfo and QDir: use new \compares commandRym Bouabid2024-02-212-0/+3
* Be more verbose if QT_LOGGING_DEBUG is setKai Köhne2024-02-201-9/+29
* Apple: Fix a few deprecation warnings after bumping deployment targetsTor Arne Vestbø2024-02-191-13/+8
* QLoggingRegistry: cut out the QMap middle-manMarc Mutz2024-02-172-4/+5
* QLoggingRegistry: further defend against non-NUL-terminated stringsMarc Mutz2024-02-172-7/+7
* QFileInfo: Use new comparison helper macrosRym Bouabid2024-02-142-16/+20
* QFilesystemWatcher: speed up the unittestsAhmad Samir2024-02-141-1/+11
* QDir: Use new comparison helper macrosRym Bouabid2024-02-132-12/+18
* Doc: Qt Core: Fully qualify \variable documentationTopi Reinio2024-02-131-7/+7
* QLoggingRegistry: disable copyingMarc Mutz2024-02-091-0/+1
* QFileSystemIterator/Unix: use QStringDecoderAhmad Samir2024-02-093-20/+27
* QUrl IDNA: Update to Unicode 15.1Ievgenii Meshcheriakov2024-02-081-17/+51
* QFileSystemMetaData: add is{Readable,Writable,Executable} gettersAhmad Samir2024-02-082-3/+7
* Make use of methods defined in utils unix layerKrzysztof Sommerfeld2024-02-061-1/+2
* QFileSystemIterator: simplify the constructorAhmad Samir2024-02-035-14/+5
* QFileSystemIterator: set errno to 0 before calling readdir()Ahmad Samir2024-02-031-0/+12
* QFileSystemIterator: manage dirstream with unique_ptrAhmad Samir2024-02-032-17/+13
* QFileInfo: clarify the docs with respect to "file" == file system entryAhmad Samir2024-02-021-156/+188
* QFileSystemEngine: use nativeFilePath()Ahmad Samir2024-02-011-4/+3
* QUrl IDNA: Fix typoIevgenii Meshcheriakov2024-01-261-3/+3
* QAbstractFileEngine: remove forward declarations of non-existent classesAhmad Samir2024-01-261-3/+0
* QFileInfo: de-duplicate docs wrt. fetching info of a symlink's targetAhmad Samir2024-01-261-52/+34
* QFileInfo: de-duplicate docs wrt. QResource pathsAhmad Samir2024-01-251-4/+4
* QFile::moveToTrash: add documentation about run time and fail conditionsThiago Macieira2024-01-251-0/+21
* Remove qfunctions_vxworks files and usage as it is no longer neededMarcin Zdunek2024-01-251-2/+2
* Fix code style - add missing trailing commaJonathan Ketchker2024-01-231-1/+1
* QProcess: align treatment of early start errorsThiago Macieira2024-01-222-5/+5
* QStorageInfo/Linux: use FS_IOC_GETFSLABEL to get the labelsThiago Macieira2024-01-221-7/+46
* QStorageInfo/Linux: merge doStat() and initRootPath()Thiago Macieira2024-01-222-25/+8
* QStorageInfo/Linux: move retrieveVolumeInfo() up because it won't failThiago Macieira2024-01-221-1/+1
* QStorageInfo/Linux: fix getting information on unmounted btrfs subvolsThiago Macieira2024-01-211-5/+23
* QProcess/Doc: clarify that early crashes happen after started()Thiago Macieira2024-01-211-0/+6
* QProcess/Doc: clarify that started() may be emitted very earlyThiago Macieira2024-01-211-12/+15
* Doc: fix QStandardPaths::displayName qdoc warning on macOSVolker Hilsheimer2024-01-201-0/+2
* Add sys/types.h include to fix build with muslAndré Klitzing2024-01-152-1/+4
* QDebug: add missing #include <optional>Marc Mutz2024-01-151-0/+1