File cosmic-files.changes of Package cosmic-files

-------------------------------------------------------------------
Thu Apr 24 17:32:47 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>

- Update to version 1.0.0~alpha7+0:
  * Fix macOS build (#944)
  * Handle error from trash::os_limited::is_empty
  * perf: Only enumerate trash items when necessary (#604)
  * Update trash crate
  * Format
  * Fall back to unmount if eject is not supported, fixes #941
  * i18n(pt-BR) - Update translations (#943)
  * Remove merged libc patch
  * chore: update libcosmic
  * feat: responsive menu bar (#938)
  * Add tests for `exec_to_command` (#935)
  * Update Hungarian translations (#937)
  * Use icu for date and time localization (#934)
  * Update Swedish translation (#932)
  * i18n - Update portuguese translations (#929)
  * fix: Handle complex Exec keys in desktop entries (#930)
  * Only write what was read during copy, fixes #931
  * Patches to fix redox support
  * feat: use io_uring / IOCP when available for async file IO (#911)
  * Refactor translation (#923)
  * i18n(ro): Improve Romanian translation (#926)
  * empty commit to force rebuild
  * Fix move to home location on unmount
  * i18n(nl) fix some Dutch spell mistakes
  * Update cosmic_files.ftl
  * Update cosmic_files.ftl
  * Update cosmic_files.ftl
  * Update cosmic_files.ftl
  * Add french translation
  * Remove unnecessary debug output
  * Move xdg-mime patch to dependencies, remove filetime patch
  * Use xz2 instead of liblzma, update dependencies
  * Update libcosmic
  * Update cosmic_files.ftl PL Translation extract to folder
  * feat: Open multiple files with one/multiple apps
  * i18n (pt-BR) Update translation
  * Fix for right and middle click in single click mode
  * Set title and accept button label for extract dialog
  * Fix toasts for Extract and Compress
  * Use Open Folder dialog for Extract To
  * Disable drag-select when not in multiple mode
  * Add auto-scroll to dialog
  * Simplify and fix box selection and autoscroll
  * Update cosmic_files.ftl PL Translation Type-to-search Delete and stuff
  * i18n(nl) update Dutch translations
  * Allow dialog open button when opening directory and nothing is selected
  * Add support for accelerator keys in dialog, fixes #390
  * Update libcosmic
  * Update Hungarian translations
  * Format
  * Format
  * Add keybinds for list/grid views
  * Added Extract To feature to the context menu.
  * feat: Extract archive to a specified location
  * Update cosmic_files.ftl
  * chore: update libcosmic
  * Add 'Single click to open' settings toggle
  * Use press event on gallery header instead of drag event to start window drag, fixes #537
  * Update Brazilian portuguese translation
  * i18n(nl) update Dutch translation
  * Only show one (default) line
  * Removed unused imports
  * Fixing incorrect height calculation on scrollable
  * Use scrollable for open-with dialog and calculate height to ensure open button is visible
  * adding note for xdg-mime patch
  * cargo fmt
  * simplifying list generation for mime types, applying xdg-mime patch & cargo fmt
  * Adding in new functionality to open / open-with based off of MIME subclasses where needed
  * Edit location when clicking on current directory
  * Handle broken favorites in sidebar
  * fix(libcosmic): theme subscription
  * Improve updating favorites when moving multiple dirs
  * Update favorites when dir is renamed or moved
  * Implement "Open in new window" for Trash, Recents, Network
  * Only show Show Details for Path locations
  * Only show Empty Trash when there is trash
  * Add open in new tab for Network and Recents
  * Ensure skip applies to cleanup operations, fixes #854
  * Remove accidental println
  * Compact consecutive search locations in history, fixes #759
  * Type to search or seek (#859)
  * Update Hungarian translations
  * fix(app): header actions glitch in preview page
  * i18n(nl) update Dutch translation
  * fix(app): close preview on single click
  * Revert "fix(app): close selected preview on single click"
  * fix(app): close selected preview on single click
  * Add operation to permanently delete trash items, fixes #841
  * Fix multiple operation progress, fixes #842
  * Format
  * i18n(ca): Add Catalan translation
  * fix(tab): prevent showing future date in trash items
  * Respect military time config from time applet
  * Added Irish translation

-------------------------------------------------------------------
Sat Feb 22 02:55:01 UTC 2025 - rrahl0@opensuse.org

- Update to version 1.0.0~alpha6+1:
  * Move dbus-config to optional feature
  * Fix thumbnails
  * Removing unused import
  * Change calculation of virtual drag area to work with subscription by not relying on mouse movements
  * perf: update libcosmic to improve window resize performance
  * Fixing issue with scroll speed subscription not working in dev profile, removing speed code as redundant
  * i18n(pl): update Polish translation
  * chore: upgrade dependencies
  * Moving autoscroll to a subscription on fixed timer + calculating speed based off of distance to edge
  * i18n(nl) update Dutch translation
  * Fixing issue with x-axis desyncing
  * Fixing issue where swapping between list & grid view 'desync' the virtual cursor
  * Fixing some jankiness by decoupling scroll offset vs 'virtual' cursor position & resetting after drag end
  * Implementing 'virtual cursor offset' to help track & dynamically update drag rect
  * Adding in resize listener for gridview
  * Adding in new functionality to scroll the file window when dragging outside the viewport of the scrollable
  * Update Hungarian translations
  * i18n(de): add German translation
  * fix: set the active tab in desktop mode when the window is focused
  * chore: update libcosmic with mmap threshold fix
  * Improve permissions descriptions
  * Add mode samples
  * fix(applet): set mmap threshold to lower memory usage
  * Fix unit test - fedora build.
  * i18n(nl) update and improve Dutch translation
  * Update cosmic_files.ftl PL translation Password Grid Spacing
  * Adjust style of completions again
  * Do not show completion if already on an existing path
  * Limit completions to 8
  * Improve style of completions
  * Path completion
  * improv(preview_view): set max height for previews
  * Update Hungarian translations
  * Add icon size and grid spacing for desktop, fixes #751
  * Set select_focus when selecting by name or path
  * Fixing issue where a tab tries to read lines from a .hidden directory
  * Polish translation for MetaInfo
  * fix: set M_MMAP_THRESHOLD to lower memory usage significantly
  * Format
  * adding in cancel action for password required dialog
  * VecDeque makes more sense to maintain order of operations
  * quick cleanup to some untranslated strings, moving zip extract dir creation order
  * i18n(pt-BR): update translations
  * adding in support to extract/compress zip files with passwords
  * i18n(nl) update Dutch translation
  * chore(clippy): `tab.rs`
  * Focus text input when in NetworkAuth modal
  * Do not display already-exists message when name isn't changed
  * chore(clippy): `app.rs`, `mime_app.rs`
  * Update the Hungarian translation with the desktop files
  * Update Hungarian translations
  * Update cosmic_files.ftl
  * Clean up mime app handling and make it possible to set default application
  * Remove use of expect to fix minimum rust version
  * Handle org.freedesktop.FileManager1 in cosmic-files-applet
  * Support URL arguments
  * If file is passed on command line, show parent folder and select it
  * chore(clippy): config, dialog, menu
  * chore(clippy): mime_app, operation, mounter
  * chore(clippy): `mouse_area`, `controller` & more
  * chore(clippy): `thumbnailer.rs`, two files in operation
  * Allow drop to Desktop, fixes #597
  * Add on_submit handler to NetworkAuth dialog
  * Only display 'Connect anonymously' when available
- switch to obs_scm

-------------------------------------------------------------------
Sat Jan 18 17:12:24 UTC 2025 - rrahl0@opensuse.org

- Update to version 1.0.0~alpha5+3:
  * Replace use of blocking function on search results channel, fixes #601
  * Fix resetting shift select range
  * Add move to first/last item with home/end keys
  * always check if a search is active when rescanning (#712)
  * Update dependencies
  * Add more plain text mime types when copying files
  * Fix left clicking in empty folder to clear context menu
  * Close context menu when window loses focus
  * Minor Polish translation improvements
  * fix: Strip more file names in extractor
  * perf: optimized cosmic-freedesktop-icons
  * Update dependencies

-------------------------------------------------------------------
Fri Jan 10 21:28:32 UTC 2025 - rrahl0@opensuse.org

- Update to version 1.0.0~alpha5+1:
  * Update dependencies
  * Update cosmic_files.ftl (#727)
  * Add Dutch translation (#724)
  * Fix crash for dialog in debug mode
  * Fix 'New folder...' context menu item in save dialog
  * Enable `Open item location` for Recents
  * update search on events
  * use parent of file/folder instead of tab location for renaming
  * Update Turkish translation
  * Update Turkish translation
  * i18n(de): add German translation
  * i18n pt-BR translation update
  * i18n pt-BR translation update
  * Add Danish translation
  * Fix Show Hidden Files
  * Add Thai translation
  * Unset `show_details` on close too

-------------------------------------------------------------------
Thu Dec 05 23:51:21 UTC 2024 - rrahl0@opensuse.org

- Update to version 1.0.0~alpha4+0:
  * Unset `show_details` on escape
  * refactor: overlap handling for surfaces that occupy a corner
  * feat: avoid overlap with panel
  * update libcosmic
  * Update cosmic_files.ftl zh-CN and fix several translation errors

-------------------------------------------------------------------
Thu Oct 31 22:15:02 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

- update to 1.0.0~alpha3:
  * removed std err pipe
  * run AppImage files from cosmic-files
  * fix(extract): correctly append copy suffix for existing folder names
  * fix(extract): preserve full folder names during extraction
  * Improve move operations
  * Disable menu items when not available
  * Fix build when desktop feature is disabled
  * Preserve selections through external changes
  * Backspace to go back
  * Scroll to the top after changing location
  * Correct input argument for thumbnailer
  * Generically support external thumbnailers
  * Add support for evince thumbnailer
  * updated translations

-------------------------------------------------------------------
Wed Sep 25 00:59:35 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

- update to 1.0.0~alpha2:
  * fix: add padding to context menu divider
  * feat: add missing file menu entries
  * Continue operations in the background if the window is closed
  * fix: add settings keybind
  * Clear and close search field on nav
  * Activate navbar selection on init and when switching tabs
  * Sort modified descending on initial click
  * fix icons
  * Fix scrolling item into view when using arrow keys
  * Fix breadcrumbs to use pointer mouse cursor
  * Don't focus tab when opening folder in new tab
  * Select previous directory when navigating back
  * Add Open item location for search results, fixes
  * Show symlinked directories as directories
  * Enable extracting zip files to current folder
  * removed examples from cargo.toml
  * Display file ownership and permissions
  * fix app name
  * updated translations

-------------------------------------------------------------------
Thu Aug  8 00:59:47 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

- standardize packaging with also fixes for miscellaneous hardcoding
  filenames, using @PARENT_TAG where applicable, and be more specific
  with files in the %files section (so no non-wanted files are getting
  added

-------------------------------------------------------------------
Wed Aug  7 01:28:16 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

- update to 1.0.0~alpha1:
  * fix: don't scroll sorting headings
  * undo toaster
  * update translations
- enable leap (thanks to vyvir)

-------------------------------------------------------------------
Sun Jul 14 07:26:54 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

- disable tests for now, as they get killed on OBS

-------------------------------------------------------------------
Wed Mar 13 22:51:58 UTC 2024 - Richard Rahl <rrahl0@proton.me>

- initial packaging
openSUSE Build Service is sponsored by