serenity/DevTools/Profiler
Tom 27bd2eab22 LibWeb: Require parent window argument for MessageBox
Since the vast majority of message boxes should be modal, require
the parent window to be passed in, which can be nullptr for the
rare case that they don't. By it being the first argument, the
default arguments also don't need to be explicitly stated in most
cases, and it encourages passing in a parent window handle.

Fix up several message boxes that should have been modal.
2020-07-16 16:10:21 +02:00
..
CMakeLists.txt Profiler: Turn the "choose a process" functionality into a GUI::Dialog 2020-07-02 20:46:59 +02:00
DisassemblyModel.cpp Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
DisassemblyModel.h Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
main.cpp LibWeb: Require parent window argument for MessageBox 2020-07-16 16:10:21 +02:00
ProcessChooser.cpp LibWeb: Require parent window argument for MessageBox 2020-07-16 16:10:21 +02:00
ProcessChooser.h Profiler: Turn the "choose a process" functionality into a GUI::Dialog 2020-07-02 20:46:59 +02:00
Profile.cpp Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
Profile.h Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
ProfileModel.cpp Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
ProfileModel.h Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
ProfileTimelineWidget.cpp Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
ProfileTimelineWidget.h Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
RunningProcessesModel.cpp Profiler: Use SortingProxyModel::set_sort_role() 2020-07-04 19:22:30 +02:00
RunningProcessesModel.h Profiler: If run without arguments, let user select process from a list 2020-07-01 20:49:51 +02:00