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-03-28Fix dark mode stuff relating to unified search, fix macOS auto dark/light ↵Claudio Cambra
theme switching not always working, fix Windows detection of dark/light theme switching Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-20Fixes to UI issuesClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-20Fix for VFS crashesClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-18Added dark modeClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
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-03-17Add thumbnails for files in the activity viewClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-16Add support for server color theming by using server color as accentfeature/accent-colorClaudio Cambra
color Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-16File activity dialog now works for all file actions activities (e.g. deleted ↵Claudio Cambra
files) Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-15Increase max line of text in activity item text to twoClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-14Ensure file activity dialog appears in centre of screenbugfix/fileactivitydialog-centerClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
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>
2022-02-01Merge branch 'master' into bugfix/account-menu-scrollClaudio Cambra
2022-02-01Add testing for ActivityListModelClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-01-31Account menu can now scrollClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-01-17Use the font size that Qt suggestFelix Weilbach
Fixes: https://github.com/nextcloud/desktop/issues/3797 Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2022-01-14Show only filenames in tray activity items, with full path in tooltipClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2021-12-20Hide share button for deleted and ignored files in tray activityClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2021-11-22Add WheelHandler to the Search result list tooCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-11-22[tray] Makes scrolling with a touchpad in activiy list more naturalCarl Schwan
This basically use the same method that is used in Kirigami and Plasma Components3. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-11-18Use QUrl::fromLocalFile to open local files in Unified Search results.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-16avoid adding icon data in a cache we never useMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-11-16More fixes to the menu implementationCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-11-16Fix focus indicatorCarl Schwan
This improve considerably the keyboard navigation in the SystemTray. But this is still not as good as the golden standard that is recommended by this article: https://www.sarasoueidan.com/blog/focus-indicators/ Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-11-15Check if the server has user status app enabledFelix Weilbach
According to https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-status-api.html#user-status-retrieve-statuses we should check the user status capability, not the the end points. Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-11-10IconJob: Send request through the accounts NASFelix Weilbach
This helps tracking requests on the server Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-11-04Fix review comments. Use QImage for QML and QPixmap for rest of code. Do not ↵alex-z
cache images for QML. Fix tests. Use signal in QML. Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-04Use SvgRenderer for Unified Search input icons. Refactor IconUtils. Extend ↵alex-z
unit tests. Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-04Clear Unified Search Input Field in a proper wayalex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-10-26Update UnifiedSearchInputContainer.qmlrakekniven
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-10-26Changed triple dot to ellipsisrakekniven
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-10-25our source code files have lower case namesMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-10-25Unified Search via Tray windowalex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-10-23Changed wording to suggestionrakekniven
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-10-23Changed wording of status messagerakekniven
The files themselves have no problem. The sync process has problems. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-10-20Also update sync state summary based on connectivityFelix Weilbach
Otherwise, with zero folders configured, the state will stay at offline. Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-10-13Check if current user exists before getting it's account stateFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.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-23Add dialog to resolve invalid filenamesFelix Weilbach
Fixes #3751 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-09-03Implicitly defined onFoo properties in Connections are deprecatedFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-08-31let clang-tidy add missing override after enabling again the checkMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-08-11Don't compare integers with different signsFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-07-28Don't constrain size of hover backgroundFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-07-22Make main dialog normal window when displayed as regular windowFelix Weilbach
This will enable users to minimize the dialog. 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>
2021-07-21Fix QML warning: Unable to assign [undefined] to QFont.Camila
Signed-off-by: Camila <hello@camila.codes>
2021-07-20Call setClosed() on correct ObjectFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-07-16fix width of user status message to not overlap other elementsMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>