summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-103-3/+1
* QtCore: mark some classes as sharedMarc Mutz2012-07-103-0/+5
* QtCore: add member-swap to shared classesMarc Mutz2012-07-039-0/+50
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-281-1/+17
* Include QScopedPointer in qsettings.hThiago Macieira2012-06-281-0/+1
* Add \since 5.0 to QDir::removeRecursivelyShane Kearns2012-06-271-0/+1
* Fix QIODevice warning when running rcc.Mitch Curtis2012-06-261-10/+10
* QIODevice: free memory when buffer is clearedMartin Petersson2012-06-262-5/+9
* QAbstractSocket: Enable readNotifier on read from bufferMartin Petersson2012-06-263-1/+19
* Small documentation fix about the text streams default encoding.Lars Knoll2012-06-251-2/+2
* Ensure that no extra bits can leak into QUrl::toEncoded.Thiago Macieira2012-06-241-1/+1
* QUrl::setEncodedQueryItems should replaceMartin Petersson2012-06-201-1/+1
* Make qurlinfo private, now that QFtp is private.David Faure2012-06-141-2/+0
* Extend JSON QStandardPaths to support multiple paths per locationJeremy Katz2012-06-141-32/+77
* Fix QUrl documentation: FullyDecoded and DecodedMode are a pairThiago Macieira2012-06-141-4/+4
* update QStandardPaths::standardLocations() documentationJeremy Katz2012-06-111-2/+5
* get rid of "uninitialized member" gcc warningKonstantin Ritt2012-06-071-2/+1
* normalize the process arguments to Normalization Form D on macKonstantin Ritt2012-06-061-18/+6
* Make QIODevice::seek() return false for sequential files.Mitch Curtis2012-06-051-7/+9
* Fix QTemporaryFile::open() failing after remove().Mitch Curtis2012-06-051-1/+9
* QProcess: Add accessors for program and arguments.Christian Kandeler2012-06-052-6/+30
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-291-2/+2
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-254-4/+4
* Clarified code documentation for QFileInfo::operator==.Mitch Curtis2012-05-231-1/+2
* Removed size comparison in QFileInfo::operator==.Mitch Curtis2012-05-231-3/+0
* Fix handling of invalid urls in QDataStream << QUrlDavid Faure2012-05-231-1/+3
* Add the QUrl::FullyDecoded flag to the component formattingThiago Macieira2012-05-223-43/+193
* Add QUrl::ParsingMode to the component setters in QUrlThiago Macieira2012-05-222-35/+186
* Add the QUrl::DecodedMode parsing modeThiago Macieira2012-05-222-6/+20
* Port away from QUrl::MostDecodedThiago Macieira2012-05-222-5/+5
* Elaborate QUrl::toString() documentation.Leonard Lee2012-05-211-0/+2
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-161-14/+1
* Fix QFile::permissions for long filenamesShane Kearns2012-05-161-1/+1
* Fix cases where functions are called with a drive and no slashAndy Shaw2012-05-161-9/+9
* Deprecate the ability to change the FS encoding separate from the localeThiago Macieira2012-05-153-72/+43
* QUrl: using sectionIsPresent in operator== broke for local files.David Faure2012-05-141-1/+5
* QUrl: a url with a fragment or query, and one without, are different.David Faure2012-05-141-1/+8
* Restore QUrl::setEncodedQuery(QByteArray()) to the Qt4 behavior.David Faure2012-05-131-2/+2
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-102-3/+3
|\
| * Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-092-3/+3
* | Fix a crash when parsing a URL with username and port, but no passwordThiago Macieira2012-05-101-1/+1
* | Fix qDecodeDataUrl for already percentage encoded content.Alexis Menard2012-05-091-2/+2
* | Fix QUrl::StripTrailingSlash for the case of no path at all.David Faure2012-05-091-1/+1
|/
* Add missing include file.Jędrzej Nowacki2012-05-041-0/+1
* Fix QUrl::toString(StripTrailingSlash) to not turn file:/// into file:David Faure2012-05-041-1/+1
* Fix compiler warningOlivier Goffart2012-05-041-3/+2
* Port the QTextStream / QDebug functions away from fromAsciiThiago Macieira2012-05-042-3/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-043-4/+4
* Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Lars Knoll2012-05-031-1/+1
|\
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-1/+1
| |\