]> dgit.raspbian.org Git - nextcloud-desktop.git/log
nextcloud-desktop.git
2 years agoMove item metadata fetch into util file in FileProviderUIExt
Claudio Cambra [Tue, 30 Jul 2024 10:47:38 +0000 (18:47 +0800)]
Move item metadata fetch into util file in FileProviderUIExt

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMove service connection fetcher method into a utils file
Claudio Cambra [Tue, 30 Jul 2024 10:16:06 +0000 (18:16 +0800)]
Move service connection fetcher method into a utils file

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAdd close action to lock view controller
Claudio Cambra [Tue, 30 Jul 2024 09:43:39 +0000 (17:43 +0800)]
Add close action to lock view controller

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoDesign lock view in file provider ui
Claudio Cambra [Tue, 30 Jul 2024 09:42:39 +0000 (17:42 +0800)]
Design lock view in file provider ui

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAdd basic properties to lock view controller
Claudio Cambra [Tue, 30 Jul 2024 09:15:43 +0000 (17:15 +0800)]
Add basic properties to lock view controller

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoHandle new locking action identifiers in document action view controller of FileProvi...
Claudio Cambra [Tue, 30 Jul 2024 08:20:10 +0000 (16:20 +0800)]
Handle new locking action identifiers in document action view controller of FileProviderUIExt

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAdd lock/unlock actions in FileProviderUIExt info plist
Claudio Cambra [Tue, 30 Jul 2024 08:19:29 +0000 (16:19 +0800)]
Add lock/unlock actions in FileProviderUIExt info plist

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAdd basic LockViewController components
Claudio Cambra [Tue, 30 Jul 2024 08:18:58 +0000 (16:18 +0800)]
Add basic LockViewController components

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMove all sharing components for FileProviderUIExt into a Sharing folder
Claudio Cambra [Tue, 30 Jul 2024 08:05:10 +0000 (16:05 +0800)]
Move all sharing components for FileProviderUIExt into a Sharing folder

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMerge pull request #7102 from nextcloud/bugfix/fixOneRenameIssue
Matthieu Gallien [Thu, 12 Sep 2024 07:50:36 +0000 (09:50 +0200)]
Merge pull request #7102 from nextcloud/bugfix/fixOneRenameIssue

Bugfix/fix one rename issue

2 years agoimprove some log that are produced during discovery
Matthieu Gallien [Wed, 11 Sep 2024 15:16:08 +0000 (17:16 +0200)]
improve some log that are produced during discovery

would be usefull to track bugs during rename operations

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoavoid wrong tracking of renamed folders during discovery
Matthieu Gallien [Wed, 11 Sep 2024 15:14:11 +0000 (17:14 +0200)]
avoid wrong tracking of renamed folders during discovery

ensure server rename operations are tracked as server rename operations

ensure local rename are tracked as local rename operations

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoadd automated tests for complex move scenario
Matthieu Gallien [Wed, 11 Sep 2024 14:54:31 +0000 (16:54 +0200)]
add automated tests for complex move scenario

we rename the top folder and we rename a not direct child that is also
moved to another folder below the original renamed top folder

so
a/b/c
a/b/d/file

will be
e/b/c/f/file

with
a -> e
d-> f

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoMerge pull request #7061 from nextcloud/bugfix/deleteReadOnlyRemnantsFolders
Matthieu Gallien [Thu, 12 Sep 2024 07:42:46 +0000 (09:42 +0200)]
Merge pull request #7061 from nextcloud/bugfix/deleteReadOnlyRemnantsFolders

Bugfix/delete read only remnants folders

2 years agodelete invalid folders and restart sync automatically
Matthieu Gallien [Mon, 2 Sep 2024 20:50:26 +0000 (22:50 +0200)]
delete invalid folders and restart sync automatically

users should then notice that the sync errors are gone

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agolet FileSystem::removeRecursively be able to delete read-only folders
Matthieu Gallien [Mon, 2 Sep 2024 11:53:11 +0000 (13:53 +0200)]
let FileSystem::removeRecursively be able to delete read-only folders

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agodetect remnants read-only folders to delete: try to delete them
Matthieu Gallien [Tue, 3 Sep 2024 16:07:57 +0000 (18:07 +0200)]
detect remnants read-only folders to delete: try to delete them

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agolet cancel sync and finish sync lambda be reusable methods
Matthieu Gallien [Fri, 30 Aug 2024 14:51:09 +0000 (16:51 +0200)]
let cancel sync and finish sync  lambda be reusable methods

