summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
| * | Decompress QResources only when needed.Volker Krause2016-04-301-9/+18
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-273-8/+47
| |\|
| | * Also update filter rules if there is a custom filter installed.Volker Krause2016-04-241-3/+0
| | * Windows/QProcess::startDetached(): Fall back to ShellExecuteEx() for UAC prompt.Friedemann Kleint2016-04-231-0/+40
| | * qlockfile_unix - code cleanupTimur Pocheptsov2016-04-221-5/+7
| * | Disallow non-character Unicode codepoints in QUrl/QUrlQueryThiago Macieira2016-04-261-0/+24
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-262-5/+7
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-252-5/+7
| | |\|
| | | * Doc: Fix links to QProcess::start(const QString &, OpenMode)Joerg Bornemann2016-04-201-3/+5
| | | * Fix encoding of IDN hostnames with QUrl::hostThiago Macieira2016-04-131-1/+1
| | | * Fix parsing of empty port sections in URLsThiago Macieira2016-04-131-1/+1
| * | | QLockFile: move early out earlier to avoid allocations.Anton Kudryavtsev2016-04-251-2/+2
| * | | qTopLevelDomain: use QStringRef moreAnton Kudryavtsev2016-04-252-5/+14
| |/ /
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devFriedemann Kleint2016-05-037-10/+16
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-037-10/+16
| |\| |
| | * | CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-182-3/+3
| | * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-134-3/+11
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-134-3/+11
| | | |\|
| | | | * Better error message when trying to load an invalid resourceJesus Fernandez2016-04-121-2/+4
| | | | * dbustray: Implement better detection of indicator-applicationDmitry Shachnev2016-04-111-1/+2
| | | | * Fix crash when using QLockFile in a global destructorDavid Faure2016-04-101-0/+2
| | | | * Fix parsing of IPv4 addresses with certain symbolsAlexander Grishkov2016-04-081-0/+3
| | * | | Use takeFirst() instead of first() with removeFirst()Anton Kudryavtsev2016-04-131-4/+2
| | |/ /
* | | | darwin: Move conversion function documentation to function definitionTor Arne Vestbø2016-05-032-27/+23
* | | | darwin: Simplify conversion function declarations in headersTor Arne Vestbø2016-05-031-5/+1
|/ / /
* | | QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-032-2/+2
* | | Remove dynamic loading of functions that are present in Windows Vista onwards.Friedemann Kleint2016-04-192-51/+18
* | | QUrl documentation: fix clang parsingOlivier Goffart2016-04-111-0/+8
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-6/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-6/+2
| |\|
| | * QDir: use QString::splitRef on all platformsAnton Kudryavtsev2016-04-051-6/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-059-221/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-1/+1
| |\|
| | * Fix debug message to match the method's nameLorenz Haas2016-03-251-1/+1
| * | Use BSD-style statfs members for INTEGRITY.Rolland Dudemaine2016-03-311-2/+2
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-0/+1
| |\|
| | * Add a write buffer to QLocalSocket/WinJoerg Bornemann2016-03-241-0/+1
| * | Fix some documentation warnings.Friedemann Kleint2016-03-242-4/+2
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-234-207/+2
| |\|
| | * Remove QPROCESS_USE_SPAWN and all that it surroundsJames McDonnell2016-03-224-207/+2
| * | Do not use forkfd for INTEGRITY.Rolland Dudemaine2016-03-221-6/+8
* | | QIODevice::read(): remove dead codeAlex Trotsenko2016-03-301-16/+2
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-3019-697/+84
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-2212-233/+336
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-216-211/+312
| |\|
| | * Make QWindowsPipeWriter thread-free.Joerg Bornemann2016-03-174-141/+173
| | * Rework QWindowsPipeReaderJoerg Bornemann2016-03-172-67/+117
| | * Introduce separate mapping of QStandardPaths's CLSIDs for Windows CE.Friedemann Kleint2016-03-171-0/+22
| | * Remove handle duplication code from QWindowsPipeWriterJoerg Bornemann2016-03-151-4/+1