1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 14:57:35 +00:00
serenity/Userland/Applications/IRCClient
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
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
IRCAppWindow.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
IRCAppWindow.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCChannel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
IRCChannel.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCChannelMemberListModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
IRCChannelMemberListModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
IRCClient.cpp Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
IRCClient.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCLogBuffer.cpp Applications: Remove unused header includes 2021-08-01 08:10:16 +02:00
IRCLogBuffer.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCQuery.cpp Applications: Remove unused header includes 2021-08-01 08:10:16 +02:00
IRCQuery.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCWindow.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
IRCWindow.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCWindowListModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
IRCWindowListModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
main.cpp Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00