summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QDebug: Add resetFormat()Kai Koehne2014-07-152-2/+19
* QLoggingCategory documentation improvementsKai Koehne2014-07-141-1/+3
* Add QDebug::noquote() stream modifierKai Koehne2014-07-102-7/+67
* Make QTextStream use group separators in floating-point numbersThiago Macieira2014-07-051-0/+2
* Ensure that QTemporaryFile clears all file mappings.Friedemann Kleint2014-07-033-3/+17
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-0111-279/+281
|\
| * WinRT: no read-only paths in QStandardpaths::writableLocationOliver Wolff2014-06-261-5/+14
| * Mark behavior of QFileInfo::absoluteFilePath as undefined in corner casesKai Koehne2014-06-251-3/+4
| * Fix logging file location docsFrederik Gladhorn2014-06-251-2/+2
| * Fix memory leaks in QFseventsFileSystemWatcherEngineErik Verbruggen2014-06-241-0/+28
| * Fix data race on QLoggingCategory when using qDebug from multiple threadsDavid Faure2014-06-202-18/+53
| * QProcess: Handle spurious socket notifications for stdout and stderrThiago Macieira2014-06-123-10/+26
| * Don't try to read from invalid file descriptors in QProcessThiago Macieira2014-06-123-6/+10
| * QProcessPrivate: merge the functions dealing with stdout and stderrThiago Macieira2014-06-125-131/+54
| * Rename QProcessPrivate::destroyChannel to closeChannelThiago Macieira2014-06-125-20/+20
| * Move the QProcessPrivate Windows objects into QProcessPrivate::ChannelThiago Macieira2014-06-123-67/+56
| * Move the QProcessPrivate channel buffers into QProcessPrivate::ChannelThiago Macieira2014-06-124-40/+37
* | QDebug: Remove handling of FORCE_UREF defineKai Koehne2014-06-251-35/+0
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-055-91/+93
|\|
| * Properly escape bytearray data outside the ascii range when using a codecLars Knoll2014-06-041-2/+5
| * remove HSTRING instancesMaurice Kalinowski2014-06-033-12/+12
| * fix and de-duplicate qprocess apidocsOswald Buddenhagen2014-05-232-77/+76
* | QSaveFile: error out in open when the file is a directoryOlivier Goffart2014-06-041-0/+6
* | QSaveFile: follow symbolic linksOlivier Goffart2014-05-302-3/+16
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-05-221-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-1/+1
| |\|
| | * Fix error when reading newlinesFrederik Gladhorn2014-05-141-1/+1
* | | De-inline QDebug destructorKai Koehne2014-05-222-12/+15
|/ /
* | QWinOverlappedIoNotifier: Add an extended waitForAnyNotified() methodDenis Shienkov2014-05-212-18/+43
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-132-8/+10
|\|
| * Doc: change the name of the QTemporaryDir parameter nameThiago Macieira2014-05-111-7/+7
| * Don't assume QLocale::codecForLocale always returns non-nullThiago Macieira2014-05-111-1/+3
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-132-0/+11
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-132-0/+11
| |\|
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-05-051-0/+6
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-031-0/+6
| | | |\
| | | | * Logging: Mention 'best practices' for using QLoggingCategoryKai Koehne2014-04-291-0/+6
| | * | | Add winrt and winphone to the list of platform file selector namesAndrew Knight2014-05-031-0/+5
| | |/ /
* | | | Remove OOM exception handling from QDebugKai Koehne2014-05-131-5/+3
* | | | Add QSysInfo::osType()Thiago Macieira2014-05-091-7/+2
|/ / /
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-068-20/+33
|\| |
| * | remove superfluous includeJoerg Bornemann2014-04-251-1/+0
| * | fix read notification in QWindowsPipeReader::waitForPipeClosedJoerg Bornemann2014-04-171-0/+1
| * | Doc: Improve docs for file permission checking on NTFSSze Howe Koh2014-04-162-4/+14
| * | Fix polling file system watcher addPathsBernd Weimer2014-04-161-4/+6
| * | QNX: Fix QDir::entryInfoList()Bernd Weimer2014-04-143-11/+12
| |/
* | Add QUrl::fromUserInput overload with a cwd argument.David Faure2014-05-062-0/+69
* | Add locations AppDataLocation, AppLocalDataLocation to QStandardPaths.Friedemann Kleint2014-04-299-37/+80
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-115-12/+17
|\|
| * Fix out-of-range shiftingMaurice Kalinowski2014-04-091-2/+2