summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qabstractitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Small fix in iteviews for sizeHintForColumn/RowThierry Bastian2012-01-311-3/+3
* Auto expand of QTreeWidget does not work correctly if animatedThierry Bastian2012-01-311-0/+1
* The completer in an itemview would not be activated right awayThierry Bastian2012-01-311-3/+3
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Doc: Fixed confusing wording of a sentence.David Boddie2011-01-271-2/+2
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Fix timer warning when deleting item viewsGabriel de Dietrich2010-12-211-2/+9
* Suppress a warning about killing a timer that isn't active.Thiago Macieira2010-12-151-0/+2
* Merge branch 4.6 into qt-4.7-from-4.6Qt Continuous Integration System2010-11-261-2/+2
|\
| * Doc: fix typoJoerg Bornemann2010-11-261-2/+2
* | Doc: Fixing typoSergio Ahumada2010-11-091-3/+3
* | Doc: Fixed documentation style and qdoc warnings.David Boddie2010-10-081-1/+1
* | Keyboard navigation regression in QTreeViewGabriel de Dietrich2010-08-161-3/+5
* | doc: Fixed several qdoc warnings.Martin Smith2010-07-091-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-191-1/+5
|\ \
| * | Fix a memory leak from QItemSelectionModel when changing the modelThierry Bastian2010-05-191-1/+5
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-1/+4
|\ \ \ | |/ / |/| / | |/
| * QS60Style: In S60 3.x and 5.0 Qt itemviews behaviour is not nativelikeSami Merila2010-05-141-1/+4
* | Fix qcombobox:flaggedItems autotest failure.Thiago Macieira2010-03-241-5/+5
* | Add missing ,.Aaron McCarthy2010-03-231-1/+1
* | Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-03-231-3/+1
|\ \
| * | small little change to the initialization of item viewsThierry Bastian2010-03-221-3/+1
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-211-2/+8
|\ \ \ | |/ / |/| |
| * | Do not beep on Mac when pressing some keys.Denis Dzyubenko2010-03-171-1/+6
| * | Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-171-1/+1
| * | Port QtGui uses of QTime as a stopwatch to QTimestampThiago Macieira2010-03-171-1/+2
* | | clicking on a non focused ItemView would change the cirrent item twiceThierry Bastian2010-03-191-1/+1
|/ /
* | CompileEskil Abrahamsen Blomfeldt2010-03-161-1/+1
* | Revert "small cleanup regarding delayed layout in itemviews"Thierry Bastian2010-03-161-6/+24
* | Make sure the delete and backspace keys are ignored when keyb-searchingThierry Bastian2010-03-161-0/+2
* | small cleanup regarding delayed layout in itemviewsThierry Bastian2010-03-151-24/+6
|/
* Fix crash using openPersistentEditor and setRowHidden on a QTableViewOlivier Goffart2010-03-011-2/+6
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-261-0/+1
|\
| * QAbstractItemView::setIndexWidget: remove the old widget from the QSet of per...Olivier Goffart2010-02-261-0/+1
* | Build break fix for commit d8465414e6fd543cfc20e732030dedd8d2bc685f.Janne Anttila2010-02-261-2/+1
* | Improvements to itemview keypad navigation in S60.Janne Anttila2010-02-251-4/+37
|/
* Support for dynamic localization in Symbian softkeys.Janne Anttila2010-02-171-0/+5
* Merge remote branch 'qt/4.6' into oslo-staging-2/4.6Paul Olav Tvete2010-01-121-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Fix incorrect drawing of the hovered row on QTreeView with some styles.Olivier Goffart2010-01-111-2/+9
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-161-2/+17
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-12-161-0/+4
| |\
| * | FEP indicator shown in status pane when it should notSami Merila2009-12-141-2/+17
* | | Clicking on a selected item wouldn't reset the selection anymore.Gabriel de Dietrich2009-12-151-3/+6
| |/ |/|
* | Itemviews: we needed to call ensurePolishedwhen asking for sizehintsThierry Bastian2009-12-111-0/+4
|/
* Fixes broken selection with Shift and extended selectionOlivier Goffart2009-12-031-2/+2
* In QListViews, items were being hovered even when mouse was on the scrollbarsGabriel de Dietrich2009-12-011-2/+6
* Itemview: Fixes statustip not clearedOlivier Goffart2009-11-241-2/+12
* Item views: make sure the hovered item is updated when scrollingThierry Bastian2009-11-191-16/+19
* In ItemViews, right click on the viewport clear the ext selectionThierry Bastian2009-10-301-1/+1