]> cloud.milkyroute.net Git - dolphin.git/commit
Keep working towards a reviewable state
authorFelix Ernst <fe.a.ernst@gmail.com>
Sun, 24 Apr 2022 00:34:43 +0000 (02:34 +0200)
committerFelix Ernst <fe.a.ernst@gmail.com>
Sun, 14 Aug 2022 14:42:40 +0000 (14:42 +0000)
commit402b4a5698f3d12d1848b298c38828d509abfd0d
tree20ce1bccd0f1a92fcdeaef47c745f719b8840558
parent3b7c05b385dc56fbc0b9ffdd332f8d30e7624d0c
Keep working towards a reviewable state

- Various code improvements
- Smoother animations
- The bottom bar in General Mode only becomes visible if items are
    currently selected
- Removed the selection mode action from the default toolbar since
    it can already be toggled in various ways
- More documentation
- Some cleaning
14 files changed:
src/dolphinmainwindow.cpp
src/dolphinui.rc
src/dolphinviewcontainer.cpp
src/kitemviews/kitemlistcontroller.cpp
src/selectionmode/actionwithwidget.cpp
src/selectionmode/actionwithwidget.h
src/selectionmode/backgroundcolorhelper.cpp
src/selectionmode/backgroundcolorhelper.h
src/selectionmode/selectionmodebottombar.cpp
src/selectionmode/selectionmodebottombar.h
src/selectionmode/selectionmodetopbar.cpp
src/selectionmode/selectionmodetopbar.h
src/selectionmode/singleclickselectionproxystyle.h
src/views/dolphinviewactionhandler.cpp