Nextcloud bot
d0b2cc5af2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-28 02:58:41 +00:00
Nextcloud bot
ae363c90e9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-27 03:04:50 +00:00
Nextcloud bot
f760f51fef
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-26 03:35:02 +00:00
Matthieu Gallien
c03c652475
Merge pull request #7564 from nextcloud/bugfix/noTransparentBackground
...
no transparent background for main ApplicationWindow
2024-11-25 14:40:43 +01:00
Matthieu Gallien
734d30cfd8
no transparent background for main ApplicationWindow
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-11-25 11:00:07 +01:00
Matthieu Gallien
0d3e80f090
Merge pull request #7561 from nextcloud/bugfix/dark-mode-switch
...
Bugfix/dark mode switch
2024-11-25 10:31:34 +01:00
Claudio Cambra
84fb45a936
Use Style.darkMode instead of Theme.darkMode
...
This way we avoid the computation that happens in Theme::darkMode each
time the property is accessed
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-25 16:42:39 +08:00
Claudio Cambra
aceff3f529
Add connectToSignal on darkMode property fetch
...
Theme may be instantiated before the qApp is available
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-25 16:40:23 +08:00
Claudio Cambra
1db2656a4b
Try connectToSignal on all OSes on Theme init
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-25 16:40:02 +08:00
Claudio Cambra
7cc4932038
Make connectToPaletteSignal const
...
We don't really need to have the check fo paletteSignalsConnected
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-25 16:39:20 +08:00
Nextcloud bot
c93cdc74ff
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-25 02:55:11 +00:00
Nextcloud bot
1d70c1e827
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-24 02:59:25 +00:00
Nextcloud bot
68c4b84794
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-23 02:57:00 +00:00
Matthieu Gallien
0f0ebf9b1e
Merge pull request #7558 from nextcloud/bugfix/fixUserStatusAvailabilityStatusButtons
...
fix spelling os UserStatus qml type when setting user status
2024-11-22 15:55:56 +01:00
Matthieu Gallien
c962ae3a43
fix spelling os UserStatus qml type when setting user status
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-11-22 15:47:40 +01:00
Nextcloud bot
1f8b5bd778
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-22 13:37:36 +00:00
Matthieu Gallien
8caa014311
master branch will be 3.16.0 future release
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-11-22 12:05:06 +01:00
Matthieu Gallien
5a963526d1
Merge pull request #7490 from nextcloud/bugfix/win-locale-lang
...
Fix half-translated GUI strings on Windows
2024-11-22 12:00:01 +01:00
Matthieu Gallien
0ec73cb885
we require Qt 6.7 release to build
...
we use new API from Qt6.7
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-11-22 11:14:38 +01:00
Matthieu Gallien
f6ea58fdea
use CI images including Qt6.7 that is now required
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-11-22 11:14:38 +01:00
Matthieu Gallien
62e1f432e1
add include QLocale to fix compilation issue
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-11-22 11:14:38 +01:00
Claudio Cambra
81bd390820
Use first uiLanguage as lang
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-22 11:14:38 +01:00
Claudio Cambra
befc8bff78
Only grab system language from QLocale::system
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-22 11:14:38 +01:00
Claudio Cambra
884f800abc
Remove unneeded workaround for dash separated language strings
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-22 11:14:38 +01:00
Matthieu Gallien
984820afc9
Merge pull request #7327 from nextcloud/bugfix/virtualFilesMoreReliable
...
Bugfix/virtual files more reliable
2024-11-22 11:14:29 +01:00
Matthieu Gallien
71281cbd39
prevent out of bounds access in automated tests
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-11-22 11:14:21 +01:00
Matthieu Gallien
41ecc5124e
revert changes to the stale virtual files clean up function
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-11-22 11:14:21 +01:00
Matthieu Gallien
bc4001d737
Merge pull request #7455 from cmuck/cm-fix-login-regression-on-linux
...
Fix login regression on linux
2024-11-22 11:13:38 +01:00
cmuck
410091ce85
Fix login regression on linux
...
Signed-off-by: cmuck <cmuckmuck@gmail.com>
2024-11-22 11:13:28 +01:00
cmuck
71163b77a4
Fix login regression on linux
...
Signed-off-by: cmuck <cmuckmuck@gmail.com>
2024-11-22 11:13:28 +01:00
Matthieu Gallien
408955e5b3
Merge pull request #7436 from nextcloud/bugfix/accounts2
...
Fix adding account and skipping folder configuration crash.
2024-11-22 11:02:37 +01:00
Camila Ayres
a7be4d752c
Correct Q_PROPERTY for _davDisplayName.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-22 10:51:04 +01:00
Camila Ayres
11cebc1e2a
Fix tests: make sure displayName is not empty.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-22 10:51:04 +01:00
Camila Ayres
fdbda5d59b
Remove check before setting display name.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-22 10:51:04 +01:00
Camila Ayres
932d61589c
Call for done() when skipping folder configuration.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-22 10:51:04 +01:00
Camila Ayres
df84d12b58
wiz => owncloudSetupWizard.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-22 10:51:04 +01:00
Camila Ayres
77597af3ae
acc => account.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-22 10:51:04 +01:00
Camila Ayres
9649bd99f6
Add {} to single line if.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-22 10:51:03 +01:00
Camila Ayres
9634f4ed1f
Use saveAccount for adding single account.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-22 10:51:03 +01:00
Camila Ayres
f130e39cbc
Rename vars: _am => _networkAccessManager, a => newAccountData.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-22 10:51:03 +01:00
Camila Ayres
1847a2e95c
Diferentiate between display name and dav display name.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-22 10:51:03 +01:00
Camila Ayres
fc6ecf8186
Use slots as slots.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-22 10:51:02 +01:00
Camila Ayres
27ad53810e
Modernize Account::displayName().
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-22 10:50:11 +01:00
Camila Ayres
fc75626b58
Fix warning "Calling C++ methods with 'this' objects different from the one they were retrieved from is broken"
...
https://doc.qt.io/qt-6/qtqml-documents-structure.html#nativemethodbehavior
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-22 10:50:11 +01:00
Camila Ayres
72f68aa9af
Use slotComputeOverallSyncStatus as a slot.
...
- Use qAsConst.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-11-22 10:50:10 +01:00
Matthieu Gallien
14581d266a
Merge pull request #7464 from nextcloud/bugfix/debug-archive-aio
...
Bundle macOS File Provider module logs into main debug archive
2024-11-22 10:08:41 +01:00
Claudio Cambra
a69a9a3064
Move file provider header include into file provider ifdef
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-22 10:08:32 +01:00
Claudio Cambra
3f0e75b944
Just use davUser as account identifier for macOS log filename
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-22 10:08:32 +01:00
Claudio Cambra
985043490c
Move debug archive for vfs creation out of log entry creation
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-22 10:08:32 +01:00
Claudio Cambra
580420c28e
Ensure we are not halting the entire application when trying to generate the debug archive for macOS vfs
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-22 10:08:32 +01:00