]> cloud.milkyroute.net Git - dolphin.git/commit
Clean up code that became redundant through framework changes
authorFelix Ernst <fe.a.ernst@gmail.com>
Thu, 9 Jun 2022 21:23:29 +0000 (23:23 +0200)
committerFelix Ernst <fe.a.ernst@gmail.com>
Thu, 18 Aug 2022 09:05:03 +0000 (09:05 +0000)
commit3ccdcc2176bc5e4e03f733c21d05a5a4b0c1af25
tree4a5a8e73c5d4a1eb3d46516ad784ff04398b7c92
parentfac08af081467a798a649cde6f8ca615e797c137
Clean up code that became redundant through framework changes

There were two changes in framework that triggered this commit:
KHamburgerMenu and KToolTipHelper.

When the Dolphin-specific hamburger menu was replaced by
KHamburgerMenu, I didn't clean everything up correctly. Not
anymore!

Help texts also weren't updated accordingly. This commit replaces
any mention of the old hamburger menu which was called "Control"
with text that reflects the current application state.

The other framework change "KToolTipHelper" takes responsibility
for opening links in help texts. So we won't need code to do this
in Dolphin anymore. This means we can also get rid of some
duplicate help texts which only existed because links didn't work
correctly in some places.
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h