Claudio Cambra
|
3597766fb0
|
Add separators to SyncStatus and UnifiedSearchInputContainer to stop the scrollviews looking broken
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
52758a00b8
|
Fix QML coloring issues
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
5087d5142a
|
Fix all broken QML imports
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
7e62368eb2
|
Fix QDateTime string formatting
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
c31e65c111
|
Remove crashing QRandomGenerator seed call
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
a0e90cf56b
|
Remove use of QCoreApplication AA attributes
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
a8e7e340aa
|
Replace use of staticQtMetaObject with staticMetaObject
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
aaea45110f
|
Replace removed progress bar option orientation with state flag
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
7a17a51a25
|
Use QEnterEvent for new enterEvent parameters
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
7e1448bcf2
|
Remove use of qRegisterMetatypeStreamOperators
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
84414ce5dc
|
Replace deleted '+' operator for flags with '|' operator
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
6210490109
|
Replace now invalid '+' operator with '|' operator for QKeySequence
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
1a2db488ab
|
Add missing QActionGroup include
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
7954695783
|
Add missing QStandardPaths include
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
ac1206a0c1
|
Remove conflicting alias to QStringList
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
366f5f0303
|
Fix bad conversion to bool of shared pointer
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
6a497cf21c
|
Fix QTextCodec related build issues
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
4cad9ebdac
|
Fix type of decpoint
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
9932956686
|
Remove qtokenizer in favour of Qt6 QStringTokenizer
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
29b0d2b8ad
|
Remove use of QNetworkConfiguration in Qt6
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
79a150baf4
|
Fix qtkeychain imports with Qt6
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Claudio Cambra
|
fe7c00a7bf
|
Fix macOS-specific CMake things with Qt6
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Matthieu Gallien
|
4566400ee6
|
streamline find_package calls to really find Qt6
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Matthieu Gallien
|
aa76de9b68
|
allow detection of qt5 or qt6
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Matthieu Gallien
|
d3442d137a
|
disable qt apis deprecated before qt 5.12, enable warnings
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Matthieu Gallien
|
1f0279e1c1
|
remove usage of QStringRef due to it being missing in Qt6
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Matthieu Gallien
|
b63c88e492
|
add missing QStringLiteral
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Matthieu Gallien
|
ee245f26c8
|
replace deprecated QWebEngineProfile::setRequestInterceptor
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Matthieu Gallien
|
249e0eb87d
|
port away from QWidget related margines APIs
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Matthieu Gallien
|
20ee506b71
|
port away from deprecated API from QFontMetricsF
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Matthieu Gallien
|
d035c26be5
|
replace qrand/qsrand
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Matthieu Gallien
|
b712108229
|
add missing Qt:: namespace when using Qt::endl
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Matthieu Gallien
|
80b25d36fa
|
port away from QStringList::toSet
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Matthieu Gallien
|
21464063b6
|
port away from QDesktopServices::storageLocation
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
|
2024-04-26 09:05:12 +02:00 |
|
Nextcloud bot
|
aa175036e9
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-04-26 02:44:27 +00:00 |
|
allexzander
|
7e801d6c9a
|
Merge pull request #6691 from nextcloud/bugfix/slow-sync-with-tray-open
Bugfix/slow sync with tray open
|
2024-04-25 10:18:13 +02:00 |
|
Matthieu Gallien
|
59fc619c35
|
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.
|
2024-04-25 10:14:21 +02:00 |
|
alex-z
|
2ea6d3fd38
|
Bugfix. Conflict dialog for multiple files. Fix checkbox border colors for dark mode on Windows.
Signed-off-by: alex-z <blackslayer4@gmail.com>
|
2024-04-25 10:14:11 +02:00 |
|
Nextcloud bot
|
98e1d71f70
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-04-25 02:42:00 +00:00 |
|
alex-z
|
9fac497e6e
|
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>
|
2024-04-24 20:28:24 +02:00 |
|
alex-z
|
fc31ac4a1f
|
Just for test. Disable status update to avoid havin a sync status animation in tray.
Signed-off-by: alex-z <blackslayer4@gmail.com>
|
2024-04-24 20:28:24 +02:00 |
|
Matthieu Gallien
|
caa4d8943c
|
Merge pull request #6660 from nextcloud/bugfix/fileslock_incorrect_readonly
Bugfix. Files lock. Fix incorrect readonly state.
|
2024-04-24 15:17:39 +02:00 |
|
alex-z
|
47a605c654
|
Bugfix. Files lock. Fix incorrect readonly state.
Signed-off-by: alex-z <blackslayer4@gmail.com>
|
2024-04-24 13:28:22 +02:00 |
|
Nextcloud bot
|
e18ab96882
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-04-24 02:41:27 +00:00 |
|
Camila Ayres
|
d415b08101
|
Revert "Bump version to 3.13.0."
This reverts commit 9f968f6821 .
|
2024-04-23 20:37:38 +02:00 |
|
Camila Ayres
|
9f968f6821
|
Bump version to 3.13.0.
Signed-off-by: Camila Ayres <hello@camilasan.com>
|
2024-04-23 20:26:09 +02:00 |
|
Claudio Cambra
|
ef08c5eb4e
|
Only show successful debug archive creation dialog if it has indeed been successful
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-23 19:16:53 +02:00 |
|
Claudio Cambra
|
ef2423da53
|
Prevent crash on creating debug archive in non-writeable location
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-23 19:16:53 +02:00 |
|
Claudio Cambra
|
2323b843f0
|
Give debug archive save location dialog a default location
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-23 19:16:53 +02:00 |
|
Claudio Cambra
|
64b7282bd4
|
Re-run update sync paused state slot when folder list has changed
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
|
2024-04-23 19:15:13 +02:00 |
|