summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemengine_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-7/+15
|\|
| * QFile::rename: use the open file's ID, instead of using the file nameThiago Macieira2017-07-181-2/+8
| * QFileSystemEngine::id/Windows: Use the volume ID tooThiago Macieira2017-07-181-5/+7
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-3/+3
|\|
| * Avoid sharing violation in QFileSystemEngine::id on WindowsThiago Macieira2017-07-071-3/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-14/+15
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-14/+15
| |\
| | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-14/+15
* | | Remove use of QMutexPool in Windows code resolving librariesThiago Macieira2017-03-031-31/+21
|/ /
* | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-181-36/+1
* | Simplify fileTimeToQDateTime() by having it return a UTC timeEdward Welbourne2017-01-111-8/+4
* | Replace usages of QSysInfo with QOperatingSystemVersionJake Petroules2016-09-201-2/+2
|/
* Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-08-181-1/+1
* CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-021-4/+6
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-0/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+2
| |\
| | * Windows: Suppress error dialogs when querying logical drives.Friedemann Kleint2016-05-121-0/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-2/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-2/+3
| |\|
| | * Fix QFile::copy() on WinRT.John Preston2016-05-021-2/+3
* | | Remove dynamic loading of functions that are present in Windows Vista onwards.Friedemann Kleint2016-04-191-50/+18
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-142/+40
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-9/+24
|\|
| * winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-211-9/+24
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Introduce QT_NO_WINCE_SHELLSDK for WEC builds.Bjoern Breitmeyer2015-07-061-1/+4
* Simplify permission flag handling a bitKonstantin Ritt2015-06-251-4/+2
* QFileSystemEngine: optimize from...(qgetenv())Marc Mutz2015-04-161-5/+5
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* remove HSTRING instancesMaurice Kalinowski2014-06-031-6/+6
* Windows XP target support for MSVC >= 2012Joerg Bornemann2014-04-031-2/+2
* Fix creating directory hierarchy for WinRTMaurice Kalinowski2014-03-201-0/+14