Files
pallectrum/electrum
ThomasV 2fd70d5d94 qt: replace BlockingWaitingDialog with RunCoroutineDialog
RunCoroutineDialog has a run() method that blocks the thread
without blocking the GUI (using exec), and a Cancel button
that cancels the coroutine.

main_window.run_coroutine_dialog() is a wrapper that returns
the coroutine result and may raise exceptions.

BlockingWaitingDialog was removed is transaction_dialog,
where it was not particularly useful.
2024-10-18 12:37:54 +02:00
..
2024-09-18 15:48:38 +00:00
2024-10-17 16:00:09 +02:00
2024-05-30 13:08:13 +00:00
2024-03-05 23:30:23 +01:00
2024-04-17 14:36:21 +00:00
2024-02-12 18:26:08 +00:00
2024-06-04 18:29:17 +00:00
2024-06-04 13:42:57 +00:00
2024-05-22 15:26:26 +00:00
2024-10-17 13:32:30 +02:00
2024-04-24 14:14:31 +00:00
2024-03-01 11:21:49 +01:00
2024-05-20 16:57:11 +02:00
2024-09-14 03:52:03 +09:00
2024-09-14 03:52:03 +09:00
2024-10-16 12:42:58 +00:00