summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-191-0/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-166-11/+11
* re-enable QT_NO_LIBRARY support on WindowsOswald Buddenhagen2013-03-141-0/+2
* qfilesystemengine_mac.cpp is empty => purgeOswald Buddenhagen2013-03-142-49/+0
* QStandardPaths::displayName() is unavailable when bootstrappedOswald Buddenhagen2013-03-131-0/+2
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-064-6/+8
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-054-6/+8
| |\
| | * 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
* | | Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-051-4/+4
* | | Make QProcess startable with open()Corentin Jabot2013-03-052-3/+99
|/ /
* | Introducing the Qt Android portPaul Olav Tvete2013-03-053-9/+9
* | Long live QLockFileDavid Faure2013-03-058-0/+895
* | QUrl: update top level domains that may contain non-ASCII charactersPeter Hartmann2013-03-021-7/+22
* | Export QAbstractFileEngine[XXXX] classes.BogDan Vatra2013-02-271-3/+3
* | Fix QTBUG-18934 by checking return value of qt_safe_pipeSimeon Bird2013-02-201-9/+23
* | Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-182-4/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-143-4/+5
|\|
| * 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
* | | Remove overlapping variable names defined in VxWorks headersPasi Petäjäjärvi2013-02-121-9/+0
* | | QUrl effective TLDs: update table and split into chunks of 64KPeter Hartmann2013-02-092-6200/+9685
* | | Remove unused variables and functions from the source codeThiago Macieira2013-02-021-5/+0
* | | Comment out an unused global variable.Thiago Macieira2013-02-021-1/+1
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-292-3/+3
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-282-3/+3
| |\| |
| | * | 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
* | | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2923-92/+0
|/ / /
* | | 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
| |\| |
| | * | Update copyright year in Digia's license headersSergio Ahumada2013-01-1897-97/+97
| | * | Store inode numbers in decimal notationThiago Macieira2013-01-181-1/+1
* | | | 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
|\| |
| * | 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
| |/
* | 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
|/