summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QItemSelectionModel could emit selectionChanged with no changeThierry Bastian2009-10-301-1/+2
* | In ItemViews, right click on the viewport clear the ext selectionThierry Bastian2009-10-301-1/+1
* | QListView: make sure we relayout items when data changes in the modelThierry Bastian2009-10-292-1/+8
* | ItemViews: make the geometries update when header data changesThierry Bastian2009-10-293-0/+6
* | Compile with -no-qt3supportAaron Kennedy2009-10-291-2/+2
* | Fixed bug in QTableView spans.Gabriel de Dietrich2009-10-282-2/+47
* | Fixed missing repaints on QTreeView when moving the mouseThierry Bastian2009-10-281-2/+6
* | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-281-1/+1
|\ \ | |/
| * Line spacing fixesJoerg Bornemann2009-10-231-1/+1
* | Fix incomplete documentation for Qt::DecorationRoleDavid Faure2009-10-272-2/+2
* | Fixed QTreeView not emitting doubleCliked when 1st col is spannedThierry Bastian2009-10-271-3/+1
* | QTreeView: Make sure the state QStyle::State_Sibling is correctly setOlivier Goffart2009-10-272-10/+10
* | Fixes QTreeView: stylesheet :has-children pseudo selector doesn't works for t...Olivier Goffart2009-10-272-13/+18
* | QTableView would not correctly resize to contentsThierry Bastian2009-10-272-0/+6
* | Fixed typoGabriel de Dietrich2009-10-261-1/+1
* | Drag and drop in QListWidget would not preserve the selectionGabriel de Dietrich2009-10-262-13/+21
* | Added visual DnD indicator for left to right flow in QListViewGabriel de Dietrich2009-10-234-3/+119
|/
* Fixed crash in tst_qabstractitemview.Gabriel de Dietrich2009-10-211-3/+11
* Extended commit 6c1388ee for LeftToRight flowGabriel de Dietrich2009-10-201-6/+6
* fix for QTreeView to not animate if there are no visible childrenThierry Bastian2009-10-201-4/+6
* Fixed QTreeView trying to animate when parent item has no childThierry Bastian2009-10-201-3/+3
* Fixed wrong scrolling in QListView with hidden rows in ListModeGabriel de Dietrich2009-10-202-7/+18
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Alexis Menard2009-10-202-4/+4
|\
| * Fix a bug affecting keyboard navigation in the table viewOrgad Shaneh2009-10-191-2/+2
| * Fixed typo in qtableview.cpp.Gabriel de Dietrich2009-10-161-1/+1
| * Fixed updating problems QListView with IconModeGabriel de Dietrich2009-10-151-1/+1