summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* WinRT: Do not forget the path specificationMaurice Kalinowski2014-08-191-1/+1
* Compile on Android without statfs.f_flagsAllan Sandfeld Jensen2014-08-161-0/+2
* Add the QStorageInfo classIvan Komissarov2014-08-138-7/+1576
* Implement native settings format for WinRTMaurice Kalinowski2014-08-134-4/+705
* Micro-optimize QUrl::topLevelDomainJędrzej Nowacki2014-08-091-2/+4
* Micro-optimize QDir::relativeFilePathJędrzej Nowacki2014-08-091-1/+5
* Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-071-0/+1
* Rework of QSysInfo OS and kernel version functionsThiago Macieira2014-07-301-1/+1
* QDebug: Improve QDebug stream operator for QFlagsKai Koehne2014-07-301-6/+6
* Remove normalization of "default" categoryKai Koehne2014-07-304-77/+3
* QUrl: fromLocalFile(QString()) should lead to an empty URL.David Faure2014-07-261-0/+4
* QSettings: use QSaveFile and QLockFile to write the settingsOlivier Goffart2014-07-241-235/+56
* Make QTextStream respect QLocale with OmitGroupSeparatorsThiago Macieira2014-07-241-1/+1
* QSettings: use QStandardPaths to get XDG_CONFIG_HOME.David Faure2014-07-231-0/+6
* Support setting a default severity level for QLoggingCategoryKai Koehne2014-07-234-35/+92
* QDebugStateSaver: Fix trailing space issuesKai Koehne2014-07-231-1/+8
* QLockFile/Windows: Determine host name from environment variable COMPUTERNAME.Friedemann Kleint2014-07-231-9/+16
* Be more specific in "Loading logging rules" debug outputKai Koehne2014-07-231-1/+1
* Introduce Q_DECL_UNUSED_MEMBER for clangKai Koehne2014-07-232-6/+4
* Add QFileDevice::MemoryMapFlags::MapPrivateOption flag.Simon Sasburg2014-07-234-7/+36
* Fix warnings about integer conversion in qloggingregistry.cpp.Friedemann Kleint2014-07-221-3/+3
* QDebug: Add a doc section about formatting optionsKai Koehne2014-07-221-0/+12
* Improve debugging output for QLoggingCategoryKai Koehne2014-07-211-6/+6
* Add example qtlogging.conf file to QLoggingCategory documentationKai Koehne2014-07-211-1/+7
* QDebug: Add resetFormat()Kai Koehne2014-07-152-2/+19
* QLoggingCategory documentation improvementsKai Koehne2014-07-141-1/+3
* Add QDebug::noquote() stream modifierKai Koehne2014-07-102-7/+67
* Make QTextStream use group separators in floating-point numbersThiago Macieira2014-07-051-0/+2
* Ensure that QTemporaryFile clears all file mappings.Friedemann Kleint2014-07-033-3/+17
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-0111-279/+281
|\
| * WinRT: no read-only paths in QStandardpaths::writableLocationOliver Wolff2014-06-261-5/+14
| * Mark behavior of QFileInfo::absoluteFilePath as undefined in corner casesKai Koehne2014-06-251-3/+4
| * Fix logging file location docsFrederik Gladhorn2014-06-251-2/+2
| * Fix memory leaks in QFseventsFileSystemWatcherEngineErik Verbruggen2014-06-241-0/+28
| * Fix data race on QLoggingCategory when using qDebug from multiple threadsDavid Faure2014-06-202-18/+53
| * QProcess: Handle spurious socket notifications for stdout and stderrThiago Macieira2014-06-123-10/+26
| * Don't try to read from invalid file descriptors in QProcessThiago Macieira2014-06-123-6/+10
| * QProcessPrivate: merge the functions dealing with stdout and stderrThiago Macieira2014-06-125-131/+54
| * Rename QProcessPrivate::destroyChannel to closeChannelThiago Macieira2014-06-125-20/+20
| * Move the QProcessPrivate Windows objects into QProcessPrivate::ChannelThiago Macieira2014-06-123-67/+56
| * Move the QProcessPrivate channel buffers into QProcessPrivate::ChannelThiago Macieira2014-06-124-40/+37
* | QDebug: Remove handling of FORCE_UREF defineKai Koehne2014-06-251-35/+0
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-055-91/+93
|\|
| * Properly escape bytearray data outside the ascii range when using a codecLars Knoll2014-06-041-2/+5
| * remove HSTRING instancesMaurice Kalinowski2014-06-033-12/+12
| * fix and de-duplicate qprocess apidocsOswald Buddenhagen2014-05-232-77/+76
* | QSaveFile: error out in open when the file is a directoryOlivier Goffart2014-06-041-0/+6
* | QSaveFile: follow symbolic linksOlivier Goffart2014-05-302-3/+16
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-05-221-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-1/+1
| |\|