summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemengine_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* QFileSystemEngine: Don't use _?W suffixesIevgenii Meshcheriakov2021-11-101-7/+7
* Use nullptr to represent null pointersIevgenii Meshcheriakov2021-11-101-39/+36
* QFileSystemEngine: Fix some code style issues in Windows backendIevgenii Meshcheriakov2021-11-101-55/+113
* Remove useless blocksIevgenii Meshcheriakov2021-11-101-38/+34
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-101-9/+0
* Make QDir::mkpath() return true when given an existing drive nameKarsten Heimrich2021-10-201-1/+1
* Replace 0 with nullptrKarsten Heimrich2021-10-021-2/+2
* Fix QDir::entryList to work for directories that end with '.lnk'Karsten Heimrich2021-09-301-4/+3
* Fix compile with MinGW-W64 9.0.0: Redefinition of 'struct _FILE_ID_INFO'Jonas Kvinge2021-08-181-2/+2
* io: Remove version checks for versions below Win 10Mårten Nordheim2021-07-281-71/+35
* Implement QFileInfo::junctionTarget(), adjust auto-testKarsten Heimrich2021-06-051-0/+20
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-051-12/+2
* Implement QFileSystemEngine::createLink() on MS-WinKarsten Heimrich2021-05-121-5/+33
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-251-2/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-15/+15
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Fix build with mingw gcc 9 and -Wsuggest-overrideKai Koehne2020-08-101-30/+21
* QFileInfo: Fail faster when stat'ing filepath on a disconnected driveVolker Hilsheimer2020-07-291-6/+8
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-3/+3
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-3/+2
* Port QDir, QFile from QStringRef to QStringViewLars Knoll2020-06-121-3/+3
* Remove winrtOliver Wolff2020-06-061-176/+9
* QFile::moveToTrash: work with relative file paths on WindowsVolker Hilsheimer2020-05-071-2/+2
* Port qfilesystemengine_win.cpp to QRegularExpressionLars Knoll2020-04-151-5/+10
* Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* On Windows 7, fall back to SHFileOperation to avoid confirmation dialogsVolker Hilsheimer2020-02-071-63/+69
* Implement moving of a single file system entry to the trashVolker Hilsheimer2020-01-301-0/+192
* QFileSystemEngine: Rework createDirectory on WindowsChristoph Schleifenbaum2019-10-251-54/+49
* QFileSystemEngine: Consistently check for invalid file namesUlf Hermann2019-10-241-1/+26
* Fix resolving NTFS symbolic links that point to UNC sharesVolker Hilsheimer2019-04-101-2/+11
* Windows: Fix QFileSystemEngine::id() for FAT32 drivesFriedemann Kleint2019-04-021-1/+3
* qfilesystemengine_win: Update LinkType whenever askedMårten Nordheim2019-01-221-2/+1
* qfilesystemengine: add missed Q_CHECK_PTRIvan Komissarov2018-10-201-0/+3
* Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-301-6/+10
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-0/+0
|\
| * Fix source code file permissionsSimon Hausmann2018-01-021-0/+0
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-9/+55
|\|
| * Use AccessCheck for current user effective file permissionsDyami Caliri2017-12-211-9/+55
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-231-0/+3
|\|
| * winrt: Fully initialize CREATEFILE2_EXTENDED_PARAMETERS structOliver Wolff2017-10-201-0/+3
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-4/+9
|\|
| * Fix resolution of relative links on WindowsOrgad Shaneh2017-09-041-4/+9
* | QFileSystemEngine/Windows: fix setFileTime when input date is UTCThiago Macieira2017-08-051-15/+30
* | Filesystem: Use "birth time" to avoid confusion with Unix ctimeThiago Macieira2017-08-051-6/+16
* | Move platform-specific code from QFSFileEngine to QFileSystemEngineThiago Macieira2017-08-051-0/+58
* | QFSFileEngine: make rename() on Unix not overwriteThiago Macieira2017-08-041-0/+11
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-3/+10
|\|
| * QFileSystemEngine::id/Windows: Fix use with directoriesThiago Macieira2017-07-221-3/+10
* | QFileSystemEngine: Remove the remainder of Windows XP functionsThiago Macieira2017-07-251-52/+21
* | QFileSystemEngine: remove dynamic finding of Windows XP functionsThiago Macieira2017-07-251-83/+53