summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* restore QProcessEnvironment shared data thread safety on unixOswald Buddenhagen2013-05-203-8/+74
* Fixed WINCE linking error in QProcessBjoern Breitmeyer2013-05-141-0/+5
* QProcess: leave a warning about the signal with overload, for Qt 6Thiago Macieira2013-05-101-1/+1
* Make QFlags enum flags (C++11 strict enums) friendlyAlbert Astals Cid2013-05-091-1/+1
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-096-14/+14
* Avoid a QStringRef -> QString conversion by using the new qt_hash overloadGiuseppe D'Angelo2013-05-081-1/+1
* QUrl: Fix compiler warning about uninitialized varKai Koehne2013-05-081-1/+1
* Revert QDateTime serialisation to pre-Qt 5 behaviour.Mitch Curtis2013-05-082-2/+3
* Add workaround for case-changing renaming of files on Linux/FAT32.Friedemann Kleint2013-05-071-7/+36
* QProcess/Win: drain output pipes on process finishJoerg Bornemann2013-05-073-11/+13
* fix QProcessEnvironment documentation re case conversionOswald Buddenhagen2013-04-251-26/+11
* QDataStream: Be a bit more verbose about operator>>(char *&)hjk2013-04-231-5/+11
* Use a QVector<QDateTime> instead of an array in QFileInfoPrivatehjk2013-04-232-1/+9
* Make QBuffer unbufferedThiago Macieira2013-04-161-1/+1
* Make QBuffer::bytesAvailable() workThiago Macieira2013-04-161-15/+4
* Fix QFSFileEngine::renameOverwrite for Windows Embedded Compact 7.Janne Anttila2013-04-151-0/+26
* Remove QT_{BEGIN,END}_HEADERS macrosSergio Ahumada2013-04-101-4/+0
* Doc: add row for Qt 5.0 datastream versionThiago Macieira2013-04-091-0/+1
* QSaveFile: allow saving to a writable file in a non-writable directoryDavid Faure2013-04-053-17/+90
* QNonContiguousByteDevice: roll back complete internal state in reset()Peter Hartmann2013-03-251-0/+7
* QNonContiguousByteDevice: reset() instead of seek() if possiblePeter Hartmann2013-03-241-2/+2
* Ensure QTemporaryFile can create files when an identical dir exists.Mitch Curtis2013-03-231-1/+8
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-223-4/+4
* renameOverwrite: don't allow cross-partition copyingDavid Faure2013-03-221-1/+1
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-2060-6585/+11786
|\
| * Document ResourceErrorAlbert Astals Cid2013-03-191-1/+1
| * 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
| | |\
| * | | 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
| |\ \
| * | | 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
| | |\ \ \
| * | | | | 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