| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated year in copyright header | Kai Koehne | 2014-03-26 | 67 | -67/+67 |
|
|
* | Correct wordwrapped text handling in QListView icon mode | Samuel Gaist | 2014-01-15 | 1 | -0/+5 |
|
|
* | Properly paint QListView dragged item in icon mode | Samuel Gaist | 2013-10-18 | 2 | -28/+17 |
|
|
* | Windows: Introduce QFileDialog::DontUseCustomDirectoryIcons | Sergio Martins | 2013-09-09 | 3 | -4/+36 |
|
|
* | Cleanup QFileIconProviderPrivate::getWinIcon(). | Sergio Martins | 2013-07-25 | 1 | -23/+18 |
|
|
* | Move the declaration of QFileIconProviderPrivate to it's own file. | Sérgio Martins | 2013-07-23 | 3 | -33/+92 |
|
|
* | Don't bypass overwritten [set]data() methods in the proxy. | Volker Krause | 2013-05-06 | 1 | -4/+2 |
|
|
* | Fix QTableView::doItemsLayout() | J-P Nurmi | 2013-04-23 | 1 | -3/+8 |
|
|
* | Windows: Fix one of the two file dialog bottlenecks. | Sergio Martins | 2013-03-28 | 1 | -1/+14 |
|
|
* | Fixed QTreeWidgetIterator to work with sorted QTreeWidget | Jan Arve Saether | 2013-03-13 | 1 | -5/+4 |
|
|
* | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-13 | 66 | -66/+66 |
|
|
* | Fix hover handling in QTreeView | Miikka Heikkinen | 2012-11-24 | 2 | -14/+12 |
|
|
* | HeaderView - call invalidateCachedSizeHint() on clear | Thorbjørn Lund Martsum | 2012-11-07 | 1 | -0/+1 |
|
|
* | Qt 4 - QHeaderView - correct drop on manual QHeaderView sectionmove | Thorbjørn Lund Martsum | 2012-11-03 | 1 | -1/+1 |
|
|
* | QHeaderView - fix minor bug in visualIndexAt | Thorbjørn Lund Martsum | 2012-10-31 | 1 | -2/+2 |
|
|
* | QHeaderView - length returns wrong value fix | Thorbjørn Lund Martsum | 2012-10-31 | 1 | -0/+2 |
|
|
* | QHeaderView - no big update work if updates are disabled | Thorbjørn Lund Martsum | 2012-10-31 | 1 | -0/+7 |
|
|
* | Fix g++/MinGW compiler warnings. | Friedemann Kleint | 2012-09-29 | 1 | -0/+1 |
|
|
* | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-29 | 68 | -1630/+1630 |
|
|
* | Fix crash when invalidating a QSortFilterProxyModel | Stephen Kelly | 2012-09-14 | 1 | -6/+22 |
|
|
* | Fixed the QTreeView expansion/collpasing when animated | Thierry Bastian | 2012-08-31 | 1 | -2/+6 |
|
|
* | Take account of hidden items in QListView when using scrollTo. | Stephen Kelly | 2012-08-27 | 1 | -3/+9 |
|
|
* | Fix a QListViewItem width when spacing is set | Jani Honkonen | 2012-08-23 | 1 | -1/+1 |
|
|
* | Fix QListWidget scrolling with keys when there are hidden items | Jani Honkonen | 2012-08-22 | 1 | -3/+11 |
|
|
* | Avoid crashes when invalidating a proxy model filter. | Stephen Kelly | 2012-08-08 | 1 | -3/+4 |
|
|
* | Update contact information in license headers. | Sergio Ahumada | 2012-08-01 | 68 | -136/+136 |
|
|
* | Speedup for QAbstractItemViewPrivate::delegateForIndex | ABBAPOH | 2012-06-19 | 1 | -4/+11 |
|
|
* | AbstractItemView editorForIndex/indexForEditor speedup | ABBAPOH | 2012-06-15 | 1 | -1/+9 |
|
|
* | Eliminate QTreeWidget drag crash | Jiewen Wang | 2012-05-31 | 1 | -1/+1 |
|
|
* | Fix define to build without gtk style. | Frederik Gladhorn | 2012-05-08 | 1 | -1/+1 |
|
|
* | Take account of spanned items in QTreeView when dragging. | Stephen Kelly | 2012-04-26 | 1 | -32/+9 |
|
|
* | Fix out of bounds use of QVector API. | Stephen Kelly | 2012-04-13 | 2 | -6/+7 |
|
|
* | Disconnect slots from the old sourcemodel in QIdentityProxyModel | k.blammo@gmail.com | 2012-04-10 | 1 | -40/+40 |
|
|
* | Cherry picking qt5 bugfix 437da962c2b486b1a1722aac003bfa00b93ac204 to qt4. | Arnt Witteveen | 2012-03-19 | 1 | -8/+10 |
|
|
* | Fixed compiler warnings about unused q and d pointers. | Janne Anttila | 2012-03-15 | 1 | -1/+1 |
|
|
* | Fix QTreeView header re-ordering bug on Mac OS. | Chris Meyer | 2012-02-28 | 1 | -0/+7 |
|
|
* | Fix QListView::scrollTo() when there are hidden rows | Jani Honkonen | 2012-02-09 | 1 | -1/+6 |
|
|
* | Some small doc fixes, typos and removal of one incorrect paragraph | Andy Shaw | 2012-02-08 | 2 | -5/+5 |
|
|
* | Reduces compiler warnings when compiling for WEC7 | jaanttil | 2012-02-03 | 1 | -2/+2 |
|
|
* | Fix crash in QTreeWidgetItem::sortChildren when adding new item. | Markku Heikkila | 2012-02-01 | 1 | -0/+1 |
|
|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 66 | -66/+66 |
|
|
* | Remove more "unused variable" warnings | Gabriel de Dietrich | 2011-11-30 | 1 | -2/+2 |
|
|
* | QTreeView: fix crash when starting a drag with hidden columns. | David Faure | 2011-11-30 | 1 | -4/+12 |
|
|
* | Fix regression in ListView | Jens Bache-Wiig | 2011-10-13 | 1 | -4/+4 |
|
|
* | Set missing flags in the option when rendering QTreeView drag pixmap | David Faure | 2011-09-29 | 4 | -39/+82 |
|
|
* | Fix typo when updating accessible treeview selection. | Frederik Gladhorn | 2011-09-28 | 1 | -1/+1 |
|
|
* | Add IAccessible2 table2 implementation. | Frederik Gladhorn | 2011-07-13 | 9 | -18/+174 |
|
|
* | Doc: Updated documentation with \since 4.8 declarations. | David Boddie | 2011-06-30 | 1 | -0/+9 |
|
|
* | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qt | David Boddie | 2011-05-24 | 68 | -1210/+1156 |
|\ |
|
| * | Merge remote-tracking branch 'qt/4.8' | Jyri Tahtela | 2011-05-18 | 3 | -54/+0 |
| |\ |
|