summaryrefslogtreecommitdiffstats
path: root/src/iconview/qiconview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moved iconview widget to src/widget folders.Michele Calgaro2015-02-061-6640/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed Multicolumn view filtering item arrangement. This relates to bug 146.Michele Calgaro2015-01-091-9/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix unwanted toggling TQIconViewItem focus on clickEnrico Ros2014-09-161-17/+26
| | | | | | | | | | | | | | | This fixes the 'flashing' icon when clicking repeatedly on a TQIconView or derivates (ie TDEIconView, KonqIconViewWidget, the KDesktop and so on..). The current behavior considers that if not over an icon, the user is clicking down to perform icons selection (with the rubberband). This is not always true, since a click might be used to give focus to a window or unselect some icons. How this is fixed: when clicking down the mouse a flag is set. If the pointer is moved on the iconview with the button held down, then (and only at that moment) the rubber is created. Now a selection operation (the one done with the rubber) begins when moving the mouse and not only when clicking on the empty space.
* Remove unnecessary scrollbar in TQIconViewBenoit Walter2014-09-161-10/+30
| | | | | | | | | | | | | | 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
* Automated update from Qt3Timothy Pearson2013-08-031-3/+19
|
* Automated update from Qt3Timothy Pearson2013-03-011-3/+3
|
* Automated update from Qt3Timothy Pearson2013-02-181-1/+46
|
* Automated update from Qt3Timothy Pearson2012-12-011-0/+5
|
* Automated conversion from qt3Timothy Pearson2012-02-281-1/+1
|
* Automated update from qt3Timothy Pearson2012-02-271-1/+1
|
* Automated update from Qt3Timothy Pearson2012-02-131-1/+1
|
* Automated conversion from Qt3Timothy Pearson2012-02-041-4/+0
|
* Automated conversion from latest Qt3Timothy Pearson2012-01-311-6/+68
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-261-28/+28
|
* Sync with latest scriptTimothy Pearson2011-12-051-1/+1
|
* Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731Timothy Pearson2011-11-081-0/+6484