will enable implementation of other ways to interrupt sync after
discovery to get user feedback

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agocollect remnant read-only folders during discovery
Matthieu Gallien [Fri, 30 Aug 2024 13:35:20 +0000 (15:35 +0200)]
collect remnant read-only folders during discovery

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoMerge pull request #7103 from nextcloud/bugfix/mac-crafter-codesign-notarisation
Tobias Kaminsky [Thu, 12 Sep 2024 05:16:47 +0000 (07:16 +0200)]
Merge pull request #7103 from nextcloud/bugfix/mac-crafter-codesign-notarisation

Code-sign client via mac-crafter so it may pass notarisation

2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 12 Sep 2024 02:44:51 +0000 (02:44 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMove building into separate subcommand, add subcommand just for codesigning
Claudio Cambra [Wed, 11 Sep 2024 19:54:01 +0000 (03:54 +0800)]
Move building into separate subcommand, add subcommand just for codesigning

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAlways move final product to product path in mac crafter
Claudio Cambra [Wed, 11 Sep 2024 19:48:28 +0000 (03:48 +0800)]
Always move final product to product path in mac crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix codesigning of qtwebengine related helper app in mac crafter
Claudio Cambra [Wed, 11 Sep 2024 15:26:51 +0000 (23:26 +0800)]
Fix codesigning of qtwebengine related helper app in mac crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoUse deep codesigning by default in mac crafter
Claudio Cambra [Wed, 11 Sep 2024 15:26:30 +0000 (23:26 +0800)]
Use deep codesigning by default in mac crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMake sure to code-sign all binaries in app bundle
Claudio Cambra [Wed, 11 Sep 2024 13:56:03 +0000 (21:56 +0800)]
Make sure to code-sign all binaries in app bundle

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoRemove get-task-allow entitlement when code-signing app extensions
Claudio Cambra [Wed, 11 Sep 2024 13:55:52 +0000 (21:55 +0800)]
Remove get-task-allow entitlement when code-signing app extensions

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix notarisation issues for Sparkle in mac-crafter
Claudio Cambra [Wed, 11 Sep 2024 13:55:27 +0000 (21:55 +0800)]
Fix notarisation issues for Sparkle in mac-crafter

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoAdd convenience method to save the entitlements of a bundle to a file as XML
Claudio Cambra [Wed, 11 Sep 2024 13:54:49 +0000 (21:54 +0800)]
Add convenience method to save the entitlements of a bundle to a file as XML

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix issue with placing app bundle in product directory if an existing build is there
Claudio Cambra [Wed, 11 Sep 2024 13:54:18 +0000 (21:54 +0800)]
Fix issue with placing app bundle in product directory if an existing build is there

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoMerge pull request #7098 from nextcloud/bugfix/legacy-building-filesystem-mac
Tobias Kaminsky [Wed, 11 Sep 2024 06:29:51 +0000 (08:29 +0200)]
Merge pull request #7098 from nextcloud/bugfix/legacy-building-filesystem-mac

Fix building of client on macOS 10.13 and 10.14

2 years agoWrap use of folder permissions restore in mac ifdefs
Claudio Cambra [Wed, 11 Sep 2024 06:21:25 +0000 (14:21 +0800)]
Wrap use of folder permissions restore in mac ifdefs

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoWrap all uses of FileSystem::setFolderPermissions in ifdefs for macOS
Claudio Cambra [Wed, 11 Sep 2024 06:18:15 +0000 (14:18 +0800)]
Wrap all uses of FileSystem::setFolderPermissions in ifdefs for macOS

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 11 Sep 2024 02:53:39 +0000 (02:53 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #7097 from nextcloud/ci/noid/update-workflow-109
Joas Schilling [Tue, 10 Sep 2024 08:54:57 +0000 (10:54 +0200)]
Merge pull request #7097 from nextcloud/ci/noid/update-workflow-109

ci: Update workflows

2 years agoci: Update workflows
Joas Schilling [Tue, 10 Sep 2024 08:54:21 +0000 (10:54 +0200)]
ci: Update workflows

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 10 Sep 2024 04:14:15 +0000 (04:14 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #6949 from suiso67/fix/excessive-folder-permission
Matthieu Gallien [Mon, 9 Sep 2024 14:03:49 +0000 (16:03 +0200)]
Merge pull request #6949 from suiso67/fix/excessive-folder-permission

Narrow down ReadWrite folder permission to owner

2 years agoMerge pull request #7084 from nextcloud/bugfix/virtualFilesWindowsFirPermittedSpecial...
Matthieu Gallien [Mon, 9 Sep 2024 09:19:06 +0000 (11:19 +0200)]
Merge pull request #7084 from nextcloud/bugfix/virtualFilesWindowsFirPermittedSpecialCharacters

do not ignore paths containing 2 "#" characters

2 years agodo not ignore paths containing 2 "#" characters
Matthieu Gallien [Mon, 9 Sep 2024 08:39:47 +0000 (10:39 +0200)]
do not ignore paths containing 2 "#" characters

those path may be in use on Windows and are legitimate

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoMerge pull request #7057 from nilsding/feature/tooltip-sync-details
Matthieu Gallien [Mon, 9 Sep 2024 08:51:37 +0000 (10:51 +0200)]
Merge pull request #7057 from nilsding/feature/tooltip-sync-details

Add some extra syncing details to the tray icon tooltip

2 years agogui: remove Systray::setToolTip
Jyrki Gadinger [Mon, 2 Sep 2024 16:16:25 +0000 (18:16 +0200)]
gui: remove Systray::setToolTip

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2 years agogui: add some extra syncing details to the tray tooltips
Jyrki Gadinger [Thu, 29 Aug 2024 15:31:04 +0000 (17:31 +0200)]
gui: add some extra syncing details to the tray tooltips

There was some unused code that updated some status bar text -- this is
now part of the tooltip during syncing.

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2 years agoMerge pull request #7027 from nextcloud/bugfix/make_universal
Matthieu Gallien [Mon, 9 Sep 2024 07:11:33 +0000 (09:11 +0200)]
Merge pull request #7027 from nextcloud/bugfix/make_universal

Fix make_universal.py not taking into account 64-bit bundle dylibs

2 years agoFix make_universal.py not taking into account 64-bit bundle dylibs
Claudio Cambra [Mon, 26 Aug 2024 07:22:30 +0000 (15:22 +0800)]
Fix make_universal.py not taking into account 64-bit bundle dylibs

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 9 Sep 2024 04:09:19 +0000 (04:09 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 8 Sep 2024 04:45:40 +0000 (04:45 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 7 Sep 2024 06:04:15 +0000 (06:04 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #7079 from nextcloud/bugfix/handleExceptionsFromFileSystemOps
Matthieu Gallien [Fri, 6 Sep 2024 14:46:12 +0000 (16:46 +0200)]
Merge pull request #7079 from nextcloud/bugfix/handleExceptionsFromFileSystemOps

add missing exception handling

2 years agoadd missing exception handling
Matthieu Gallien [Fri, 6 Sep 2024 14:02:38 +0000 (16:02 +0200)]
add missing exception handling

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoMerge pull request #6980 from nextcloud/feature/native/custombutton
Matthieu Gallien [Fri, 6 Sep 2024 08:49:14 +0000 (10:49 +0200)]
Merge pull request #6980 from nextcloud/feature/native/custombutton

Native buttons

2 years agoFix talk app icon.
Camila Ayres [Thu, 5 Sep 2024 18:25:31 +0000 (20:25 +0200)]
Fix talk app icon.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoqrc:/// => image://
Camila Ayres [Thu, 5 Sep 2024 17:31:38 +0000 (19:31 +0200)]
qrc:/// => image://

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove more color customizations from Window and TrayFoldersMenuButton.
Camila Ayres [Tue, 3 Sep 2024 19:18:19 +0000 (21:18 +0200)]
Remove more color customizations from Window and TrayFoldersMenuButton.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove background hover customization from UserLine.
Camila Ayres [Tue, 3 Sep 2024 18:35:48 +0000 (20:35 +0200)]
Remove background hover customization from UserLine.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove customization for font color from EnforcedPlainTextLabel.
Camila Ayres [Tue, 3 Sep 2024 18:11:18 +0000 (20:11 +0200)]
Remove customization for font color from EnforcedPlainTextLabel.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove customizations for hover background from the user menu options.
Camila Ayres [Tue, 3 Sep 2024 17:54:34 +0000 (19:54 +0200)]
Remove customizations for hover background from the user menu options.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix font color light/dark of time in ActivityItemContent.
Camila Ayres [Tue, 3 Sep 2024 12:08:18 +0000 (14:08 +0200)]
Fix font color light/dark of time in ActivityItemContent.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove backround rectangle from NCInputTextEdit.
Camila Ayres [Sun, 1 Sep 2024 19:47:40 +0000 (21:47 +0200)]
Remove backround rectangle from NCInputTextEdit.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove customization for text color and hover from TextButtonContents.
Camila Ayres [Sun, 1 Sep 2024 19:34:42 +0000 (21:34 +0200)]
Remove customization for text color and hover from TextButtonContents.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove customizaton for placeholder text color from UnifiedSearchInputContainer.
Camila Ayres [Sun, 1 Sep 2024 19:33:35 +0000 (21:33 +0200)]
Remove customizaton for placeholder text color from UnifiedSearchInputContainer.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove cutomizations for text color and hover from ActivityActionButton.
Camila Ayres [Sun, 1 Sep 2024 19:31:41 +0000 (21:31 +0200)]
Remove cutomizations for text color and hover from ActivityActionButton.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years ago Remove image hover from NCButtonContents and CustomButton.
Camila Ayres [Sat, 31 Aug 2024 14:08:44 +0000 (16:08 +0200)]
 Remove image hover from NCButtonContents and CustomButton.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove duplicated header image.
Camila Ayres [Sat, 31 Aug 2024 13:53:55 +0000 (15:53 +0200)]
Remove duplicated header image.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove the component version from import.
Camila Ayres [Thu, 29 Aug 2024 20:04:57 +0000 (22:04 +0200)]
Remove the component version from import.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove backround customization from ShareeSearchField.
Camila Ayres [Thu, 29 Aug 2024 18:46:24 +0000 (20:46 +0200)]
Remove backround customization from ShareeSearchField.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoNCRadioButton => RadioButton.
Camila Ayres [Thu, 29 Aug 2024 18:39:00 +0000 (20:39 +0200)]
NCRadioButton => RadioButton.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove customizations from CustomButton.
Camila Ayres [Thu, 29 Aug 2024 18:30:16 +0000 (20:30 +0200)]
Remove customizations from CustomButton.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove setting contentsFont, not used anymore in CustomButton.
Camila Ayres [Thu, 29 Aug 2024 16:53:01 +0000 (18:53 +0200)]
Remove setting contentsFont, not used anymore in CustomButton.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoClean HeaderButton component from customizations.
Camila Ayres [Thu, 29 Aug 2024 15:22:44 +0000 (17:22 +0200)]
Clean HeaderButton component from customizations.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix warning: The current style does not support customization of this control (proper...
Camila Ayres [Thu, 29 Aug 2024 14:46:07 +0000 (16:46 +0200)]
Fix warning: The current style does not support customization of this control (property: "background").

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix warning: The current style does not support customization of this control (proper...
Camila Ayres [Wed, 28 Aug 2024 20:26:18 +0000 (22:26 +0200)]
Fix warning: The current style does not support customization of this control (property: "indicator").

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix warning: The current style does not support customization of this control (proper...
Camila Ayres [Wed, 28 Aug 2024 20:25:51 +0000 (22:25 +0200)]
Fix warning: The current style does not support customization of this control (property: "contextItem").

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix warning: The current style does not support customization of this control (proper...
Camila Ayres [Wed, 28 Aug 2024 20:24:52 +0000 (22:24 +0200)]
Fix warning: The current style does not support customization of this control (property: "background").

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix warning: The current style does not support customization of this control (proper...
Camila Ayres [Wed, 28 Aug 2024 19:54:50 +0000 (21:54 +0200)]
Fix warning: The current style does not support customization of this control (property: "contentItem").

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix warning: The current style does not support customization of this control (proper...
Camila Ayres [Wed, 28 Aug 2024 18:47:28 +0000 (20:47 +0200)]
Fix warning: The current style does not support customization of this control (property: "background").

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove custom properties for text color/hover from CustomButton and NCButtonContents...
Camila Ayres [Wed, 28 Aug 2024 17:41:12 +0000 (19:41 +0200)]
Remove custom properties for text color/hover from CustomButton and NCButtonContents components.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove custom properties for background and opacity from CustomButton component.
Camila Ayres [Wed, 28 Aug 2024 16:43:36 +0000 (18:43 +0200)]
Remove custom properties for background and opacity from CustomButton component.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix repeaded call to QQuickStyle::setStyle.
Camila Ayres [Wed, 28 Aug 2024 15:01:11 +0000 (17:01 +0200)]
Fix repeaded call to QQuickStyle::setStyle.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoReplace NCToolTip for ToolTip.
Camila Ayres [Tue, 27 Aug 2024 19:20:19 +0000 (21:20 +0200)]
Replace NCToolTip for ToolTip.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoChange default Qt quick control style depending on the platform.
Camila Ayres [Wed, 7 Aug 2024 15:05:29 +0000 (17:05 +0200)]
Change default Qt quick control style depending on the platform.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoremove broken system paellete detection within our custom style
Matthieu Gallien [Wed, 28 Aug 2024 10:43:23 +0000 (12:43 +0200)]
remove broken system paellete detection within our custom style

remove custom binding between c++ native Qt API for system palette and
our QML styling code for colors detection

fixes many issues with dark mode using Windows native style

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agouse new QStyleHints::colorScheme feature to use light or dark mode
Matthieu Gallien [Wed, 28 Aug 2024 10:30:27 +0000 (12:30 +0200)]
use new QStyleHints::colorScheme feature to use light or dark mode

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoadd a QQuickStyle fallback: Fusion is fallback style
Matthieu Gallien [Wed, 28 Aug 2024 10:29:49 +0000 (12:29 +0200)]
add a QQuickStyle fallback: Fusion is fallback style

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agolet main dialog have a transparent background again
Matthieu Gallien [Tue, 27 Aug 2024 17:08:48 +0000 (19:08 +0200)]
let main dialog have a transparent background again

will fix white corners appearing below the main dialog content

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoRemove component import version from Style.qml.
Camila Ayres [Wed, 7 Aug 2024 20:03:26 +0000 (22:03 +0200)]
Remove component import version from Style.qml.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove qml component version from import.
Camila Ayres [Wed, 7 Aug 2024 20:02:39 +0000 (22:02 +0200)]
Remove qml component version from import.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoRemove component versions under src/gui/tray.
Camila Ayres [Wed, 7 Aug 2024 19:54:37 +0000 (21:54 +0200)]
Remove component versions under src/gui/tray.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoremove any use of custom palette: use the style palette
Matthieu Gallien [Wed, 7 Aug 2024 19:30:39 +0000 (21:30 +0200)]
remove any use of custom palette: use the style palette

should get us native colors as much as possible

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agolet's not make the background color of main dialog be transparent
Matthieu Gallien [Wed, 7 Aug 2024 19:29:48 +0000 (21:29 +0200)]
let's not make the background color of main dialog be transparent

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoset the windows native qml style on windows systems
Matthieu Gallien [Wed, 7 Aug 2024 19:28:27 +0000 (21:28 +0200)]
set the windows native qml style on windows systems

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoChange default Qt quick control style depending on the platform.
Camila Ayres [Wed, 7 Aug 2024 15:05:29 +0000 (17:05 +0200)]
Change default Qt quick control style depending on the platform.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 6 Sep 2024 03:13:40 +0000 (03:13 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #6748 from nextcloud/fix/revert-date-parsing-fix
Matthieu Gallien [Thu, 5 Sep 2024 17:01:47 +0000 (19:01 +0200)]
Merge pull request #6748 from nextcloud/fix/revert-date-parsing-fix

Revert "Fix incorrect date parsing."

2 years agoRevert "Fix incorrect date parsing."
alex-z [Sun, 12 May 2024 11:02:56 +0000 (13:02 +0200)]
Revert "Fix incorrect date parsing."

This reverts commit 04c0125bd10c3961af11f233f32b0408f0c21401.

Signed-off-by: alex-z <blackslayer4@gmail.com>
2 years agoMerge pull request #7069 from nextcloud/bugfix/macos-build
Matthieu Gallien [Thu, 5 Sep 2024 15:48:35 +0000 (17:48 +0200)]
Merge pull request #7069 from nextcloud/bugfix/macos-build

Remove QtWebEngineProcess.entitlements.

2 years agoRemove QtWebEngineProcess.entitlements.
Camila Ayres [Wed, 4 Sep 2024 16:27:32 +0000 (18:27 +0200)]
Remove QtWebEngineProcess.entitlements.

In the past, due to security reasons this file needed to be signed by us so the webview would work on mac OS.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2 years agoMerge pull request #7068 from nextcloud/bugfix/ensureReliableFileFolderDetection
Matthieu Gallien [Thu, 5 Sep 2024 15:47:41 +0000 (17:47 +0200)]
Merge pull request #7068 from nextcloud/bugfix/ensureReliableFileFolderDetection

ensure detection of entry type on windows is reliable

2 years agoensure detection of entry type on windows is reliable
Matthieu Gallien [Tue, 3 Sep 2024 13:57:12 +0000 (15:57 +0200)]
ensure detection of entry type on windows is reliable

it seems that there is a possibility for the type detection to report a
folder as being a file

with this change, I am pretty sure that cannot happen any longer

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 5 Sep 2024 02:56:18 +0000 (02:56 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>