- Display Dock Settings/Panel Settings instead of View Settings
- Hide View Settings when configuring
- Create Alt+A, Alt+S, Alt+L shortcuts for actions.
Details
Details
- Reviewers
mvourlakos - Group Reviewers
Latte Dock - Commits
- R878:c893ab3d2281: Improve Contextmenu
Diff Detail
Diff Detail
- Repository
- R878 Latte Dock
- Lint
Lint Skipped - Unit
Unit Tests Skipped
containmentactions/contextmenu/menu.cpp | ||
---|---|---|
85 ↗ | (On Diff #51563) | this bracket ident needs to be like the one from m_addWidgetsAction |
138 ↗ | (On Diff #51563) | including this like this I think it will faile gettest or return false results for translation strings, a clean approach can be: QString settingsStr = ( viewType == Latte::Types::DockView ? i18nc("dock settings window", "Dock &Settings...") : i18nc("panel settings window, "Panel &Settings") ); m_configureAction->setText(settingsStr); |
Comment Actions
yes, it comes from the setVisible(false) I dont know why,
this is why I wanted to add in there:
setEnabled(true);