summaryrefslogtreecommitdiffstats
path: root/src/iconview/qiconview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* IconView: Deselect items that are hidden by the filterSlávek Banko2017-07-021-7/+15
| | | | | | | | during selectAll and invertSelection This resolves bug 2750 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 057d9fe7a490371b8f2914992ef5c9fcae9720a7)
* Fixed (again) search algorithm for iconview widget. This resolves (again) ↵Michele Calgaro2015-12-151-24/+22
| | | | | | | bug 420. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d27f4e2fc304208a404c64279a4e32b1a94b05a9)
* Fixed search algorithm for iconview widget. This resolves bug 420.Michele Calgaro2015-12-151-211/+236
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d6867cf92e3f65b61a7289a478f97910b9fa4965)
* Fixed Multicolumn view filtering item arrangement. This relates to bug 146.Michele Calgaro2015-12-151-9/+12
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9655b0b845a568b61437a9354e98eae9623b7d13)
* Fix unwanted toggling TQIconViewItem focus on clickEnrico Ros2015-12-151-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. (cherry picked from commit fbc4cf8e7f2170744c12fd0d435639516c733db9)
* Remove unnecessary scrollbar in TQIconViewBenoit Walter2015-12-151-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 (cherry picked from commit 36ee984c64818f3b8180567d527f7d320606cfb1)
* Do not return deleted icon view items after icon view deletionTimothy Pearson2015-12-151-3/+19
| | | | | This resolves Bug 1605 (cherry picked from commit d2ab408c068de5c4841e3a7d5fb4dce2e1a66ea9)
* Fix first icon view item displayTimothy Pearson2015-12-151-4/+0
| | | | (cherry picked from commit 783aa27bae5f14d828b898aa37dac19001cfebb1)
* Add full hidden item support to QIconViewTimothy Pearson2015-12-151-6/+68
| | | | | This will enable TDE to efficiently filter icon views via Konqueror (cherry picked from commit 660a32cfcf9bd9aee882ee3fb84045e8a49e4f97)
* Fix textbox trails introduced with GIT commit 82b71e49Slávek Banko2013-03-021-3/+3
| | | | | This resolves Bug 1408 (cherry picked from commit d10d2321a34ab6c157bdf2a2e900c0ee52f1bd79)
* Doublebuffer QIconView to reduce flickerTimothy Pearson2013-02-201-1/+46
| | | | | This closes Bug 1408 (cherry picked from commit 82b71e49603bf3a53240076c395864addd869267)
* [ENHANCEMENT] Add skeleton of setVisible()/isVisible() support to QIconViewTimothy Pearson2011-08-051-47/+86
|
* Add Qt3 development HEAD versionTimothy Pearson2011-07-101-0/+6445