Commit Graph

22581 Commits

Author SHA1 Message Date
Matthieu Gallien
e960b9041c
Merge pull request #7584 from nextcloud/bugfix/qt-6-8-compat
all: Fix deprecation warnings when building with Qt 6.8.0
2024-12-20 16:27:07 +01:00
Matthieu Gallien
f48b988a65 use existing craft cache version 24.10
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
60da482b79 Use std::next rather than adding to iterator in tests
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
ab51b11ca3 Use QTimeZone in startOfDay for QDate in tests
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
f2182ad9cf Use non-deprecated qChecksum in qtlocalpeer of qtsingleapplication
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
271f2eb9b6 Replace aAsConst with std::as_const in tests
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Matthieu Gallien
0ac9ee20ee use CI images with Qt 6.8.0
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
078fd07591 Use default downloaddir for craft
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
77c3c4679a Move pinned Qt and Craft cache versions to 6.8.0 and 24.12 respectively
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
b2a70435c8 Use QDomDocument content method returning ParseResult
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

Use ParseResult returning QDomDocument setContent

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

f parseresult

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
4f2223b582 Replace QWebSocket::error with errorOccurred
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
f2d49f5591 Use std::prev ove -1ing the iterator
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

Use std::prev for it rather than -1 in Syncengine

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
87b6b3cfbd Use matchView instead of match
match is deprecated

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
7d9077c9a9 Use unique_ptr over scoped pointer
take is deprecated in scoped pointer

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

f handle

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

Use unique_ptr instead of scoped pointer for propagator firstJob

Fixes deprecation warning

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

Use unique_ptr for discoveryphase, replace take with release

Fix deprecation warn

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

f unique

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
4bfc155e5f Use char16_t cast instead of ushort cast
Fix deprecation warning

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
3e1bdf7412 Replace deprecated QVariant types with QMetaType
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

Use QVariant metaType instead of type

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

f metatype

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
0da3c6d3b9 Do not use const char * to add data to crypto hash
method is deprecated

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

fix qbyte

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
00b616ba9d Remove unneeded take from systray
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
d66e5bfc99 Use QTimeZone::UTC instead of Qt::UTC
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

f qtimezone

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
8425f2e3c5 Replace use of QCheckBox::stateChanged with QCheckBox::checkStateChanged
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
85e8aff5d8 Replace use of itemDelegate with itemDelegateForIndex
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
fdf0ec5137 Replace use of deprecated QLibraryInfo::location with QLibraryInfo::path
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
30ee3d65ee Ensure use of QMessageBox-using QMessageBox::critical
Fixes deprecation warnings

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

f ensure qmessagebox

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

f2 ensure qm

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

f3

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

f4

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Claudio Cambra
1009fed86a Replace all uses of qAsConst with std::as_const
Fixes deprecation warnings on Qt 6.8.0

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
Rello
2581cdd6d1
Merge pull request #7675 from nextcloud/dependabot/github_actions/cpp-linter/cpp-linter-action-2.13.4
Bump cpp-linter/cpp-linter-action from 2.13.3 to 2.13.4
2024-12-20 09:46:32 +01:00
dependabot[bot]
7e980fc6d9 Bump cpp-linter/cpp-linter-action from 2.13.3 to 2.13.4
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.13.3 to 2.13.4.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases)
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.13.3...v2.13.4)

---
updated-dependencies:
- dependency-name: cpp-linter/cpp-linter-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 09:45:57 +01:00
Nextcloud bot
2f2dfebe6b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-20 02:58:17 +00:00
Nextcloud bot
14c2ff5cc8
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-19 02:58:01 +00:00
Andy Scherzinger
4f1f6c4a80
Merge pull request #7680 from nextcloud/docs/noid/authors
Add authors file
2024-12-18 13:27:15 +01:00
Nextcloud bot
46e223d4a9
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-18 03:29:05 +00:00
Andy Scherzinger
55864f6cba
docs: Add authors file
populated via
git log --format='%aN <%aE>' | LC_ALL=C.UTF-8 sort -uf

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-12-17 18:19:05 +01:00
Nextcloud bot
f74b3ee71a
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-17 02:57:50 +00:00
Matthieu Gallien
045bc72ec5
Merge pull request #7670 from nextcloud/bugfix/lnkFolderVirtualFiles
Bugfix/lnk folder virtual files
2024-12-16 16:15:57 +01:00
Matthieu Gallien
5d2ee18886 remove deprecated API
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-12-16 16:15:40 +01:00
Matthieu Gallien
321c583b69 allow dehydrating pinned LNK files
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-12-16 16:15:40 +01:00
Matthieu Gallien
fbce101afe
Merge pull request #7662 from xjzsq/fix_root_detection
Fix a bug preventing sync root in folder on drive roots
2024-12-16 15:10:34 +01:00
xjzsq
3dfba6bf79 Fix a bug preventing sync root in folder on drive roots
Fixes: <https://github.com/nextcloud/desktop/issues/7658>

Signed-off-by: xjzsq <sdxjzsq@126.com>
2024-12-16 15:10:07 +01:00
Matthieu Gallien
10f765f3a7
Merge pull request #7667 from nextcloud/Rello-patch-1
improvement of error message
2024-12-16 14:12:40 +01:00
Rello
a5d1070c4b
Update src/gui/folderman.cpp
Co-authored-by: Camila Ayres <hello@camilasan.com>
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-12-16 11:06:05 +01:00
Rello
bb49203128
improvement of error message
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-12-16 10:41:53 +01:00
Nextcloud bot
389983d035
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-16 02:59:20 +00:00
Nextcloud bot
788572cfb5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-15 03:10:05 +00:00
Nextcloud bot
f3898825c3
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-14 02:55:47 +00:00
Matthieu Gallien
84d31e6514
Merge pull request #7656 from nextcloud/Rello-patch-1
remove NC17 support
2024-12-13 17:04:03 +01:00
Rello
686236c125
Update VERSION.cmake
Remove NC17 support

Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-12-13 09:53:38 +01:00
rakekniven
421d6512f5
Merge pull request #7655 from nextcloud/rakekniven-patch-1
chore(i18n): Corrected spelling and improved grammar
2024-12-13 09:08:15 +01:00
rakekniven
d92b31b661
chore(i18n): Corrected spelling and improved grammar
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2024-12-13 08:15:21 +01:00
Nextcloud bot
4a1ea416bd
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-13 02:56:40 +00:00
Matthieu Gallien
e01d0f88af
Merge pull request #7636 from nextcloud/bugfix/vfs-folder-detection
Fix: correctly detects network drive.
2024-12-12 14:27:35 +01:00
Camila Ayres
d3d7963dc0 All conditions must be true to use virtual files in the selected location.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-12-12 12:15:44 +01:00