summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add a static QFileInfo::exists(fileName) functionhjk2013-09-133-1/+24
* | | Add a note on symlink behavior of QFile::existshjk2013-09-131-0/+3
|/ /
* | Fix typo in note on symlink behavior of QFileInfo::existshjk2013-09-131-2/+2
* | QUrl: ensure that setPath("//path") doesn't lead to scheme://pathDavid Faure2013-09-111-1/+3
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-101-1/+5
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-1/+5
| |\|
| | * Windows: Fix compilation with MinGW-64, gcc 4.8.1Friedemann Kleint2013-08-291-1/+5
* | | Normalise and deduplicate paths for XDG_DATA_DIRSMartin Klapetek2013-09-091-0/+11
* | | Remove qSort usage from QSettingsGiuseppe D'Angelo2013-09-091-1/+2
* | | Constify QDirSortItemComparator::operator() (used for sorting)Giuseppe D'Angelo2013-09-091-2/+2
|/ /
* | 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