summaryrefslogtreecommitdiff
path: root/src/libs/utils/savefile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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