https://bugs.kde.org/show_bug.cgi?id=444458
--- Comment #2 from Friedrich W. H. Kossebau <kosse...@kde.org> --- Git commit 382981fad053a6998c73a9af581bd42f549ba5bd by Friedrich W. H. Kossebau. Committed on 25/11/2021 at 17:52. Pushed by kossebau into branch '0.26'. Add a context menu for the view area (incl. tabs) M +7 -0 libs/kasten/controllers/CMakeLists.txt A +134 -0 libs/kasten/controllers/shellwindow/viewareacontextmenu/viewareacontextmenucontroller.cpp [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.1)] A +64 -0 libs/kasten/controllers/shellwindow/viewareacontextmenu/viewareacontextmenucontroller.hpp [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.1)] A +30 -0 libs/kasten/controllers/shellwindow/viewareacontextmenu/viewareacontextmenucontrollerfactory.cpp [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.1)] A +39 -0 libs/kasten/controllers/shellwindow/viewareacontextmenu/viewareacontextmenucontrollerfactory.hpp [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.1)] M +1 -0 libs/kasten/gui/shell/multiviewareas.hpp M +16 -0 libs/kasten/gui/shell/multiviewareas_p.cpp M +1 -0 libs/kasten/gui/shell/multiviewareas_p.hpp M +1 -0 libs/kasten/gui/shell/tabbedviews.hpp M +20 -0 libs/kasten/gui/shell/tabbedviews_p.cpp M +1 -0 libs/kasten/gui/shell/tabbedviews_p.hpp M +2 -0 program/mainwindow.cpp M +10 -1 program/oktetaui.rc https://invent.kde.org/utilities/okteta/commit/382981fad053a6998c73a9af581bd42f549ba5bd -- You are receiving this mail because: You are watching all bug changes.