summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlist.qdoc
Commit message (Expand)AuthorAgeFilesLines
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* QList: more explicitly document capacity() shenanigansAndrei Golubev2021-06-171-3/+4
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-2/+2
* QList docs: lexicographical -> lexicalIvan Solovev2020-12-111-4/+4
* QList: update docsIvan Solovev2020-12-081-40/+48
* QList docs: extend prepend() descriptionIvan Solovev2020-12-021-5/+6
* Sequential general purpose containers: add erase/erase_ifGiuseppe D'Angelo2020-12-011-0/+35
* Doc: Fix various documentation warningsTopi Reinio2020-11-301-8/+6
* Do not shrink on remove()Lars Knoll2020-11-091-15/+5
* Fix qdoc issues in QListVolker Hilsheimer2020-10-301-2/+2
* Hide QList comparisons from ADLAllan Sandfeld Jensen2020-10-301-16/+12
* Clean QList documentationAndrei Golubev2020-10-281-51/+60
* QList: also default count()'s template parameterGiuseppe D'Angelo2020-10-261-1/+1
* Update QList::append(const_reference) -> QList::append(parameter_type)Andrei Golubev2020-10-241-1/+1
* QList/QVLA: fixup the docsGiuseppe D'Angelo2020-10-231-5/+5
* QList: make (last)IndexOf and contains function templatesGiuseppe D'Angelo2020-10-231-3/+3
* Use parameter_type in QList methodsAndrei Golubev2020-10-221-11/+11
* QList docs: fix signature of removeAllGiuseppe D'Angelo2020-10-221-1/+1
* Convert QList alias definitions to 'using'Andrei Golubev2020-10-201-17/+9
* Fix QDoc warnings for QList/QVectorAndrei Golubev2020-10-201-17/+27
* QList::removeOne: make it generic as wellGiuseppe D'Angelo2020-10-201-1/+1
* QList docs: remove some QVector->QList leftoversGiuseppe D'Angelo2020-10-191-41/+5
* Update QList's documentation relevant to prepend optimizationAndrei Golubev2020-09-211-38/+65
* Update QList's documentation bitsAndrei Golubev2020-09-071-44/+43
* QList: Add a append(QList &&) overloadMÃ¥rten Nordheim2020-08-011-0/+31
* Small fixes to the QList documentationLars Knoll2020-07-061-3/+3
* Add support for first(n), last(n) and sliced() to QListLars Knoll2020-07-061-0/+49
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-061-5/+0
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-291-122/+120
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-0/+1472