1
0

34 Commits

Author SHA256 Message Date
7c99c89b08 Accepting request 1287023 from network
OBS-URL: https://build.opensuse.org/request/show/1287023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=85
2025-06-20 14:50:15 +00:00
99c1281337 * Update to version 3.16.6.
* Do not force GCC 9 for Leap 16.

OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=179
2025-06-19 21:08:59 +00:00
b5677cd5fb Accepting request 1282434 from network
Update to version 3.16.5

OBS-URL: https://build.opensuse.org/request/show/1282434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=84
2025-06-04 18:28:04 +00:00
654219f316 OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=177 2025-06-03 16:52:27 +00:00
aec3eddb79 - Update to version 3.16.5:
* revert: remove duplicated code when copying legacy config 
     to new path. (gh#nextcloud/desktop#8233)
   * fix(migration): migrate general network settings. 
     (gh#nextcloud/desktop#8308)
   * fix(delete): fix move to trash in read-only folders 
     (gh#nextcloud/desktop#8312)
   * fix(AppImage): bundle client translations 
     (gh#nextcloud/desktop#8313) 
   * fix(appimage): move VFS plugins to AppDir 
     (gh#nextcloud/desktop#8317)
   * feat(mac-crafter): retry code-signing attempts 
     (gh#nextcloud/desktop#8316)
   * fix(rename): avoid failing hard when rename is rejected 
     by server (gh#nextcloud/desktop#8323)
   * fix(readonly): enable MOVE rollback when folder is 
     read-only (gh#nextcloud/desktop#8324)
   * fix(readonly): apply ACL also to files inside read-only 
     folders (gh#nextcloud/desktop#8325)
   * fix(permissions): handle properly CanRead permission from 
     server (gh#nextcloud/desktop#8327)
   * fix(filesystem): only change folder permissions if required 
     (gh#nextcloud/desktop#8328)
   * fix(lockfilejobs): ensure using correct file path 
    (gh#nextcloud/desktop#8332)

OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=176
2025-06-03 16:51:49 +00:00
22ad1044c4 Accepting request 1273200 from network
Update to version 3.16.4.

OBS-URL: https://build.opensuse.org/request/show/1273200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=83
2025-04-29 14:41:13 +00:00
cb4a22b7f2 OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=174 2025-04-28 16:16:02 +00:00
8da401cfab - Update to version 3.16.4:
* pin Craft revision to a specific commit 
     (gh#nextcloud/desktop#8194)
   * Bugfix/filesystem remove file not working 
     (gh#nextcloud/desktop#8197)
   * Bugfix/read only windows folders (gh#nextcloud/desktop#8196)
   * revert to QFile::remove to remove single files 
     (gh#nextcloud/desktop#8198)
   * Bugfix/do not crash when propagating changes with move or 
     rename (gh#nextcloud/desktop#8199)
   * fix(assert): remove runtime assert that could crash production 
     builds (gh#nextcloud/desktop#8211)
   * fix(gui): resize sharee search results list dependent on 
     required space (gh#nextcloud/desktop#8214)
   * fix(filesystem): ensure we set a file read-only or read-write 
     on Windows (gh#nextcloud/desktop#8215)

OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=173
2025-04-28 16:15:14 +00:00
c0721b9222 Accepting request 1270081 from network
OBS-URL: https://build.opensuse.org/request/show/1270081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=82
2025-04-17 14:08:11 +00:00
2b9e24fb1d - Update to version 3.16.3:
* Bugfix/input pin title too wide (gh#nextcloud/desktop#8055)
   * use standard way to find the checkum type and really send it
     to server (gh#nextcloud/desktop#8057)
   * fix Windows build (gh#nextcloud/desktop#8068)
   * use our own craft cache on windows (gh#nextcloud/desktop#8069)
   * gui/macOS: Do not assume accountState will always be valid in
     socket controller (gh#nextcloud/desktop#8074)
   * gui/macOS: Fix broken file provider domain progress reporting
     in settings window (gh#nextcloud/desktop#8079)
   * gui/tray: change the status icon background colour again
     (gh#nextcloud/desktop#8082)
   * set `CFBundleDevelopmentRegion` to `"en"` and set
     `CFBundleAllowMixedLocalizations` (gh#nextcloud/desktop#8085)
   * gui/macOS: Fix memory issues in Objective-C++ code for
     FileProvider support (gh#nextcloud/desktop#8089)
   * fix(mac): bump deployment target to 12.0
     (gh#nextcloud/desktop#8115)
   * fix(gui): remove ignored file notifications from Activity
     list (gh#nextcloud/desktop#8116)
   * fix(mac-crafter): Work around broken consecutive shell
     integration builds (gh#nextcloud/desktop#8117)
   * Bugfix/delete errors (gh#nextcloud/desktop#8124)
   * remove costly availability check that is never used
     (gh#nextcloud/desktop#8123)
   * fix crash within FolderStatusModelTest
     (gh#nextcloud/desktop#8125)
   * fix: move array to correct value in dict
     (gh#nextcloud/desktop#8126)
   * remove bogus check that tried to check for existing case
     clash conflict (gh#nextcloud/desktop#8129)
   * stop using QFile api to delete a single local file
     (gh#nextcloud/desktop#8130)
   * fix: try to correct mtime on upsyncs
     (gh#nextcloud/desktop#8131)
   * Bugfix/use newer bulk upload checksum header
     (gh#nextcloud/desktop#8137)
   * Bugfix/slow bulk upload (gh#nextcloud/desktop#8139)
   * disable use of bulk upload for small files
     (gh#nextcloud/desktop#8141)
   * simplify deletions of invalid read-only items: do not
     interrupt sync (gh#nextcloud/desktop#8153)
   * fix(PinState): don't trigger sync when file's PinState
     changed to Unspecified. (gh#nextcloud/desktop#8157)
   * skip single test or whole test file for macOS: they are
     broken (gh#nextcloud/desktop#8163)
   * Exclude NavigationPaneHelper from non-Windows compile
     (gh#nextcloud/desktop#8158)
   * Use AccountPtr in Account signals instead of raw pointer
     (gh#nextcloud/desktop#8159)
   * fix(theme): correct dark/light mode check on Win10
     (gh#nextcloud/desktop#8162)
   * fix(msi): allow custom installation directory
     (gh#nextcloud/desktop#8166)
   * fix(migration): import proxy and general settings from legacy
     config. (gh#nextcloud/desktop#8169)
   * use specific revision for KDE blueprints that matches the
     craft cache (gh#nextcloud/desktop#8172)

OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=171
2025-04-16 16:36:48 +00:00
d2db219568 Accepting request 1254505 from network
OBS-URL: https://build.opensuse.org/request/show/1254505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=81
2025-03-19 21:34:33 +00:00
2606f0dc60 Accepting request 1254500 from home:stacheldrahtje:branches:network
- Update to version 3.16.2:
   * make version.cmake more readable (gh#nextcloud/desktop#7986)
   * remove gcc and clang build checks (gh#nextcloud/desktop#8025)
   * Bugfix/input pin title too wide (gh#nextcloud/desktop#8042)
   * explicitly set colours for header items 
     (gh#nextcloud/desktop#8049)
   * Bugfix/highlight too bright appimage 
     (gh#nextcloud/desktop#8051)

OBS-URL: https://build.opensuse.org/request/show/1254500
OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=169
2025-03-19 18:45:11 +00:00
5dccbae4be Accepting request 1253112 from network
OBS-URL: https://build.opensuse.org/request/show/1253112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=80
2025-03-14 22:52:51 +00:00
a210f9a40b Accepting request 1253106 from home:stacheldrahtje:branches:network
- Update to version 3.16.1:
   * remove unused capture of this in one lambda 
     (gh#nextcloud/desktop#7985)
   * fix setups that use basic auth (gh#nextcloud/desktop#7993)
   * use our own Craft cache for macOS builds 
     (gh#nextcloud/desktop#8003)
   * Bugfix/do not warn about invalid files in not synced folders 
     (gh#nextcloud/desktop#8001)
   * Fix version detection by the Ubuntu/Debian build script 
     (gh#nextcloud/desktop#8008)
   * gui/wizard: Integrate macOS VFS (File Provider) configuration 
     into account wizard (gh#nextcloud/desktop#8006)
   * gui/tray: Hide resume all menu item when no local sync folders 
     are configured (gh#nextcloud/desktop#8011)
   * display reshares in sharing dialog (gh#nextcloud/desktop#8013)
   * Add option to disable virtual files syncing on Windows. 
     (gh#nextcloud/desktop#8002)
   * Fix build when BUILD_WEBENGINE=OFF (gh#nextcloud/desktop#8015)
   * ensure user receiving an encrypted share maintain 
     proper state (gh#nextcloud/desktop#8017)

OBS-URL: https://build.opensuse.org/request/show/1253106
OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=167
2025-03-14 14:55:41 +00:00
174980a15b Accepting request 1252092 from network
OBS-URL: https://build.opensuse.org/request/show/1252092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=79
2025-03-11 19:46:53 +00:00
823a3da9bf Accepting request 1251862 from home:RN:branches:network
- Added build requirement `libp11`
- Update to version 3.16.0:
  * fix spelling os UserStatus qml type when setting user status (gh#nextcloud/desktop#7558)
  * gui/tray: Dark mode switch (gh#nextcloud/desktop#7561)
  * no transparent background for main ApplicationWindow (gh#nextcloud/desktop#7564)
  * fix regressions in automated tests for bulk upload (gh#nextcloud/desktop#7580)
  * when updating a virtual file after lock/unlock: avoid setting modtime (gh#nextcloud/desktop#7572)
  * enable reversed locale layout (RTL) in QML (gh#nextcloud/desktop#4240)
  * Fix text strings (gh#nextcloud/desktop#3792)
  * l10n: Change to a capital letter (gh#nextcloud/desktop#4953)
  * mac-crafter: Fix codesigning of app bundle when auto-updater is excluded (gh#nextcloud/desktop#7605)
  * when locking a file set If-Match header to ensure etag is correct (gh#nextcloud/desktop#7595)
  * gui/tray: Fix tray window corners (gh#nextcloud/desktop#7566)
  * gui/tray: Fix activity icon colours (gh#nextcloud/desktop#7567)
  * Bugfix/handle windows directory junction (gh#nextcloud/desktop#7609)
  * gui: Remove content margins account settings subsections (gh#nextcloud/desktop#7568)
  * Disable legacy import dialog (gh#nextcloud/desktop#7623)
  * chore(i18n): Aligned error messages (gh#nextcloud/desktop#7612)
  * gui/tray: Ensure colour of featured app icon is consistent with other header buttons (gh#nextcloud/desktop#7604)
  * doc: Rename first header on macos vfs doc entry, fixing title in index (gh#nextcloud/desktop#7576)
  * mac-crafter: Close isExecutable command outpipe file handle after use (gh#nextcloud/desktop#7585)
  * Bug fix import of unbranded account (gh#nextcloud/desktop#7635)
  * improve definition of MIRALL_VERSION_SUFFIX and MIRALL_VERSION_BUILD (gh#nextcloud/desktop#7625)
  * dehydrate placeholder files using CfDehydratePlaceholder (gh#nextcloud/desktop#7602)
  * use modern non deprecated hash algorithm and parameters (gh#nextcloud/desktop#7642)
  * optionally install PDB files when building them (gh#nextcloud/desktop#7626)
  * Include folders when displaying the local metadata about a conflict. (gh#nextcloud/desktop#7639)
  * Fix: correctly detects network drive. (gh#nextcloud/desktop#7636)
  * chore(i18n): Corrected spelling and improved grammar (gh#nextcloud/desktop#7655)
  * remove NC17 support (gh#nextcloud/desktop#7656)
  * improvement of error message (gh#nextcloud/desktop#7667)
  * Fix a bug preventing sync root in folder on drive roots (gh#nextcloud/desktop#7662)
  * Bugfix/lnk folder virtual files (gh#nextcloud/desktop#7670)
  * Add authors file (gh#nextcloud/desktop#7680)
  * Bump cpp-linter/cpp-linter-action from 2.13.3 to 2.13.4 (gh#nextcloud/desktop#7675)
  * all: Fix deprecation warnings when building with Qt 6.8.0 (gh#nextcloud/desktop#7584)
  * Bugfix/catch exceptions to prevent crash (gh#nextcloud/desktop#7684)
  * Bugfix/elidedtext (gh#nextcloud/desktop#7679)
  * Remove assert for when the timestamp is not empty. (gh#nextcloud/desktop#7641)
  * url update in readme (gh#nextcloud/desktop#7704)
  * Call setDesktopFileName without .desktop suffix (gh#nextcloud/desktop#7699)
  * add a simple github action workflow to build test the documentation (gh#nextcloud/desktop#7708)
  * Fix filename of fix-macosvfs-file-sharing.png (gh#nextcloud/desktop#7691)
  * Fix .netrc parsing (gh#nextcloud/desktop#7698)
  * Bugfix/do not always free up storage windows shortcuts (gh#nextcloud/desktop#7713)
  * fix dev application name to keep a consitant migration behaviour for the dev and prod build (gh#nextcloud/desktop#7683)
  * ensure proper read write access to root folder and db files (gh#nextcloud/desktop#7724)
  * Make extraction of ETag header independent of capitalisation (gh#nextcloud/desktop#7720)
  * gui/tray: Fix colour for secondary text items being too pale (gh#nextcloud/desktop#7725)
  * Fix "open local or group folders" menu not showing (gh#nextcloud/desktop#7730)
  * improve feedback from documentation generation workflow (gh#nextcloud/desktop#7743)
  * gui/tray: Remove BasicComboBox QML component, prefer native component (gh#nextcloud/desktop#7583)
  * Update macosvfs.rst (gh#nextcloud/desktop#7742)
  * chore(i18n): Improved grammar (gh#nextcloud/desktop#7749)
  * update runwizard introduction screen (gh#nextcloud/desktop#7737)
  * updater: Upgrade to Sparkle 2 (gh#nextcloud/desktop#7750)
  * gui/tray: Fix sync state icon showing paused state when using macOS VFS with no standard sync folders (gh#nextcloud/desktop#7741)
  * fix window resize on DPI changes (gh#nextcloud/desktop#7735)
  * github: Implement issue types in issue templates (gh#nextcloud/desktop#7766)
  * Use normal MenuSeparator instead of custom code (gh#nextcloud/desktop#7770)
  * update legal notice copyright years for Nextcloud (gh#nextcloud/desktop#7773)
  * add some missing doc images in a valid path (gh#nextcloud/desktop#7774)
  * Avoid converting string to color (gh#nextcloud/desktop#7769)
  * Bugfix/read only classical sync lnk shortcuts windows (gh#nextcloud/desktop#7779)
  * fix the if check for invalid virtual LNK files (gh#nextcloud/desktop#7781)
  * Make Brander QT selection dynamic (gh#nextcloud/desktop#7754)
  * sync: Respect maximum chunk size provided in server capabilities (gh#nextcloud/desktop#7772)
  * switch client side encryption to use sha256 hash algorithm (gh#nextcloud/desktop#7780)
  * Log path strings directly instead of accumulating (gh#nextcloud/desktop#7718)
  * modify AppImage build script to work with an EL8 base (gh#nextcloud/desktop#7782)
  * notifications: Do not assume root activity link is the correct "join call" link (gh#nextcloud/desktop#7786)
  * fix "Resolve conflicts" dialog not showing up (gh#nextcloud/desktop#7789)
  * persist credentials retrieved through the wizard (gh#nextcloud/desktop#7768)
  * use new in Qt6.8 windows fluent style (gh#nextcloud/desktop#7416)
  * fix wrong if condition (gh#nextcloud/desktop#7799)
  * Add Ubuntu Plucky (gh#nextcloud/desktop#7801)
  * Link to new documentation (gh#nextcloud/desktop#7810)
  * Update doc link in issue template (gh#nextcloud/desktop#7811)
  * fix colours in dark mode (gh#nextcloud/desktop#7755)
  * refactor: replace QString() with QStringLiteral() for better
    performance in (gh#nextcloud/desktop#7422)
  * use correct qml style on Windows (gh#nextcloud/desktop#7812)
  * craft: Upgrade to binary cache 25.01 (gh#nextcloud/desktop#7825)
  * only use debug log level for discovery traces to decrease cost (gh#nextcloud/desktop#7819)
  * shell_integration/macOS: Upgrade to NextcloudFileProviderKit 2.0 (gh#nextcloud/desktop#7824)
  * Adds some extra info when throwing exception with setting folder permissions. (gh#nextcloud/desktop#7809)
  * Feature/e2ee use hardware token secure storage (gh#nextcloud/desktop#5877)
  * Fetch "shared with me" information separately (gh#nextcloud/desktop#7744)
  * gui/tray: Fix defaulting to "problem" state in sync tray icon when using macOS VFS (gh#nextcloud/desktop#7827)
  * set the parent folder read/write always when downloading a new file (gh#nextcloud/desktop#7808)
  * fix deletion of .lnk files on Windows with paths containing special characters (gh#nextcloud/desktop#7828)
  * shell_integration/macOS: Add ability to share macOS VFS files via internal link shares (gh#nextcloud/desktop#7787)
  * gui/macOS: Improve/fix illegal File Provider domain handling for macOS VFS (gh#nextcloud/desktop#7835)
  * shell_integration/macOS: Do not try to lock macOS VFS file if locking is unavailable on the server (gh#nextcloud/desktop#7833)
  * fix: Nautilus integration conflicts with ownCloud (gh#nextcloud/desktop#6418)
  * Add button to scroll to top when activity list is long. (gh#nextcloud/desktop#7823)
  * UI: Improves texts displayed to the user when picking the wrong location for syncing (gh#nextcloud/desktop#7596)
  * skip attempt to install updates at launch when update checks are disabled (gh#nextcloud/desktop#7838)
  * gui/tray: Prevent talk reply text field being too wide and breaking layout (gh#nextcloud/desktop#7839)
  * Bugfix. E2EE. Always migrate from 1.2 to 2.0, even with nested folders. (gh#nextcloud/desktop#6695)
  * Bugfix migration from legacy clients. (gh#nextcloud/desktop#7807)
  * Fix Height for Resolve Conflicts Dialog (gh#nextcloud/desktop#7815)
  * add test skeleton for OCC::FolderStatusModel (gh#nextcloud/desktop#7842)
  * Attempt to detect if client is running in a Vmware to disable graphic acceleration (gh#nextcloud/desktop#7687)
  * [stable-3.16] fix rounded corners in the call notification (gh#nextcloud/desktop#7851)
  * [stable-3.16] Fix looks of share note text field (gh#nextcloud/desktop#7858)
  * [stable-3.16] chore(i18n): Remove blank (gh#nextcloud/desktop#7866)
  * [stable-3.16] vfs: fix root folder detection regression (gh#nextcloud/desktop#7878)
  * [stable-3.16] Hide update channels options when needed. (gh#nextcloud/desktop#7879)
  * [stable-3.16] Small improvements in Folder. (gh#nextcloud/desktop#7882)
  * [stable-3.16] Feature/automate windows file name compatibility (gh#nextcloud/desktop#7884)
  * [stable-3.16] provide consistent version info including human readable version (gh#nextcloud/desktop#7885)
  * [stable-3.16] Change three dots to an ellipsis (gh#nextcloud/desktop#7888)
  * [stable-3.16] Check if folder exists before deleting sync db and VFS sync root conection. (gh#nextcloud/desktop#7892)
  * [stable-3.16] prevent infinite sync loop: delay retry after many errors (gh#nextcloud/desktop#7893)
  * [stable-3.16] improve ToS handling (gh#nextcloud/desktop#7895)
  * [stable-3.16] fixed html formatting on encrypted warning message (gh#nextcloud/desktop#7896)
  * [stable-3.16] FolderStatusModel: only create a single QFileIconProvider object (gh#nextcloud/desktop#7900)
  * [stable-3.16] UserStatusSelector: set focusPolicy on accept button (gh#nextcloud/desktop#7907)
  * [stable-3.16] Bugfix/delete read only remnants (gh#nextcloud/desktop#7909)
  * [stable-3.16] Added plural forms handling correction to notification message (gh#nextcloud/desktop#7912)
  * [stable-3.16] Added space between sentences (gh#nextcloud/desktop#7913)
  * [stable-3.16] Removed deprecated Qt macros/functions (gh#nextcloud/desktop#7915)
  * [stable-3.16] chore(i18n): Use correct plural syntax (gh#nextcloud/desktop#7917)
  * [stable-3.16] Improve UI of settings (gh#nextcloud/desktop#7921)
  * [stable-3.16] do not display encrypt action for external folders (gh#nextcloud/desktop#7922)
  * [stable-3.16] craft: Use Qt 6.8.2 (gh#nextcloud/desktop#7923)
  * [stable-3.16] Added customize option for sync interval (gh#nextcloud/desktop#7929)
  * [stable-3.16] Increased default limit of free space and critical free space (gh#nextcloud/desktop#7936)
  * [stable-3.16] Added hiding remotePollInterval selector in settings if notify push available (gh#nextcloud/desktop#7944)
  * [stable-3.16] gui/tray: Do not generate JPEG images in async image response for macOS (gh#nextcloud/desktop#7947)
  * [stable-3.16] gui/tray: Remove unused thumbnailjob class (gh#nextcloud/desktop#7948)
  * [stable-3.16] when deleting a remote locked file, provide needed lock headers (gh#nextcloud/desktop#7952)
  * [stable-3.16] gui/macOS: Remove "advanced settings" section for macOS VFS settings (gh#nextcloud/desktop#7953)
  * [stable-3.16] update AppImage builds to Qt 6.8.2 (gh#nextcloud/desktop#7954)
  * [stable-3.16] gui/tray: Fix some tray view papercuts (gh#nextcloud/desktop#7955)
  * [stable-3.16] gui: do not allow MainWindow to be resized (gh#nextcloud/desktop#7957)
  * [stable-3.16] Revert "gui: do not allow MainWindow to be resized" (gh#nextcloud/desktop#7963)
  * [stable-3.16] Remove aditional text when error occurs. (gh#nextcloud/desktop#7968)
  * [stable-3.16] gui/macOS: Fix emitted signal in file provider sync status GUI component (gh#nextcloud/desktop#7972)
  * [stable-3.16] make use of the new x-nc-skip-trashbin header (gh#nextcloud/desktop#7975)
  * [stable-3.16] always set a user if we got asked for one (gh#nextcloud/desktop#7976)

OBS-URL: https://build.opensuse.org/request/show/1251862
OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=165
2025-03-11 14:43:08 +00:00
534db2e588 Accepting request 1235701 from network
OBS-URL: https://build.opensuse.org/request/show/1235701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=78
2025-01-09 14:06:51 +00:00
3bc512247c - Update to version 3.15.3:
* Bugfix/catch exceptions to prevent crash (gh#nextcloud/desktop#7705)
  * Bugfix/elidedtext (gh#nextcloud/desktop#7706)
  * Call setDesktopFileName without `.desktop` suffix (gh#nextcloud/desktop#7707)
  * add a simple github action workflow to build test the documentation (gh#nextcloud/desktop#7709)
  * Fix filename of fix-macosvfs-file-sharing.png (gh#nextcloud/desktop#7712)
  * Fix .netrc parsing (gh#nextcloud/desktop#7714)
  * Bugfix/do not always free up storage windows shortcuts (gh#nextcloud/desktop#7715)
  * fix dev application name to keep a consitant migration behaviour for the dev and prod build 
    (gh#nextcloud/desktop#7722)
  * ensure proper read write access to root folder and db files (gh#nextcloud/desktop#7726)
  * gui/tray: Fix colour for secondary text items being too pale (gh#nextcloud/desktop#7727)

OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=163
2025-01-07 18:33:52 +00:00
d7a418336e Accepting request 1231629 from network
OBS-URL: https://build.opensuse.org/request/show/1231629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=77
2024-12-17 18:24:11 +00:00
712a8e4043 Accepting request 1231627 from home:stacheldrahtje:branches:network
- Update to version 3.15.2:
  * chore(i18n): Corrected spelling and improved grammar 
    (gh#nextcloud/desktop#7666)
  * improvement of error message (gh#nextcloud/desktop#7671)
  * Fix a bug preventing sync root in folder on drive roots 
    (gh#nextcloud/desktop#7672)
  * Bugfix/lnk folder virtual files (gh#nextcloud/desktop#7673)

OBS-URL: https://build.opensuse.org/request/show/1231627
OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=161
2024-12-17 07:03:11 +00:00
f4ffcb9bbe Accepting request 1231310 from network
OBS-URL: https://build.opensuse.org/request/show/1231310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=76
2024-12-16 18:17:16 +00:00
0c6c9c494a Accepting request 1230807 from home:RN:branches:network
- Update to version 3.15.1:
  * fix regressions in automated tests for bulk upload  (gh#nextcloud/desktop#7588)
  * when updating a virtual file after lock/unlock: avoid setting  modtime (gh#nextcloud/desktop#7587)
  * mac-crafter: Fix codesigning of app bundle when auto-updater is excluded (gh#nextcloud/desktop#7617)
  * Fix text strings (gh#nextcloud/desktop#7598)
  * gui/tray: Fix tray window corners (gh#nextcloud/desktop#7618)
  * gui/tray: Fix activity icon colours (gh#nextcloud/desktop#7619)
  * when locking a file set If-Match header to ensure etag is correct (gh#nextcloud/desktop#7620)
  * Bugfix/handle windows directory junction (gh#nextcloud/desktop#7621)
  * gui: Remove content margins account settings subsections (gh#nextcloud/desktop#7624)
  * Disable legacy import dialog (gh#nextcloud/desktop#7627)
  * chore(i18n): Aligned error messages (gh#nextcloud/desktop#7628)
  * gui/tray: Ensure colour of featured app icon is consistent with other header buttons (gh#nextcloud/desktop#7629)
  * doc: Rename first header on macos vfs doc entry, fixing title in index (gh#nextcloud/desktop#7630)
  * mac-crafter: Close isExecutable command outpipe file handle after use (gh#nextcloud/desktop#7631)
  * Bug fix import of unbranded account (gh#nextcloud/desktop#7637)
  * improve definition of MIRALL_VERSION_SUFFIX and MIRALL_VERSION_BUILD (gh#nextcloud/desktop#7638)
  * Backport/7642/stable 3.15 (gh#nextcloud/desktop#7643)
  * optionally install PDB files when building them (gh#nextcloud/desktop#7645)
  * Include folders when displaying the local metadata about a conflict. (gh#nextcloud/desktop#7646)
  * Fix: correctly detects network drive. (gh#nextcloud/desktop#7648)

OBS-URL: https://build.opensuse.org/request/show/1230807
OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=159
2024-12-16 06:14:08 +00:00
21f90d4672 Accepting request 1226581 from network
OBS-URL: https://build.opensuse.org/request/show/1226581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=75
2024-11-26 19:57:20 +00:00
ee0a0d9fc9 - Update to version 3.15.0:
* Fix release kind detection (gh#nextcloud/desktop#7031)
  * on windows use QWidget native platform style (gh#nextcloud/desktop#7042)
  * properly detect and enable Qt6 WebEngine integration (gh#nextcloud/desktop#7030)
  * Bugfix/log database errors (gh#nextcloud/desktop#7029)
  * docs: conf file option moveToTrash is no longer Linux specific (gh#nextcloud/desktop#7033)
  * remove the frame around the sync folders settings area (gh#nextcloud/desktop#7044)
  * 🎨 Update icons to latest Hub 9 style (gh#nextcloud/desktop#7040)
  * only add Encrypt context menu entry for top folder in settings dialog (gh#nextcloud/desktop#7062)
  * ensure detection of entry type on windows is reliable (gh#nextcloud/desktop#7068)
  * Remove QtWebEngineProcess.entitlements. (gh#nextcloud/desktop#7069)
  * Revert "Fix incorrect date parsing." (gh#nextcloud/desktop#6748)
  * Native buttons (gh#nextcloud/desktop#6980)
  * add missing exception handling (gh#nextcloud/desktop#7079)
  * Fix make_universal.py not taking into account 64-bit bundle dylibs (gh#nextcloud/desktop#7027)
  * Add some extra syncing details to the tray icon tooltip (gh#nextcloud/desktop#7057)
  * do not ignore paths containing 2 "#" characters (gh#nextcloud/desktop#7084)
  * Narrow down ReadWrite folder permission to owner (gh#nextcloud/desktop#6949)
  * ci: Update workflows (gh#nextcloud/desktop#7097)
  * Fix building of client on macOS 10.13 and 10.14 (gh#nextcloud/desktop#7098)
  * Code-sign client via mac-crafter so it may pass notarisation (gh#nextcloud/desktop#7103)
  * Bugfix/delete read only remnants folders (gh#nextcloud/desktop#7061)
  * Bugfix/fix one rename issue (gh#nextcloud/desktop#7102)
  * Feature/macos vfs locking (gh#nextcloud/desktop#6960)
  * Make sure we do not renotify notifications when we have received the same etag as during the last check (gh#nextcloud/desktop#6970)
  * gui: add some context for translators (gh#nextcloud/desktop#7096)
  * Fix native UI (gh#nextcloud/desktop#7101)
  * Mark as single window app (gh#nextcloud/desktop#7124)
  * Bugfix/fix vfs folder state when remote move is forbidden (gh#nextcloud/desktop#6717)
  * Bump cpp-linter/cpp-linter-action from 2.12.1 to 2.13.0 (gh#nextcloud/desktop#7138)
  * Correctly kill processes spawned by mac-crafter if mac-crafter quits/is killed/etc (gh#nextcloud/desktop#7164)
  * Add packaging capability to Mac Crafter (gh#nextcloud/desktop#7173)
  * Fix issues with minimum system versions and deployment targets on macOS (gh#nextcloud/desktop#7172)
  * Revert always enable http2 (gh#nextcloud/desktop#7182)
  * Bump cpp-linter/cpp-linter-action from 2.13.0 to 2.13.1 (gh#nextcloud/desktop#7195)
  * Add ability to provide multiple hardcoded server URLs via CMake define (gh#nextcloud/desktop#7160)
  * Update README. (gh#nextcloud/desktop#7144)
  * Update issue template config.yml (gh#nextcloud/desktop#7196)
  * Bugfix/fix upload locked files (gh#nextcloud/desktop#7193)
  * Bugfix/startup qml on windows (gh#nextcloud/desktop#7199)
  * Use version of linuxdeploy-plugin-qt from PR in the project. (gh#nextcloud/desktop#7167)
  * Bugfix/missing unlock command (gh#nextcloud/desktop#7208)
  * changing default chunk size to 100MB (gh#nextcloud/desktop#7161)
  * remove obsolete not working docker image for windows compilation (gh#nextcloud/desktop#7216)
  * Fix alignment and size of buttons. (gh#nextcloud/desktop#7142)
  * Validate input of APPLICATION_SERVER_URL. (gh#nextcloud/desktop#7210)
  * disable our code for network timeout (gh#nextcloud/desktop#7200)
  * Only check for leading/trailing space for files on Windows. (gh#nextcloud/desktop#6871)
  * use constexpr function for platform detection (gh#nextcloud/desktop#7220)
  * Add support for the new craft blueprint options relating to override server urls (gh#nextcloud/desktop#7163)
  * Fix QtWebEngineProcess crash on macOS when building with mac-crafter (gh#nextcloud/desktop#7232)
  * count the files deletion and warn if threshold is exceeded (gh#nextcloud/desktop#7116)
  * docs: Update template to match org-templates (gh#nextcloud/desktop#7247)
  * create a permanent log of delete actions (gh#nextcloud/desktop#7028)
  * message should say many not all: would be triggered by 200 files (gh#nextcloud/desktop#7251)
  * Bugfix/fix log issues (gh#nextcloud/desktop#7259)
  * remove too verbose logs during discovery (gh#nextcloud/desktop#7263)
  * Bugfix/use qml fusion on windows (gh#nextcloud/desktop#7270)
  * ensure log context category is valid before reading it (gh#nextcloud/desktop#7271)
  * properly catch std::filesystem exceptions (gh#nextcloud/desktop#7282)
  * Add README about mac-crafter. (gh#nextcloud/desktop#7252)
  * Small READMEs fix/updates (gh#nextcloud/desktop#7284)
  * remove extra argument from QString::arg: string has only 1 placeholder (gh#nextcloud/desktop#7289)
  * Cleaning logs (gh#nextcloud/desktop#7290)
  * try to increase timeout of github actions for macOS (gh#nextcloud/desktop#7066)
  * Properly check for webdav or dav path in provided host url for cmd.cpp (gh#nextcloud/desktop#7286)
  * Fix authentication issues for macOS File Provider Extension (gh#nextcloud/desktop#7240)
  * Fix poor translation strings for blacklisted error reason strings (gh#nextcloud/desktop#7316)
  * Make string more readable for translators. (gh#nextcloud/desktop#7320)
  * improve wordings of confirmation dialog when many files are deleted (gh#nextcloud/desktop#7319)
  * Fix crash caused due to null accountstate in FileProviderSocketController (gh#nextcloud/desktop#7322)
  * Bugfix/signature (gh#nextcloud/desktop#7333)
  * test syncing of read-only .lnk windows shorcuts (gh#nextcloud/desktop#7285)
  * better logs to understand when a folder is locally discovered (gh#nextcloud/desktop#7291)
  * Bugfix/use file id to track renamed items (gh#nextcloud/desktop#7334)
  * Bump cpp-linter/cpp-linter-action from 2.13.1 to 2.13.2 (gh#nextcloud/desktop#7321)
  * Fix Finder sidebar icon to work as a "template" image (gh#nextcloud/desktop#4367)
  * Show/Hide Menubar and Dock Icon on macOS (gh#nextcloud/desktop#3014)
  * remove ownCloud wording in logging (gh#nextcloud/desktop#7346)
  * on receiving reply of a remote MOVE: always record it (gh#nextcloud/desktop#7351)
  * Fix issues on manpages (gh#nextcloud/desktop#6123)
  * Check for availability of Big Sur (under 11.3) before using VFS progress tracking method (gh#nextcloud/desktop#7328)
  * Fix Swift 6-related CI errors with macOS VFS module (gh#nextcloud/desktop#7323)
  * Make sure storage headers do not collide with each other in macOS VFS settings (gh#nextcloud/desktop#7360)
  * Fix opening of locally available groupfolders in web browser from tray drop-down (gh#nextcloud/desktop#6752)
  * Make shares distinguishable if there are sharees with the same display name (gh#nextcloud/desktop#7339)
  * Pin Craft Qt version to 6.7.2 and binary cache version to 24.08 (gh#nextcloud/desktop#7368)
  * detect the terms of service app is requiring the user to sign them (gh#nextcloud/desktop#7385)
  * content access denied error during discovery: verify server access (gh#nextcloud/desktop#7389)
  * properly detect need to sign terms of service state (gh#nextcloud/desktop#7395)
  * improve again state tracking with terms of service app (gh#nextcloud/desktop#7404)
  * Change defaults of promptDeleteFiles to false (gh#nextcloud/desktop#7408)
  * Only display server name in multiple override servers dropdown (gh#nextcloud/desktop#7413)
  * Bump cpp-linter/cpp-linter-action from 2.13.2 to 2.13.3 (gh#nextcloud/desktop#7379)
  * Bugfix account removal (gh#nextcloud/desktop#7426)
  * Update share link for AppImage tool. (gh#nextcloud/desktop#7439)
  * Fix code-signing issues for vendors with special chars (gh#nextcloud/desktop#7423)
  * Bugfix update channels (gh#nextcloud/desktop#7350)
  * Respect the user's debug and expiration settings when changing temporary log dir setting (gh#nextcloud/desktop#7418)
  * Bump platisd/clang-tidy-pr-comments from 1.5.0 to 1.5.1 (gh#nextcloud/desktop#7428)
  * Fix stuttering and freezing of client while computing sync state changes (macOS VFS) (gh#nextcloud/desktopin #7397)
  * Fix materialised storage use calculation (macOS VFS) (gh#nextcloud/desktop#7401)
  * Update copyright year in macOS info.plist template (gh#nextcloud/desktop#7398)
  * Only present proxy password delete error if it is not a "does not exist" error (gh#nextcloud/desktop#7468)
  * Add section on Apple ATS to docs troubleshooting section (gh#nextcloud/desktop#7491)
  * Add option to create developer builds of client via mac crafter (gh#nextcloud/desktop#7475)
  * Fix closed account wizard being brought up when clicking tray icon (gh#nextcloud/desktop#7488)
  * Update nextcloudcmd.rst (gh#nextcloud/desktop #7478)
  * Fix crash on setting folder permission on non-NTFS file systems on Windows (gh#nextcloud/desktop#7487)
  * Always remove folder icon when removing folder. (gh#nextcloud/desktop#7238)
  * Add documentation page on the macOS virtual files client (gh#nextcloud/desktop#7494)
  * remove assert that is being hit always when running debug builds (gh#nextcloud/desktop#7506)
  * Fix QML errors caused by illegal customisation of text field backgrounds on native styles gh#nextcloud/desktop#7374)
  * Fix encoding used for override server url (gh#nextcloud/desktop#7407)
  * If File Provider Extension is unreachable, try to reconfigure client communication interface (gh#nextcloud/desktop#7462)
  * Update url to dowload linuxdeploy-plugin-qt tool latest version. (gh#nextcloud/desktop#7509)
  * Fix crash when setting badge for a path that results in a nil URL (macOS FinderSyncExt) (gh#nextcloud/desktop#7432)
  * Revert dark mode regressions on Windows 10 (gh#nextcloud/desktop#7463)
  * Build(deps): Bump platisd/clang-tidy-pr-comments from 1.5.1 to 1.6.1 (gh#nextcloud/desktop#7511)
  * Ensure paths are passed properly escaped into codesign command in mac-crafter (gh#nextcloud/desktop#7519)
  * Add missing brace in FileProviderXPC's fileProviderExtReachable (gh#nextcloud/desktop#7521)
  * Also escape codesign call with saving entitlements (gh#nextcloud/desktop#7524)
  * Fix codesign path for app bundle main binaries (gh#nextcloud/desktop#7527)
  * Escape code sign entitlement paths in mac crafter (gh#nextcloud/desktop#7529)
  * Fix sync errors when trying to delete video component of live photos (gh#nextcloud/desktop#7435)
  * Handle NeedToSignTermsOfService account state in file provider components (gh#nextcloud/desktop#7523)
  * Fix recursive codesign steps and final bundle codesign in mac-crafter (gh#nextcloud/desktop#7535)
  * Polish tray window interface (gh#nextcloud/desktop#7498)
  * Do not treat bundles as executables in codesign check (gh#nextcloud/desktop#7537)
  * Fix file tag fetching for files in sync folders that have non-root remote target (gh#nextcloud/desktop#7375)
  * Pull up the unified search view immediately on unified search field focus (gh#nextcloud/desktop#7512)
  * Fix mac-crafter codesign executable detection (gh#nextcloud/desktop#7541)
  * Feature/no default share links (gh#nextcloud/desktop#7517)
  * flush logs every 5 lines written (gh#nextcloud/desktop#7495)
  * Bugfix/narrow down permissions during sync (gh#nextcloud/desktop#7532)
  * Feature/disable talk chat notifications (gh#nextcloud/desktop#5433)
  * remove this call that is probably useless and crashing tests (gh#nextcloud/desktop#7540)
  * Fix mac-crafter codesign executable check path building (gh#nextcloud/desktop#7545)
  * Only sign main executable at end (mac-crafter) (gh#nextcloud/desktop#7548)
  * Fix broken general settings UI file (gh#nextcloud/desktop#7547)
  * Show received share information in share view (gh#nextcloud/desktop#7373)
  * Improve read only virtual files support on Windows (gh#nextcloud/desktop#7477)
  * Bundle macOS File Provider module logs into main debug archive (gh#nextcloud/desktop#7464)
  * Fix adding account and skipping folder configuration crash. (gh#nextcloud/desktop#7436)
  * Fix login regression on linux (gh#nextcloud/desktop#7455)
  * Bugfix/virtual files more reliable (gh#nextcloud/desktop#7327)
  * Fix half-translated GUI strings on Windows (gh#nextcloud/desktop#7490)
  * [stable-3.15] fix spelling os UserStatus qml type when setting user status (gh#nextcloud/desktop#7559)
  * [stable-3.15] Bugfix/dark mode switch (gh#nextcloud/desktop#7563)
  * [stable-3.15] no transparent background for main ApplicationWindow (gh#nextcloud/desktop#7565)

OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=157
2024-11-26 15:28:36 +00:00
4862a0d25f Accepting request 1224855 from network
OBS-URL: https://build.opensuse.org/request/show/1224855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=74
2024-11-18 19:02:27 +00:00
513ad0166b Add qt6-qt5-imports to Requires (boo#1233005).
OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=155
2024-11-18 12:31:25 +00:00
61f1a67b9c Accepting request 1224841 from home:RN:branches:network
- Update to version 3.14.3:
  * create a permanent log of delete actions (gh#nextcloud/desktop#7381)
  * detect the terms of service app is requiring the user to sign them (gh#nextcloud/desktop#7386)
  * content access denied error during discovery: verify server access (gh#nextcloud/desktop#7392)
  * properly detect need to sign terms of service state (gh#nextcloud/desktop#7396)
  * improve again state tracking with terms of service app (gh#nextcloud/desktop#7406)
  * Change defaults of promptDeleteFiles to false (gh#nextcloud/desktop#7411)
  * Update share link for AppImage tool (gh#nextcloud/desktop#7440)
  * Bugfix update channels (gh#nextcloud/desktop#7443)
  * Only display server name in multiple override servers dropdown (gh#nextcloud/desktop#7424)

OBS-URL: https://build.opensuse.org/request/show/1224841
OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=154
2024-11-18 11:45:16 +00:00
ad44ff97be Accepting request 1218386 from network
OBS-URL: https://build.opensuse.org/request/show/1218386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=73
2024-10-27 10:25:15 +00:00
ff3ff46162 - Some qt5 libraries replaced to qt6
- Removed unneeded qt5 library
- Update to version 3.14.2.

OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=152
2024-10-25 15:10:48 +00:00
6b204c7bc9 Accepting request 1205288 from network
OBS-URL: https://build.opensuse.org/request/show/1205288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=72
2024-10-02 19:36:19 +00:00
b0b588144f * Update to version 3.14.1.
* Switch to building with Qt6; upstream no longer supports Qt5.
* Drop nextcloud-fix-HiDPI-window-size.patch: Not needed with Qt6.

OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=150
2024-10-02 16:49:21 +00:00
cdd7d0f966 Accepting request 1201247 from network
Update to version 3.13.4

OBS-URL: https://build.opensuse.org/request/show/1201247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud-desktop?expand=0&rev=71
2024-09-16 15:42:29 +00:00
e46fe5487b OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=148 2024-09-15 14:18:34 +00:00
af5c9585d7 - Update to version 3.13.4:
* Fix release kind detection (gh#nextcloud/desktop#7034)
  * docs: conf file option moveToTrash is no longer Linux specific 
    (gh#nextcloud/desktop#7047)
  * only add Encrypt context menu entry for top folder in settings 
    dialog (gh#nextcloud/desktop#7063)
  * add missing exception handling (gh#nextcloud/desktop#7081)
  * do not ignore paths containing 2 "#" characters 
    (gh#nextcloud/desktop#7087)
  * Narrow down ReadWrite folder permission to owner 
    (gh#nextcloud/desktop#7092)
  * Bugfix/delete read only remnants folders (
    gh#nextcloud/desktop#7107)
  * Bugfix/fix one rename issue (gh#nextcloud/desktop#7111)

OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=147
2024-09-15 00:26:17 +00:00
5 changed files with 894 additions and 82 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f1b0ffae207a8ab29d10f9cb6d51e107263cf45d138234bd8be1554eb12661f
size 13784545

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fd58e8537ac45f5c66eb925b8ef84e08f70a21bb0bdc3fb14de6a3310524954
size 15690688

View File

@@ -1,3 +1,864 @@
-------------------------------------------------------------------
Thu Jun 19 18:29:56 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.16.6:
* fix(activitylistmodel): fix activities for e2ee files
(gh#nextcloud/desktop#8378).
* fix(accountmanager): use defaults from configFile if setting
was not present (gh#nextcloud/desktop#8380).
* fix(crash): debug builds would not try to remove a not found
job (gh#nextcloud/desktop#8381).
- Do not force GCC 9 for Leap 16.
-------------------------------------------------------------------
Tue Jun 3 15:57:21 UTC 2025 - Natasha Ament <stacheldrahtje@gmail.com>
- Update to version 3.16.5:
* revert: remove duplicated code when copying legacy config
to new path. (gh#nextcloud/desktop#8233)
* fix(migration): migrate general network settings.
(gh#nextcloud/desktop#8308)
* fix(delete): fix move to trash in read-only folders
(gh#nextcloud/desktop#8312)
* fix(AppImage): bundle client translations
(gh#nextcloud/desktop#8313)
* fix(appimage): move VFS plugins to AppDir
(gh#nextcloud/desktop#8317)
* feat(mac-crafter): retry code-signing attempts
(gh#nextcloud/desktop#8316)
* fix(rename): avoid failing hard when rename is rejected
by server (gh#nextcloud/desktop#8323)
* fix(readonly): enable MOVE rollback when folder is
read-only (gh#nextcloud/desktop#8324)
* fix(readonly): apply ACL also to files inside read-only
folders (gh#nextcloud/desktop#8325)
* fix(permissions): handle properly CanRead permission from
server (gh#nextcloud/desktop#8327)
* fix(filesystem): only change folder permissions if required
(gh#nextcloud/desktop#8328)
* fix(lockfilejobs): ensure using correct file path
(gh#nextcloud/desktop#8332)
-------------------------------------------------------------------
Mon Apr 28 14:41:16 UTC 2025 - RN <R_Nik_C@proton.me>
- Update to version 3.16.4:
* pin Craft revision to a specific commit
(gh#nextcloud/desktop#8194)
* Bugfix/filesystem remove file not working
(gh#nextcloud/desktop#8197)
* revert to QFile::remove to remove single files
(gh#nextcloud/desktop#8198)
* Bugfix/do not crash when propagating changes with move or
rename (gh#nextcloud/desktop#8199)
* fix(assert): remove runtime assert that could crash production
builds (gh#nextcloud/desktop#8211)
* fix(gui): resize sharee search results list dependent on
required space (gh#nextcloud/desktop#8214)
-------------------------------------------------------------------
Wed Apr 16 14:08:02 UTC 2025 - RN <R_Nik_C@proton.me>
- Update to version 3.16.3:
* Bugfix/input pin title too wide (gh#nextcloud/desktop#8055)
* use standard way to find the checkum type and really send it
to server (gh#nextcloud/desktop#8057)
* fix Windows build (gh#nextcloud/desktop#8068)
* use our own craft cache on windows (gh#nextcloud/desktop#8069)
* gui/macOS: Do not assume accountState will always be valid in
socket controller (gh#nextcloud/desktop#8074)
* gui/macOS: Fix broken file provider domain progress reporting
in settings window (gh#nextcloud/desktop#8079)
* gui/tray: change the status icon background colour again
(gh#nextcloud/desktop#8082)
* set `CFBundleDevelopmentRegion` to `"en"` and set
`CFBundleAllowMixedLocalizations` (gh#nextcloud/desktop#8085)
* gui/macOS: Fix memory issues in Objective-C++ code for
FileProvider support (gh#nextcloud/desktop#8089)
* fix(mac): bump deployment target to 12.0
(gh#nextcloud/desktop#8115)
* fix(gui): remove ignored file notifications from Activity
list (gh#nextcloud/desktop#8116)
* fix(mac-crafter): Work around broken consecutive shell
integration builds (gh#nextcloud/desktop#8117)
* Bugfix/delete errors (gh#nextcloud/desktop#8124)
* remove costly availability check that is never used
(gh#nextcloud/desktop#8123)
* fix crash within FolderStatusModelTest
(gh#nextcloud/desktop#8125)
* fix: move array to correct value in dict
(gh#nextcloud/desktop#8126)
* remove bogus check that tried to check for existing case
clash conflict (gh#nextcloud/desktop#8129)
* stop using QFile api to delete a single local file
(gh#nextcloud/desktop#8130)
* fix: try to correct mtime on upsyncs
(gh#nextcloud/desktop#8131)
* Bugfix/use newer bulk upload checksum header
(gh#nextcloud/desktop#8137)
* Bugfix/slow bulk upload (gh#nextcloud/desktop#8139)
* disable use of bulk upload for small files
(gh#nextcloud/desktop#8141)
* simplify deletions of invalid read-only items: do not
interrupt sync (gh#nextcloud/desktop#8153)
* fix(PinState): don't trigger sync when file's PinState
changed to Unspecified. (gh#nextcloud/desktop#8157)
* skip single test or whole test file for macOS: they are
broken (gh#nextcloud/desktop#8163)
* Exclude NavigationPaneHelper from non-Windows compile
(gh#nextcloud/desktop#8158)
* Use AccountPtr in Account signals instead of raw pointer
(gh#nextcloud/desktop#8159)
* fix(theme): correct dark/light mode check on Win10
(gh#nextcloud/desktop#8162)
* fix(msi): allow custom installation directory
(gh#nextcloud/desktop#8166)
* fix(migration): import proxy and general settings from legacy
config. (gh#nextcloud/desktop#8169)
* use specific revision for KDE blueprints that matches the
craft cache (gh#nextcloud/desktop#8172)
-------------------------------------------------------------------
Wed Mar 19 18:08:30 UTC 2025 - Natasha Ament <stacheldrahtje@gmail.com>
- Update to version 3.16.2:
* make version.cmake more readable (gh#nextcloud/desktop#7986)
* remove gcc and clang build checks (gh#nextcloud/desktop#8025)
* Bugfix/input pin title too wide (gh#nextcloud/desktop#8042)
* explicitly set colours for header items
(gh#nextcloud/desktop#8049)
* Bugfix/highlight too bright appimage
(gh#nextcloud/desktop#8051)
-------------------------------------------------------------------
Fri Mar 14 14:34:26 UTC 2025 - Natasha Ament <stacheldrahtje@gmail.com>
- Update to version 3.16.1:
* remove unused capture of this in one lambda
(gh#nextcloud/desktop#7985)
* fix setups that use basic auth (gh#nextcloud/desktop#7993)
* use our own Craft cache for macOS builds
(gh#nextcloud/desktop#8003)
* Bugfix/do not warn about invalid files in not synced folders
(gh#nextcloud/desktop#8001)
* Fix version detection by the Ubuntu/Debian build script
(gh#nextcloud/desktop#8008)
* gui/wizard: Integrate macOS VFS (File Provider) configuration
into account wizard (gh#nextcloud/desktop#8006)
* gui/tray: Hide resume all menu item when no local sync folders
are configured (gh#nextcloud/desktop#8011)
* display reshares in sharing dialog (gh#nextcloud/desktop#8013)
* Add option to disable virtual files syncing on Windows.
(gh#nextcloud/desktop#8002)
* Fix build when BUILD_WEBENGINE=OFF (gh#nextcloud/desktop#8015)
* ensure user receiving an encrypted share maintain
proper state (gh#nextcloud/desktop#8017)
-------------------------------------------------------------------
Mon Mar 10 17:06:26 UTC 2025 - RN <R_Nik_C@proton.me>
- Added build requirement `libp11`
-------------------------------------------------------------------
Mon Mar 10 15:42:31 UTC 2025 - RN <R_Nik_C@proton.me>
- Update to version 3.16.0:
* fix spelling os UserStatus qml type when setting user status
(gh#nextcloud/desktop#7558)
* gui/tray: Dark mode switch (gh#nextcloud/desktop#7561)
* no transparent background for main ApplicationWindow
(gh#nextcloud/desktop#7564)
* fix regressions in automated tests for bulk upload
(gh#nextcloud/desktop#7580)
* when updating a virtual file after lock/unlock: avoid setting
modtime (gh#nextcloud/desktop#7572)
* enable reversed locale layout (RTL) in QML
(gh#nextcloud/desktop#4240)
* Fix text strings (gh#nextcloud/desktop#3792)
* l10n: Change to a capital letter (gh#nextcloud/desktop#4953)
* mac-crafter: Fix codesigning of app bundle when auto-updater
is excluded (gh#nextcloud/desktop#7605)
* when locking a file set If-Match header to ensure etag is
correct (gh#nextcloud/desktop#7595)
* gui/tray: Fix tray window corners (gh#nextcloud/desktop#7566)
* gui/tray: Fix activity icon colours (gh#nextcloud/desktop#7567)
* Bugfix/handle windows directory junction
(gh#nextcloud/desktop#7609)
* gui: Remove content margins account settings subsections
(gh#nextcloud/desktop#7568)
* Disable legacy import dialog (gh#nextcloud/desktop#7623)
* chore(i18n): Aligned error messages (gh#nextcloud/desktop#7612)
* gui/tray: Ensure colour of featured app icon is consistent with
other header buttons (gh#nextcloud/desktop#7604)
* doc: Rename first header on macos vfs doc entry, fixing title
in index (gh#nextcloud/desktop#7576)
* mac-crafter: Close isExecutable command outpipe file handle
after use (gh#nextcloud/desktop#7585)
* Bug fix import of unbranded account (gh#nextcloud/desktop#7635)
* improve definition of MIRALL_VERSION_SUFFIX and
MIRALL_VERSION_BUILD (gh#nextcloud/desktop#7625)
* dehydrate placeholder files using CfDehydratePlaceholder
(gh#nextcloud/desktop#7602)
* use modern non deprecated hash algorithm and parameters
(gh#nextcloud/desktop#7642)
* optionally install PDB files when building them
(gh#nextcloud/desktop#7626)
* Include folders when displaying the local metadata about a
conflict. (gh#nextcloud/desktop#7639)
* Fix: correctly detects network drive.
(gh#nextcloud/desktop#7636)
* chore(i18n): Corrected spelling and improved grammar
(gh#nextcloud/desktop#7655)
* remove NC17 support (gh#nextcloud/desktop#7656)
* improvement of error message (gh#nextcloud/desktop#7667)
* Fix a bug preventing sync root in folder on drive roots
(gh#nextcloud/desktop#7662)
* Bugfix/lnk folder virtual files (gh#nextcloud/desktop#7670)
* Add authors file (gh#nextcloud/desktop#7680)
* Bump cpp-linter/cpp-linter-action from 2.13.3 to 2.13.4
(gh#nextcloud/desktop#7675)
* all: Fix deprecation warnings when building with Qt 6.8.0
(gh#nextcloud/desktop#7584)
* Bugfix/catch exceptions to prevent crash
(gh#nextcloud/desktop#7684)
* Bugfix/elidedtext (gh#nextcloud/desktop#7679)
* Remove assert for when the timestamp is not empty.
(gh#nextcloud/desktop#7641)
* url update in readme (gh#nextcloud/desktop#7704)
* Call setDesktopFileName without .desktop suffix
(gh#nextcloud/desktop#7699)
* add a simple github action workflow to build test the
documentation (gh#nextcloud/desktop#7708)
* Fix filename of fix-macosvfs-file-sharing.png
(gh#nextcloud/desktop#7691)
* Fix .netrc parsing (gh#nextcloud/desktop#7698)
* Bugfix/do not always free up storage windows shortcuts
(gh#nextcloud/desktop#7713)
* fix dev application name to keep a consitant migration
behaviour for the dev and prod build
(gh#nextcloud/desktop#7683)
* ensure proper read write access to root folder and db files
(gh#nextcloud/desktop#7724)
* Make extraction of ETag header independent of capitalisation
(gh#nextcloud/desktop#7720)
* gui/tray: Fix colour for secondary text items being too pale
(gh#nextcloud/desktop#7725)
* Fix "open local or group folders" menu not showing
(gh#nextcloud/desktop#7730)
* improve feedback from documentation generation workflow
(gh#nextcloud/desktop#7743)
* gui/tray: Remove BasicComboBox QML component, prefer native
component (gh#nextcloud/desktop#7583)
* Update macosvfs.rst (gh#nextcloud/desktop#7742)
* chore(i18n): Improved grammar (gh#nextcloud/desktop#7749)
* update runwizard introduction screen
(gh#nextcloud/desktop#7737)
* updater: Upgrade to Sparkle 2 (gh#nextcloud/desktop#7750)
* gui/tray: Fix sync state icon showing paused state when using
macOS VFS with no standard sync folders
(gh#nextcloud/desktop#7741)
* fix window resize on DPI changes (gh#nextcloud/desktop#7735)
* github: Implement issue types in issue templates
(gh#nextcloud/desktop#7766)
* Use normal MenuSeparator instead of custom code
(gh#nextcloud/desktop#7770)
* update legal notice copyright years for Nextcloud
(gh#nextcloud/desktop#7773)
* add some missing doc images in a valid path
(gh#nextcloud/desktop#7774)
* Avoid converting string to color (gh#nextcloud/desktop#7769)
* Bugfix/read only classical sync lnk shortcuts windows
(gh#nextcloud/desktop#7779)
* fix the if check for invalid virtual LNK files
(gh#nextcloud/desktop#7781)
* Make Brander QT selection dynamic (gh#nextcloud/desktop#7754)
* sync: Respect maximum chunk size provided in server capabilities
(gh#nextcloud/desktop#7772)
* switch client side encryption to use sha256 hash algorithm
(gh#nextcloud/desktop#7780)
* Log path strings directly instead of accumulating
(gh#nextcloud/desktop#7718)
* modify AppImage build script to work with an EL8 base
(gh#nextcloud/desktop#7782)
* notifications: Do not assume root activity link is the correct
"join call" link (gh#nextcloud/desktop#7786)
* fix "Resolve conflicts" dialog not showing up
(gh#nextcloud/desktop#7789)
* persist credentials retrieved through the wizard
(gh#nextcloud/desktop#7768)
* use new in Qt6.8 windows fluent style
(gh#nextcloud/desktop#7416)
* fix wrong if condition (gh#nextcloud/desktop#7799)
* Add Ubuntu Plucky (gh#nextcloud/desktop#7801)
* Link to new documentation (gh#nextcloud/desktop#7810)
* Update doc link in issue template (gh#nextcloud/desktop#7811)
* fix colours in dark mode (gh#nextcloud/desktop#7755)
* refactor: replace QString() with QStringLiteral() for better
performance in (gh#nextcloud/desktop#7422)
* use correct qml style on Windows (gh#nextcloud/desktop#7812)
* craft: Upgrade to binary cache 25.01 (gh#nextcloud/desktop#7825)
* only use debug log level for discovery traces to decrease cost
(gh#nextcloud/desktop#7819)
* shell_integration/macOS: Upgrade to NextcloudFileProviderKit 2.0
(gh#nextcloud/desktop#7824)
* Adds some extra info when throwing exception with setting folder
permissions. (gh#nextcloud/desktop#7809)
* Feature/e2ee use hardware token secure storage
(gh#nextcloud/desktop#5877)
* Fetch "shared with me" information separately
(gh#nextcloud/desktop#7744)
* gui/tray: Fix defaulting to "problem" state in sync tray icon
when using macOS VFS (gh#nextcloud/desktop#7827)
* set the parent folder read/write always when downloading a new
file (gh#nextcloud/desktop#7808)
* fix deletion of .lnk files on Windows with paths containing
special characters (gh#nextcloud/desktop#7828)
* shell_integration/macOS: Add ability to share macOS VFS files
via internal link shares (gh#nextcloud/desktop#7787)
* gui/macOS: Improve/fix illegal File Provider domain handling
for macOS VFS (gh#nextcloud/desktop#7835)
* shell_integration/macOS: Do not try to lock macOS VFS file if
locking is unavailable on the server (gh#nextcloud/desktop#7833)
* fix: Nautilus integration conflicts with ownCloud
(gh#nextcloud/desktop#6418)
* Add button to scroll to top when activity list is long.
(gh#nextcloud/desktop#7823)
* UI: Improves texts displayed to the user when picking the wrong
location for syncing (gh#nextcloud/desktop#7596)
* skip attempt to install updates at launch when update checks are
disabled (gh#nextcloud/desktop#7838)
* gui/tray: Prevent talk reply text field being too wide and
breaking layout (gh#nextcloud/desktop#7839)
* Bugfix. E2EE. Always migrate from 1.2 to 2.0, even with nested
folders. (gh#nextcloud/desktop#6695)
* Bugfix migration from legacy clients. (gh#nextcloud/desktop#7807)
* Fix Height for Resolve Conflicts Dialog (gh#nextcloud/desktop#7815)
* add test skeleton for OCC::FolderStatusModel
(gh#nextcloud/desktop#7842)
* Attempt to detect if client is running in a Vmware to disable
graphic acceleration (gh#nextcloud/desktop#7687)
* [stable-3.16] fix rounded corners in the call notification
(gh#nextcloud/desktop#7851)
* [stable-3.16] Fix looks of share note text field
(gh#nextcloud/desktop#7858)
* [stable-3.16] chore(i18n): Remove blank (gh#nextcloud/desktop#7866)
* [stable-3.16] vfs: fix root folder detection regression
(gh#nextcloud/desktop#7878)
* [stable-3.16] Hide update channels options when needed.
(gh#nextcloud/desktop#7879)
* [stable-3.16] Small improvements in Folder.
(gh#nextcloud/desktop#7882)
* [stable-3.16] Feature/automate windows file name compatibility
(gh#nextcloud/desktop#7884)
* [stable-3.16] provide consistent version info including human
readable version (gh#nextcloud/desktop#7885)
* [stable-3.16] Change three dots to an ellipsis
(gh#nextcloud/desktop#7888)
* [stable-3.16] Check if folder exists before deleting sync db and
VFS sync root conection. (gh#nextcloud/desktop#7892)
* [stable-3.16] prevent infinite sync loop: delay retry after many
errors (gh#nextcloud/desktop#7893)
* [stable-3.16] improve ToS handling (gh#nextcloud/desktop#7895)
* [stable-3.16] fixed html formatting on encrypted warning message
(gh#nextcloud/desktop#7896)
* [stable-3.16] FolderStatusModel: only create a single
QFileIconProvider object (gh#nextcloud/desktop#7900)
* [stable-3.16] UserStatusSelector: set focusPolicy on accept
button (gh#nextcloud/desktop#7907)
* [stable-3.16] Bugfix/delete read only remnants
(gh#nextcloud/desktop#7909)
* [stable-3.16] Added plural forms handling correction to
notification message (gh#nextcloud/desktop#7912)
* [stable-3.16] Added space between sentences
(gh#nextcloud/desktop#7913)
* [stable-3.16] Removed deprecated Qt macros/functions
(gh#nextcloud/desktop#7915)
* [stable-3.16] chore(i18n): Use correct plural syntax
(gh#nextcloud/desktop#7917)
* [stable-3.16] Improve UI of settings (gh#nextcloud/desktop#7921)
* [stable-3.16] do not display encrypt action for external folders
(gh#nextcloud/desktop#7922)
* [stable-3.16] craft: Use Qt 6.8.2 (gh#nextcloud/desktop#7923)
* [stable-3.16] Added customize option for sync interval
(gh#nextcloud/desktop#7929)
* [stable-3.16] Increased default limit of free space and critical
free space (gh#nextcloud/desktop#7936)
* [stable-3.16] Added hiding remotePollInterval selector in
settings if notify push available (gh#nextcloud/desktop#7944)
* [stable-3.16] gui/tray: Do not generate JPEG images in async
image response for macOS (gh#nextcloud/desktop#7947)
* [stable-3.16] gui/tray: Remove unused thumbnailjob class
(gh#nextcloud/desktop#7948)
* [stable-3.16] when deleting a remote locked file, provide needed
lock headers (gh#nextcloud/desktop#7952)
* [stable-3.16] gui/macOS: Remove "advanced settings" section for
macOS VFS settings (gh#nextcloud/desktop#7953)
* [stable-3.16] update AppImage builds to Qt 6.8.2
(gh#nextcloud/desktop#7954)
* [stable-3.16] gui/tray: Fix some tray view papercuts
(gh#nextcloud/desktop#7955)
* [stable-3.16] gui: do not allow MainWindow to be resized
(gh#nextcloud/desktop#7957)
* [stable-3.16] Revert "gui: do not allow MainWindow to be resized"
(gh#nextcloud/desktop#7963)
* [stable-3.16] Remove aditional text when error occurs.
(gh#nextcloud/desktop#7968)
* [stable-3.16] gui/macOS: Fix emitted signal in file provider sync
status GUI component (gh#nextcloud/desktop#7972)
* [stable-3.16] make use of the new x-nc-skip-trashbin header
(gh#nextcloud/desktop#7975)
* [stable-3.16] always set a user if we got asked for one
(gh#nextcloud/desktop#7976)
-------------------------------------------------------------------
Tue Jan 7 15:20:47 UTC 2025 - RN <R_Nik_C@proton.me>
- Update to version 3.15.3:
* Bugfix/catch exceptions to prevent crash
(gh#nextcloud/desktop#7705)
* Bugfix/elidedtext (gh#nextcloud/desktop#7706)
* Call setDesktopFileName without `.desktop` suffix
(gh#nextcloud/desktop#7707)
* add a simple github action workflow to build test the
documentation (gh#nextcloud/desktop#7709)
* Fix filename of fix-macosvfs-file-sharing.png
(gh#nextcloud/desktop#7712)
* Fix .netrc parsing (gh#nextcloud/desktop#7714)
* Bugfix/do not always free up storage windows shortcuts
(gh#nextcloud/desktop#7715)
* fix dev application name to keep a consitant migration
behaviour for the dev and prod build
(gh#nextcloud/desktop#7722)
* ensure proper read write access to root folder and db files
(gh#nextcloud/desktop#7726)
* gui/tray: Fix colour for secondary text items being too pale
(gh#nextcloud/desktop#7727)
-------------------------------------------------------------------
Tue Dec 17 05:59:24 UTC 2024 - Natasha Ament <stacheldrahtje@gmail.com>
- Update to version 3.15.2:
* chore(i18n): Corrected spelling and improved grammar
(gh#nextcloud/desktop#7666)
* improvement of error message (gh#nextcloud/desktop#7671)
* Fix a bug preventing sync root in folder on drive roots
(gh#nextcloud/desktop#7672)
* Bugfix/lnk folder virtual files (gh#nextcloud/desktop#7673)
-------------------------------------------------------------------
Fri Dec 13 13:27:38 UTC 2024 - RN <R_Nik_C@proton.me>
- Update to version 3.15.1:
* fix regressions in automated tests for bulk upload
(gh#nextcloud/desktop#7588)
* when updating a virtual file after lock/unlock: avoid setting
modtime (gh#nextcloud/desktop#7587)
* mac-crafter: Fix codesigning of app bundle when auto-updater is
excluded (gh#nextcloud/desktop#7617)
* Fix text strings (gh#nextcloud/desktop#7598)
* gui/tray: Fix tray window corners (gh#nextcloud/desktop#7618)
* gui/tray: Fix activity icon colours (gh#nextcloud/desktop#7619)
* when locking a file set If-Match header to ensure etag is
correct (gh#nextcloud/desktop#7620)
* Bugfix/handle windows directory junction
(gh#nextcloud/desktop#7621)
* gui: Remove content margins account settings subsections
(gh#nextcloud/desktop#7624)
* Disable legacy import dialog (gh#nextcloud/desktop#7627)
* chore(i18n): Aligned error messages (gh#nextcloud/desktop#7628)
* gui/tray: Ensure colour of featured app icon is consistent with
other header buttons (gh#nextcloud/desktop#7629)
* doc: Rename first header on macos vfs doc entry, fixing title
in index (gh#nextcloud/desktop#7630)
* mac-crafter: Close isExecutable command outpipe file handle
after use (gh#nextcloud/desktop#7631)
* Bug fix import of unbranded account (gh#nextcloud/desktop#7637)
* improve definition of MIRALL_VERSION_SUFFIX and
MIRALL_VERSION_BUILD (gh#nextcloud/desktop#7638)
* Backport/7642/stable 3.15 (gh#nextcloud/desktop#7643)
* optionally install PDB files when building them
(gh#nextcloud/desktop#7645)
* Include folders when displaying the local metadata about a
conflict. (gh#nextcloud/desktop#7646)
* Fix: correctly detects network drive. (gh#nextcloud/desktop#7648)
-------------------------------------------------------------------
Tue Nov 26 02:05:52 UTC 2024 - RN <R_Nik_C@proton.me>
- Update to version 3.15.0:
* Fix release kind detection (gh#nextcloud/desktop#7031)
* on windows use QWidget native platform style
(gh#nextcloud/desktop#7042)
* properly detect and enable Qt6 WebEngine integration
(gh#nextcloud/desktop#7030)
* Bugfix/log database errors (gh#nextcloud/desktop#7029)
* docs: conf file option moveToTrash is no longer Linux specific
(gh#nextcloud/desktop#7033)
* remove the frame around the sync folders settings area
(gh#nextcloud/desktop#7044)
* 🎨 Update icons to latest Hub 9 style (gh#nextcloud/desktop#7040)
* only add Encrypt context menu entry for top folder in settings
dialog (gh#nextcloud/desktop#7062)
* ensure detection of entry type on windows is reliable
(gh#nextcloud/desktop#7068)
* Remove QtWebEngineProcess.entitlements.
(gh#nextcloud/desktop#7069)
* Revert "Fix incorrect date parsing." (gh#nextcloud/desktop#6748)
* Native buttons (gh#nextcloud/desktop#6980)
* add missing exception handling (gh#nextcloud/desktop#7079)
* Fix make_universal.py not taking into account 64-bit bundle
dylibs (gh#nextcloud/desktop#7027)
* Add some extra syncing details to the tray icon tooltip
(gh#nextcloud/desktop#7057)
* do not ignore paths containing 2 "#" characters
(gh#nextcloud/desktop#7084)
* Narrow down ReadWrite folder permission to owner
(gh#nextcloud/desktop#6949)
* ci: Update workflows (gh#nextcloud/desktop#7097)
* Fix building of client on macOS 10.13 and 10.14
(gh#nextcloud/desktop#7098)
* Code-sign client via mac-crafter so it may pass notarisation
(gh#nextcloud/desktop#7103)
* Bugfix/delete read only remnants folders
(gh#nextcloud/desktop#7061)
* Bugfix/fix one rename issue (gh#nextcloud/desktop#7102)
* Feature/macos vfs locking (gh#nextcloud/desktop#6960)
* Make sure we do not renotify notifications when we have
received the same etag as during the last check
(gh#nextcloud/desktop#6970)
* gui: add some context for translators
(gh#nextcloud/desktop#7096)
* Fix native UI (gh#nextcloud/desktop#7101)
* Mark as single window app (gh#nextcloud/desktop#7124)
* Bugfix/fix vfs folder state when remote move is forbidden
(gh#nextcloud/desktop#6717)
* Bump cpp-linter/cpp-linter-action from 2.12.1 to 2.13.0
(gh#nextcloud/desktop#7138)
* Correctly kill processes spawned by mac-crafter if mac-crafter
quits/is killed/etc (gh#nextcloud/desktop#7164)
* Add packaging capability to Mac Crafter
(gh#nextcloud/desktop#7173)
* Fix issues with minimum system versions and deployment
targets on macOS (gh#nextcloud/desktop#7172)
* Revert always enable http2 (gh#nextcloud/desktop#7182)
* Bump cpp-linter/cpp-linter-action from 2.13.0 to 2.13.1
(gh#nextcloud/desktop#7195)
* Add ability to provide multiple hardcoded server URLs via CMake
define (gh#nextcloud/desktop#7160)
* Update README. (gh#nextcloud/desktop#7144)
* Update issue template config.yml (gh#nextcloud/desktop#7196)
* Bugfix/fix upload locked files (gh#nextcloud/desktop#7193)
* Bugfix/startup qml on windows (gh#nextcloud/desktop#7199)
* Use version of linuxdeploy-plugin-qt from PR in the project.
(gh#nextcloud/desktop#7167)
* Bugfix/missing unlock command (gh#nextcloud/desktop#7208)
* changing default chunk size to 100MB (gh#nextcloud/desktop#7161)
* remove obsolete not working docker image for windows compilation
(gh#nextcloud/desktop#7216)
* Fix alignment and size of buttons. (gh#nextcloud/desktop#7142)
* Validate input of APPLICATION_SERVER_URL. (gh#nextcloud/desktop#7210)
* disable our code for network timeout (gh#nextcloud/desktop#7200)
* Only check for leading/trailing space for files on Windows.
(gh#nextcloud/desktop#6871)
* use constexpr function for platform detection
(gh#nextcloud/desktop#7220)
* Add support for the new craft blueprint options relating to override
server urls (gh#nextcloud/desktop#7163)
* Fix QtWebEngineProcess crash on macOS when building with mac-crafter
(gh#nextcloud/desktop#7232)
* count the files deletion and warn if threshold is exceeded
(gh#nextcloud/desktop#7116)
* docs: Update template to match org-templates
(gh#nextcloud/desktop#7247)
* create a permanent log of delete actions (gh#nextcloud/desktop#7028)
* message should say many not all: would be triggered by 200 files
(gh#nextcloud/desktop#7251)
* Bugfix/fix log issues (gh#nextcloud/desktop#7259)
* remove too verbose logs during discovery
(gh#nextcloud/desktop#7263)
* Bugfix/use qml fusion on windows (gh#nextcloud/desktop#7270)
* ensure log context category is valid before reading it
(gh#nextcloud/desktop#7271)
* properly catch std::filesystem exceptions (gh#nextcloud/desktop#7282)
* Add README about mac-crafter. (gh#nextcloud/desktop#7252)
* Small READMEs fix/updates (gh#nextcloud/desktop#7284)
* remove extra argument from QString::arg: string has only 1
placeholder (gh#nextcloud/desktop#7289)
* Cleaning logs (gh#nextcloud/desktop#7290)
* try to increase timeout of github actions for macOS
(gh#nextcloud/desktop#7066)
* Properly check for webdav or dav path in provided host url for
cmd.cpp (gh#nextcloud/desktop#7286)
* Fix authentication issues for macOS File Provider Extension
(gh#nextcloud/desktop#7240)
* Fix poor translation strings for blacklisted error reason strings
(gh#nextcloud/desktop#7316)
* Make string more readable for translators.
(gh#nextcloud/desktop#7320)
* improve wordings of confirmation dialog when many files are
deleted (gh#nextcloud/desktop#7319)
* Fix crash caused due to null accountstate in
FileProviderSocketController (gh#nextcloud/desktop#7322)
* Bugfix/signature (gh#nextcloud/desktop#7333)
* test syncing of read-only .lnk windows shorcuts
(gh#nextcloud/desktop#7285)
* better logs to understand when a folder is locally discovered
(gh#nextcloud/desktop#7291)
* Bugfix/use file id to track renamed items
(gh#nextcloud/desktop#7334)
* Bump cpp-linter/cpp-linter-action from 2.13.1 to 2.13.2
(gh#nextcloud/desktop#7321)
* Fix Finder sidebar icon to work as a "template" image
(gh#nextcloud/desktop#4367)
* Show/Hide Menubar and Dock Icon on macOS
(gh#nextcloud/desktop#3014)
* remove ownCloud wording in logging (gh#nextcloud/desktop#7346)
* on receiving reply of a remote MOVE: always record it
(gh#nextcloud/desktop#7351)
* Fix issues on manpages (gh#nextcloud/desktop#6123)
* Check for availability of Big Sur (under 11.3) before using VFS
progress tracking method (gh#nextcloud/desktop#7328)
* Fix Swift 6-related CI errors with macOS VFS module
(gh#nextcloud/desktop#7323)
* Make sure storage headers do not collide with each other in
macOS VFS settings (gh#nextcloud/desktop#7360)
* Fix opening of locally available groupfolders in web browser
from tray drop-down (gh#nextcloud/desktop#6752)
* Make shares distinguishable if there are sharees with the same
display name (gh#nextcloud/desktop#7339)
* Pin Craft Qt version to 6.7.2 and binary cache version to 24.08
(gh#nextcloud/desktop#7368)
* detect the terms of service app is requiring the user to sign
them (gh#nextcloud/desktop#7385)
* content access denied error during discovery: verify server
access (gh#nextcloud/desktop#7389)
* properly detect need to sign terms of service state
(gh#nextcloud/desktop#7395)
* improve again state tracking with terms of service app
(gh#nextcloud/desktop#7404)
* Change defaults of promptDeleteFiles to false
(gh#nextcloud/desktop#7408)
* Only display server name in multiple override servers dropdown
(gh#nextcloud/desktop#7413)
* Bump cpp-linter/cpp-linter-action from 2.13.2 to 2.13.3
(gh#nextcloud/desktop#7379)
* Bugfix account removal (gh#nextcloud/desktop#7426)
* Update share link for AppImage tool. (gh#nextcloud/desktop#7439)
* Fix code-signing issues for vendors with special chars
(gh#nextcloud/desktop#7423)
* Bugfix update channels (gh#nextcloud/desktop#7350)
* Respect the user's debug and expiration settings when changing
temporary log dir setting (gh#nextcloud/desktop#7418)
* Bump platisd/clang-tidy-pr-comments from 1.5.0 to 1.5.1
(gh#nextcloud/desktop#7428)
* Fix stuttering and freezing of client while computing sync state
changes (macOS VFS) (gh#nextcloud/desktopin #7397)
* Fix materialised storage use calculation (macOS VFS)
(gh#nextcloud/desktop#7401)
* Update copyright year in macOS info.plist template
(gh#nextcloud/desktop#7398)
* Only present proxy password delete error if it is not a "does
not exist" error (gh#nextcloud/desktop#7468)
* Add section on Apple ATS to docs troubleshooting section
(gh#nextcloud/desktop#7491)
* Add option to create developer builds of client via mac crafter
(gh#nextcloud/desktop#7475)
* Fix closed account wizard being brought up when clicking tray
icon (gh#nextcloud/desktop#7488)
* Update nextcloudcmd.rst (gh#nextcloud/desktop #7478)
* Fix crash on setting folder permission on non-NTFS file systems on
Windows (gh#nextcloud/desktop#7487)
* Always remove folder icon when removing folder.
(gh#nextcloud/desktop#7238)
* Add documentation page on the macOS virtual files client
(gh#nextcloud/desktop#7494)
* remove assert that is being hit always when running debug builds
(gh#nextcloud/desktop#7506)
* Fix QML errors caused by illegal customisation of text field
backgrounds on native styles (gh#nextcloud/desktop#7374)
* Fix encoding used for override server url
(gh#nextcloud/desktop#7407)
* If File Provider Extension is unreachable, try to reconfigure
client communication interface (gh#nextcloud/desktop#7462)
* Update url to dowload linuxdeploy-plugin-qt tool latest
version. (gh#nextcloud/desktop#7509)
* Fix crash when setting badge for a path that results in a nil
URL (macOS FinderSyncExt) (gh#nextcloud/desktop#7432)
* Revert dark mode regressions on Windows 10
(gh#nextcloud/desktop#7463)
* Build(deps): Bump platisd/clang-tidy-pr-comments from 1.5.1 to
1.6.1 (gh#nextcloud/desktop#7511)
* Ensure paths are passed properly escaped into codesign command
in mac-crafter (gh#nextcloud/desktop#7519)
* Add missing brace in FileProviderXPC's fileProviderExtReachable
(gh#nextcloud/desktop#7521)
* Also escape codesign call with saving entitlements
(gh#nextcloud/desktop#7524)
* Fix codesign path for app bundle main binaries
(gh#nextcloud/desktop#7527)
* Escape code sign entitlement paths in mac crafter
(gh#nextcloud/desktop#7529)
* Fix sync errors when trying to delete video component of live
photos (gh#nextcloud/desktop#7435)
* Handle NeedToSignTermsOfService account state in file provider
components (gh#nextcloud/desktop#7523)
* Fix recursive codesign steps and final bundle codesign in
mac-crafter (gh#nextcloud/desktop#7535)
* Polish tray window interface (gh#nextcloud/desktop#7498)
* Do not treat bundles as executables in codesign check
(gh#nextcloud/desktop#7537)
* Fix file tag fetching for files in sync folders that have
non-root remote target (gh#nextcloud/desktop#7375)
* Pull up the unified search view immediately on unified search
field focus (gh#nextcloud/desktop#7512)
* Fix mac-crafter codesign executable detection
(gh#nextcloud/desktop#7541)
* Feature/no default share links (gh#nextcloud/desktop#7517)
* flush logs every 5 lines written (gh#nextcloud/desktop#7495)
* Bugfix/narrow down permissions during sync
(gh#nextcloud/desktop#7532)
* Feature/disable talk chat notifications
(gh#nextcloud/desktop#5433)
* remove this call that is probably useless and crashing tests
(gh#nextcloud/desktop#7540)
* Fix mac-crafter codesign executable check path building
(gh#nextcloud/desktop#7545)
* Only sign main executable at end (mac-crafter)
(gh#nextcloud/desktop#7548)
* Fix broken general settings UI file (gh#nextcloud/desktop#7547)
* Show received share information in share view
(gh#nextcloud/desktop#7373)
* Improve read only virtual files support on Windows
(gh#nextcloud/desktop#7477)
* Bundle macOS File Provider module logs into main debug archive
(gh#nextcloud/desktop#7464)
* Fix adding account and skipping folder configuration crash.
(gh#nextcloud/desktop#7436)
* Fix login regression on linux (gh#nextcloud/desktop#7455)
* Bugfix/virtual files more reliable
(gh#nextcloud/desktop#7327)
* Fix half-translated GUI strings on Windows
(gh#nextcloud/desktop#7490)
* [stable-3.15] fix spelling os UserStatus qml type when setting
user status (gh#nextcloud/desktop#7559)
* [stable-3.15] Bugfix/dark mode switch (gh#nextcloud/desktop#7563)
* [stable-3.15] no transparent background for main ApplicationWindow
(gh#nextcloud/desktop#7565)
-------------------------------------------------------------------
Mon Nov 18 11:47:48 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Add qt6-qt5-imports to Requires (boo#1233005).
-------------------------------------------------------------------
Mon Nov 4 20:38:53 UTC 2024 - RN <R_Nik_C@proton.me>
- Update to version 3.14.3:
* create a permanent log of delete actions
(gh#nextcloud/desktop#7381)
* detect the terms of service app is requiring the user to sign
them (gh#nextcloud/desktop#7386)
* content access denied error during discovery: verify server
access (gh#nextcloud/desktop#7392)
* properly detect need to sign terms of service state
(gh#nextcloud/desktop#7396)
* improve again state tracking with terms of service app
(gh#nextcloud/desktop#7406)
* Change defaults of promptDeleteFiles to false
(gh#nextcloud/desktop#7411)
* Update share link for AppImage tool (gh#nextcloud/desktop#7440)
* Bugfix update channels (gh#nextcloud/desktop#7443)
* Only display server name in multiple override servers dropdown
(gh#nextcloud/desktop#7424)
-------------------------------------------------------------------
Tue Oct 22 15:08:57 UTC 2024 - RN <R_Nik_C@proton.me>
- Some qt5 libraries replaced to qt6
- Removed unneeded qt5 library
-------------------------------------------------------------------
Tue Oct 22 11:20:37 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.14.2:
* Bugfix/fix log issues (gh#nextcloud/desktop#7267).
* Remove too verbose logs during discovery
(gh#nextcloud/desktop#7272).
* Add support for the new craft blueprint options relating to
override server urls (gh#nextcloud/desktop#7276).
* Properly catch std::filesystem exceptions
(gh#nextcloud/desktop#7283).
* remove extra argument from QString::arg: string has only 1
placeholder (gh#nextcloud/desktop#7292).
* Cleaning logs (gh#nextcloud/desktop#7295).
* Properly check for webdav or dav path in provided host url for
cmd.cpp (gh#nextcloud/desktop#7301).
* Count the files deletion and warn if threshold is exceeded
(gh#nextcloud/desktop#7304).
* Message should say many not all: would be triggered by 200
files (gh#nextcloud/desktop#7306).
* Cleaning logs (gh#nextcloud/desktop#7308).
* Improve wordings of confirmation dialog when many files are
deleted (gh#nextcloud/desktop#7329).
* Fix crash caused due to null accountstate in
FileProviderSocketController (gh#nextcloud/desktop#7332).
* Bugfix/signature (gh#nextcloud/desktop#7335).
* Better logs to understand when a folder is locally discovered
(gh#nextcloud/desktop#7342).
* Bugfix/use file id to track renamed items
(gh#nextcloud/desktop#7343).
* Fix: On receiving reply of a remote MOVE: always record it
(gh#nextcloud/desktop#7352).
* remove ownCloud wording in logging
(gh#nextcloud/desktop#7358).
* Fix opening of locally available groupfolders in web browser
from tray drop-down (gh#nextcloud/desktop#7363).
* Make shares distinguishable if there are sharees with the same
display name (gh#nextcloud/desktop#7364).
-------------------------------------------------------------------
Sat Sep 28 18:32:24 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.14.1:
* Bugfix/fix vfs folder state when remote move is forbidden
(gh#nextcloud/desktop#7131).
* Revert always enable http2 (gh#nextcloud/desktop#7192).
* Add ability to provide multiple hardcoded server URLs via
CMake define (gh#nextcloud/desktop#7197).
* Bugfix/fix upload locked files (gh#nextcloud/desktop#7201).
* Use version of linuxdeploy-plugin-qt from PR in the project
(gh#nextcloud/desktop#7207).
* Bugfix/missing unlock command (gh#nextcloud/desktop#7213).
* Fix alignment and size of buttons (gh#nextcloud/desktop#7217).
* disable our code for network timeout
(gh#nextcloud/desktop#7218).
* Only check for leading/trailing space for files on Windows
(gh#nextcloud/desktop#7224).
- Changes from version 3.14.0:
* Too many to list, see
<https://github.com/nextcloud/desktop/releases/tag/v3.14.0>.
- Switch to building with Qt6; upstream no longer supports Qt5.
- Drop nextcloud-fix-HiDPI-window-size.patch: Not needed with Qt6.
-------------------------------------------------------------------
Sat Sep 14 05:24:42 UTC 2024 - Natasha Ament <stacheldrahtje@gmail.com>
- Update to version 3.13.4:
* Fix release kind detection (gh#nextcloud/desktop#7034)
* docs: conf file option moveToTrash is no longer Linux specific
(gh#nextcloud/desktop#7047)
* only add Encrypt context menu entry for top folder in settings
dialog (gh#nextcloud/desktop#7063)
* add missing exception handling (gh#nextcloud/desktop#7081)
* do not ignore paths containing 2 "#" characters
(gh#nextcloud/desktop#7087)
* Narrow down ReadWrite folder permission to owner
(gh#nextcloud/desktop#7092)
* Bugfix/delete read only remnants folders (
gh#nextcloud/desktop#7107)
* Bugfix/fix one rename issue (gh#nextcloud/desktop#7111)
-------------------------------------------------------------------
Mon Aug 26 19:22:30 UTC 2024 - RN <R_Nik_C@proton.me>

View File

@@ -1,7 +1,7 @@
#
# spec file for package nextcloud-desktop
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,19 +20,12 @@
%define sover 0
%define __builder ninja
# For dolphin KF5/KF6 integration
%if 0%{?suse_version} < 1650
%bcond_with qt6_dolphin
%else
%bcond_without qt6_dolphin
%endif
# std=c++17 and <filesystem> now required, use GCC >= 8 for Leap
%if 0%{?suse_version} < 1650
%if 0%{?suse_version} < 1600
%define gcc_ver 9
%endif
Name: nextcloud-desktop
Version: 3.13.3
Version: 3.16.6
Release: 0
Summary: Nextcloud desktop synchronisation client
License: GPL-2.0-or-later AND LGPL-3.0-or-later
@@ -41,8 +34,6 @@ URL: https://nextcloud.com/
Source: https://github.com/nextcloud/desktop/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: sysctl-sync-inotify.conf
Source2: README.vfs.md
# PATCH-FIX-UPSTREAM nextcloud-fix-HiDPI-window-size.patch badshah400@gmail.com -- Fix huge size of the nextcloud client settings and crash-reporter windows on HiDPI systems
Patch0: nextcloud-fix-HiDPI-window-size.patch
BuildRequires: AppStream
BuildRequires: cmake >= 3.8.0
BuildRequires: fdupes
@@ -50,51 +41,45 @@ BuildRequires: gcc%{?gcc_ver}-c++
BuildRequires: glibc-devel
BuildRequires: gobject-introspection-devel
BuildRequires: hicolor-icon-theme
BuildRequires: libQt5Gui-private-headers-devel
BuildRequires: libqt5-linguist-devel
BuildRequires: kf6-extra-cmake-modules
BuildRequires: ninja
BuildRequires: pkgconfig
BuildRequires: qtkeychain-qt5-devel
BuildRequires: qt6-gui-private-devel
BuildRequires: rsvg-convert
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5GuiAddons)
###BuildRequires: cmake(Qt5Keychain)
BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5Core) >= 5.15
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5QuickControls2)
BuildRequires: pkgconfig(Qt5Sql)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5WebEngineWidgets)
BuildRequires: pkgconfig(Qt5WebSockets)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: cmake(KF6Archive)
BuildRequires: cmake(KF6GuiAddons)
BuildRequires: cmake(KF6KIO)
BuildRequires: cmake(Qt6Keychain)
BuildRequires: cmake(Qt6XcbQpaPrivate)
BuildRequires: pkgconfig(Qt6Concurrent)
BuildRequires: pkgconfig(Qt6Core)
BuildRequires: pkgconfig(Qt6Core5Compat)
BuildRequires: pkgconfig(Qt6DBus)
BuildRequires: pkgconfig(Qt6Gui)
BuildRequires: pkgconfig(Qt6Linguist)
BuildRequires: pkgconfig(Qt6Network)
BuildRequires: pkgconfig(Qt6PrintSupport)
BuildRequires: pkgconfig(Qt6QuickControls2)
BuildRequires: pkgconfig(Qt6Sql)
BuildRequires: pkgconfig(Qt6Svg)
BuildRequires: pkgconfig(Qt6Test)
BuildRequires: pkgconfig(Qt6WebEngineWidgets)
BuildRequires: pkgconfig(Qt6WebSockets)
BuildRequires: pkgconfig(Qt6Xml)
BuildRequires: pkgconfig(cloudproviders)
BuildRequires: pkgconfig(cmocka)
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(libp11)
BuildRequires: pkgconfig(openssl) >= 1.1
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(zlib)
%if %{with qt6_dolphin}
BuildRequires: kf6-extra-cmake-modules
BuildRequires: cmake(KF6KIO)
BuildRequires: pkgconfig(Qt6Core)
BuildRequires: pkgconfig(Qt6DBus)
BuildRequires: pkgconfig(Qt6Network)
BuildRequires: rpm_macro(_qt6_pluginsdir)
%else
BuildRequires: extra-cmake-modules
BuildRequires: cmake(KF5KIO) >= 5.16
%endif
#
Recommends: cloudproviders-extension-nextcloud = %{version}
Requires: %{soname}%{sover} = %{version}
Requires: libqt5-qtgraphicaleffects
Requires: libqt5-qtquickcontrols2
Requires: nextcloud-cli = %{version}
Requires: qt6-qt5compat-imports
Provides: nextcloud-client = %{version}
Obsoletes: nextcloud-client < %{version}
Provides: nextcloud-client-lang = %{version}
@@ -276,8 +261,8 @@ done
# %%{buildroot}%%{_sysconfdir}/sysctl.d/99-%%{name}-sync-inotify.conf
# Needs the following symlinks for VFS support, otherwise client crashes when VFS is enabled
mkdir -p %{buildroot}%{_libqt5_plugindir}
ln -s -t %{buildroot}%{_libqt5_plugindir}/ %{_libdir}/nextcloudsync_vfs_{suffix,xattr}.so
mkdir -p %{buildroot}%{_qt6_pluginsdir}
ln -s -t %{buildroot}%{_qt6_pluginsdir}/ %{_libdir}/nextcloudsync_vfs_{suffix,xattr}.so
%fdupes %{buildroot}%{_datadir}/
@@ -352,17 +337,10 @@ needed to enable the plugin." || true
%files dolphin
%{_libdir}/libnextclouddolphinpluginhelper.so
%if %{with qt6_dolphin}
%dir %{_qt6_pluginsdir}/kf6/kfileitemaction
%{_qt6_pluginsdir}/kf6/kfileitemaction/nextclouddolphinactionplugin.so
%dir %{_qt6_pluginsdir}/kf6/overlayicon
%{_qt6_pluginsdir}/kf6/overlayicon/nextclouddolphinoverlayplugin.so
%else
%dir %{_libqt5_plugindir}/kf5/kfileitemaction
%{_libqt5_plugindir}/kf5/kfileitemaction/nextclouddolphinactionplugin.so
%dir %{_libqt5_plugindir}/kf5/overlayicon
%{_libqt5_plugindir}/kf5/overlayicon/nextclouddolphinoverlayplugin.so
%endif
# /SECTION
%endif
@@ -376,6 +354,6 @@ needed to enable the plugin." || true
%license COPYING
%doc README.vfs.md
%{_libdir}/nextcloudsync_vfs_*.so
%{_libqt5_plugindir}/*.so
%{_qt6_pluginsdir}/*.so
%changelog

View File

@@ -1,27 +0,0 @@
Index: desktop-3.9.0/src/gui/main.cpp
===================================================================
--- desktop-3.9.0.orig/src/gui/main.cpp
+++ desktop-3.9.0/src/gui/main.cpp
@@ -65,6 +65,8 @@ int main(int argc, char **argv)
QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true);
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true);
+ QApplication::setHighDpiScaleFactorRoundingPolicy(
+ Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);
#ifdef Q_OS_MAC
Mac::CocoaInitializer cocoaInit; // RIIA
#endif
Index: desktop-3.9.0/src/crashreporter/main.cpp
===================================================================
--- desktop-3.9.0.orig/src/crashreporter/main.cpp
+++ desktop-3.9.0/src/crashreporter/main.cpp
@@ -25,6 +25,8 @@
int main(int argc, char *argv[])
{
QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true);
+ QApplication::setHighDpiScaleFactorRoundingPolicy(
+ Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);
#ifdef Q_OS_WIN
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true);
#endif // !Q_OS_WIN