summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor/NetworkStatisticsWidget.cpp
AgeCommit message (Expand)Author
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-12LibCore+Userland: Don't auto-start new Core::TimersSam Atkins
2023-01-05LibGfx: Avoid rounding/truncating glyph positions till blittingMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-02SystemMonitor: Add context menu for opening adapter in NetworkSettingsMaciej
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-03SystemMonitor: Move NetworkStatisticsWidget into namespace + register itkleines Filmröllchen
2022-02-17LibGUI: JsonArrayModel update without invalidating indicesmartinfalisse
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-12-24LibGUI+Userland: Make SortingProxyModel::create() return ErrorOrSam Atkins
2021-11-13SystemMonitor: Shrink oversized GroupBox marginsAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-08SystemMonitor: Remove unused `this` lambda capturesDaniel Bertalan
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-03Userland: Make representation of 'null' IPv4-address friendlierThomas Wagenveld
2021-08-03Userland: Add network adapter link status to SystemMonitor and appletThomas Wagenveld
2021-07-27SystemMonitor: Display connection status icons in Network tabMaciej Zygmanowski
2021-07-25SystemManager: Separate sockets GroupBox into TCP/UDPbrapru
2021-05-18SystemMonitor: Show UDP socketsbrapru
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling