summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qsortfilterproxymodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Don't call virtual methods after the source model is destroyed.Andreas Hartmetz2014-09-031-1/+2
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Fix crash when invalidating a QSortFilterProxyModelStephen Kelly2012-09-141-6/+22
* Avoid crashes when invalidating a proxy model filter.Stephen Kelly2012-08-081-3/+4
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Add the QIdentityProxyModel.Stephen Kelly2011-04-121-1/+1
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-011-7/+8
|\
| * QSortFilterProxyModel::reset() should invalidate.Olivier Goffart2011-02-251-7/+8
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-131-2/+2
|\|
| * Fix filtering of columns in QSFPM.Stephen Kelly2010-11-231-2/+2
* | An an assert when a QModelIndex from the wrong model is used with QSFPM.Stephen Kelly2010-09-281-0/+2
|/
* Doc: Note on updating proxy models with dynamic sort filtersGeir Vattekar2010-09-151-0/+8
* Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
* Fixes a proxymodel sorting odity.Pierre Rossi2010-05-261-1/+1
* QSortFilterProxyModel: Warning or assert failureGabriel de Dietrich2010-05-051-1/+1
* Fix bug when resetting QSortFilterProxyModelStephen Kelly2010-03-181-2/+2
* Fix a crash in QSortFilterProxyModel when deleting a rowThierry Bastian2010-03-151-1/+33
* Optimize QSortFilterProxyModelOlivier Goffart2010-03-111-7/+9
* QSortFilterProxyModel: Sorting occured unnecessarily when the dynamicSortFilt...Olivier Goffart2010-02-221-4/+4
* QSortFilterProxyModel: Fix dynamic sorting when severals rows are added.Olivier Goffart2010-02-021-6/+10
* Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | Don't call invalidate when resetting the QSortFilterProxyModel.Stephen Kelly2010-01-061-1/+0
|/
* Make the layout{,AboutToBe}Changed signals in the QSortFilterProxyModel match...Stephen Kelly2009-12-181-2/+4
* Make sure mappings are created for columns when indexes newly become parents.Stephen Kelly2009-12-181-0/+27
* QSortProxyModel: Crash when changing model with 2-level proxy and selected itemsGabriel de Dietrich2009-11-261-1/+5
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Fix the API for resetting QAbstractItemModels.Stephen Kelly2009-08-281-1/+10
* | Doc - mentioned that if no QRegExp is set, or an empty string is set,Kavindra Devi Palaraja2009-08-171-3/+5
* | Doc - some clean ups to QSortFilterProxyModel's documentationKavindra Devi Palaraja2009-08-171-89/+82
* | QVariant: added toFloat and toRealThierry Bastian2009-08-141-1/+3
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Fixes: Do not create a mapping for filtered items in QSortFilterProxyModel.Marius Bugge Monsen2009-07-171-16/+26
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\|
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | small code cleanup that improves some loopsThierry Bastian2009-06-101-3/+4
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-271-1/+2
|\|
| * Fixed: QSortFilterProxyModel setDynamicSortFilter doesn't works when setting ...Olivier Goffart2009-05-261-1/+2
* | Merge commit 'origin/4.5'Olivier Goffart2009-05-041-0/+9
|\|
| * Do not crash when passing wrong indexes to QSortFilterProxyModel::indexFomSou...Olivier Goffart2009-05-041-0/+9