1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 00:50:59 +00:00
serenity/Applications
Andreas Kling 705cee528a LibGUI: Make it easier to create checkable GUI::Actions
This patch adds GUI::Action::create_checkable() helpers that work just
like the existing create() helpers, but the actions become checkable(!)

Clients are no longer required to manage the checked state of their
actions manually, but instead they will be checked/unchecked as needed
by GUI::Action itself before the activation hook is fired.
2020-04-21 17:21:28 +02:00
..
About LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Browser LibGUI: Make it easier to create checkable GUI::Actions 2020-04-21 17:21:28 +02:00
Calculator LibGUI: Make MenuBar a Core::Object 2020-04-21 16:19:18 +02:00
Calendar LibGUI: Make MenuBar a Core::Object 2020-04-21 16:19:18 +02:00
ChanViewer LibGUI: Make MenuBar a Core::Object 2020-04-21 16:19:18 +02:00
Debugger Debugger: Add source-level operations 2020-04-20 17:25:50 +02:00
DisplayProperties LibGUI: Make MenuBar a Core::Object 2020-04-21 16:19:18 +02:00
FileManager LibGUI: Make it easier to create checkable GUI::Actions 2020-04-21 17:21:28 +02:00
FontEditor LibGUI: Make MenuBar a Core::Object 2020-04-21 16:19:18 +02:00
Help LibGUI: Make MenuBar a Core::Object 2020-04-21 16:19:18 +02:00
HexEditor LibGUI: Make MenuBar a Core::Object 2020-04-21 16:19:18 +02:00
IRCClient LibGUI: Make MenuBar a Core::Object 2020-04-21 16:19:18 +02:00
PaintBrush LibGUI: Make it easier to create checkable GUI::Actions 2020-04-21 17:21:28 +02:00
Piano LibGUI: Make MenuBar a Core::Object 2020-04-21 16:19:18 +02:00
QuickShow LibGUI: Make MenuBar a Core::Object 2020-04-21 16:19:18 +02:00
SoundPlayer LibGUI: Make it easier to create checkable GUI::Actions 2020-04-21 17:21:28 +02:00
SystemMenu LibCore: Add StandardPaths thing to retrieve various standard locations 2020-04-19 19:57:05 +02:00
SystemMonitor LibGUI: Make it easier to create checkable GUI::Actions 2020-04-21 17:21:28 +02:00
Taskbar LibCore: Add StandardPaths thing to retrieve various standard locations 2020-04-19 19:57:05 +02:00
Terminal LibGUI: Make it easier to create checkable GUI::Actions 2020-04-21 17:21:28 +02:00
TextEditor LibGUI: Make it easier to create checkable GUI::Actions 2020-04-21 17:21:28 +02:00
Welcome LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00