| Commit message (Expand) | Author | Age | Files | Lines |
* | QListView: Re-fix scrollbar ranges | Gabriel de Dietrich | 2010-04-15 | 1 | -4/+10 |
|
|
* | Optimized visualRegionForSelection in various item views classes | Gabriel de Dietrich | 2010-03-18 | 1 | -3/+11 |
|
|
* | QListView: fix crash when hiding many of the lasts item in a QListView | Olivier Goffart | 2010-02-09 | 1 | -1/+1 |
|
|
* | QListView in icon view mode, drop enabled items wouldn't receive anything | Gabriel de Dietrich | 2010-01-14 | 1 | -0/+7 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Fixes regression in QListView: Selection would not expend to the full viewport | Olivier Goffart | 2009-11-19 | 1 | -2/+6 |
|
|
* | QListView: fixes skipping one item in pageDown(Up) | Leonardo Sobral Cunha | 2009-11-18 | 1 | -2/+6 |
|
|
* | QListView: cleaning up whitespaces | Leonardo Sobral Cunha | 2009-11-18 | 1 | -7/+7 |
|
|
* | Fix long text regression in listview that does not fits into the viewport. | Olivier Goffart | 2009-11-17 | 1 | -2/+2 |
|
|
* | Fixed spacing display in QListView with wrapped text. | Gabriel de Dietrich | 2009-11-02 | 1 | -5/+5 |
|
|
* | QListView: make sure we relayout items when data changes in the model | Thierry Bastian | 2009-10-29 | 1 | -0/+6 |
|
|
* | Added visual DnD indicator for left to right flow in QListView | Gabriel de Dietrich | 2009-10-23 | 1 | -2/+107 |
|
|
* | Fixed crash in tst_qabstractitemview. | Gabriel de Dietrich | 2009-10-21 | 1 | -3/+11 |
|
|
* | Extended commit 6c1388ee for LeftToRight flow | Gabriel de Dietrich | 2009-10-20 | 1 | -6/+6 |
|
|
* | Fixed wrong scrolling in QListView with hidden rows in ListMode | Gabriel de Dietrich | 2009-10-20 | 1 | -7/+17 |
|
|
* | Fix a bug affecting keyboard navigation in the table view | Orgad Shaneh | 2009-10-19 | 1 | -2/+2 |
|
|
* | Fixed updating problems QListView with IconMode | Gabriel de Dietrich | 2009-10-15 | 1 | -1/+1 |
|
|
* | Fix a regression in 4.6 in icon mode for QListView | Thierry Bastian | 2009-09-22 | 1 | -1/+1 |
|
|
* | Fix RTL text alignment in QComboBox items with SH_ComboBox_Popup | Eskil Abrahamsen Blomfeldt | 2009-09-14 | 1 | -0/+6 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Merge branch '4.5' into 4.6 | Rohan McGovern | 2009-09-05 | 1 | -2/+2 |
|\ |
|
| * | Fix a regression with QListView::setRowHidden() when a root index is set | Andy Shaw | 2009-09-04 | 1 | -4/+4 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ \
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
| * | Fix accidental selection of popup items under the mouse in QComboBox | mae | 2009-07-17 | 1 | -0/+2 |
|
|
* | | QListView:: visualRect would return incorrect values | Thierry Bastian | 2009-08-25 | 1 | -6/+4 |
|
|
* | | QListView refactor: we now have an interface for the 2 view modes | Thierry Bastian | 2009-08-20 | 1 | -531/+455 |
|
|
* | | Make the license test pass. | Frans Englich | 2009-08-19 | 1 | -1/+1 |
|
|
* | | Fixed a crash when setting twice the same viewmode on a QListView | Thierry Bastian | 2009-08-18 | 1 | -1/+3 |
|
|
* | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 1 | -1/+1 |
|
|
* | | Fix a crash in the destruction of QListView | Thierry Bastian | 2009-08-17 | 1 | -2/+4 |
|
|
* | | Fixed coverity warnings | Thierry Bastian | 2009-08-17 | 1 | -1/+0 |
|
|
* | | Fix coverity warnings | Thierry Bastian | 2009-08-13 | 1 | -1/+2 |
|
|
* | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | Fix for selection with Shift-Arrow/Shift-Click in QListView's IconMode | Frank Reininghaus | 2009-07-17 | 1 | -2/+8 |
|
|
* | | QTreeView: now dragging lots of items is fast | Thierry Bastian | 2009-07-13 | 1 | -1/+0 |
|
|
* | | QListView: small refactoring | Thierry Bastian | 2009-07-11 | 1 | -52/+54 |
|
|
* | | ItemViews: make dragging faster when lots of items are selected | Thierry Bastian | 2009-07-11 | 1 | -0/+26 |
|
|
* | | QListView: improve performance on QListView::selectedIndexes | Thierry Bastian | 2009-07-10 | 1 | -7/+9 |
|
|
* | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Check if the row larger or equal to the flowPositions vector to prevent out o... | Marius Bugge Monsen | 2009-06-22 | 1 | -1/+1 |
|
|
* | | Fix accidental selection of popup items under the mouse in QComboBox | mae | 2009-06-18 | 1 | -0/+2 |
|
|
* | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
|
|
* | | removed superflous indirection (ie. using q->..) instead of using the | Thierry Bastian | 2009-06-10 | 1 | -5/+5 |
|
|
* | | small code cleanup | Thierry Bastian | 2009-06-08 | 1 | -7/+1 |
|
|
* | | Do not deduce scrollbar extent twice if scrollbar policy is Qt::ScrollBarAlwa... | Aurélien Gâteau | 2009-05-28 | 1 | -4/+10 |
|
|
* | | QListView was assuming that selected indexes were always children of | Thierry Bastian | 2009-05-12 | 1 | -2/+6 |
|
|
* | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-05-06 | 1 | -3/+4 |
|\ \
| |/ |
|