1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 02:52:43 +00:00
serenity/Userland/DevTools/HackStudio/Git
Ben Wiederhake f9a24eb7eb LibCore: Migrate Command from Deprecated{File,String}
This gives us free error-propagation in Core::command(...) and
HackStudio::ProjectBuilder::for_each_library_dependencies.

The comment about "String will be in the null state" has been misleading
for a long time, so it is removed.
2023-05-19 23:31:20 +02:00
..
DiffViewer.cpp Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
DiffViewer.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
GitFilesModel.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
GitFilesModel.h Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
GitFilesView.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
GitFilesView.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
GitRepo.cpp LibCore: Migrate Command from Deprecated{File,String} 2023-05-19 23:31:20 +02:00
GitRepo.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
GitWidget.cpp LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
GitWidget.h HackStudio: Open projects after the action tab was created 2022-12-23 23:27:45 +01:00