]> cloud.milkyroute.net Git - dolphin.git/commit
Better separation of classes
authorFelix Ernst <fe.a.ernst@gmail.com>
Sun, 24 Apr 2022 11:18:30 +0000 (13:18 +0200)
committerFelix Ernst <fe.a.ernst@gmail.com>
Sun, 14 Aug 2022 14:42:40 +0000 (14:42 +0000)
commit8e55f2c2409fd6ca9ebc66a6568f4d3bcbef7576
treeabc2aa68ceb8f79addf0f74615e91efa08a44172
parent402b4a5698f3d12d1848b298c38828d509abfd0d
Better separation of classes

Make obvious when actions trigger selection mode.
22 files changed:
src/CMakeLists.txt
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/dolphinpart.cpp
src/dolphinviewcontainer.cpp
src/dolphinviewcontainer.h
src/selectionmode/actiontexthelper.cpp [new file with mode: 0644]
src/selectionmode/actiontexthelper.h [new file with mode: 0644]
src/selectionmode/actionwithwidget.cpp
src/selectionmode/actionwithwidget.h
src/selectionmode/backgroundcolorhelper.cpp
src/selectionmode/backgroundcolorhelper.h
src/selectionmode/bottombar.cpp [new file with mode: 0644]
src/selectionmode/bottombar.h [new file with mode: 0644]
src/selectionmode/bottombarcontentscontainer.cpp [moved from src/selectionmode/selectionmodebottombar.cpp with 73% similarity]
src/selectionmode/bottombarcontentscontainer.h [moved from src/selectionmode/selectionmodebottombar.h with 57% similarity]
src/selectionmode/singleclickselectionproxystyle.h
src/selectionmode/topbar.cpp [moved from src/selectionmode/selectionmodetopbar.cpp with 93% similarity]
src/selectionmode/topbar.h [moved from src/selectionmode/selectionmodetopbar.h with 86% similarity]
src/views/dolphinview.cpp
src/views/dolphinviewactionhandler.cpp
src/views/dolphinviewactionhandler.h