summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.h
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add QUrl::fromUserInput overload with a cwd argument.David Faure2014-05-061-0/+9
* QUrlTwoFlag: add two missing constexprMarc Mutz2013-11-071-2/+2
* Q(UrlTwo)Flags: avoid undefined behaviorMarc Mutz2013-11-071-13/+13
* Declare Cocoa conversion funcs in objc-mode only.Morten Johan Sørvig2013-11-051-1/+5
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-211-0/+12
* QUrl: Use decoded mode by default for individual getters/setters.David Faure2013-08-211-10/+10
* QUrl: add matches(url, options) method.David Faure2013-07-261-0/+2
* QUrl: add fileName() method. Complements QUrl::RemoveFilename.David Faure2013-07-201-0/+1
* QUrl: add NormalizePathSegments to UrlFormattingOptionsDavid Faure2013-07-131-1/+2
* Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+5
|\
| * Remove default argument from declarations of qHash as friendGiuseppe D'Angelo2013-07-021-1/+5
* | QUrl: add RemoveFilename to UrlFormattingOptions.David Faure2013-07-081-1/+2
* | QUrl: add "QUrl adjusted(options)" convenience method.David Faure2013-07-081-0/+1
|/
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | QUrl: methods for converting QStringList <-> QList<QUrl>David Faure2013-01-141-0/+3
|/
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix decoding of QByteArray in the deprecated "encoded" setters in QUrlThiago Macieira2012-08-201-7/+9
* Add Q_DECL_NOTHROW to some qHash functionsThiago Macieira2012-08-201-1/+1
* Specialize QTypeInfo for QUrlTwoFlags to mark it PRIMITIVE.Stephen Kelly2012-07-281-0/+3
* Make the operator| for QUrl with QIncompatibleFlag constexpr.Stephen Kelly2012-07-251-1/+1
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-101-1/+0
* Add the QUrl::FullyDecoded flag to the component formattingThiago Macieira2012-05-221-1/+2
* Add QUrl::ParsingMode to the component setters in QUrlThiago Macieira2012-05-221-8/+8
* Add the QUrl::DecodedMode parsing modeThiago Macieira2012-05-221-1/+2
* Restore QUrl::setEncodedQuery(QByteArray()) to the Qt4 behavior.David Faure2012-05-131-2/+2
* Re-add the Qt 4 compatibility methods for QUrl encoded query itemsThiago Macieira2012-04-121-0/+9
* Change the component formatting enum values so the default is zeroThiago Macieira2012-04-111-11/+9
* Allow {} to remain decoded in URLs in the path and queryThiago Macieira2012-04-111-2/+3
* Introduce QUrl::DecodeReserved and reorder the enumsThiago Macieira2012-04-111-3/+4
* Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-111-4/+3
* QUrl: added two-arguments qHash supportGiuseppe D'Angelo2012-04-081-2/+4
* De-inline qHash(const QUrl&) and improveThiago Macieira2012-03-301-5/+1
* Add QUrl::setQuery overload with QUrlQueryThiago Macieira2012-03-301-0/+2
* Long live the new QUrl implementation.Thiago Macieira2012-03-301-52/+168
* Forward the methods dealing with the break down of query to QUrlQueryThiago Macieira2012-03-301-25/+14
* Add the code that recodes URLs.Thiago Macieira2012-03-301-0/+13
* Mark QUrl::{to,from}Punycode as deprecated since 5.0Thiago Macieira2012-03-301-2/+7
* Disable QUrl support in QVariant in bootstrapped modeThiago Macieira2012-03-241-2/+0
* Add QUrl formatting option "PreferLocalFile".David Faure2012-03-071-0/+1
* Add QUrl::toDisplayString(), which is toString() without password.David Faure2012-02-111-0/+1
* Fix compilation with -Werror -WshadowDavid Faure2012-02-081-4/+4
* Build with QT_NO_CAST_FROM_BYTEARRAYStephen Kelly2012-02-021-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QUrl: deprecate setEncodedUrl() and fromEncoded(), add url().David Faure2012-01-281-4/+9
* QUrl: Implement a number of ## Qt5 TODOs (merging overloads)David Faure2012-01-261-15/+5
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0