┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/selectiontoggle.cpp
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-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-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
2009-02-17When the selection toggle is clicked and the mouse gets moved outside the ↵Peter Penz
selection toggle boundaries, a rubberband with a random start position will get visible. Bypass this issue by consuming the mouse-move events. BUG: 184178 svn path=/trunk/KDE/kdebase/apps/; revision=927488
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-04-01let the selection toggle fade in faster (based on user feedback from ↵Peter Penz
http://ppenz.blogspot.com/2008/04/selecting-items.html) svn path=/trunk/KDE/kdebase/apps/; revision=792581
2008-04-01provide a tooltip for the selection togglePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=792514
2008-03-12respect the graphic effects level before doing a fade-in of the selection togglePeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=784872
2008-02-21don't let the selection toggle steal the keyboard focus of the viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=777738
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