]>
dgit.raspbian.org Git - nextcloud-desktop.git/log
Claudio Cambra [Sun, 28 Apr 2024 09:01:38 +0000 (17:01 +0800)]
Merge pull request #6602 from nextcloud/bugfix/clarifyInvalidFileNamesWarning
invalid item name warning: use file or folder when appropriate
Matthieu Gallien [Tue, 2 Apr 2024 07:50:20 +0000 (09:50 +0200)]
invalid item name warning: use file or folder when appropriate
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Claudio Cambra [Sun, 28 Apr 2024 08:50:41 +0000 (16:50 +0800)]
Merge pull request #6703 from nextcloud/rakekniven-patch-1
chore(i18n): Improve grammar
rakekniven [Thu, 25 Apr 2024 20:06:02 +0000 (22:06 +0200)]
chore(i18n): Improve grammar
Fixes #6408
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Nextcloud bot [Sat, 27 Apr 2024 02:50:59 +0000 (02:50 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Fri, 26 Apr 2024 07:05:38 +0000 (09:05 +0200)]
Merge pull request #4584 from nextcloud/feature/qt6
Migrate to Qt 6
Matthieu Gallien [Wed, 24 Apr 2024 10:44:25 +0000 (12:44 +0200)]
windows needs an explicit QML import path to be set
on windows qml modules are not default loaded from the install folder of the app
set it such that qml modules are imported from teh installed qml folder
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 24 Apr 2024 10:07:27 +0000 (12:07 +0200)]
AppImage build tool for Qt needs to know our qml files
gives the path to qml files such that needed Qt qml modules are deployed
correctly inside the AppImage package
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 24 Apr 2024 10:02:18 +0000 (12:02 +0200)]
fix build issue after rebase
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 23 Apr 2024 10:27:53 +0000 (12:27 +0200)]
use the correct Qt6 build in newer CI images
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 22 Apr 2024 10:50:10 +0000 (12:50 +0200)]
fix compilation of AppImage packages
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 18 Apr 2024 09:09:44 +0000 (11:09 +0200)]
make it easy to find out that this branch is Qt6 based
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 17 Apr 2024 17:15:16 +0000 (19:15 +0200)]
fix compilation after rebase
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 10 Apr 2024 14:51:18 +0000 (16:51 +0200)]
fix compilation issues on windows
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 10 Apr 2024 14:32:01 +0000 (16:32 +0200)]
fully qualify types for use with Qt metaobject system
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 10 Apr 2024 14:31:30 +0000 (16:31 +0200)]
add NextcloudSslCertificate to wrap QSslCertificate in QHash
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 10 Apr 2024 13:58:46 +0000 (15:58 +0200)]
do some header includes clean-up as recommended by compiler
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 10 Apr 2024 13:15:05 +0000 (15:15 +0200)]
add needed namespace for declarations read by Qt metaobject system
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 10 Apr 2024 12:45:32 +0000 (14:45 +0200)]
header changes needed for clang/vs2022 compilers
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 10 Apr 2024 10:53:36 +0000 (12:53 +0200)]
NetrcParser tests are known to be broken
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 10 Apr 2024 06:58:03 +0000 (08:58 +0200)]
use new qt 6.6.3 ci images
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 8 Apr 2024 09:56:59 +0000 (11:56 +0200)]
fix some of the qml issues
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 5 Apr 2024 10:12:56 +0000 (12:12 +0200)]
fix compilation issues after rebase
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
tobiasKaminsky [Tue, 19 Sep 2023 13:06:20 +0000 (15:06 +0200)]
Signed drone.yml
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Matthieu Gallien [Tue, 19 Sep 2023 09:18:58 +0000 (11:18 +0200)]
fix order of init in a constructor to avoid warnings
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 19 Sep 2023 08:59:55 +0000 (10:59 +0200)]
avoid warning by ignoring the return value of QtConcurrent::run
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 19 Sep 2023 08:59:27 +0000 (10:59 +0200)]
when loading translation catalog, do not ignore the return value
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 18 Sep 2023 22:37:00 +0000 (00:37 +0200)]
adapt ci checks to Qt6
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 18 Sep 2023 22:28:54 +0000 (00:28 +0200)]
build image for Qt6
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 18 Sep 2023 22:28:32 +0000 (00:28 +0200)]
build appimage
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 18 Sep 2023 22:00:17 +0000 (00:00 +0200)]
use the new CI images with Qt6
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 18 Sep 2023 20:18:04 +0000 (22:18 +0200)]
let appimage build script work with Qt6 based version
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 18 Sep 2023 20:16:07 +0000 (22:16 +0200)]
only try to include qt6-keychain header and not the qt5 version
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Sun, 17 Sep 2023 18:29:26 +0000 (20:29 +0200)]
fix computation of timeout for jobs to have proper bounds (min < max)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Sun, 17 Sep 2023 18:28:50 +0000 (20:28 +0200)]
e proper data type in data for activity model automated test data
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Sun, 17 Sep 2023 18:23:58 +0000 (20:23 +0200)]
properly use QStringView to avoid copies
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Sun, 17 Sep 2023 16:46:54 +0000 (18:46 +0200)]
fix automated tests missing toString() convert from QVariant
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Sun, 17 Sep 2023 09:09:02 +0000 (11:09 +0200)]
fix failing automated test that erases invalid iterator
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Sun, 17 Sep 2023 08:45:33 +0000 (10:45 +0200)]
fix automated tests with network requests
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 27 Jul 2023 08:49:04 +0000 (10:49 +0200)]
last step
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Claudio Cambra [Tue, 13 Dec 2022 12:12:31 +0000 (13:12 +0100)]
Remove commented out broken quick compiler check in Qt6
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 30 Nov 2022 12:41:23 +0000 (13:41 +0100)]
Fix user status selector
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Mon, 28 Nov 2022 10:57:32 +0000 (11:57 +0100)]
Fix test compilation
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 24 Nov 2022 16:23:40 +0000 (17:23 +0100)]
Add separators to SyncStatus and UnifiedSearchInputContainer to stop the scrollviews looking broken
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 19:08:52 +0000 (20:08 +0100)]
Fix QML coloring issues
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 17:58:14 +0000 (18:58 +0100)]
Fix all broken QML imports
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 17:29:49 +0000 (18:29 +0100)]
Fix QDateTime string formatting
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 17:28:43 +0000 (18:28 +0100)]
Remove crashing QRandomGenerator seed call
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 17:05:19 +0000 (18:05 +0100)]
Remove use of QCoreApplication AA attributes
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 16:56:30 +0000 (17:56 +0100)]
Replace use of staticQtMetaObject with staticMetaObject
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 16:52:47 +0000 (17:52 +0100)]
Replace removed progress bar option orientation with state flag
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 16:49:34 +0000 (17:49 +0100)]
Use QEnterEvent for new enterEvent parameters
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 16:47:24 +0000 (17:47 +0100)]
Remove use of qRegisterMetatypeStreamOperators
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 16:54:42 +0000 (17:54 +0100)]
Replace deleted '+' operator for flags with '|' operator
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 16:44:27 +0000 (17:44 +0100)]
Replace now invalid '+' operator with '|' operator for QKeySequence
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 16:43:15 +0000 (17:43 +0100)]
Add missing QActionGroup include
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 16:42:03 +0000 (17:42 +0100)]
Add missing QStandardPaths include
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 16:41:52 +0000 (17:41 +0100)]
Remove conflicting alias to QStringList
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 16:10:00 +0000 (17:10 +0100)]
Fix bad conversion to bool of shared pointer
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 15:51:45 +0000 (16:51 +0100)]
Fix QTextCodec related build issues
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 23 Nov 2022 12:31:02 +0000 (13:31 +0100)]
Fix type of decpoint
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 22 Nov 2022 13:02:50 +0000 (14:02 +0100)]
Remove qtokenizer in favour of Qt6 QStringTokenizer
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Mon, 21 Nov 2022 16:54:54 +0000 (17:54 +0100)]
Remove use of QNetworkConfiguration in Qt6
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Mon, 21 Nov 2022 16:05:13 +0000 (17:05 +0100)]
Fix qtkeychain imports with Qt6
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Mon, 21 Nov 2022 16:03:07 +0000 (17:03 +0100)]
Fix macOS-specific CMake things with Qt6
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Sun, 2 Oct 2022 14:26:00 +0000 (16:26 +0200)]
streamline find_package calls to really find Qt6
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 20 May 2022 17:03:40 +0000 (19:03 +0200)]
allow detection of qt5 or qt6
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 20 May 2022 17:22:46 +0000 (19:22 +0200)]
disable qt apis deprecated before qt 5.12, enable warnings
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 23 May 2022 13:23:42 +0000 (15:23 +0200)]
remove usage of QStringRef due to it being missing in Qt6
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 23 May 2022 13:24:34 +0000 (15:24 +0200)]
add missing QStringLiteral
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Sun, 22 May 2022 20:29:36 +0000 (22:29 +0200)]
replace deprecated QWebEngineProfile::setRequestInterceptor
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Sun, 22 May 2022 20:29:03 +0000 (22:29 +0200)]
port away from QWidget related margines APIs
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Sun, 22 May 2022 20:26:34 +0000 (22:26 +0200)]
port away from deprecated API from QFontMetricsF
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Sun, 22 May 2022 20:24:55 +0000 (22:24 +0200)]
replace qrand/qsrand
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 20 May 2022 17:54:41 +0000 (19:54 +0200)]
add missing Qt:: namespace when using Qt::endl
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 20 May 2022 17:54:21 +0000 (19:54 +0200)]
port away from QStringList::toSet
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 20 May 2022 17:53:40 +0000 (19:53 +0200)]
port away from QDesktopServices::storageLocation
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Fri, 26 Apr 2024 02:44:27 +0000 (02:44 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Thu, 25 Apr 2024 08:18:13 +0000 (10:18 +0200)]
Merge pull request #6691 from nextcloud/bugfix/slow-sync-with-tray-open
Bugfix/slow sync with tray open
Matthieu Gallien [Thu, 25 Apr 2024 08:14:21 +0000 (10:14 +0200)]
Merge pull request #6696 from nextcloud/bugfix/conflictdialog-multiple-darkmode
Bugfix. Conflict dialog for multiple files. Fix checkbox border colors for dark mode on Windows.
alex-z [Wed, 24 Apr 2024 22:43:01 +0000 (00:43 +0200)]
Bugfix. Conflict dialog for multiple files. Fix checkbox border colors for dark mode on Windows.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Thu, 25 Apr 2024 02:42:00 +0000 (02:42 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
alex-z [Thu, 18 Apr 2024 13:42:09 +0000 (15:42 +0200)]
Hotfix. Slow download speed while tray is open. Do not run rotation animation in syncstatus in tray.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Thu, 18 Apr 2024 13:16:51 +0000 (15:16 +0200)]
Just for test. Disable status update to avoid havin a sync status animation in tray.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Matthieu Gallien [Wed, 24 Apr 2024 13:17:39 +0000 (15:17 +0200)]
Merge pull request #6660 from nextcloud/bugfix/fileslock_incorrect_readonly
Bugfix. Files lock. Fix incorrect readonly state.
alex-z [Mon, 22 Apr 2024 20:34:09 +0000 (22:34 +0200)]
Bugfix. Files lock. Fix incorrect readonly state.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Wed, 24 Apr 2024 02:41:27 +0000 (02:41 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Camila Ayres [Tue, 23 Apr 2024 18:37:38 +0000 (20:37 +0200)]
Revert "Bump version to 3.13.0."
This reverts commit
9f968f6821640e0198b4bf1f32dfe01fc442df3f.
Camila Ayres [Tue, 23 Apr 2024 18:26:09 +0000 (20:26 +0200)]
Bump version to 3.13.0.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Claudio Cambra [Mon, 1 Apr 2024 10:00:27 +0000 (18:00 +0800)]
Only show successful debug archive creation dialog if it has indeed been successful
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Mon, 1 Apr 2024 09:59:25 +0000 (17:59 +0800)]
Prevent crash on creating debug archive in non-writeable location
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Mon, 1 Apr 2024 09:54:25 +0000 (17:54 +0800)]
Give debug archive save location dialog a default location
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 27 Mar 2024 11:25:37 +0000 (19:25 +0800)]
Re-run update sync paused state slot when folder list has changed
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 27 Mar 2024 11:25:11 +0000 (19:25 +0800)]
Make sure to emit syncIsPausedChanged in syncIsPaused setter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 27 Mar 2024 11:24:54 +0000 (19:24 +0800)]
Make sure to emit relevant signals and set sync is paused to true if relevant
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 27 Mar 2024 10:09:33 +0000 (18:09 +0800)]
Extract syncIsPaused initialisation into new updater slot
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 23 Apr 2024 15:48:53 +0000 (23:48 +0800)]
Always correctly set values for all fields in File Provider sharing UI
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 23 Apr 2024 14:58:55 +0000 (22:58 +0800)]
Fetch macOS VFS package in autoupdater if the client is using the file provider module
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 23 Apr 2024 13:59:45 +0000 (21:59 +0800)]
Prevent use of invalid characters for file provider domain names
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 27 Mar 2024 11:47:04 +0000 (19:47 +0800)]
Fix "false" error about bad applying of nodiscard to value type
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>