Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix unwanted toggling TQIconViewItem focus on click | Enrico Ros | 2014-09-16 | 1 | -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 TQIconView | Benoit Walter | 2014-09-16 | 1 | -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 | ||||
* | Do not return deleted icon view items after icon view deletion | Timothy Pearson | 2013-08-03 | 1 | -3/+19 |
| | | | | This resolves Bug 1605 | ||||
* | Fix textbox trails introduced with GIT commit 82b71e49 | Slávek Banko | 2013-03-01 | 1 | -3/+3 |
| | | | | This resolves Bug 1408 | ||||
* | Doublebuffer QIconView to reduce flicker | Timothy Pearson | 2013-02-18 | 1 | -1/+46 |
| | | | | This closes Bug 1408 | ||||
* | Fix a number of build warnings that could lead to unstable operation | Timothy Pearson | 2012-12-01 | 1 | -0/+5 |
| | | | | This breaks the ABI | ||||
* | Undo prior accidental commit | Timothy Pearson | 2012-03-02 | 1 | -1/+1 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Fix first icon view item display | Timothy Pearson | 2012-02-04 | 1 | -4/+0 |
| | |||||
* | Add full hidden item support to QIconView | Timothy Pearson | 2012-01-31 | 1 | -6/+68 |
| | | | | This will enable TDE to efficiently filter icon views via Konqueror | ||||
* | [ENHANCEMENT] Add skeleton of setVisible()/isVisible() support to QIconView | Timothy Pearson | 2011-08-05 | 1 | -47/+86 |
| | |||||
* | Add Qt3 development HEAD version | Timothy Pearson | 2011-07-10 | 1 | -0/+6445 |