┌ ┐
54
└ ┘
[
home
|
about
|
favorites
|
git
]
index
:
dolphin
master
pixelated-scaling-option
Patched KDE Dolphin with Pixel Scaling
Conway
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
selectionmanager.cpp
Age
Commit message (
Expand
)
Author
2009-05-08
If the item height is nearly equal to the toggle height, center the toggle ve...
Peter Penz
2009-05-07
Don't draw an alpha blended circle around the toggle selection. It looks less...
Peter Penz
2009-05-07
* Use the height of the icon as factor for the toggle size. This prevents tha...
Peter Penz
2009-05-07
increase the size of the selection toggle corresponding to the item size
Peter Penz
2009-05-07
don't show the selection toggle during a rubberband selection
Peter Penz
2009-01-08
don't complain about
David Faure
2008-07-04
Don't connect multiple times to the selectionChanged signal, otherwise the sl...
David Faure
2008-06-16
also update the current index if a deselection is done
Peter Penz
2008-06-16
also adjust the current index when selecting an item by the (+) selector
Peter Penz
2008-02-16
update the selection-toggle (+/-) when the selection has been changed "outsid...
Peter Penz
2008-02-12
don't keep a KFileItem inside the selection manager for the whole lifetime, w...
Peter Penz
2008-02-02
stay consistent with Plasma and move the selection icon on the top/left of it...
Peter Penz
2008-02-02
Improve the selection toggle: Instead of a delay of one second until appearin...
Peter Penz
2008-01-28
take care to remove the selection toggle when items have been deleted
Peter Penz
2008-01-26
reset the selection manager when the URL has been changed (otherwise the sele...
Peter Penz
2008-01-26
Blend in a toggle button when hovering items. This allows selecting items wit...
Peter Penz