summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove usage of qDeleteInEventHandler from QProcessJoerg Bornemann2013-10-011-9/+8
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-274-0/+41
* Use a pimpl in QLoggingCategoryhjk2013-09-272-9/+26
* Win: Fixed namespaced build with QT_NO_FILESYSTEMWATCHEROliver Wolff2013-09-271-2/+2
* Allow QDir::mkpath() to work on QNX QNet pathsMatt Hoosier2013-09-251-1/+8
* Add tracing to logging frameworkhjk2013-09-253-5/+370
* Fix WinCE/MSVC2008 build errors related to std::lower_bound patches.Sérgio Martins2013-09-251-0/+5
* Fix a crash in QProcess signal handling on Mac.Friedemann Kleint2013-09-251-1/+2
* Remove qBinaryFind usages from QtCoreGiuseppe D'Angelo2013-09-231-4/+5
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-213-14/+52
|\