Summary: | Implement KHamburgerMenu | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Unknown <null> |
Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | fritzibaby, julius.kuenzel, kanchankarippara, nate, null, paul, vpinon |
Priority: | NOR | Keywords: | junior-jobs |
Version: | git-master | Flags: | fritzibaby:
low_hanging+
|
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/kdenlive/commit/cb38d57691cfba311c0e59fd748d88a5b8690ba8 | Version Fixed In: | 22.12.0 |
Sentry Crash Report: | |||
Attachments: | Example of eliminating the top menu bar and replacing it with a graphic button in the main toolbar. |
Description
Unknown
2016-01-22 21:18:27 UTC
Created attachment 96788 [details]
Example of eliminating the top menu bar and replacing it with a graphic button in the main toolbar.
And if it's not possible to make a fixed button in the main toolbar, maybe make a toolbar just for that button on the far left that couldn't be edited or changed? Just brainstormin', here. :) I generally like the idea of a tidied-up look. I think Jesse's suggestion is definitely one approach worth looking into. On the other hand maybe we could try using Kai Uwe Brouliks new global menu applet as shown in this blog post http://blog.broulik.de/2016/02/outside-the-stellarator/ The one thing that might be an issue though is integrating this in other DEs like GNOME for example. Is there a DE independent standard from xdg? Maybe Ken Vermette's dynamic window decorations would be an option for Plasma? I'm just throwing in my two cents but I think Jesse's idea would require the least effort to implement a cleanup in a DE independent manner. Paul, not a bad idea, but I know that many DE's don't use global menus, nor do they have an option or place for it. Curious if this is in the discussions at all on Phabricator? Should I be suggesting this in there instead? Maybe not a bad idea but have you tried the forums first? I think we should get general feedback from more users before we propose it to the developers. Thanks for the suggestion Paul. I'll definitely do that from now on. :) Curious to know other users' feedback on this idea? I mentioned it in Phabricator as well (see https://phabricator.kde.org/T808). Three days ago, I posted a poll on the Google+ Kdenlive community to see what other users thought. To date, 31 votes were put in, 17 in favor of a default "single menu button" that brings all of the menu items to view in a drown-down list style, and 14 were in favor of keeping it the traditional way it is now. Thanks for your feature request! I think your suggestion can be useful in some situations, but I don't think we should make it default… However implementing this doesn't seem to be that easy as Kdenlives basic menu structure is based on KDE Frameworks BUT now there is a brand new KHamburgerMenu since the most recent Frameworks update (5.81) for exactly that purpose! This makes it much easier so we should consider to implement it… See https://api.kde.org/frameworks/kconfigwidgets/html/classKHamburgerMenu.html Git commit cb38d57691cfba311c0e59fd748d88a5b8690ba8 by Julius Künzel. Committed on 20/09/2022 at 21:34. Pushed by jlskuz into branch 'master'. Show a hamburger menu in the main toolbar if menu bar is hidden Implemented via KHamburgerMenu M +19 -2 src/mainwindow.cpp https://invent.kde.org/multimedia/kdenlive/commit/cb38d57691cfba311c0e59fd748d88a5b8690ba8 |