Andreas Kling
e7263a7e75
LibGUI: Add a "long text" string to GUI::Action
...
Actions can now have a longer text description, in addition to its
regular UI string. The longer text will soon be used to display
a more detailed description of hovered actions in statusbars.
2021-04-17 20:49:53 +02:00
Andreas Kling
afb6e3a79d
LibGUI: Give Alt shortcuts to all the CommonActions :^)
2021-04-09 17:08:49 +02:00
Andreas Kling
eff7ea5b84
LibGUI: Add GUI::CommonActions::make_properties_action()
...
Many apps want a "Properties" action with the same icon and shortcut.
2021-04-04 22:43:43 +02:00
Andreas Kling
716dc5bec9
LibGUI: Use delegating constructors in GUI::Action
2021-02-20 13:25:04 +01:00
Andreas Kling
1bc17d2870
LibGUI: Tidy up Action constructors and factory functions a bit
2021-02-20 13:25:04 +01:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00