1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00
ladybird/Userland/DevTools/HackStudio
kleines Filmröllchen 7e34b88ed4 LibGUI: Fully support TabWidget in GML
TabWidgets couldn't be used in GML properly, as the GML creation
routines didn't actually call the necessary functions in the TabWidget
to get a new tab added. This commit fixes that by making the name of the
tab a normal property, the previously introduced "title", which can be
trivially set from GML. Therefore, try_add_widget() loses an argument
(while try_add_tab doesn't, because it newly constructs the widget).
This allows us to get rid of the silly "fixing my widget tree after the
fact" code in Help and will make it super easy to use TabWidget in
future GML. :^)
2022-04-03 12:21:05 +02:00
..
Debugger LibGUI: Fully support TabWidget in GML 2022-04-03 12:21:05 +02:00
Dialogs Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Git Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LanguageClients Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LanguageServers Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AutoCompleteResponse.h LibGUI+HackStudio: Add TokenInfo struct for language-server IPC 2022-02-09 00:51:31 +01:00
ClassViewWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ClassViewWidget.h Userland: Remove a bunch of unnecessary Vector imports 2022-01-28 23:40:25 +01:00
CMakeLists.txt HackStudio: Add FindWidget 2022-03-29 17:45:36 +02:00
CodeDocument.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CodeDocument.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Editor.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Editor.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
EditorWrapper.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
EditorWrapper.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FindInFilesWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FindInFilesWidget.h HackStudio: Make FindInFilesWidget reset when opening new project 2021-08-22 10:30:06 +02:00
FindWidget.cpp HackStudio: Hide FindWidget on escape key press 2022-03-30 11:26:26 -04:00
FindWidget.gml HackStudio: Add FindWidget 2022-03-29 17:45:36 +02:00
FindWidget.h HackStudio: Add FindWidget 2022-03-29 17:45:36 +02:00
GMLPreviewWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GMLPreviewWidget.h HackStudio: Add GML Preview action tab 2021-07-29 11:33:16 +02:00
HackStudio.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HackStudioWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HackStudioWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Language.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Language.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LanguageClient.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LanguageClient.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Locator.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Locator.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
main.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Project.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Project.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProjectBuilder.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProjectBuilder.h HackStudio: Put the Build directory inside the Serenity repository 2022-02-12 11:51:48 +01:00
ProjectDeclarations.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProjectDeclarations.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProjectFile.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProjectFile.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProjectTemplate.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProjectTemplate.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TerminalWrapper.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TerminalWrapper.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ToDoEntries.cpp HackStudio: Clear ToDo entries upon opening new project 2021-08-22 10:30:06 +02:00
ToDoEntries.h HackStudio: Clear ToDo entries upon opening new project 2021-08-22 10:30:06 +02:00
ToDoEntriesWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ToDoEntriesWidget.h HackStudio: Clear ToDo entries upon opening new project 2021-08-22 10:30:06 +02:00