summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemengine_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* QFileSystemEngine/Win: use qEnvironmentVariable instead of qgetenvMate Barany2025-11-141-5/+5
* Add security header to QFileSystemEngine filesMatthias Rauter2025-07-141-0/+1
* QFileSystemEngine/Win: Use GetTempPath2 when availableMårten Nordheim2025-03-261-1/+9
* QFileSystemEngine: remove QFSMetaData* parameter from setPermissions()Ahmad Samir2024-11-131-3/+1
* QtCore: don't use QString::utf16() where the string is \0-terminatedAhmad Samir2024-11-131-2/+2
* QtCore: use QString::unicode() where null-termination is guaranteedAhmad Samir2024-11-041-1/+1
* QFileSystemEngine: split dir creation into mkdir/mkpathAhmad Samir2024-10-251-8/+19
* QFileSystemEngine: add rmpath()Ahmad Samir2024-10-101-18/+23
* Darwin: Teach QFileSystemEngine how to resolve case-sensitivityTor Arne Vestbø2024-10-021-0/+6
* QFileSystemEngine/Win: only .lnk files that exist can be symlinksThiago Macieira2024-09-131-1/+1
* QFile: add supportsMoveToTrash()Thiago Macieira2024-08-081-0/+6
* Introduce QT_NO_QSNPRINTF and mark QtCore as qsnprintf-freeMarc Mutz2024-08-031-4/+6
* QAbstractFileEngine: remove member FileTime and use QFile::FileTimeAhmad Samir2024-03-211-4/+4
* Create class documentation for QNtfsPermissionCheckGuardMate Barany2023-12-061-18/+0
* QFile::moveToTrash: fix error reporting on WindowsVolker Hilsheimer2023-09-241-2/+8
* Deprecate usage of qt_ntfs_permission_lookupMate Barany2023-02-141-5/+11
* Avoid potential data races caused by qt_ntfs_permission_lookupMate Barany2023-02-081-3/+42
* Add QFileInfo::readSymLink() to read the raw link pathWang Fei2022-12-231-6/+13
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-1/+1
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-291-22/+7
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-031-3/+3
* Fix typos in docs and commentsKai Köhne2022-06-151-2/+2
* QFileSystemEngine/Win: simplify codeThiago Macieira2022-05-301-15/+12
* QFileSystemEngine/Win: fix incorrect buffer size in currentPath()Thiago Macieira2022-05-301-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* MS QNativeFilePermissions: fix unused member and capture warningsEdward Welbourne2022-03-311-9/+4
* qfilesystemengine_win: Fix compilation with namespacesMårten Nordheim2022-03-291-5/+4
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-30/+31
* QFile::moveToTrash: Remove support for old MinGW SDKsVolker Hilsheimer2022-03-121-5/+0
* Fix warnings in bootstrap lib on WindowsJoerg Bornemann2022-02-181-0/+3
* QDir: Add support for setting directory permissions to mkdir()Ievgenii Meshcheriakov2021-11-261-27/+279
* Use Authz API to query permissions info in Windows filesystem backendIevgenii Meshcheriakov2021-11-191-117/+214
* QFileSystemEngine: Fix permissions query in Windows backendIevgenii Meshcheriakov2021-11-181-1/+1
* 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