summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove MSVC workaround for QPolygonMarcel Krems2020-08-291-66/+0
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-4/+4
* Make QList an alias to QVectorLars Knoll2019-10-301-2025/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-261-0/+12
|\
| * QSet: Document to/from QVector transformation techniquesSamuel Gaist2019-10-241-0/+12
* | Deprecate calling QList::insert/removeAt with out of bounds indexLars Knoll2019-10-101-3/+4
|/
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-1/+1
* Non-associative containers: add range constructorsMarc Mutz2019-04-171-0/+8
* Add missing \since to QList<T>::swapItemsAt()Friedemann Kleint2019-02-121-0/+1
* Rename QList<T>::swap(int, int) to swapItemsAt()Lars Knoll2018-12-031-0/+7
* Invert include dependencies between QList and QVectorLars Knoll2018-12-031-0/+17
* Doc: Advocate use of std::initializer_list constructor in Q[String]ListKai Koehne2018-04-231-4/+9
* doc: Add missing return types to \fn commands, fix mis-specified onesMartin Smith2018-01-181-1/+1
* Add template text to \fn commands in container classesMartin Smith2017-12-011-147/+147
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-1/+1
|\
| * Fix some typos and minor sentence structure issues in docsFrederik Schwarzer2016-10-051-1/+1
* | Replace qAllocMore with a pair of more useful functionsThiago Macieira2016-06-091-19/+10
* | Updated license headersJani Heikkinen2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Doc: improvement in if condition about inserting item in listNico Vertriest2015-11-301-2/+2
* qdoc: Allow formal parameters in link targetsMartin Smith2015-08-161-1/+1
* Add a dedicated QListData::realloc_grow for growing QListThiago Macieira2015-08-101-3/+15
* doc: Corrected docs for QList and QVectorMartin Smith2015-07-271-50/+74
* QList: Introduce constFirst() and constEnd()Sérgio Martins2015-06-271-2/+22
* Add qHash(QList)Marc Mutz2015-04-201-0/+11
* QList: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-051-0/+78
* QList: add relational operators <,<=,>,>=Marc Mutz2015-04-051-0/+48
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Move a few QStringList methods up to QList<QString>Thiago Macieira2015-01-071-0/+6
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-10/+10
|\
| * Fix warnings about size conversion in QListThiago Macieira2014-10-311-10/+10
* | Check for integer overflows in places where qAllocMore is usedUlf Hermann2014-10-171-0/+2
|/
* Doc: Use title case in section1 titlesNico Vertriest2014-09-301-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: corrected autolink errors qtbase/corelib/toolsNico Vertriest2014-09-241-2/+2
* Move the special QByteArrayList methods into QListThiago Macieira2014-08-091-0/+5
* Unify all mid() functions in QtBase.Jędrzej Nowacki2014-05-161-3/+3
* Improve implicit shared documentation a bitThorbjørn Martsum2013-10-151-0/+10
* QList - fix a few doc issuesThorbjørn Martsum2013-10-151-10/+14
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-28/+28
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+17
* Update the documentation for C++11 initializer lists supportLaszlo Papp2013-03-071-1/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtBase: Doc: Fix links to STL-style iteratorsDavid Schulz2012-12-061-6/+6
* Remove qSort from QList/QSet docsGiuseppe D'Angelo2012-11-161-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+3
* Remove use of ::free from qlist.hThiago Macieira2012-08-091-0/+6
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-291-2/+2
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-29/+29