Camila Ayres
0e1d3da79d
Remove the component version from import.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
73bc834933
Remove backround customization from ShareeSearchField.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
a4aedd77df
NCRadioButton => RadioButton.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
d8acedb960
Remove customizations from CustomButton.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
b90d7c0623
Remove setting contentsFont, not used anymore in CustomButton.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
653ecbfdb3
Clean HeaderButton component from customizations.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
4f7b73cb70
Fix warning: The current style does not support customization of this control (property: "background").
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
24e1606d6a
Fix warning: The current style does not support customization of this control (property: "indicator").
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
f612e59880
Fix warning: The current style does not support customization of this control (property: "contextItem").
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
d8883d05c4
Fix warning: The current style does not support customization of this control (property: "background").
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
599bbbed2a
Fix warning: The current style does not support customization of this control (property: "contentItem").
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
38f81c0b57
Fix warning: The current style does not support customization of this control (property: "background").
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
66e2882236
Remove custom properties for text color/hover from CustomButton and NCButtonContents components.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
3c5066fede
Remove custom properties for background and opacity from CustomButton component.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
0236e883a8
Fix repeaded call to QQuickStyle::setStyle.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
fb17a4bf9e
Replace NCToolTip for ToolTip.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
279c3c3981
Change default Qt quick control style depending on the platform.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Matthieu Gallien
2d08cdb503
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>
2024-09-06 10:42:08 +02:00
Matthieu Gallien
9cecd59c6e
use new QStyleHints::colorScheme feature to use light or dark mode
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-09-06 10:42:08 +02:00
Matthieu Gallien
4a8d0cf6d7
add a QQuickStyle fallback: Fusion is fallback style
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-09-06 10:42:08 +02:00
Matthieu Gallien
f4c5151084
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>
2024-09-06 10:42:08 +02:00
Camila Ayres
472f387bdb
Remove component import version from Style.qml.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
d68fa5fce6
Remove qml component version from import.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
10d6224235
Remove component versions under src/gui/tray.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Matthieu Gallien
a1a832efd8
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>
2024-09-06 10:42:08 +02:00
Matthieu Gallien
a81c60c238
let's not make the background color of main dialog be transparent
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-09-06 10:42:08 +02:00
Matthieu Gallien
690ebccbe3
set the windows native qml style on windows systems
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-09-06 10:42:08 +02:00
Camila Ayres
d8185e69c8
Change default Qt quick control style depending on the platform.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-09-06 10:42:08 +02:00
Nextcloud bot
6dc20cd17b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-06 03:13:40 +00:00
Matthieu Gallien
5f1256c3d6
Merge pull request #6748 from nextcloud/fix/revert-date-parsing-fix
...
Revert "Fix incorrect date parsing."
2024-09-05 19:01:47 +02:00
alex-z
de18970443
Revert "Fix incorrect date parsing."
...
This reverts commit 04c0125bd1
.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2024-09-05 19:01:37 +02:00
Matthieu Gallien
0134fd5a87
Merge pull request #7069 from nextcloud/bugfix/macos-build
...
Remove QtWebEngineProcess.entitlements.
2024-09-05 17:48:35 +02:00
Camila Ayres
65fcac8d70
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>
2024-09-05 17:48:26 +02:00
Matthieu Gallien
e12667f699
Merge pull request #7068 from nextcloud/bugfix/ensureReliableFileFolderDetection
...
ensure detection of entry type on windows is reliable
2024-09-05 17:47:41 +02:00
Matthieu Gallien
fcc325ffbb
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>
2024-09-05 10:49:30 +02:00
Nextcloud bot
52edabe5ed
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-05 02:56:18 +00:00
Nextcloud bot
8aa15e2cb7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-04 02:51:26 +00:00
Matthieu Gallien
07e873c3f0
Merge pull request #7062 from nextcloud/bugfix/blockChildFolderEncryptContextMenu
...
only add Encrypt context menu entry for top folder in settings dialog
2024-09-03 09:25:43 +02:00
Matthieu Gallien
2c30093680
only add Encrypt context menu entry for top folder in settings dialog
...
will omit Encrypt menu item for child fodlers as displayed in selective
sync folders tree in settings dialog
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-09-03 08:46:14 +02:00
Nextcloud bot
68c0a93c24
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-03 02:47:09 +00:00
Matthieu Gallien
caf61ace5e
Merge pull request #7040 from nextcloud/style/7039/iconStyleUpdate
...
🎨 Update icons to latest Hub 9 style
2024-09-02 10:34:50 +02:00
Andy Scherzinger
eae4021835
style: Update icons to latest Hub 9 style
...
... Material Symbols
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-09-02 09:27:07 +02:00
Nextcloud bot
762768324b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-31 02:58:49 +00:00
Nextcloud bot
34abed7f28
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-30 05:17:24 +00:00
Nextcloud bot
99aa2557fc
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-29 02:48:57 +00:00
Matthieu Gallien
5b08c7aed7
Merge pull request #7044 from nextcloud/bugfix/removeUselessFrameInSettings
...
remove the frame around the sync folders settings area
2024-08-28 12:36:04 +02:00
Matthieu Gallien
883cdcc0ba
remove the frame around the sync folders settings area
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-08-28 11:41:32 +02:00
Matthieu Gallien
7817c5142f
Merge pull request #7033 from nextcloud/jtr/docs-conffile-moveToTrash-all
...
docs: conf file option moveToTrash is no longer Linux specific
2024-08-28 11:38:11 +02:00
Josh
57db11e331
docs: conf file option moveToTrash is no longer Linux specific
...
Since #5698 / #3362 this option is no longer restricted to Linux. (It's also now in the GUI too).
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-08-28 11:38:02 +02:00
Matthieu Gallien
e456d1402c
Merge pull request #7029 from nextcloud/bugfix/logDatabaseErrors
...
Bugfix/log database errors
2024-08-28 11:36:41 +02:00