summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Doc: update the documentation of QStandardPaths to be more thoroughThiago Macieira2013-10-291-20/+178
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-249-56/+117
|\
| * 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
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-10-1428-369/+444
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-1128-369/+444
| |\|
| | * 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
* | | Added initial file system support for winrtOliver Wolff2013-10-116-46/+233
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-0411-34/+88
|\|
| * 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
* | Merge branch 'stable' into devSergio Ahumada2013-09-276-7/+385
|\|
| * 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
* | WinRT: Stub out QStandardPathsOliver Wolff2013-09-262-1/+77
* | WinRT: QSettings stubAndrew Knight2013-09-262-5/+64
* | Merge branch 'stable' into devSergio Ahumada2013-09-251-4/+5
|\|
| * Remove qBinaryFind usages from QtCoreGiuseppe D'Angelo2013-09-231-4/+5
* | Bump Qt version to 5.3.0Thiago Macieira2013-09-242-3/+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
|/ /