Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-28Add an incoming talk call notification to the desktop clientClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com> Co-authored-by: Camila <hello@camila.codes>
2022-03-17Add TalkReply class and tests.Camila
- Add struct TalkNotificationData to handle token and messageId. - Handle chat and call notifications with the new struct. - Add talk token and messageId to data roles in ActivityListModel. - Add Talk Reply component to the ActivityList. - User Loader to display the TalkReply component. - Move Talk Reply from ActivityItem to ActivityItemContent due to PR #4186. - Use TextField instead of Text. - Disable send reply button instead of changing border color when field is empty. Signed-off-by: Camila <hello@camila.codes>
2022-02-04Adjust icons for activity entries in main dialog. Refactor the dialog by ↵alex-z
splitting it to separate components. Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-10-25Unified Search via Tray windowalex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-10-12Show sync progress in main dialogFelix Weilbach
Fixes #3662 Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-10-05Add file activity dialogFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-09Add dialog to set user statusFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-03Don't create binding loopFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-07-21Add custom component ActivityItem.Camila
That also addresses QML warnings. Signed-off-by: Camila <hello@camila.codes>
2020-12-02Implemented notification action buttons and context menu for confirm/dismiss ↵allexzander
and other actions. Signed-off-by: allexzander <blackslayer4@gmail.com>
2020-06-15Create HeaderButton QML componentNicolas Fella
Deduplicate the Button code by moving it into a separate file. Also use the same background code for the apps button since as far as I can tell it didn't behave any different Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
2020-03-01Merge branch 'master' into qml-singleton-style and fix merge conflictMichael Schuster
Migrate changes in client.qrc to resources.qrc Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-01-18Cleanup/Removal/Adaption/Update to resource files and crresponding code, ↵Dominique Fuchs
esp. regarding svg usage Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>