summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Add missed header to qfileselector.cpp.Ivan Komissarov2014-01-031-0/+4
* Improve QFileSelector docAlan Alpert2013-12-301-27/+36
* Make QTemporaryDir file name more randomKai Koehne2013-12-121-14/+25
* QProcess/Win: allow child processes to change modes of the stdin pipeJoerg Bornemann2013-12-101-28/+42
* Repack structs with more than one padding holeThiago Macieira2013-12-035-45/+49
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-261-0/+2
|\
| * QNX: Fix buildFrank Osterfeld2013-11-201-0/+2
* | Replace deprecated methodKurt Pattyn2013-11-221-1/+2
|/
* QFileSelector: mark ctor explicitMarc Mutz2013-11-161-1/+1
* Change platform selectors to match qmake selectorsAlan Alpert2013-11-151-12/+18
* Prevent clang from warning about unused variablesKai Koehne2013-11-081-0/+3
* Revert "Add tracing to logging framework"Kai Koehne2013-11-073-394/+8
* QUrlTwoFlag: add two missing constexprMarc Mutz2013-11-071-2/+2
* Q(UrlTwo)Flags: avoid undefined behaviorMarc Mutz2013-11-071-13/+13
* Doc: Add a little more information about current dirsThiago Macieira2013-11-061-2/+5
* QStandardPaths: add GenericConfigLocationDavid Faure2013-11-057-6/+20
* Declare Cocoa conversion funcs in objc-mode only.Morten Johan Sørvig2013-11-051-1/+5
* Clarify use of Q_INIT_RESOURCETor Arne Vestbø2013-11-051-4/+4
* Silence compiler warningMarcel Krems2013-11-041-1/+1
* fix warnings about unused variables & parametersOswald Buddenhagen2013-11-041-1/+3
* Include unistd.h in the unix implementation source of QLockFileLaszlo Papp2013-10-311-0/+1
* iOS: Add standard paths implementation for iOSIan Dean2013-10-302-0/+137
* Use Q_UNLIKELY in qCDebug, qCTraceKai Koehne2013-10-301-2/+2
* Doc: Fix miscellaneous typosSze Howe Koh2013-10-301-1/+1
* Make the localHostName() copy function return QByteArrayThiago Macieira2013-10-291-8/+8
* Reserve some space for future use in QLoggingCategoryKai Koehne2013-10-242-1/+8
* Initialize variable to fix build [-Werror=uninitialized].Sergio Martins2013-10-191-2/+1
* Link from QLoggingCategory documentation to QTracer/QTraceGuardKai Koehne2013-10-181-5/+6
* Add missing \since 5.2 tag to static QFileInfo::exists()hjk2013-10-171-0/+2
* Windows: Capture last error right after CreateDirectory() in QFileSystemEngine.Friedemann Kleint2013-10-171-4/+10
* Clarify that the URL scheme does not include the ':'Kurt Pattyn2013-10-171-4/+13
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-171-1/+1
* Give an example how to configure categorized loggingKai Koehne2013-10-161-21/+35
* Use the fast operator+ (in the form of operator%)Thiago Macieira2013-10-151-7/+4
* Add qWarning when trying to read or write a closed deviceLaszlo Papp2013-10-151-2/+6
* Fix memory leak in QFileInfo::exists()Jian Liang2013-10-122-1/+16
* Let QLoggingCategory::defaultCategory return a pointerhjk2013-10-112-5/+12
* Reduce risks of lock file corruptionKevin Ottens2013-10-111-10/+10
* Fix "Empty or null file name(s)" warning textKai Koehne2013-10-081-4/+4
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0824-248/+248
* Allow to use short names for Windows Registry root keysSebastian Schuberth2013-10-071-0/+12
* Remove default label for QtMsgTypeKai Koehne2013-10-071-3/+1
* Improve QLoggingCategory documentationKai Koehne2013-10-071-42/+21
* Replace QLoggingCategory::isEnabled by non-template functionshjk2013-10-062-58/+78
* Improve the QWinSettingsPrivate constructor's performanceSebastian Schuberth2013-10-061-21/+26
* Refactor OS X bundle detection for QFileInfoSamuel Gaist2013-10-041-11/+72
* QTemporaryDir: Output warnings on removal failure.Friedemann Kleint2013-10-031-1/+7
* Remove a duplicate conversion to QLatin1StringSebastian Schuberth2013-10-021-1/+1
* QProcess/Win: fix crash in drainOutputPipesJoerg Bornemann2013-10-021-2/+2
* QProcess: remove now superfluous calls to setEnabled(false)Joerg Bornemann2013-10-021-11/+2