| Commit message (Expand) | Author | Age | Files | Lines |
| * | (QtCore) doc: Add alt text for \image tags | Eren Bursali | 2025-10-09 | 1 | -2/+4 |
| * | Mark QUrl* classes as security-critical | Marc Mutz | 2025-05-30 | 1 | -0/+1 |
| * | qtbase: use qHashMulti & qHashRange instead of QHashCombine | Thiago Macieira | 2025-05-09 | 1 | -4/+1 |
| * | Create qdoc macros for C++ class docs 2.1: qHash() | Marc Mutz | 2024-11-27 | 1 | -4/+1 |
| * | Create qdoc macros for C++ class docs 1.2: member-swap(), simplified phrasing | Marc Mutz | 2024-11-08 | 1 | -3/+1 |
| * | QSharedDataPointer: Use new comparison helper macros | Rym Bouabid | 2024-07-04 | 1 | -2/+2 |
| * | QUrlQuery: Use new comparison helper macros | Rym Bouabid | 2024-02-23 | 1 | -12/+18 |
| * | QUrlQuery/Doc: fix resulting query with ( and ) delimiters | Thiago Macieira | 2024-01-12 | 1 | -2/+2 |
| * | QUrlQuery: s/QPair/std::pair/ | Marc Mutz | 2023-12-07 | 1 | -14/+14 |
| * | QtCore: Fix some macro clashes | Friedemann Kleint | 2023-01-31 | 1 | -0/+4 |
| * | Doc: remove {{ }} for an enum value | Tasuku Suzuki | 2023-01-25 | 1 | -1/+1 |
| * | QUrlQuery: add missing move constructor | Thiago Macieira | 2023-01-20 | 1 | -0/+10 |
| * | QUrlQuery: fix operator== for emptied object case | Thiago Macieira | 2023-01-20 | 1 | -1/+5 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -1/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QUrlQuery/Doc: update the information about encoded vs decoded | Thiago Macieira | 2021-07-27 | 1 | -1/+28 |
| * | Use (new) erase()/erase_if() algorithms | Marc Mutz | 2020-12-05 | 1 | -2/+1 |
| * | Fix some bad uses of QSharedPointerData::operator T* | Allan Sandfeld Jensen | 2020-10-16 | 1 | -6/+8 |
| * | Port qt_urlRecode() to QStringView | Marc Mutz | 2020-05-12 | 1 | -6/+6 |
| * | QUrlQuery: improve defaultQuery{Value,Pair}Delimiter() | Marc Mutz | 2020-05-12 | 1 | -2/+6 |
| * | Change qHash() to work with size_t instead of uint | Lars Knoll | 2020-04-09 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-07-10 | 1 | -1/+1 |
| |\ |
|
| | * | doc: Add missing class qualifier | Martin Smith | 2019-07-09 | 1 | -1/+1 |
| * | | Be less laissez-faire with implicit conversions to QChar | Marc Mutz | 2019-07-09 | 1 | -4/+4 |
| * | | Port from QAtomic::load() to loadRelaxed() | Giuseppe D'Angelo | 2019-06-20 | 1 | -2/+2 |
| * | | Move away from using 0 as a pointer constant | Allan Sandfeld Jensen | 2019-06-07 | 1 | -5/+5 |
| * | | Replace Q_DECL_NOEXCEPT with noexcept in corelib | Allan Sandfeld Jensen | 2019-04-03 | 1 | -1/+1 |
| |/ |
|
| * | QUrlQuery: Implement initializer list constructor | Samuel Gaist | 2018-12-09 | 1 | -0/+8 |
| * | Doc: Move literal code block to a separate file | Cristian Maureira-Fredes | 2018-10-15 | 1 | -8/+2 |
| * | QUrlQuery: use erase and std::remove_if with QList | Anton Kudryavtsev | 2016-05-04 | 1 | -8/+8 |
| * | Updated license headers | Jani Heikkinen | 2016-01-21 | 1 | -1/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -13/+19 |
| * | QUrlQuery: remove misleading comment | Marc Mutz | 2016-01-04 | 1 | -1/+0 |
| * | QUrlQuery: fix a very expensive always-true check | Marc Mutz | 2015-12-30 | 1 | -1/+1 |
| * | core: Add several QList::reserve() calls. | Sérgio Martins | 2015-06-11 | 1 | -0/+1 |
| * | Add qHash(QUrlQuery) | Marc Mutz | 2015-04-20 | 1 | -0/+21 |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5 | Frederik Gladhorn | 2015-02-24 | 1 | -1/+1 |
| |\ |
|
| | * | Doc: corrected link/autolink issues in corelib | Nico Vertriest | 2015-02-24 | 1 | -1/+1 |
| * | | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -6/+6 |
| |/ |
|
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -18/+10 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -4/+4 |
| * | Doc: Add docs for rvalue references and move constructors | Geir Vattekar | 2013-09-27 | 1 | -0/+8 |
| * | Doc: update the QUrl and QUrlQuery documentation | Thiago Macieira | 2013-08-04 | 1 | -1/+15 |
| * | QUrlQuery: update our understanding of delimiters | Thiago Macieira | 2013-08-04 | 1 | -19/+22 |
| * | Doc: Add the missing \since 5.0 | Debao Zhang | 2013-02-25 | 1 | -0/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -23/+23 |
| * | Doc: Add \inmodule QtCore to all QtCore class doc bodies | Thiago Macieira | 2012-08-23 | 1 | -0/+1 |
| * | Fix QUrlQuery qdoc errors | Jeremy Katz | 2012-07-27 | 1 | -5/+28 |
| * | Fix some spelling errors | Sergio Ahumada | 2012-07-11 | 1 | -1/+1 |