┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/selectiontoggle.h
AgeCommit message (Collapse)Author
2010-07-24Sourcecode hierarchy cleanup: Create folder "views" and move view related ↵Peter Penz
sources to it svn path=/trunk/KDE/kdebase/apps/; revision=1154146
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-02-17Don't rely on the m_isHovered flag, explicitely check the left mouse button ↵Peter Penz
instead. svn path=/trunk/KDE/kdebase/apps/; revision=927602
2008-05-07Update selection toggle icon when the icon theme has been changed. Thanks to ↵Peter Penz
David Benjamin for the patch! BUG: 161316 svn path=/trunk/KDE/kdebase/apps/; revision=805209
2008-02-12use different icons dependent on the checked state of the toggle Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=773902
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-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-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