Add a file details window/page, QMLify file sharing
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Mon, 25 Jul 2022 16:57:18 +0000 (18:57 +0200)
committerClaudio Cambra <claudio.cambra@nextcloud.com>
Mon, 31 Oct 2022 17:06:03 +0000 (18:06 +0100)
commit7971789112465df32db61950a34afe22b0b9ca0a
tree5eea02381135c0f2f549c65ec8691a513903c3b1
parent1dbdd8853f033a7ae5111eb8f23ba1e24093fe78
Add a file details window/page, QMLify file sharing

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
52 files changed:
resources.qrc
src/gui/CMakeLists.txt
src/gui/application.cpp
src/gui/fileactivitylistmodel.cpp
src/gui/fileactivitylistmodel.h
src/gui/filedetails/FileActivityView.qml [new file with mode: 0644]
src/gui/filedetails/FileDetailsPage.qml [new file with mode: 0644]
src/gui/filedetails/FileDetailsWindow.qml [new file with mode: 0644]
src/gui/filedetails/NCInputTextEdit.qml [new file with mode: 0644]
src/gui/filedetails/NCInputTextField.qml [new file with mode: 0644]
src/gui/filedetails/NCTabButton.qml [new file with mode: 0644]
src/gui/filedetails/ShareDelegate.qml [new file with mode: 0644]
src/gui/filedetails/ShareView.qml [new file with mode: 0644]
src/gui/filedetails/ShareeDelegate.qml [new file with mode: 0644]
src/gui/filedetails/ShareeSearchField.qml [new file with mode: 0644]
src/gui/filedetails/filedetails.cpp [new file with mode: 0644]
src/gui/filedetails/filedetails.h [new file with mode: 0644]
src/gui/filedetails/shareemodel.cpp [new file with mode: 0644]
src/gui/filedetails/shareemodel.h [new file with mode: 0644]
src/gui/filedetails/sharemodel.cpp [new file with mode: 0644]
src/gui/filedetails/sharemodel.h [new file with mode: 0644]
src/gui/filedetails/sortedsharemodel.cpp [new file with mode: 0644]
src/gui/filedetails/sortedsharemodel.h [new file with mode: 0644]
src/gui/folderman.cpp
src/gui/owncloudgui.cpp
src/gui/owncloudgui.h
src/gui/sharedialog.cpp [deleted file]
src/gui/sharedialog.h [deleted file]
src/gui/sharedialog.ui [deleted file]
src/gui/sharee.cpp
src/gui/sharee.h
src/gui/sharelinkwidget.cpp [deleted file]
src/gui/sharelinkwidget.h [deleted file]
src/gui/sharelinkwidget.ui [deleted file]
src/gui/sharemanager.cpp
src/gui/sharemanager.h
src/gui/shareusergroupwidget.cpp [deleted file]
src/gui/shareusergroupwidget.h [deleted file]
src/gui/shareusergroupwidget.ui [deleted file]
src/gui/socketapi/socketapi.cpp
src/gui/socketapi/socketapi.h
src/gui/systray.cpp
src/gui/systray.h
src/gui/tray/ActivityItem.qml
src/gui/tray/ActivityItemContent.qml
src/gui/tray/ActivityList.qml
src/gui/tray/FileActivityDialog.qml [deleted file]
src/gui/tray/Window.qml
src/gui/tray/activitylistmodel.cpp
src/gui/tray/activitylistmodel.h
src/gui/tray/asyncimageresponse.cpp
src/gui/tray/asyncimageresponse.h