pollymc/launcher/ui
Kenneth Chew a549828655
Remove the Edit menu bar menu
It wouldn't bring much utility.

- The keyboard shortcuts for copy/paste/etc. already work and are well-known. The menu bar likely doesn't need to advertise them.
- There's not very many places you would be able to use these options in the main window (because there's not many places to type stuff in the main window). It would only be applicable on systems with a native menu bar that shows in all other windows as well (but again, the keyboard shortcuts still work).

Also, rename `actionWiki` -> `actionOpenWiki` to match the corresponding `on_actionOpenWiki_triggered`
2022-04-16 13:17:34 -04:00
..
dialogs chore: add license header 2022-03-27 20:59:56 +02:00
instanceview fix: limit instance names to 128 chars 2022-03-19 23:23:08 +01:00
pagedialog NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
pages Add option to always show menu bar instead of toolbar 2022-04-15 18:26:41 -04:00
setupwizard fix(i18n): fix translatable strings 2022-03-19 12:29:46 +01:00
themes NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
widgets Merge pull request #298 from Scrumplex/fix-i18n 2022-03-21 14:21:06 +01:00
ColorCache.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ColorCache.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
GuiUtil.cpp PasteUpload task changed to use 0x0.st's protocol 2022-01-19 08:27:26 +00:00
GuiUtil.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
InstanceWindow.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
InstanceWindow.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
MainWindow.cpp Remove the Edit menu bar menu 2022-04-16 13:17:34 -04:00
MainWindow.h Use preexisting actions in the menu bar 2022-04-16 03:32:08 -04:00