summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QAbstractFileEngine: add a path parameter to beginEntryList()Ahmad Samir36 hours11-38/+32
* QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptrAhmad Samir39 hours8-23/+35
* Bootstrap: remove QDirListing/QDirIteratorThiago Macieira5 days2-0/+12
* Bootstrap: remove QTemporaryFileThiago Macieira5 days10-21/+21
* QProcess/Unix: fix close() on invalid file descriptorThiago Macieira6 days1-1/+2
* QProcess/Unix: fix improper restoration of signal mask and cancel stateThiago Macieira7 days1-9/+9
* QUrl: Use new comparison helper macrosRym Bouabid13 days2-48/+69
* Remove unnecessary #undef about q{Debug,Info,Warning,Critical,Fatal}Thiago Macieira2024-03-041-7/+0
* Replace some QString::fromUtf16() with QStringView::toString()Thiago Macieira2024-03-041-1/+1
* QProcess/Doc: remove the note that about FailedToStart after started()Thiago Macieira2024-03-031-3/+0
* QAbstractFileEngine: remove redundant endEntryList() overridesAhmad Samir2024-03-036-25/+1
* 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