summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Fix qdoc errors in QProcess headerFriedemann Kleint2019-03-151-9/+11
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-16/+33
|\
| * Fix compilation of qCDebug("", ...) with QT_NO_DEBUG_OUTPUTKai Koehne2019-03-141-16/+33
* | Fix some qdoc warningsFriedemann Kleint2019-03-071-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-061-9/+13
|\|
| * Handle the situation where QTemporaryFile::open() failsAndy Shaw2019-03-051-9/+13
* | Update the DNS public suffix list from publicsuffix.orgEdward Welbourne2019-02-272-13620/+13653
* | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | Update and expand public suffix list's attribution informationEdward Welbourne2019-02-221-2/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-221-8/+14
|\|
| * QProcess: Fix crash when calling closeWriteChannel on WindowsJoerg Bornemann2019-02-211-8/+14
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-211-1/+7
|\|
| * Document that type information is lost when reading QSettings from INIMitch Curtis2019-02-201-1/+7
* | Add missing "override" specifiersAlessandro Portale2019-02-131-3/+3
* | Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-062-0/+6
* | QtCore: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-282-4/+4
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-264-26/+90
|\|
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-233-24/+89
| |\
| | * Use a more robust test for absolute paths in QDirEdward Welbourne2019-01-131-10/+19
| | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-083-3/+4
| | |\
| | * | Make url normalization closer to common browser behaviorJoni Poikelin2018-12-133-14/+70
| * | | qfilesystemengine_win: Update LinkType whenever askedMårten Nordheim2019-01-221-2/+1
| | |/ | |/|
* | | QFile/QFileInfo: mark readLink() as deprecatedChristian Ehrlicher2019-01-234-6/+32
* | | QProcess: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-232-2/+15
* | | QtCore: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-236-3/+24
* | | Allow more fine grained control over QFlags debug outputTor Arne Vestbø2019-01-231-4/+54
* | | Allow more fine grained control over QMetaEnum debug outputTor Arne Vestbø2019-01-231-7/+47
* | | Add convenience enum for QDebug's verbosity levelsTor Arne Vestbø2019-01-232-5/+19
* | | Add QDebug convenience for changing the verbosity levelTor Arne Vestbø2019-01-232-0/+13
* | | Android: Set minimum supported version to android-21Eskil Abrahamsen Blomfeldt2019-01-231-11/+3
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-043-3/+4
|\| |
| * | Empty filenames does not existSune Vuorela2018-12-191-0/+2
| * | QRegularExpression: anchor wildcard patternSamuel Gaist2018-12-151-2/+1
| * | Fix warnings building with --std=c++11 and gcc 8Allan Sandfeld Jensen2018-12-141-1/+1
| |/
* | Resources: reject compressed content we can't decompressThiago Macieira2018-12-121-3/+41
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-124-5/+5
* | QResource: quick refactor of registerSelf for files to support LFSThiago Macieira2018-12-111-39/+28
* | QResource: de-inline registerSelf for filesThiago Macieira2018-12-111-53/+55
* | QResource: add support for resources compressed with ZstandardThiago Macieira2018-12-113-18/+114
* | QUrlQuery: Implement initializer list constructorSamuel Gaist2018-12-092-0/+17
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-081-3/+6
|\|
| * QSettings: quick refactor for readabilityThiago Macieira2018-12-071-3/+4
| * Fix QSettings parsing of spaces after comment linesThiago Macieira2018-12-071-0/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-229-39/+43
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-196-26/+19
| |\
| | * Modernize the "settings" featureLiang Qi2018-11-156-26/+19
| * | QResourceFileEngine: fix use of mapped files after close()Thiago Macieira2018-11-191-1/+0
| * | QResourceFileEngine: fix map() for compressed filesThiago Macieira2018-11-191-3/+14
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-162-9/+10
| |\ \
| | * | Doc: Fix various documentation warningsTopi Reinio2018-11-062-9/+10