Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed Multicolumn view filtering item arrangement. This relates to bug 146. | Michele Calgaro | 2015-01-09 | 1 | -9/+12 |
| | | | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 38e12d6e1287df570c8908b6722597b2e951a738) Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 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 | 2 | -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 | ||||
* | Automated update from Qt3 | Timothy Pearson | 2013-08-03 | 1 | -3/+19 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-03-01 | 1 | -3/+3 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2013-02-18 | 2 | -1/+47 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-12-01 | 1 | -0/+5 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-10-20 | 1 | -18/+18 |
| | |||||
* | Automated conversion from qt3 | Timothy Pearson | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | Automated update from qt3 | Timothy Pearson | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-02-13 | 2 | -6/+6 |
| | |||||
* | Automated conversion from Qt3 | Timothy Pearson | 2012-02-04 | 1 | -4/+0 |
| | |||||
* | Automated conversion from latest Qt3 | Timothy Pearson | 2012-01-31 | 1 | -6/+68 |
| | |||||
* | Update to latest tqt3 automated conversion | Timothy Pearson | 2012-01-26 | 3 | -38/+38 |
| | |||||
* | Sync with latest script | Timothy Pearson | 2011-12-05 | 2 | -2/+2 |
| | |||||
* | Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 | Timothy Pearson | 2011-11-08 | 3 | -0/+7008 |