aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/savefile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-08-261-24/+2
* Utils: Drop unused headers [I-Z]Jarek Kobus2022-05-251-3/+5
* Utils: More forward declarations / drop unused headers [S]Jarek Kobus2022-05-251-0/+2
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-1/+1
* Utils: Move resolveSymLinks from FileUtils to FilePathhjk2021-07-021-2/+1
* Don't initialize QFlags unnecessarilyAlessandro Portale2020-01-211-1/+1
* Use even less nullptr for default flagshjk2020-01-201-10/+10
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-9/+9
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* SaveFile: Fix error handling when moving file with new contents failsEike Ziller2018-12-171-1/+2
* Merge remote-tracking branch 'origin/4.7' into 4.8Eike Ziller2018-09-271-7/+20
|\
| * Utils: Fix file saver for delete locked filesDavid Schulz2018-09-261-7/+20
* | Utils: Modernize furtherAlessandro Portale2018-07-241-1/+1
* | Utils: ModernizeAlessandro Portale2018-07-201-1/+1
* | Revert "Windows: Match the name case of included files"Orgad Shaneh2018-07-191-1/+1
* | Windows: Match the name case of included filesAlessandro Portale2018-07-121-1/+1
|/
* Fix issues with saving files on network drives on WindowsEike Ziller2018-06-291-1/+1
* Utils: fix savefile in case we save new file (Windows)Ivan Donchevskii2017-12-201-12/+24
* Utils: Don't proceed with temp file which could not be openedRobert Loehning2017-12-191-1/+2
* Utils: workaround for saving file opened by another applicationIvan Donchevskii2017-12-151-0/+19
* Utils: take control over QTemporaryFile file lockIvan Donchevskii2017-12-151-12/+19
* Utils: improve savefile error messagesIvan Donchevskii2017-12-151-10/+20
* Utils: remove unused variable in SaveFile classIvan Donchevskii2017-12-111-3/+2
* Utils: improve failed file saving behaviorIvan Donchevskii2017-07-031-2/+11
* Fix compiler warnings on windows.David Schulz2016-04-221-1/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Utils: Make sure we only use fdatasync() on systems that have it.Christian Kandeler2013-02-061-3/+3
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Fix: Make sure umask is used when creating new filesKnut Petter Svendsen2013-01-291-1/+38
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | Utils::FileUtils: Use Utils::FileName for file paths instead of QString.Christian Kandeler2012-09-071-1/+2
|/
* Build fix for Mac OSEike Ziller2012-08-201-0/+2
* Fix compilation of MinGW-w64 4.7Yuchen Deng2012-08-171-1/+1
* properly sync file's data on commitOswald Buddenhagen2012-08-161-0/+14
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Long live the king!hjk2012-01-261-1/+1
* Don't try finalizing files that were never created.Eike Ziller2011-12-051-1/+2
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* don't rewrite symlink on save, rewrite target insteadVlad Brovko2011-10-201-4/+6
* Utils/Coreplugin: Clean headers.Friedemann Kleint2011-08-171-8/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* add Utils::SaveFile: class for atomic saving of filesOswald Buddenhagen2011-04-181-0/+106