ladybird/Base/res/devel/templates
Lucas CHOLLET 1a97382305 LibGUI: Make Application's construction fallible
The pattern to construct `Application` was to use the `try_create`
method from the `C_OBJECT` macro. While being safe from an OOM
perspective, this method doesn't propagate errors from the constructor.
This patch make `Application` use the `C_OBJECT_ABSTRACT` and manually
define a `create` method that can bubble up errors from the
construction stage.

This commit also removes the ability to use `argc` and `argv` to
create an `Application`, only `Main`'s `Arguments` can be used.

From a user point of view, the patch renames `try_create` => `create`,
hence the huge number of modified files.
2023-05-05 16:41:21 +01:00
..
cpp-basic Base: Demonstrate ArgsParser and format strings in cli project template 2023-05-05 02:15:43 +03:30
cpp-library Base: Split out cpp-library template files into actual files 2023-05-05 02:15:43 +03:30
serenity-application LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
cpp-basic.ini HackStudio: Project templates and New Project dialog 2021-02-13 19:49:30 +01:00
cpp-basic.postcreate Everywhere: Use /bin/Shell as the shebang for Shell scripts 2023-02-13 23:00:15 +03:30
cpp-library.ini HackStudio: Project templates and New Project dialog 2021-02-13 19:49:30 +01:00
cpp-library.postcreate Base: Split out cpp-library template files into actual files 2023-05-05 02:15:43 +03:30
empty.ini HackStudio: Project templates and New Project dialog 2021-02-13 19:49:30 +01:00
serenity-application.ini Base: Add the serenity-application HackStudio template 2021-08-14 13:32:08 +02:00
serenity-application.postcreate Base: Adjust serenity-application template with some cpp-gui pieces 2023-05-05 02:15:43 +03:30