Files
ladybird/Ladybird
Timothy Flynn ea9abe26e1 UI/Qt: Execute dialogs opened from the page asynchronously
Invoking exec() entirely blocks the UI application's main thread. Qt
explicitly recommends against this. In practice, it seems prevents some
IPC messages from being handled by the UI until the dialog is closed by
the user.

Instead, use open() (which is non-blocking) and set up a signal handler
to deal with the result.
2024-10-26 11:25:42 +02:00
..
2024-09-23 16:39:49 -06:00
2024-07-30 12:38:44 +02:00
2024-06-03 15:09:58 -06:00