summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-242-4/+7
|\
| * Ensure that QStandardItem::clone() is used when a prototype is setAndy Shaw2009-09-222-4/+7
| * Update license headers again.Jason McDonald2009-09-0866-264/+264
* | Doc: Moved the note about QFileSystemModel to the start of the document.David Boddie2009-09-221-4/+4
* | Fix a regression in 4.6 in icon mode for QListViewThierry Bastian2009-09-221-1/+1
* | Cleanup convertHIconToPixmap() & loadIconFromShell32()miniak2009-09-221-5/+4
* | Simplify the soft key roles of QAction.Jason Barron2009-09-211-1/+1
* | Give the soft key functionality it's own macro.Jason Barron2009-09-212-3/+7
* | Refactor soft keys implementation.Jason Barron2009-09-212-3/+14
* | Making Keypad Navigation more usableAlessandro Portale2009-09-191-0/+6
* | Control-drag header selection behaved wierdly.Gabriel de Dietrich2009-09-173-2/+39
* | Fix RTL text alignment in QComboBox items with SH_ComboBox_PopupEskil Abrahamsen Blomfeldt2009-09-141-0/+6
* | Doc: Documented the standard keys in item views.Geir Vattekar2009-09-101-1/+39
* | Update license headers again.Jason McDonald2009-09-0966-264/+264
* | Fixes a regression in QListView in 4.6 regarding the selectionThierry Bastian2009-09-081-0/+4
* | Fix some issues with Shift-selection in QAbstractItemViewFrank Reininghaus2009-09-071-4/+3
* | Merge branch '4.5' into 4.6Rohan McGovern2009-09-051-2/+2
|\ \ | |/
| * Fix a regression with QListView::setRowHidden() when a root index is setAndy Shaw2009-09-041-4/+4
* | Removing a few superfluous semicolons.Alessandro Portale2009-09-031-2/+2
* | Make QTreeModel::ensureSorted() stable sort for itemsThorvald Natvig2009-09-021-1/+5
* | QTreeView: exapnding nodes just after replacing the model wouldn't workThierry Bastian2009-09-012-3/+15
* | Added description of visualIndex condition to docs for logicalIndex()Peter Yard2009-09-011-1/+3
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-3166-858/+858
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-3166-858/+858
| * Eliminate some mentions of Trolltech.Jason McDonald2009-08-111-11/+11
| * Update license headers.Jason McDonald2009-08-1166-66/+66
* | Fix the API for resetting QAbstractItemModels.Stephen Kelly2009-08-282-1/+11
* | QAbstractItemView sometimes doesn't allow changing the selectionThierry Bastian2009-08-261-3/+0
* | QTableWidget didn't repaint a cell after takeItemThierry Bastian2009-08-251-0/+2
* | QListView:: visualRect would return incorrect valuesThierry Bastian2009-08-251-6/+4
* | ItemViews: selection not well kept when new rows appearThierry Bastian2009-08-251-5/+6
* | Doc: Said that an item set as the current item in an item view is alsoGeir Vattekar2009-08-244-5/+9
* | Merge commit 'qt/master'Jason Barron2009-08-204-629/+587
|\ \
| * | QListView refactor: we now have an interface for the 2 view modesThierry Bastian2009-08-204-628/+586
| * | Make the license test pass.Frans Englich2009-08-191-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-193-13/+16
|\ \ \ | |/ /
| * | Fixed a crash when setting twice the same viewmode on a QListViewThierry Bastian2009-08-181-1/+3
| * | QItemSelectionModel: hasSelection can return true when no selectionThierry Bastian2009-08-181-11/+11
| * | QHeaderView: assertion when modifying the root iem of a treewidgetThierry Bastian2009-08-181-1/+2
* | | Merge commit 'qt/master'Jason Barron2009-08-1821-140/+142
|\ \ \ | |/ /
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-1713-14/+14
| * | 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
| * | Fix a crash in the destruction of QListViewThierry Bastian2009-08-171-2/+4
| * | Fix coverity warningsThierry Bastian2009-08-171-1/+1
| * | Better handling of qreal with QVariantThierry Bastian2009-08-174-10/+4
| * | Fixed coverity warningsThierry Bastian2009-08-173-4/+5
| * | Fixed coverity warningsThierry Bastian2009-08-147-6/+7
| * | QVariant: added toFloat and toRealThierry Bastian2009-08-144-4/+12
| * | Fix coverity warningsThierry Bastian2009-08-134-7/+8