summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-281-2/+2
| * | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2399-100/+100
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2299-100/+100
| | |\ \ \ \
| * | | | | | Use stub functions getpwuid and getgrgid for VxWorksPasi Petäjäjärvi2013-01-231-2/+2
| * | | | | | Strip prepending <hostname>: string from currentPath() for VxSimPasi Petäjäjärvi2013-01-231-1/+9
| |/ / / / /
| * | | | | Add class QSaveFile.David Faure2013-01-174-0/+487
| * | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-165-5/+117
| |\ \ \ \ \
| * | | | | | Bump Qt version to 5.1.0Frederik Gladhorn2013-01-152-3/+5
| * | | | | | QUrl: methods for converting QStringList <-> QList<QUrl>David Faure2013-01-142-0/+34
| * | | | | | Add class QDebugStateSaver for writing QDebug operators correctlyDavid Faure2013-01-146-166/+324
| * | | | | | Move QTemporaryFileEngine to private headerDavid Faure2013-01-143-50/+107
| * | | | | | Add syncToDisk() to QAbstractFileEngine.David Faure2013-01-146-4/+58
| * | | | | | Add renameOverwrite() to QAbstractFileEngine.David Faure2013-01-147-0/+49
* | | | | | | QProcess/Win: stop pipe readers before closing the pipe handlesJoerg Bornemann2013-03-141-0/+2
* | | | | | | fix spurious QWindowsPipeWriter deadlockJoerg Bornemann2013-03-141-5/+7
* | | | | | | QProcess/Win: do not treat all negative exit codes as crashJoerg Bornemann2013-03-131-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix CreateFileMapping() error handlingPeter Kümmel2013-02-282-4/+5
* | | | | | QStandardPaths: Use forward slash consistently.Friedemann Kleint2013-02-271-2/+2
* | | | | | Doc: Add the missing \since 5.0Debao Zhang2013-02-251-0/+1
| |_|_|_|/ |/| | | |
* | | | | QProcessEnvironment: Permit magic cmd variablesDaniel Teske2013-02-081-1/+2
* | | | | Update documentation for QIODevice::readData().Christian Strømme2013-02-071-2/+2
* | | | | Merge branch 'release' into stableSergio Ahumada2013-01-311-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix some more old references and links to NokiaSergio Ahumada2013-01-281-1/+1
| |/ / /
* | | | Doc: Fix module name formatSze Howe Koh2013-01-251-2/+2
* | | | Fixed checking HOME variable return value using isEmpty()Pasi Petäjäjärvi2013-01-251-1/+1
| |_|/ |/| |
* | | Update copyright year in Digia's license headersSergio Ahumada2013-01-1897-97/+97
* | | Store inode numbers in decimal notationThiago Macieira2013-01-181-1/+1
| |/ |/|
* | Fix renaming of files that differ only in case.Friedemann Kleint2013-01-154-1/+106
* | Fix malloc errors from legacy realpath on Mac OSX.Jeremy Nicholl2013-01-141-2/+9
* | Doc: cleanPath also normalizes separatorsLeena Miettinen2013-01-101-2/+2
|/
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-084-9/+9
* Removed an unnecessary forward declarationThorbjørn Lindeijer2012-12-281-2/+0
* QUrl::fromUserInput: fix for urls without a host.David Faure2012-12-231-2/+1
* Use the new QUrlPrivate::validateComponent validator in the main parserThiago Macieira2012-12-211-54/+11
* Make sure that the strict parser is also operating on setXxxThiago Macieira2012-12-211-43/+136
* Fix some typosSergio Ahumada2012-12-211-1/+1
* Change ftp.qt.nokia.com -> ftp.qt-project.orgSergio Ahumada2012-12-181-1/+1
* Docu: fix non-ascii character where "i" was expectedDavid Faure2012-12-141-1/+1
* Fix compilation with (all versions of) MinGWKai Koehne2012-12-111-1/+1
* Warn when XDG_RUNTIME_DIR isn't set, as per XDG Base Dir SpecDavid Faure2012-12-061-0/+1
* QProcess: Fix compilation with MinGWKai Koehne2012-12-061-1/+2
* Replace two \returns markers by "The function returns"hjk2012-11-301-2/+2
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-302-0/+2
* QtBase: Documentation: Replaced deprecated \oDavid Schulz2012-11-301-4/+4
* QtCore: Make more signals private.Stephen Kelly2012-11-284-12/+36
* QNX: fix QProcess fd inheritanceRafael Roquetto2012-11-271-3/+18
* Fix build error with QT_NO_FILESYSTEMITERATORTasuku Suzuki2012-11-264-4/+8
* Do not detect directories ending in ".lnk" as link files.Friedemann Kleint2012-11-231-1/+6
* Fixes problem with single precision floats in QDataStream (Windows).Christian Strømme2012-11-231-1/+5
* BlackBerry: Changed QSettings file accessBernd Weimer2012-11-212-5/+28