summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22104-2491/+2491
* Fix thread-safety of qt_ignore_sigpipeThiago Macieira2012-09-181-1/+5
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-142-5/+5
* Fixed: QFileInfo::lastModified() returning wrong value.Markku Heikkila2012-09-133-5/+14
* QFileSystemEngine: fix realpath() buffer sizeRafael Roquetto2012-09-111-1/+1
* QNX: fix call to realpath() on QFileSystemEngineRafael Roquetto2012-09-111-1/+1
* Fix QFileSystemEngine::canonicalName() returning corrupt dataThomas McGuire2012-09-101-2/+7
* android: we have mkdtemp.Arvid Picciani2012-09-101-2/+4
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Fix missing or improper include guard in headersSergio Ahumada2012-09-097-15/+15
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-075-24/+24
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-056-25/+25
* QStandardPaths should still work without desktop serviceJing Bai2012-09-031-4/+0
* Blackberry: Fix QFileSystemEngine::tempPath()Thomas McGuire2012-08-291-2/+5
* Don't do path conversions on isEmpty()João Abecasis2012-08-291-2/+1
* Use QString for user-visible stringsJoão Abecasis2012-08-291-1/+1
* wrap the implementation with NO_SETTINGS macroJing Bai2012-08-291-0/+3
* QUrl: port thread-safety autotest from Qt4.David Faure2012-08-261-0/+2
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-2323-4/+29
* Fix decoding of QByteArray in the deprecated "encoded" setters in QUrlThiago Macieira2012-08-205-14/+78
* tst_qurlinternal: use qurl_p.h instead of declaring the functionsThiago Macieira2012-08-201-1/+1
* Add Q_DECL_NOTHROW to some qHash functionsThiago Macieira2012-08-202-2/+2
* Misc documentation fixes triggered by qdoc errors/warningsShawn Rutledge2012-08-201-5/+4
* Speed up sorting of dir entries when sorted by dateRobin Burchell2012-08-201-2/+13
* 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