summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qlistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Accessibility: Fix selection change notifications on LinuxFrederik Gladhorn2015-01-211-1/+1
* QAbstractItemView: rename private canDecode to canDrop.David Faure2014-11-241-3/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QListView: Catch stack overflow on mutual scrollbar calculation.Christoph Schleifenbaum2014-08-291-2/+32
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-221-4/+4
|\
| * Revert "QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel."Thorbjørn Martsum2014-01-141-4/+4
* | Correct wordwrapped text handling in QListView icon modeSamuel Gaist2014-01-141-0/+5
|/
* Document the BC break of viewportSizeHint() in itemviewsGiuseppe D'Angelo2013-11-091-0/+10
* Rename private viewOptions to viewOptionsV1Samuel Gaist2013-10-171-2/+2
* Move the viewOptions code back to public implementationSamuel Gaist2013-10-171-12/+6
* Properly paint QListView dragged item in icon modeSamuel Gaist2013-10-171-24/+16
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-9/+9
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-4/+4
|\
| * Fix regression in QListViewJ-P Nurmi2013-09-031-4/+4
* | Fix last warning of qtbase with GCC.Thiago Macieira2013-08-311-1/+1
* | QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel.Thorbjørn Lund Martsum2013-08-261-3/+3
|/
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtWidgets docs: use WinVista screenshots instead of obsolescent WinXPJ-P Nurmi2012-12-061-2/+2
* QtWidgets docs: use Fusion screenshotsJ-P Nurmi2012-11-281-2/+2
* Account for the item spacing when using QListView::scrollTo()Pierre Rossi2012-11-231-0/+1
* Correct accessibility index handling in QListViewJosé Millán Soto2012-10-191-3/+3
* Link to Item Views Puzzle Example in QListView docs.Mitch Curtis2012-10-131-1/+1
* Implement viewOptions() logic in QListViewPrivate.Stephen Kelly2012-09-241-6/+12
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Replace QStyleOptionViewItemV? with QStyleOptionViewItemStephen Kelly2012-09-211-9/+9
* Take account of hidden items in QListView when using scrollTo.Stephen Kelly2012-08-201-3/+9
* Fix a QListViewItem width when spacing is setJani Honkonen2012-08-191-1/+1
* Fix QListWidget scrolling with keys when there are hidden itemsJani Honkonen2012-08-191-3/+11
* Take scroll position into account when painting drag pixmap.Stephen Kelly2012-08-101-1/+1
* Fix QListView::scrollTo() when there are hidden rowsJani Honkonen2012-06-141-1/+6
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-121-1/+1
* Itemviews: compile with QT_STRICT_ITERATORSThiago Macieira2012-05-261-2/+2
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-2/+0
|\
| * Remove Qt5 TODO to change QListView semantics.Stephen Kelly2012-03-281-2/+0
* | Merge master into api_changesKent Hansen2012-03-231-3/+6
|\|
| * Remove QAccessibleEvent child parameter.Frederik Gladhorn2012-03-191-3/+6
* | Remove obsolete internal functions.Stephen Kelly2012-03-221-24/+0
|/
* Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-151-3/+6
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-6/+6
* Accessibility: Use new updateAccessibility() API in widgets.Friedemann Kleint2012-02-011-3/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Add roles to the dataChanged slots in views.Stephen Kelly2012-01-061-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove virtual child integers.Frederik Gladhorn2011-11-231-12/+0
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-031-1/+1
* The Q_WS_X11 define exists no longer. Use Q_OS_UNIX.Frederik Gladhorn2011-09-151-3/+3
* Merge branch 'master' into refactorGunnar Sletta2011-08-251-0/+12
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17