summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QTextStreamPrivate::scan(): remove unnecessary checksAlex Trotsenko2014-12-131-8/+2
* Merge the different implementations of toHex in one central placeThiago Macieira2014-12-132-3/+4
* QTextStream: stream QStrings without modifying the user contentThiago Macieira2014-12-132-27/+26
* Clean up QDebug operators for QDirKai Koehne2014-12-101-13/+16
* QFileSystemEngineUnix: Don't stat before retrieving working path.Robin Burchell2014-12-101-22/+15
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-109-35/+35
|\
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-051-2/+1
| |\
| | * FSEvents file system watcher: Do not watch whole parent hierarchies.Eike Ziller2014-12-011-2/+1
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-278-33/+34
| |\|
| | * Doc: corrected autolink errors corelib/ioNico Vertriest2014-11-268-33/+34
* | | Add support for char16_t, char32_t and std::nullptr_t in QDebugThiago Macieira2014-12-042-1/+32
* | | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0318-156/+156
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2417-52/+115
|\| |
| * | Implement Download folder path retrieval on OS XSamuel Gaist2014-11-243-6/+13
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-211-1/+1
| |\|
| | * iOS: Make sure QStandardPaths::displayName() is definedTor Arne Vestbø2014-11-191-1/+1
| * | Fix buildThiago Macieira2014-11-181-0/+1
| * | Add Windows-specific notation for WebDAV to QUrl.Friedemann Kleint2014-11-171-6/+35
| |/
| * Handle mounts under /runAllan Sandfeld Jensen2014-10-311-4/+3
| * Report the system error on why chmod(2) failed in XDG_RUNTIME_DIRThiago Macieira2014-10-311-1/+2
| * Don't always chmod the XDG_RUNTIME_DIRThiago Macieira2014-10-311-1/+3
| * Attempt to make QFile I/O 64-bit safeThiago Macieira2014-10-313-22/+39
| * Correct QStandardPaths::DataLocation return value for iOSSamuel Gaist2014-10-301-0/+2
| * Properly detect UTF-8 BOM markers in ini filesLars Knoll2014-10-292-1/+10
| * Doc: removed reference to obsolete classesNico Vertriest2014-10-281-6/+0
| * QSettings: Fix handling of long long ints with CFPreferences back-end.Christian Kandeler2014-10-271-1/+3
| * QStorageInfo: include qt_windows.h instead of Windows.hDaniel Molkentin2014-10-271-1/+1
| * Allow hostname from lock files to be emptyRainer Keller2014-10-272-2/+2
* | Make the empty Q_ASSERT still check its argument for validityThiago Macieira2014-11-011-0/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-273-12/+28
|\|
| * Doc: QFileDevice and QFile::setPermissions do not manipulate ACLsLeena Miettinen2014-10-242-2/+15
| * Improve QLoggingCategory's detailed description.Mitch Curtis2014-10-221-10/+13
* | Fix spelling errors in method names in QStorageInfo.Jeff Tranter2014-10-223-9/+9
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-207-9/+36
|\|
| * Add a hint on application window positioning with QProcess::starthjk2014-10-201-0/+7
| * Doc: removed unnecessary textLeena Miettinen2014-10-201-2/+2
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-181-1/+2
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-1/+2
| | |\
| | | * Initialize QFileSystemMetaData::size_ data memberGiuseppe D'Angelo2014-10-131-1/+2
| * | | Fix undefined behavior in QLoggingRegistry::defaultCategoryFilter()Marc Mutz2014-10-171-3/+5
| * | | Export QFSFileEngine symbolsKai Koehne2014-10-171-1/+1
| * | | QSettings: Prevent assert when passing empty keys.Friedemann Kleint2014-10-171-0/+8
| * | | Avoid sleeping 100ms in QProcessPrivate::drainOutputPipes()Oswald Buddenhagen2014-10-151-1/+1
| |/ /
| * | QSettings: undo unintentional change of config dir on non-XDG platforms.David Faure2014-10-121-1/+10
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-0911-54/+48
|\| |
| * | Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-3/+3
| * | Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-092-7/+7
| * | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-012-22/+17
| |\ \
| | * | Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-292-22/+17
| | |\|
| | | * QSettings: Don't chop off trailing tabs that were actually part of a value.Christian Kandeler2014-09-231-5/+7