summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2468-1156/+1156
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Doc: Fixed qdoc warnings.David Boddie2011-05-231-1/+1
|
* Fix licence headers again for MR 900Sergio Ahumada2011-05-122-9/+18
| | | | | | | See commit b00089261eafbdf5f92ed94d7fb20b402bfcaeb2 Reviewed-by: Gabriel de Dietrich (cherry picked from commit bc16ebdb7aeff70fe8149297183636ea7fd14ed1)
* Fix licence headers again for MR 900Gabriel de Dietrich2011-05-122-20/+21
| | | | | | | See commit b00089261eafbdf5f92ed94d7fb20b402bfcaeb2 Reviewed-by: Trust me (cherry picked from commit 7b6a7f475119878681c9d0c06b29896ec3fe72c3)
* Add the QIdentityProxyModel.Stephen Kelly2011-05-114-1/+700
| | | | | | | | | | | | | | | | | Older commit history is in KDE svn: http://websvn.kde.org/trunk/KDE/kdelibs/kdeui/itemviews/kidentityproxymodel.cpp?view=log Ammended to update the license headers. Merge-request: 900 Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com> Conflicts: doc/src/frameworks-technologies/model-view-programming.qdoc tests/auto/headers/tst_headers.cpp (cherry picked from b00089261eafbdf5f92ed94d7fb20b402bfcaeb2)
* Fixes warnings about unused variablesOlivier Goffart2011-05-101-1/+0
| | | | | Reviewed-by: Samuel (cherry picked from commit 28061caa38d94de85db9aec743d1efba33c1e46f)
* Removing the "resetInternalData" slot in QAbstractProxyModelGabriel de Dietrich2011-05-102-26/+1
| | | | | | | | | | This reverts commits 0916a68056154ecb60e4ea2c79726ab2e49b1532 and 6f1384fcbeea993d5be47590c696de60215b7608. This effectively reverts most of MR 694. Reviewed-by: Olivier (cherry picked from commit 06e104b9c305d3db0dd1848e6e633ee3888fd1de)
* Revert "Fixed a crash in QListView"Thierry Bastian2011-05-101-1/+1
| | | | | | | This caused regressions in the QListView This reverts commit 5b3872b2d7523d44ba454a76613e7a3fa45387f7. (cherry picked from commit 0edbaca5e7b718bb9bbbeaccc9e322b525b4327e)
* Fixed a crash in QListViewThierry Bastian2011-05-101-1/+1
| | | | | | | | | The problem was that QAbstractScrollArea calls layoutChildren on resize but the QListView requires that updateGeometries is called before. Task: QTBUG-18558 Reviewed-By: Pierre (cherry picked from commit 5b3872b2d7523d44ba454a76613e7a3fa45387f7)
* Doc: Fixed reference to a name in a table.David Boddie2011-05-101-1/+1
| | | | | Task-number: QTBUG-18679 (cherry picked from commit a769192ef0393afa07c08a1672b45604fdf64be1)
* QTableView: prevent QTableView from hanging when removing rows.Pierre Rossi2011-05-102-1/+21
| | | | | | | | | | | | The problem was introduced in cd2afafb where we removed some code that was meant to adjust the header's offset upon row removal. The problem with this is that visualIndexAt() is likely to return -1 in QHeaderView::paintEvent, which in turn will lead to calling paintSection for each and every section. Task-number: QTBUG-18551 Reviewed-by: Thierry (cherry picked from commit d814e378987348ce2123d083b01ea6fb6c3e6bbf)
* Use the virtual API to clear a selection.Stephen Kelly2011-05-101-5/+2
| | | | | | Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com> Merge-request: 980 (cherry picked from commit e3cd651d92a9e550fe52360d1be6ae41d0f2ab85)
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2767-0/+51002
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12