summaryrefslogtreecommitdiff
path: root/src/gui/itemviews
Commit message (Expand)AuthorAgeFilesLines
* typo fixRitt Konstantin2010-01-111-1/+1
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-0866-66/+66
|\
| * Update copyright year to 2010Jason McDonald2010-01-0766-66/+66
* | Fix a painter warningPierre Rossi2010-01-071-0/+2
|/
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-01-041-2/+31
|\
| * 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
* | doc: Added an explanatory \note about the table being sorted.Martin Smith2009-12-181-2/+12
|/
* 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-163-1/+6
| |\
| * | 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-152-3/+7
| |/ |/|
* | Itemviews: we needed to call ensurePolishedwhen asking for sizehintsThierry Bastian2009-12-112-0/+5
* | Fixes internal drag and drop in QListWidget while dropping to the endOlivier Goffart2009-12-101-1/+1
|/
* Assert in designer while drag & dropping items from a QListWidgetGabriel de Dietrich2009-12-071-1/+2
* 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
* QSortProxyModel: Crash when changing model with 2-level proxy and selected itemsGabriel de Dietrich2009-11-261-1/+5
* Fix QTreeWidgetItem::setChildIndicatorPolicy not updating.Olivier Goffart2009-11-241-1/+1
* Itemview: Fixes statustip not clearedOlivier Goffart2009-11-242-2/+13
* Fix QHeaderView when the model is reset and section have moved.Olivier Goffart2009-11-231-6/+19
* Q_ASSERT failure when resizing a span to (1,1) in 1st cellGabriel de Dietrich2009-11-201-1/+1
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Olivier Goffart2009-11-194-24/+51
|\
| * Item views: make sure the model is connected/disconnected correctlyThierry Bastian2009-11-192-8/+30
| * Item views: make sure the hovered item is updated when scrollingThierry Bastian2009-11-192-16/+21
* | Fixes regression in QListView: Selection would not expend to the full viewportOlivier Goffart2009-11-191-2/+6
|/
* Ran the script utils/normalizeOlivier Goffart2009-11-182-14/+14
* QListView: fixes skipping one item in pageDown(Up)Leonardo Sobral Cunha2009-11-181-2/+6
* QListView: cleaning up whitespacesLeonardo Sobral Cunha2009-11-181-7/+7
* Merge upstream/4.6 into oslo-staging-2Olivier Goffart2009-11-171-1/+1
|\
| * Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-171-2/+2
| |\
| * \ Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-11-171-1/+1
| |\ \
| | * | Doc: fix typo.Volker Hilsheimer2009-11-131-1/+1
* | | | Mouse wheel wouldn't scroll the itemview when over header viewsGabriel de Dietrich2009-11-171-1/+6
| |_|/ |/| |
* | | Fix long text regression in listview that does not fits into the viewport.Olivier Goffart2009-11-171-2/+2
|/ /
* | QItemSelectionModel: fixed selection not kept when layout change and everythi...Olivier Goffart2009-11-131-2/+3
* | QTreeWidget visualRect now returns the rect for all columnsThierry Bastian2009-11-121-1/+8
|/
* Merge branch '4.6-api-review' into 4.6Marius Storm-Olsen2009-11-091-1/+1
|\
| * API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-061-1/+1
* | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-051-0/+1
|\ \ | |/
| * Merge branch '4.6-s60' into 4.6axis2009-11-041-0/+1
| |\
| | * Fixed compile error on Symbian emulator.axis2009-11-031-0/+1
* | | Result API review with JasminThierry Bastian2009-11-041-1/+1
* | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-042-13/+13
|\ \ \ | |/ /
| * | QGtkStyle refactoringRobert Griebl2009-11-031-12/+12
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-031-1/+1
| |\ \ | | |/ | |/|
| | * Doc/i18n: Fixed source strings for translation.David Boddie2009-11-031-1/+1
* | | Fixed spacing display in QListView with wrapped text.Gabriel de Dietrich2009-11-021-5/+5
* | | QTreeView navigation now inverts left and right in RTLThierry Bastian2009-10-301-0/+6
|/ /
* | QTreeView: fix drawing branches of model that adds or remove rows dynamicallyOlivier Goffart2009-10-302-4/+37