summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.h
Commit message (Expand)AuthorAgeFilesLines
* QUrl: Use new comparison helper macrosRym Bouabid2024-03-061-0/+8
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* QUrl: Add QUrl::fromEncoded(QByteArrayView) overloadAhmad Samir2023-06-081-0/+3
* QVariant: make many more QtCore types nothrow-copyableThiago Macieira2022-07-301-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QUrl: Use Q_CORE_REMOVED_SINCE instead of explicit version checksIevgenii Meshcheriakov2022-02-031-6/+3
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-201-1/+1
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* QUrl: Implement UTS #46Ievgenii Meshcheriakov2021-08-261-0/+15
* QUrl: use QFlags::toInt / qToUnderlyingGiuseppe D'Angelo2021-05-231-8/+8
* QUrlTwoFlags: add support for operator&=, |=, ^= taking QFlagsGiuseppe D'Angelo2021-05-121-0/+6
* QUrl: code tidiesGiuseppe D'Angelo2021-05-021-9/+9
* Explicitly set enums' type to avoid undefined behaviorRobert Löhning2021-04-071-2/+2
* Also remove 0 initialization from QUrlTwoFlagsAllan Sandfeld Jensen2020-11-271-2/+1
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-2/+1
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-2/+2
* Merge the two QUrl::fromUserInput overloadsDavid Faure2020-08-231-3/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-33/+33
* Purge redundant recoding of URL fragments from QByteArrayEdward Welbourne2020-07-271-4/+0
* QUrl: purge deprecated APIEdward Welbourne2020-07-201-71/+1
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-2/+2
* Remove QUrl::topLevelDomainTimur Pocheptsov2020-02-201-5/+0
* QUrl::topLevelDomain() - deprecate in 5.15Timur Pocheptsov2020-02-051-1/+3
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-081-2/+0
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-5/+5
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-2/+2
* Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-121-2/+2
* Add configure feature for QUrl::topLevelDomainLars Knoll2016-10-111-0/+2
* Properly forward-declare the Apple types with Q_QDOCOlivier Goffart2016-05-311-2/+2
* darwin: Simplify conversion function declarations in headersTor Arne Vestbø2016-05-031-5/+1
* QUrl documentation: fix clang parsingOlivier Goffart2016-04-111-0/+8
* Forward declare the Objective C types for the documentation.Olivier Goffart2016-03-181-2/+2
* Updated license headersJani Heikkinen2016-01-211-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Add Q_REQUIRED_RESULT in several placesSérgio Martins2015-05-041-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: mark some operations nothrowMarc Mutz2015-01-101-4/+4
* 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