summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* add QProcess::InputChannelModeOswald Buddenhagen2013-09-055-10/+75
* add QProcess::Forwarded{Output,Error}ChannelOswald Buddenhagen2013-09-054-6/+36
* make the pipe setup code less convolutedOswald Buddenhagen2013-09-051-16/+21
* never create a console for command line tools launched from gui appsOswald Buddenhagen2013-09-051-3/+6
* remove redundant conditionOswald Buddenhagen2013-09-051-3/+2
* Remove qSort usage from QIODeviceGiuseppe D'Angelo2013-09-041-1/+3
* Get rid of qSort usages in QDirGiuseppe D'Angelo2013-09-041-2/+2
* add QProcess::nullDevice()Oswald Buddenhagen2013-08-302-0/+29
* QDateTime - Improve and expose Qt::OffsetFromUtcJohn Layt2013-08-282-3/+4
* Fix name of configure flag in QSettings documentation.Christian Kandeler2013-08-231-1/+1
* QUrl: Use decoded mode by default for individual getters/setters.David Faure2013-08-212-14/+14
* QUrl: fix host(FullyDecoded), it shouldn't trigger EncodeUnicode.David Faure2013-08-211-2/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-3/+3
|\
| * Fix crash in QProcess::waitForStarted() on Unix.Christian Strømme2013-08-131-3/+3
* | Add a Qt-API style QStandardPaths::setTestModeEnabledThiago Macieira2013-08-092-1/+15
* | QUrl: do not decode "#" in fragmentsThiago Macieira2013-08-041-3/+3
* | Make sure that QUrl::FullyDecoded mode uses U+FFFD for bad UTF-8Thiago Macieira2013-08-041-0/+23
* | Remove fully-decoded QUrl user info and authority sectionsThiago Macieira2013-08-041-28/+39
* | QUrl: remove temporary codeThiago Macieira2013-08-041-3/+0
* | Doc: update the QUrl and QUrlQuery documentationThiago Macieira2013-08-042-28/+102
* | QUrlQuery: update our understanding of delimitersThiago Macieira2013-08-042-35/+27
* | QUrl: update our understanding of the encoding of delimitersThiago Macieira2013-08-042-249/+160
* | QUrl: add matches(url, options) method.David Faure2013-07-262-0/+71
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-07-244-27/+53
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-234-27/+53
| |\|
| | * document that validity of exitCode() depends on exitStatus() == NormalExitOswald Buddenhagen2013-07-221-3/+7
| | * Fix incomplete override of QIODevice::open in QProcess and QLocalSocketThiago Macieira2013-07-202-22/+38
| | * fix endless loop in QProcess/Win drainOutputPipesJoerg Bornemann2013-07-181-2/+4
| | * Fix compilation of QLockFile on SolarisDavid Faure2013-07-161-0/+4
* | | BlackBerry: Rearmed socket notifiers after selectBernd Weimer2013-07-241-4/+51
|/ /
* | QUrl: let StripTrailingSlash remove multiple trailing slashesDavid Faure2013-07-201-2/+4
* | QUrl: add fileName() method. Complements QUrl::RemoveFilename.David Faure2013-07-202-0/+31
* | Make QUrl store the first bad IPv6 character in the error stringThiago Macieira2013-07-201-11/+22
* | Make QIPAddress::parseIp6 return the first bad characterThiago Macieira2013-07-203-26/+39
* | QUrl: Make sure we don't return a dangling pointer from parseIpFutureThiago Macieira2013-07-201-2/+3
* | QUrl: Uppercase the version number in IPvFutureThiago Macieira2013-07-201-0/+4
* | Make the URL Recode function to fix bad input in FullyDecoded mode tooThiago Macieira2013-07-201-3/+10
* | Fix IPvFuture use in QUrlThiago Macieira2013-07-201-5/+6
* | Fix QUrl parsing of IPv6 hosts with encoded colonsThiago Macieira2013-07-201-5/+8
* | QUrl: Add an "appendingTo" parameter to QUrl::appendFragmentThiago Macieira2013-07-201-4/+4
* | QUrl: remove old commented out code for normalized().David Faure2013-07-131-81/+0
* | QUrl: add NormalizePathSegments to UrlFormattingOptionsDavid Faure2013-07-133-23/+45
* | Merge branch 'stable' into devSergio Ahumada2013-07-116-31/+93
|\|
| * QDir::mkpath shouldn't fail if parent directory denies accessShawn Rutledge2013-07-111-1/+2
| * fix infinite loop in QProcessPrivate::drainOutputPipesJoerg Bornemann2013-07-051-1/+1
| * QWinOverlappedIoNotifier: fix race conditionJoerg Bornemann2013-07-051-5/+38
| * bail out early in QWinOverlappedIoNotifier::waitForNotifiedJoerg Bornemann2013-07-051-0/+7
| * Use case insensitive matching for hashes QFileSystemWatcher/Win.Friedemann Kleint2013-07-042-23/+40
| * Remove default argument from declarations of qHash as friendGiuseppe D'Angelo2013-07-021-1/+5
* | QUrl: add RemoveFilename to UrlFormattingOptions.David Faure2013-07-082-2/+12