summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-213-14/+52
| |\
| | * Fix QFileSystemWatcher inotifyRiccardo Ferrazzo2013-09-192-5/+21
| | * Fix sigchld-HandlerH. Rittich2013-09-171-9/+31
* | | Fix some doc errors.Frederik Gladhorn2013-09-211-1/+1
|/ /
* | Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-214-0/+110
* | Use the correct identifier for the OS X operating system.Jake Petroules2013-09-211-3/+3
* | Import qlogger frameworkKai Koehne2013-09-206-2/+1010
* | QT_NO_PROCESS for WinRTOliver Wolff2013-09-201-12/+15
* | Change QT_FILE_SELECTORS to be comma separatedAlan Alpert2013-09-201-5/+1
* | Add QFileSelector APIAlan Alpert2013-09-164-2/+544