summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qsortfilterproxymodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtCore: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-111-2/+2
* QtCore: replace uses of inefficient QList<QPair>s with QVectors [itemmodels]Marc Mutz2016-01-151-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtCore: eradicate all Q_FOREACH loops [itemmodels]Marc Mutz2016-01-041-3/+3
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+1
|\
| * Fix typo in filterAcceptsColumn docs: row is used in place of columnSamuel Gaist2015-07-281-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-2/+5
|\|
| * Fix less-than comparison for QStandardItem and QSortFilterProxyModel with inv...Friedemann Kleint2015-06-111-2/+5
* | Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-0/+2
* | QSortFilterProxyModel: Keep invalid index updated on source model sortDaiwei Li2015-06-251-0/+21
* | core: Add several QList::reserve() calls.Sérgio Martins2015-06-111-2/+8
|/
* QSortFilterProxyModel: improve formal argument naming for lessThanGiuseppe D'Angelo2015-05-011-5/+5
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QSortFilterProxyModel: fix a regressionGiuseppe D'Angelo2015-01-171-1/+5
* Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-5/+0
* QSortFilterProxyModel: honor the roles parameter of dataChangedGiuseppe D'Angelo2014-12-071-7/+9
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* QAbstractProxyModel: fix canDropMimeData/dropMimeData implementationsDavid Faure2014-11-241-18/+2
* QSortFilterProxyModel: keep the sorting on unrelated changesGiuseppe D'Angelo2014-11-201-5/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Mention that QSortFilterProxyModel::lessThan() handles floatsSze Howe Koh2014-03-041-0/+1
* Doc: Replace obsolete types with their newer counterpartsSze Howe Koh2014-02-251-10/+10
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-3/+14
|\
| * Fix sorted QSortFilterProxyModel filter updateNils Jeisecke2014-02-031-3/+14
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-5/+5
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-7/+7
* Don't call virtual methods after the source model is destroyed.Stephen Kelly2013-04-051-1/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Docs: Fix referencesChristian Stenger2012-12-131-2/+2
* Remove qSort/qStableSort usages from itemmodelsGiuseppe D'Angelo2012-11-071-6/+8
* Add implementations of QAIM::sibling in public APIs.Stephen Kelly2012-11-021-0/+16
* Forward the layout change hint through QSortFilterProxyModel.Stephen Kelly2012-10-021-18/+18
* Create an invalid QPersistentModelIndex if it will be converted anyway.Stephen Kelly2012-09-271-2/+2
* Fix typo in variable name.Stephen Kelly2012-09-271-2/+2
* Rename a variable it -> childIt.Stephen Kelly2012-09-271-5/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix crash when invalidating a QSortFilterProxyModelStephen Kelly2012-09-131-9/+19
* fix docsFrederik Gladhorn2012-09-031-2/+2
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-1/+1
* Doc: Fix snippet and example referencing widget examplesAndy Nichols2012-08-231-2/+2
* Only emit headerDataChanged for valid proxy intervals.Stephen Kelly2012-08-151-7/+35
* Avoid crashes when invalidating a proxy model filter.Stephen Kelly2012-08-071-3/+10
* Itemviews: compile with QT_STRICT_ITERATORSThiago Macieira2012-05-261-1/+1
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-8/+8
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-10/+10
* Fix compilation without QT_DEPRECATED_SINCEOlivier Goffart2012-02-251-2/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Change the default value of QSortFilterProxyModel::dynamicSortFilterStephen Kelly2012-01-021-3/+3