summaryrefslogtreecommitdiffstats
path: root/src/iconview
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 <[email protected]> (cherry picked from commit 057d9fe7a490371b8f2914992ef5c9fcae9720a7)
* Fixed (again) search algorithm for iconview widget. This resolves (again) ↵r14.0.3r14.0.2Michele Calgaro2015-09-081-24/+22
| | | | | | | bug 420. (cherry picked from commit d27f4e2fc304208a404c64279a4e32b1a94b05a9) Signed-off-by: Michele Calgaro <[email protected]>
* Fixed search algorithm for iconview widget. This resolves bug 420.Michele Calgaro2015-08-262-217/+237
| | | | | (cherry picked from commit d6867cf92e3f65b61a7289a478f97910b9fa4965) Signed-off-by: Michele Calgaro <[email protected]>
* Fixed Multicolumn view filtering item arrangement. This relates to bug 146.Michele Calgaro2015-01-091-9/+12
| | | | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 9655b0b845a568b61437a9354e98eae9623b7d13) Signed-off-by: Michele Calgaro <[email protected]>
* 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-162-10/+32
| | | | | | | | | | | | | | 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
* Do not return deleted icon view items after icon view deletionTimothy Pearson2013-08-031-3/+19
| | | | This resolves Bug 1605
* Fix textbox trails introduced with GIT commit 82b71e49Slávek Banko2013-03-011-3/+3
| | | | This resolves Bug 1408
* Doublebuffer QIconView to reduce flickerTimothy Pearson2013-02-182-1/+47
| | | | This closes Bug 1408
* Fix a number of build warnings that could lead to unstable operationTimothy Pearson2012-12-011-0/+5
| | | | This breaks the ABI
* Undo prior accidental commitTimothy Pearson2012-03-021-1/+1
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-1/+1
|
* Fix first icon view item displayTimothy Pearson2012-02-041-4/+0
|
* Add full hidden item support to QIconViewTimothy Pearson2012-01-311-6/+68
| | | | This will enable TDE to efficiently filter icon views via Konqueror
* [ENHANCEMENT] Add skeleton of setVisible()/isVisible() support to QIconViewTimothy Pearson2011-08-052-47/+90
|
* Add Qt3 development HEAD versionTimothy Pearson2011-07-103-0/+6965