summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qlistview.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-161-10/+8
* | QAIV - allow users to control single step in ScrollPerPixel modeThorbjørn Lund Martsum2015-12-091-2/+3
* | QAbstractItemView: replace a QPair with a dedicated structMarc Mutz2015-12-071-1/+2
* | QtWidgets: use Q_UNLIKELY for every qWarning() (2)Marc Mutz2015-11-251-1/+1
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-4/+2
|\
| * QListView: Use correct available size when calculating scrollbars.Christoph Schleifenbaum2015-10-121-4/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-4/+22
|\|
| * Improve QListView scroll bar calculation.Christoph Schleifenbaum2015-05-101-4/+22
* | Allow horizontal scrolling with a mouse wheel for QListViewAlexander Volkov2015-05-261-0/+31
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* 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