summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qtemporaryfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* QSaveFile[win]: remove fallback to old renameOverwriteMårten Nordheim2024-04-171-4/+3
* QSaveFile[win]: only use SetFileInformationByHandle when opened with DELETEMårten Nordheim2024-04-171-3/+5
* Long live [[nodiscard]] QFile::openGiuseppe D'Angelo2024-04-171-1/+1
* QSaveFile[win]: Use SetFileInformationByHandle for atomic renameMårten Nordheim2024-04-121-1/+8
* Bootstrap: remove QTemporaryFileThiago Macieira2024-03-131-2/+2
* QTemporaryFile(Name): don't make the path absolute on generationThiago Macieira2023-10-261-3/+2
* QTemporaryFile: Add support for std::filesystem::pathMårten Nordheim2023-10-091-1/+23
* QTemporaryFile: fix narrowing conversion warningsAhmad Samir2023-04-081-2/+2
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* Add QFileInfo::readSymLink() to read the raw link pathWang Fei2022-12-231-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-3/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* QTemporaryFile: document rename() differences from QFileThiago Macieira2022-06-011-8/+32
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-5/+7
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-041-2/+3
* Rename LinkName to AbsoluteLinkTargetWang Fei2021-11-031-1/+1
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-111-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-4/+4
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-241-15/+0
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Remove winrtOliver Wolff2020-06-061-8/+1
* QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-081-2/+4
* QTemporaryFile: Add a note about behavior on LinuxAndre Hartmann2019-11-201-0/+6
* QFile: hold engine by unique_ptrMarc Mutz2019-07-191-8/+8
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-3/+3
* QTemporaryFile: Return early if the passed in QFile cannot be openedAndy Shaw2019-03-191-2/+2
* Handle the situation where QTemporaryFile::open() failsAndy Shaw2019-03-051-9/+13
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-7/+1
* Windows/QSaveFile: Fix locking issues on Dropbox drivesFriedemann Kleint2018-02-141-4/+7
* Add QIODevice::NewOnly and QIODevice::ExistingOnly OpenMode flagsd3fault2018-01-171-1/+1
* QTemporaryFile: fix issues with removing a file twiceThiago Macieira2017-11-231-3/+19
* Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-1/+1
* QRandomGenerator: update API to better nameThiago Macieira2017-09-221-1/+1
* QTemporaryFile: Add support for Linux's O_TMPFILEThiago Macieira2017-08-231-12/+175
* QTemporaryFileName: use the random data more wiselyThiago Macieira2017-08-041-46/+32
* Long live QTemporaryFileName!Thiago Macieira2017-08-041-77/+67
* QTemporaryFile: split the template parsing and generationThiago Macieira2017-08-041-62/+59
* QTemporaryFile: give the engine access to the template nameThiago Macieira2017-08-041-11/+2
* QTemporaryFile: add a simpler rename() (non-virtual) overrideThiago Macieira2017-08-041-0/+32
* QTemporaryFile: fix the generation of names from templatesThiago Macieira2017-06-121-2/+5
* QtCore: include mocsThiago Macieira2017-05-051-1/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-1/+1
| |\
| | * QTemporaryFile's setFileTemplate operates not only on XXXXXX in the endSune Vuorela2016-10-061-1/+1
* | | Simplify constructor code of QTemporaryFile.Friedemann Kleint2016-06-021-17/+10
|/ /
* / Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-4/+21
|\
| * Set the state of QTemporaryFileEngine properly prior to reopeningThiago Macieira2015-07-151-4/+21