summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-115-12/+17
|\
| * Fix out-of-range shiftingMaurice Kalinowski2014-04-091-2/+2
| * Windows XP target support for MSVC >= 2012Joerg Bornemann2014-04-031-2/+2
| * Use Finder bundle identifier over path for OS X bundle detectionSamuel Gaist2014-04-031-3/+4
| * Mac: Use QString::toNSString in QtBase.Morten Johan Sørvig2014-04-031-1/+1
| * Logging: Be also more strict with value of logging ruleKai Koehne2014-04-031-5/+8
| * Fix offset calculation on WinRTMaurice Kalinowski2014-04-011-0/+1
* | Add QNonContiguousByteDeviceFactory::createShared()Marc Mutz2014-04-072-0/+45
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Iikka Eklund2014-04-025-62/+156
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-015-62/+156
| |\|
| | * OS X QSettings auto test/writing check updateSamuel Gaist2014-03-312-19/+27
| | * Fix build on [older] MinGWKonstantin Ritt2014-03-291-1/+1
| | * Mac: make FSEvents-based QFileSystemWatcherEngine more robust.Erik Verbruggen2014-03-272-42/+105
| | * Implement DownloadLocation retrieving using SHGetKnownFolderPathSamuel Gaist2014-03-251-1/+24
* | | Simplify and update QDataStream's versioning documentation.Mitch Curtis2014-04-011-21/+3
* | | Add Qt_DefaultCompiledVersion to the QDataStream::Version enum.Mitch Curtis2014-04-012-10/+8
|/ /
* | Properly serialize QFont.Mitch Curtis2014-03-311-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-2411-94/+101
|\|
| * Logging: Remove PatternFlag::Invalid from QLoggingRuleKai Koehne2014-03-202-6/+2
| * Print when logging rule is invalid.Kai Koehne2014-03-201-1/+5
| * Fix creating directory hierarchy for WinRTMaurice Kalinowski2014-03-201-0/+14
| * QProcessEnvironment: Fix handling of magic environment variablesDaniel Teske2014-03-201-1/+1
| * Fix compile for embedded Androidaavit2014-03-201-1/+1
| * Use Uniform Type Identifiers to detect OS X bundlesSamuel Gaist2014-03-141-30/+18
| * Add AArch64 support to qfilesystemwatcher_inotify.cppDmitry Shachnev2014-03-141-0/+9
| * Add missing \since 5.0 to QProcess::{program,arguments}.Marcel Krems2014-03-141-0/+4
| * BB select(): move special select method to qcore_unix_p.hPeter Hartmann2014-03-142-54/+36
| * BlackBerry: Improve platform specific documentationBernd Weimer2014-03-141-2/+11
| * Implement QStandardPaths::GenericConfigLocation for WinRT.Janne Anttila2014-03-141-0/+1
* | QDebugStateSaver: call maybeSpace() in destructor.David Faure2014-03-131-1/+4
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-136-73/+114
|\|
| * Logging: Let user configure rules via QT_LOGGING_RULESKai Koehne2014-03-132-7/+17
| * Optionally print from where logging rules are loadedKai Koehne2014-03-132-0/+26
| * Use QStringRef for parsing of logging rulesKai Koehne2014-03-132-15/+23
| * Make parsing of categories in logging rules more strictKai Koehne2014-03-131-9/+9
| * Make parsing of categories in logging rules consistent.Kai Koehne2014-03-132-49/+48
| * QDebug: Allow text stream formatting for 64 bit numbersKai Koehne2014-03-131-4/+2
| * do not use fileno calls in forked childJoerg Bornemann2014-03-061-4/+4
| * Revert path() behavior to not expand a current path on a driveAndy Shaw2014-03-041-1/+1
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-283-5/+5
|\|
| * Logging: Change 'rules' section name to 'Rules'Kai Koehne2014-02-262-3/+3
| * Blackberry: Fix QFileSystemEngine::tempPath()Sergio Ahumada2014-02-201-2/+2
* | Bump Qt version to 5.4.0Thiago Macieira2014-02-202-3/+5
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-181-6/+14
|\
| * Make a URL with absent authority be different from one with an empty oneThiago Macieira2014-02-171-6/+14
* | Add const overload for QLoggingCategory::operator()()Kai Koehne2014-02-152-0/+9
* | Revert "Logging: Don't use for loop in qCDebug macros"Kai Koehne2014-02-151-3/+3
* | Mac: FSEvents-based QFileSystemWatcherEngine.Erik Verbruggen2014-02-144-2/+659
* | Let Q_DECLARE_LOGGING_CATEGORY and Q_LOGGING_CATEGORY return a const referenceKai Koehne2014-02-141-3/+3
* | Add function to get the actual PID from QProcessChristian Strømme2014-02-142-2/+27