ladybird/Applications/SystemMonitor
Andreas Kling 9da121f837 SystemMonitor: Make all tabs except the process table lazily loaded
We now use GLazyWidget for all the secondary tabs, which makes the
program start up way faster than before.

There's a noticeable delay when you click on the "PCI Devices" tab
for the first time, but that's definitely better than always eating
that delay before seeing a window at all. :^)
2019-10-02 20:26:19 +02:00
..
DevicesModel.cpp LibCore: Convert CFile to ObjectPtr 2019-09-21 20:50:06 +02:00
DevicesModel.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
GraphWidget.cpp ProcessManager: Rename it to SystemMonitor 2019-08-14 14:28:45 +02:00
GraphWidget.h SystemMonitor: Remove all remaining naked "new" usage 2019-09-21 18:17:23 +02:00
main.cpp SystemMonitor: Make all tabs except the process table lazily loaded 2019-10-02 20:26:19 +02:00
Makefile SystemMonitor: Add a devices tab 2019-08-18 15:59:59 +02:00
MemoryStatsWidget.cpp SystemMonitor: Make all tabs except the process table lazily loaded 2019-10-02 20:26:19 +02:00
MemoryStatsWidget.h SystemMonitor: Make all tabs except the process table lazily loaded 2019-10-02 20:26:19 +02:00
NetworkStatisticsWidget.cpp SystemMonitor: Make all tabs except the process table lazily loaded 2019-10-02 20:26:19 +02:00
NetworkStatisticsWidget.h SystemMonitor: Make all tabs except the process table lazily loaded 2019-10-02 20:26:19 +02:00
ProcessFileDescriptorMapWidget.cpp SystemMonitor: Display whether an fd is cloexec and blocking 2019-09-28 22:27:45 +02:00
ProcessFileDescriptorMapWidget.h LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
ProcessMemoryMapWidget.cpp LibGUI: Convert GTableView to ObjectPtr 2019-09-21 16:03:59 +02:00
ProcessMemoryMapWidget.h LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
ProcessModel.cpp SystemMonitor: Make all tabs except the process table lazily loaded 2019-10-02 20:26:19 +02:00
ProcessModel.h SystemMonitor: Make all tabs except the process table lazily loaded 2019-10-02 20:26:19 +02:00
ProcessStacksWidget.cpp LibCore: Convert CFile to ObjectPtr 2019-09-21 20:50:06 +02:00
ProcessStacksWidget.h LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
ProcessTableView.cpp SystemMonitor: Make all tabs except the process table lazily loaded 2019-10-02 20:26:19 +02:00
ProcessTableView.h SystemMonitor: Make all tabs except the process table lazily loaded 2019-10-02 20:26:19 +02:00