summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurlquery.cpp
Commit message (Expand)AuthorAgeFilesLines
* QUrlQuery: Use new comparison helper macrosRym Bouabid2024-02-231-12/+18
* QUrlQuery/Doc: fix resulting query with ( and ) delimitersThiago Macieira2024-01-121-2/+2
* QUrlQuery: s/QPair/std::pair/Marc Mutz2023-12-071-14/+14
* QtCore: Fix some macro clashesFriedemann Kleint2023-01-311-0/+4
* Doc: remove {{ }} for an enum valueTasuku Suzuki2023-01-251-1/+1
* QUrlQuery: add missing move constructorThiago Macieira2023-01-201-0/+10
* QUrlQuery: fix operator== for emptied object caseThiago Macieira2023-01-201-1/+5
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QUrlQuery/Doc: update the information about encoded vs decodedThiago Macieira2021-07-271-1/+28
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-2/+1
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-161-6/+8
* Port qt_urlRecode() to QStringViewMarc Mutz2020-05-121-6/+6
* QUrlQuery: improve defaultQuery{Value,Pair}Delimiter()Marc Mutz2020-05-121-2/+6
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-101-1/+1
|\
| * doc: Add missing class qualifierMartin Smith2019-07-091-1/+1
* | Be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-091-4/+4
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-2/+2
* | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-5/+5
* | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-1/+1
|/
* QUrlQuery: Implement initializer list constructorSamuel Gaist2018-12-091-0/+8
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-8/+2
* QUrlQuery: use erase and std::remove_if with QListAnton Kudryavtsev2016-05-041-8/+8
* Updated license headersJani Heikkinen2016-01-211-1/+1
* Updated license headersJani Heikkinen2016-01-151-13/+19
* QUrlQuery: remove misleading commentMarc Mutz2016-01-041-1/+0
* QUrlQuery: fix a very expensive always-true checkMarc Mutz2015-12-301-1/+1
* core: Add several QList::reserve() calls.Sérgio Martins2015-06-111-0/+1
* Add qHash(QUrlQuery)Marc Mutz2015-04-201-0/+21
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-6/+6
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-4/+4
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+8
* Doc: update the QUrl and QUrlQuery documentationThiago Macieira2013-08-041-1/+15
* QUrlQuery: update our understanding of delimitersThiago Macieira2013-08-041-19/+22
* Doc: Add the missing \since 5.0Debao Zhang2013-02-251-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Fix QUrlQuery qdoc errorsJeremy Katz2012-07-271-5/+28
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* QtCore: add member-swap to shared classesMarc Mutz2012-07-031-0/+7
* Port away from QUrl::MostDecodedThiago Macieira2012-05-221-3/+3
* Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-091-1/+1
* Add some missing includes.Stephen Kelly2012-05-031-0/+2
* Change the component formatting enum values so the default is zeroThiago Macieira2012-04-111-5/+2
* Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-111-11/+7