Linus Groh
50ad8d2a5a
Hearts: Add icon to settings action
2022-03-18 01:10:16 +01:00
Linus Groh
c19486172d
Applications+Games: Drop ellipsis from settings action
...
There is no second step to complete after activating this action.
2022-03-18 01:10:16 +01:00
Linus Groh
fd60c9fac7
Games: Add reload icon to 'New Game' actions
2022-03-18 01:10:16 +01:00
Vitaly Dyachkov
32b8795091
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
...
pledge_domains() that takes only one String argument was specifically
added as a shortcut for pledging a single domain. So, it makes sense to
use singular here.
2022-02-11 18:06:39 +01:00
David Lindbom
7cb713e043
Hearts: Add link to help pages in menu
2022-01-13 03:45:17 -08:00
Astraeus-
421f91e4ca
Hearts: Convert to try_create_default_icon
2021-12-18 23:36:59 +01:00
Brian Gianforcaro
cf4fa936be
Everywhere: Use default execpromises argument for Core::System::pledge
2021-11-28 08:04:57 +01:00
Pedro Pereira
1211a3a3f3
Hearts: TRY() all the things in serenity_main() :^)
2021-11-27 17:18:44 +01:00
Pedro Pereira
0a800cc1bb
Hearts: Replace construct() with TRY(try_create()) pattern
2021-11-24 13:51:07 +01:00
Pedro Pereira
7d2170246f
Hearts: Port to LibMain
...
Simplified one pledge() and two unveil() by using TRY().
2021-11-23 22:47:34 +01:00
Mustafa Quraish
0f749681a9
Everywhere: Use my fancy new serenityos.org email :^)
2021-09-13 20:51:50 +00:00
Mustafa Quraish
17299db61a
Hearts: Remove wpath
and cpath
priviliges
...
There are no longer needed since the config file is not being
modified by the application directly.
2021-08-27 23:17:05 +02:00
Mustafa Quraish
0af3855fb9
Hearts: Use LibConfig instead of Core::ConfigFile
2021-08-27 23:17:05 +02:00
networkException
acde7d12b0
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
...
This patch brings the ConfigFile helpers for opening lib, app and system
configs more inline with the regular ConfigFile::open functions.
2021-08-22 01:32:25 +02:00
networkException
938051feb8
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
2021-08-22 01:32:25 +02:00
Andreas Kling
687a12d7fb
Userland: Add GUI::Window::add_menu() and use it everywhere
...
Applications previously had to create a GUI::Menubar object, add menus
to it, and then call GUI::Window::set_menubar().
This patch introduces GUI::Window::add_menu() which creates the menubar
automatically and adds items to it. Application code becomes slightly
simpler as a result. :^)
2021-07-21 21:24:26 +02:00
Josh Perry
d27616cf36
Hearts: Allow player to set their name
...
Added a new settings dialog to Hearts with a textbox to allow the
player to set a name, which is persisted in the Hearts config file.
2021-05-23 20:43:53 +01:00
Gunnar Beutner
dfa2075887
Hearts: Remove dead code
2021-05-22 12:03:31 +01:00
Gunnar Beutner
c3efae85f2
Games: Add Hearts
2021-05-21 23:38:18 +02:00