summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemengine_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix directory separators for WinRTMaurice Kalinowski2013-11-121-1/+1
* change to basic file info on WinRTMaurice Kalinowski2013-11-121-11/+16
* Refactor plugin loading for WinRTMaurice Kalinowski2013-11-051-0/+30
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-4/+10
|\
| * Windows: Capture last error right after CreateDirectory() in QFileSystemEngine.Friedemann Kleint2013-10-171-4/+10
* | Added initial file system support for winrtOliver Wolff2013-10-111-21/+136
|/
* Windows: Fix compilation with MinGW-64, gcc 4.8.1Friedemann Kleint2013-08-291-1/+5
* QDir::mkpath shouldn't fail if parent directory denies accessShawn Rutledge2013-07-111-1/+2
* Fix QDir::mkpath failing for drive paths on WindowsKai Koehne2013-06-241-0/+4
* fix QFileSystemEngine::createDirectory race conditionv5.1.0-rc1Shawn Rutledge2013-06-141-7/+6
* re-enable QT_NO_LIBRARY support on WindowsOswald Buddenhagen2013-03-141-0/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix renaming of files that differ only in case.Friedemann Kleint2013-01-151-0/+75
* Do not detect directories ending in ".lnk" as link files.Friedemann Kleint2012-11-231-1/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fixed: QFileInfo::lastModified() returning wrong value.Markku Heikkila2012-09-131-1/+4
* Windows: Do not return short path names for QDir::tempPath().Friedemann Kleint2012-07-171-1/+11
* Fix QFile::permissions for long filenamesShane Kearns2012-05-161-1/+1
* Remove macro _POSIX_ from Win32 special fileDebao Zhang2012-04-051-1/+0
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-221-1/+1
* Inline information about FS case sensitivityJoão Abecasis2012-02-061-5/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove uses of qMalloc/qFree from out of line code.Robin Burchell2012-01-231-4/+4
* qfilesystemengine_win.cpp: compile with namespaced QtJoerg Bornemann2012-01-231-7/+6
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove Q_CC_MWERKS.Robin Burchell2012-01-191-1/+1
* Revert "fix NTFS mount points"Joerg Bornemann2012-01-191-6/+4
* fix NTFS mount pointsJoerg Bornemann2012-01-171-4/+6
* Windows: Fix qt_ntfs_permission_lookupMiikka Heikkinen2012-01-131-11/+46
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QtCore/IO: Fix some warnings on Windows (64bit).Friedemann Kleint2011-11-291-2/+0
* Build fix for WINCE to qfilesystemengine_win.cppjaanttil2011-11-181-1/+0
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-241-5/+1
* ret is an "internal" path, no need to re-process itJoão Abecasis2011-10-201-1/+1
* We prefer capitalized drive letters, make it so soonerJoão Abecasis2011-10-201-2/+3
* Fix incorrect QFileInfo permissions on windowsShane Kearns2011-10-061-1/+1
* Restore Qt4.7 behaviour of QFileInfo::absolute(File)PathShane Kearns2011-09-021-5/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Fix compile warning on WindowsMartin Petersson2011-05-021-0/+1
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1218