summaryrefslogtreecommitdiffstats
path: root/src/iconview/qiconview.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved iconview widget to src/widget folders.Michele Calgaro2015-02-061-521/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary scrollbar in TQIconViewBenoit Walter2014-09-161-0/+2
| | | | | | | | | | | | | | Test case (using konqueror icon view): - The first icons are being shown (no scrollbar yet) - When there is no space left, a vertical scrollbar is needed - The vertical scrollbar may cover the right edge of the icons (in the last column) => an horizontal scrollbar is needed :-( Solution: When using ScrollBarMode::Auto, prevent TQt from drawing icons on the scrollbar area (before the scrollbar is shown). Related to KDE bug #69589
* Doublebuffer QIconView to reduce flickerTimothy Pearson2013-02-181-0/+1
| | | | This closes Bug 1408
* [ENHANCEMENT] Add skeleton of setVisible()/isVisible() support to QIconViewTimothy Pearson2011-08-051-0/+4
|
* Add Qt3 development HEAD versionTimothy Pearson2011-07-101-0/+514