summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a couple of qdoc errors.Lars Knoll2012-08-201-1/+2
* Modernise, update and fix errors in the QUrl documentationThiago Macieira2012-08-181-44/+65
* Bring back the documentation on QUrl deprecated methodsThiago Macieira2012-08-181-0/+433
* Fix a couple of qdoc errorsLars Knoll2012-08-183-3/+3
* Fix qdoc erros in qfile and related classesLars Knoll2012-08-185-9/+8
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-156-35/+70
* Document QFile::open() argument "handleFlags"Jeremy Katz2012-08-141-0/+2
* Remove code duplication in QStandardPaths implementationsDavid Faure2012-08-096-68/+20
* Add bool QStandardPaths::isTestModeEnabled()David Faure2012-08-097-0/+35
* 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