summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfsfileengine_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix out-of-range shiftingMaurice Kalinowski2014-04-091-2/+2
* Fix offset calculation on WinRTMaurice Kalinowski2014-04-011-0/+1
* Added initial file system support for winrtOliver Wolff2013-10-111-16/+57
* When the file could not be accessed, we should return 0 for the sizeAndy Shaw2013-06-111-0/+1
* Fix QFSFileEngine::renameOverwrite for Windows Embedded Compact 7.Janne Anttila2013-04-151-0/+26
* renameOverwrite: don't allow cross-partition copyingDavid Faure2013-03-221-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-3/+4
|\
| * Fix CreateFileMapping() error handlingPeter Kümmel2013-02-281-3/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Add syncToDisk() to QAbstractFileEngine.David Faure2013-01-141-4/+14
* | Add renameOverwrite() to QAbstractFileEngine.David Faure2013-01-141-0/+11
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-071-2/+2
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-2/+2
* Remove macro _POSIX_ from Win32 special fileDebao Zhang2012-04-051-1/+0
* Add missing #include <stdio.h> for _filenoThiago Macieira2012-04-041-0/+1
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-221-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove Q_CC_MWERKS.Robin Burchell2012-01-191-1/+1
* Fixed QFile::link behaviour for WinCE devices.Janne Anttila2012-01-131-0/+1
* Build fix for WINCE to qfsfileengine_win.cppJanne Anttila2012-01-131-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-241-5/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1008