summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QUrl::idnWhiteList(): add QList::reserve() callMarc Mutz2012-08-071-2/+4
* QtNoDebug: remove special member functionsMarc Mutz2012-08-071-3/+0
* ifdef drivespec handling in relativeFilePath to windowsOswald Buddenhagen2012-08-071-9/+4
* Make sure that the parsing mode reaches QUrlPrivate::setHostThiago Macieira2012-08-012-11/+11
* Make QUrl::setScheme only parse in strict mode (no decoding)Thiago Macieira2012-08-012-16/+3
* Fix QUrl support for empty usernames and passwordsThiago Macieira2012-08-011-1/+1
* Fix handling of encoded NULs (%00) in QUrl::fromPercentEncodingThiago Macieira2012-08-011-1/+2
* Use QtCore instead of QtGui for the standardpaths comments to be correctLaszlo Papp2012-08-017-7/+7
* QUrl: document that setIdnWhitelist isn't thread-safeMarc Mutz2012-07-301-0/+3
* Specialize QTypeInfo for QUrlTwoFlags to mark it PRIMITIVE.Stephen Kelly2012-07-281-0/+3
* QDebug: Add getter/setter for auto-insert-spaces.David Faure2012-07-272-0/+21
* QDebug: adjust documentation of space(), nospace() and maybeSpace()David Faure2012-07-271-9/+5
* Fix QUrlQuery qdoc errorsJeremy Katz2012-07-271-5/+28
* Fix several QUrl qdoc errorsJeremy Katz2012-07-261-6/+11
* QFileInfo: remove synchronisation macroMarc Mutz2012-07-261-1/+0
* Make the operator| for QUrl with QIncompatibleFlag constexpr.Stephen Kelly2012-07-251-1/+1
* QtWidgets: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-0/+4
* Doc: Fix QUrl::isLocalFile documentationSergio Ahumada2012-07-201-1/+1
* Windows: Do not return short path names for QDir::tempPath().Friedemann Kleint2012-07-171-1/+11
* Remove Qt3Support enums for q{dir,filedevice,settings,variant} in docsJeremy Katz2012-07-173-8/+0
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* QNX: fix linking by implementing QStandardPaths::enableTestMode()Marc Mutz2012-07-111-3/+20
* 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