Lagrange [release]
DocumentWidget: Page load progress indicator
Sat Oct 24 08:18:46 2020 +0300
Show clearly that something is happening, even though we don't know the exact duration of the operation.
CMakeLists.txt | 2 + src/ui/documentwidget.c | 4 ++ src/ui/indicatorwidget.c | 158 +++++++++++++++++++++++++++++++++++++++++++++++ src/ui/indicatorwidget.h | 28 +++++++++ src/ui/util.c | 90 ++++++++++++++------------- src/ui/widget.h | 7 +++ 6 files changed, 247 insertions(+), 42 deletions(-)