┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/selectionmanager.cpp
AgeCommit message (Collapse)Author
2009-05-08If the item height is nearly equal to the toggle height, center the toggle ↵Peter Penz
vertically instead of aligning it on the top. This assures a better alignment especially for the details and column view when working with a height of ~20 pixels. svn path=/trunk/KDE/kdebase/apps/; revision=965352
2009-05-07Don't draw an alpha blended circle around the toggle selection. It looks ↵Peter Penz
less cluttered without it... svn path=/trunk/KDE/kdebase/apps/; revision=964947
2009-05-07* Use the height of the icon as factor for the toggle size. This prevents ↵Peter Penz
that the size of the toggle changes within one view because of items having one or two text lines. * Use a larger toggle size starting with 48x48-sized icons. svn path=/trunk/KDE/kdebase/apps/; revision=964943
2009-05-07increase the size of the selection toggle corresponding to the item sizePeter Penz
BUG: 191629 svn path=/trunk/KDE/kdebase/apps/; revision=964924
2009-05-07don't show the selection toggle during a rubberband selectionPeter Penz
BUG: 181783 svn path=/trunk/KDE/kdebase/apps/; revision=964913
2009-01-08don't complain aboutDavid Faure
KDirModel::indexForUrl: KUrl("") not found every time the selection changes svn path=/trunk/KDE/kdebase/apps/; revision=907756
2008-07-04Don't connect multiple times to the selectionChanged signal, otherwise the ↵David Faure
slot will be called as many times as we entered a directory... svn path=/trunk/KDE/kdebase/apps/; revision=828216
2008-06-16also update the current index if a deselection is donePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=821216
2008-06-16also adjust the current index when selecting an item by the (+) selectorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=821197
2008-02-16update the selection-toggle (+/-) when the selection has been changed ↵Peter Penz
"outside" by the rubberband or e. g. "Select All" svn path=/trunk/KDE/kdebase/apps/; revision=775828
2008-02-12don't keep a KFileItem inside the selection manager for the whole lifetime, ↵Peter Penz
work with the URL internally instead svn path=/trunk/KDE/kdebase/apps/; revision=773890
2008-02-02stay consistent with Plasma and move the selection icon on the top/left of ↵Peter Penz
items (thanks to Jan Klein-Hitpass for the hint) svn path=/trunk/KDE/kdebase/apps/; revision=770151
2008-02-02Improve the selection toggle: Instead of a delay of one second until ↵Peter Penz
appearing, let it appear immediately but provide a smooth fade-in effect. This makes it usable from the start but is less obtrusive for the eyes. svn path=/trunk/KDE/kdebase/apps/; revision=770115
2008-01-28take care to remove the selection toggle when items have been deletedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=767778
2008-01-26reset the selection manager when the URL has been changed (otherwise the ↵Peter Penz
selection toggle button would stay visible) svn path=/trunk/KDE/kdebase/apps/; revision=766918
2008-01-26Blend in a toggle button when hovering items. This allows selecting items ↵Peter Penz
without using the rubberband or Ctrl/Shift-keys in the single-click mode. Any feedback from users is highly welcome (I think people will either love or hate this feature, I'm really not sure -> it can be turned off too). svn path=/trunk/KDE/kdebase/apps/; revision=766901