summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|/ /
* | 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
* | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-141-2/+0
|\ \
| * | Merge branch 'stable' into devSergio Ahumada2013-09-131-2/+0
| |\|
| | * Fix the internal QDir sortingGiuseppe D'Angelo2013-09-101-2/+0