Show sync progress in main dialog
authorFelix Weilbach <felix.weilbach@nextcloud.com>
Tue, 14 Sep 2021 11:17:03 +0000 (13:17 +0200)
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>
Tue, 12 Oct 2021 16:14:24 +0000 (16:14 +0000)
commit4c11f6763e24d15113a08ec45fe27b83171aedc2
tree740f507970e4b029e754dedf4a4271c21682bdc7
parent375dc92454f87522d1c9cfb2d143074c8c185655
Show sync progress in main dialog

Fixes #3662

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
12 files changed:
resources.qrc
src/gui/CMakeLists.txt
src/gui/main.cpp
src/gui/tray/ActivityItem.qml
src/gui/tray/SyncStatus.qml [new file with mode: 0644]
src/gui/tray/UserModel.cpp
src/gui/tray/UserModel.h
src/gui/tray/Window.qml
src/gui/tray/syncstatussummary.cpp [new file with mode: 0644]
src/gui/tray/syncstatussummary.h [new file with mode: 0644]
src/libsync/theme.cpp
src/libsync/theme.h