serenity/Userland/DevTools
Itamar 3a71748e5d Userland: Rename IPC ClientConnection => ConnectionFromClient
This was done with CLion's automatic rename feature and with:
find . -name ClientConnection.h
    | rename 's/ClientConnection\.h/ConnectionFromClient.h/'

find . -name ClientConnection.cpp
    | rename 's/ClientConnection\.cpp/ConnectionFromClient.cpp/'
2022-02-25 22:35:12 +01:00
..
HackStudio Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
Inspector DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
Playground Userland: Ask first for unsaved changes after clicking an "Open" action 2022-02-21 18:30:32 +01:00
Profiler Profiler: Add missing LibCore/File include 2022-02-16 19:49:41 -05:00
UserspaceEmulator UserspaceEmulator: Fix syntax of generated profiles 2022-02-24 16:12:19 +03:30
CMakeLists.txt HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00