summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfsfileengine_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Fix CreateFileMapping() error handlingPeter Kümmel2013-03-011-3/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Fix QFile append on windowsShane Kearns2012-06-091-0/+5
* Fixed QFile::link behaviour for WinCE devices.jaanttil2012-01-311-0/+1
* Build fix for WINCE to qfsfileengine_win.cppJanne Anttila2012-01-121-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-071-3/+4
| |\
| | * Ensure that we load system libraries from the correct location.Jan-Arve Sæther2010-09-031-3/+4
* | | Removing unused duplicate definitionsJoão Abecasis2010-12-051-27/+0
* | | Fix compile error on WindowsPrasanth Ullattil2010-11-241-0/+4
* | | Windows: fix QFile::symLinkTargetShane Kearns2010-11-171-1/+1
* | | Fix QFile::resize on windows for files opened from a FILE*Shane Kearns2010-11-161-3/+7
* | | Use QSystemError to return errors from QFileSystemEngineShane Kearns2010-10-121-8/+8
* | | Implement error reporting for file APIsShane Kearns2010-10-071-8/+12
* | | Move rootPath, homePath, tempPath, currentPath and setCurrentPathShane Kearns2010-09-201-46/+5
* | | Wrong size for directories on windows.Prasanth Ullattil2010-09-151-2/+1
* | | Pass QFileSystemMetaData reference into QFileSystemEngine::canonicalNameShane Kearns2010-09-151-1/+1
* | | Make QFSFileEngine & QFileInfo use the new filesystemengine on WindowsPrasanth Ullattil2010-09-141-969/+79
* | | Make QFileSystemEngine::slowCanonicalized privateThomas Zander2010-09-011-1/+1
* | | Finish canonicalized for all platformsThomas Zander2010-09-011-10/+5
* | | Fix the tst_QFileInfo::absolutePath() autotests on WindowsPrasanth Ullattil2010-08-301-2/+4
* | | Removed native file path handling from QFSFileEngineJoão Abecasis2010-08-301-197/+86
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-0/+4
|\| |
| * | CreateFileMapping returns NULL on error , only tested with INVALID_HANDLE_VALUE.Carlos Manuel Duclos Vergara2010-08-091-0/+4
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-011-1/+9
|\| |
| * | fix for using .lnk files when running app from UNCZeno Albisser2010-06-041-1/+9
* | | Fix for qfsfileengine_win to return proper absolute path for C:\Zeno Albisser2010-05-071-4/+6
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-04-281-2/+26
|\ \ \ | |/ / |/| |
| * | Use GetProcAddress for GetVolumePathNamesForVolumeNameWZeno Albisser2010-04-231-7/+17
| * | Fix for missing wchar_t pointer cast in qfsfileengine_win.cppZeno Albisser2010-04-231-1/+1
| * | Added support for symlinks and junction points on WindowsZeno Albisser2010-04-231-2/+16
* | | fix nativeFilePath character width issueOswald Buddenhagen2010-04-201-3/+5
|/ /
* | QFSFileEngine: don't look through NTFS junctionsRitt Konstantin2010-03-231-8/+2
* | _close(fd) closes the associated handle and not the other way aroundJoão Abecasis2010-03-231-2/+16
* | Fix QDir::entryList regressionJoão Abecasis2010-03-121-3/+3
* | Fix qmake crash on WindowsJoão Abecasis2010-03-111-5/+1
* | doc: Fixed three new qdoc errors.Martin Smith2010-03-111-3/+0
* | QFSFileEngine reduce number of system callsRitt Konstantin2010-03-091-12/+18
* | QFSFileEngine: Don't use owner's permissions for current user; calculate them...Ritt Konstantin2010-03-091-6/+14
* | In QFSFileEngine::fileFlags call getPermissions() only if entry existsRitt Konstantin2010-03-091-24/+17
* | Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-1/+1
|\|
| * doc: Fixed several typos.Martin Smith2010-02-121-1/+1
* | Merge branch '4.6'Thiago Macieira2010-01-131-36/+44
|\|
| * Avoid repeatedly calling LookupAccountSid in QFSFileEngine::ownerRitt Konstantin2010-01-071-10/+21