Doc: Fix QUrl::isLocalFile documentation
[profile/ivi/qtbase.git] / src / corelib / io / qurl.cpp
2012-07-20 Sergio AhumadaDoc: Fix QUrl::isLocalFile documentation
2012-06-24 Thiago MacieiraEnsure that no extra bits can leak into QUrl::toEncoded.
2012-06-14 David FaureMake qurlinfo private, now that QFtp is private.
2012-06-13 Thiago MacieiraFix QUrl documentation: FullyDecoded and DecodedMode...
2012-05-29 Giuseppe D'AngeloQtCore: remove \link usages
2012-05-23 David FaureFix handling of invalid urls in QDataStream << QUrl
2012-05-22 Thiago MacieiraAdd the QUrl::FullyDecoded flag to the component formatting
2012-05-22 Thiago MacieiraAdd QUrl::ParsingMode to the component setters in QUrl
2012-05-22 Thiago MacieiraAdd the QUrl::DecodedMode parsing mode
2012-05-22 Thiago MacieiraPort away from QUrl::MostDecoded
2012-05-21 Leonard LeeElaborate QUrl::toString() documentation.
2012-05-14 David FaureQUrl: using sectionIsPresent in operator== broke for...
2012-05-14 David FaureQUrl: a url with a fragment or query, and one without...
2012-05-10 Marius Storm-OlsenMerge branch 'docs-refactoring' into master
2012-05-10 Thiago MacieiraFix a crash when parsing a URL with username and port...
2012-05-09 David FaureFix QUrl::StripTrailingSlash for the case of no path...
2012-05-04 David FaureFix QUrl::toString(StripTrailingSlash) to not turn...
2012-05-03 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-26 Thiago MacieiraEnsure that QUrl::{to,from}LocalPath encode/decode...
2012-04-25 Thiago MacieiraRevert QUrl::isRelative to its Qt 4 behaviour
2012-04-24 Thiago MacieiraEnsure that QUrl::toLocalFile returns decoded paths
2012-04-24 Thiago MacieiraDon't strip the leading slash of letter+colon paths...
2012-04-24 Thiago MacieiraUpdate the QUrl documentation concerning the encoding
2012-04-23 Simon HausmannRemoved unused QUrlPrivate::clear()
2012-04-19 Casper van DonderenDoc: Prepare for building modular QtCore docs.
2012-04-17 Lars KnollMerge "Merge remote-tracking branch 'origin/api_changes...
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-16 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-13 Konstantin Rittreplace hardcoded values with a surrogate handling...
2012-04-12 Thiago MacieiraEnsure proper handling of empty-but-present URL components
2012-04-12 Thiago MacieiraFix warning introduced in "Adjust a double leading...
2012-04-11 Thiago MacieiraChange the component formatting enum values so the...
2012-04-11 Thiago MacieiraAllow {} to remain decoded in URLs in the path and...
2012-04-11 Thiago MacieiraMerge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambig...
2012-04-11 Thiago MacieiraFix the handling of ambiguous delimiters in the query...
2012-04-11 Thiago MacieiraMake QUrl handle ambiguous delimiters correctly
2012-04-10 Thiago MacieiraAdjust a double leading slash in the path for FTP to...
2012-04-10 Oswald BuddenhagenMerge remote-tracking branch 'origin/master' into api_c...
2012-04-08 Giuseppe D'AngeloQUrl: added two-arguments qHash support
2012-04-04 Thiago MacieiraMerge one static function into another
2012-04-03 Thiago MacieiraRemove old comment restored by mistake
2012-03-29 Thiago MacieiraRevert to Qt4 behaviour that QUrl().isValid() == false
2012-03-29 Thiago MacieiraFix the license headers for the files in the new-qurl...
2012-03-29 Thiago MacieiraDe-inline qHash(const QUrl&) and improve
2012-03-29 Thiago MacieiraFix QUrl operator== and operator<
2012-03-29 Thiago MacieiraDisallow spaces in URLs when parsing in StrictMode.
2012-03-29 Thiago MacieiraReimplement the StrictMode URL parsing
2012-03-29 Thiago MacieiraRe-introduce support for QUrl::errorString()
2012-03-29 Thiago MacieiraAdd QUrl::setQuery overload with QUrlQuery
2012-03-29 Thiago MacieiraQUrl: optimise setHost for the common case
2012-03-29 Thiago MacieiraQUrl: Always lowercase the scheme
2012-03-29 Thiago MacieiraLong live the new QUrl implementation.
2012-03-29 Thiago MacieiraMove some of qurl.cpp into other files for ease of...
2012-03-29 Thiago MacieiraForward the methods dealing with the break down of...
2012-03-29 Thiago MacieiraMark QUrl::{to,from}Punycode as deprecated since 5.0
2012-03-29 Thiago MacieiraMove the QByteArray-based percent-encoding activities...
2012-03-27 Kent HansenMerge master into api_changes
2012-03-24 Thiago MacieiraDisable QUrl support in QVariant in bootstrapped mode
2012-03-23 Kent HansenMerge master into api_changes
2012-03-19 Kent HansenMerge master into api_changes
2012-03-16 Kent HansenMerge master into api_changes
2012-03-12 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/api_changes' into...
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/master' into api_c...
2012-03-07 David FaureAdd QUrl formatting option "PreferLocalFile".
2012-03-05 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-04 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-03-02 Casper van DonderenRemove the usage of deprecated qdoc macros.
2012-02-21 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-12 David FaureUse toDisplayString when debugging urls (no passwords...
2012-02-11 David FaureAdd QUrl::toDisplayString(), which is toString() withou...
2012-02-09 Teemu KatajistoVarious documentation fixes ported from 4.8
2012-02-05 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-01 David FaureFix parsingMode not used anymore, detected by compiler...
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-28 David FaureQUrl: deprecate setEncodedUrl() and fromEncoded(),...
2012-01-28 David FaureQUrl: use partially-decoded data in toString and QUrl...
2012-01-26 David FaureQUrl: Implement a number of ## Qt5 TODOs (merging overl...
2012-01-24 David FaureMake QUrl always lowercase the scheme().
2012-01-23 Jason McDonaldUpdate contact information in license headers.
2012-01-16 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2011-10-31 Friedemann KleintFix most warnings about assignments of QAtomicInt.
2011-10-27 Bradley T. HughesReplace implicit QAtomic* casts with explicit load...
2011-09-26 David BoddieDoc: Moved general notes about character conversion.
2011-07-21 Samuel RødalMerge remote branch 'gerrit/master' into refactor
2011-07-21 David BoddieDoc: Removed documentation for deleted code.
2011-07-15 Olivier GoffartRevert "make QChar::Unicode_Unassigned a constantly...
2011-07-13 Ritt Konstantinmake QChar::Unicode_Unassigned a constantly big value
2011-07-06 Lars KnollMerge branch 'refactor' of scm.dev.nokia.troll.no:qt...
2011-07-06 Lars KnollMerge remote branch 'gerrit/master' into refactor
2011-06-29 Lars Knollremove QT3_SUPPORT in corelib/io
2011-06-28 Olivier GoffartFix invalid read in QUrl::removeAllEncodedQueryItems
2011-06-01 Jørgen LindMerge branch 'refactor' of scm.dev.nokia.troll.no:qt...
2011-06-01 Jørgen LindMerge remote-tracking branch 'base/master' into refactor
2011-05-25 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-25 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-25 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-24 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-24 Paul Olav TveteMerge remote branch 'staging/master' into refactor
next