Feike Donia
7459cda47a
i18n(en) permanently delete
2025-05-08 12:01:08 -06:00
Antonio Félix
6447af419d
i18n(es): Fix words for coherence between components
2025-05-07 13:27:57 -06:00
Jeremy Soller
4bf72d9f6a
Handle bz2 mimetypes
2025-05-07 10:10:39 -06:00
Jeremy Soller
ffda03e9c5
Improve handling of io-uring features
2025-05-05 09:07:33 -06:00
Jeremy Soller
0e10447b02
Update io-uring now that patch is released
2025-05-05 08:34:54 -06:00
Jeremy Soller
e99155af8d
Depend on libclang-dev for io-uring crate
2025-05-05 08:17:36 -06:00
Jeremy Soller
3fc5d51053
Merge branch 'master' of https://github.com/pop-os/cosmic-files
2025-05-01 09:19:48 -06:00
Jeremy Soller
3d18d7f390
Update dependencies
2025-05-01 09:19:40 -06:00
铺盖崽
f2932db1ec
Update zh-cn translation
2025-05-01 09:14:16 -06:00
pugaizai
743b609ad8
i18n(zh-CN): update translation
2025-05-01 09:14:16 -06:00
ellieplayswow
16c8c0df30
bugfix(zoom): use global modifiers for checking if ctrl is used for zoom instead of mouse area events
...
example(copy): fixing copy example to use correct Method type
2025-04-30 13:57:33 -06:00
Jeremy Soller
037190babd
Remove unused icon sizes argument from preview
2025-04-30 08:27:55 -06:00
Jeremy Soller
6fa890e3f3
Attempt atomic renames when moving top-level files and folders, fixes #607
2025-04-29 19:12:33 -06:00
Jeremy Soller
dd5fa29e9a
Adjust permanently delete dialog
2025-04-29 18:49:19 -06:00
Jeremy Soller
4f7d13f391
Merge branch 'permanently-delete' of https://github.com/gwen-lg/cosmic-files
2025-04-29 18:39:11 -06:00
Jeremy Soller
5573e36400
Copy to external drives when drag and dropping, part of #828
2025-04-29 18:07:57 -06:00
Jeremy Soller
dd98622cfa
Reduce features used on remote filesystems
...
This attempts to detect remote filesystems on Linux using the
/proc/self/mountinfo file and checking the filesystem against a
hardcoded list of remote filesystems. Remote filesystems will not
thumbnail, read file data to determine mime types, or calculate
directory sizes.
2025-04-29 14:51:11 -06:00
Tim Dengel
caa3d54e83
Add de translation for permanently delete dialog
2025-04-29 20:18:30 +02:00
Gwen Lg
8d313e7c11
Add fr translation for permanent delete
2025-04-29 20:18:30 +02:00
Gwen Lg
160ef5f414
feat: include permanent delete in menu_bar
2025-04-29 20:18:30 +02:00
Gwen Lg
95aba7c74e
Add context menu management of permanently deleting files and folders
...
The action replace move-to-trash when shift modifier is active, like on
other desktop environement.
Use modifiers value stored in Tab struct as needed to forward to context_menu
creation.
Started from work of Tim Dengel <tim.dengel.debian@gmail.com>
2025-04-29 20:18:30 +02:00
Gwen Lg
e220268954
Add ModifiersChanged message on Tab and keep value
...
The message is forwarded from app/dialog Message, and used to
keep the value of the status of modifiers in Tab.
2025-04-29 20:18:30 +02:00
Gwen Lg
d8a198e836
clean: rename Modifiers message to ModifiersChanged
...
to be more explicit/accurate.
2025-04-29 20:18:30 +02:00
Tim Dengel
1a66d7b184
Support permanently deleting files and directories using Shift+Del
...
Add a confirmation dialog to limit risks of data lost.
2025-04-29 20:18:30 +02:00
Jeremy Soller
8ced8b0551
Show all applications that handle any mime types in open with dialog, fixes #568 , fixes #226 , fixes #721
2025-04-29 09:53:51 -06:00
Aindriú Mac Giolla Eoin
d9ffb5d599
Updated Irish translations ( #953 )
2025-04-28 07:36:29 -06:00
Daniel
569247acfb
visualise cut items ( #954 )
2025-04-28 07:35:27 -06:00
19MisterX98
2d22b6d516
fix #878 ( #951 )
2025-04-26 18:12:31 -06:00
Jeremy Soller
697f89e785
Make io-uring optional (fixes redox build)
2025-04-26 18:10:42 -06:00
Jeremy Soller
3beda45a6f
Make io-uring/bindgen optional but default
2025-04-26 18:08:57 -06:00
luishugo
9856db389b
feat: "Open in terminal" now respects the default terminal application ( #948 )
...
This uses the same method as cosmic/settings to determine the default terminal application. This is more of a quick fix for the moment, because it does not yet adhere to the rules of https://github.com/Vladimir-csp/xdg-terminal-exec
2025-04-26 15:39:21 -06:00
Ryan Brue
372cdf9127
Fix building on s390x, ppc64le ( #950 )
...
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
2025-04-26 15:35:18 -06:00
Joshua Megnauth
63176a1e2a
Fix macOS build ( #944 )
...
Closes #921
2025-04-22 08:13:43 -06:00
Jeremy Soller
90fc680666
Handle error from trash::os_limited::is_empty
2025-04-21 13:34:16 -06:00
Joshua Megnauth
bc1b68153b
perf: Only enumerate trash items when necessary ( #604 )
...
Closes : #310
Depends on Byron/trash-rs#120 which implements a function that only
checks if the trash is empty or not instead of parsing each item.
2025-04-21 13:33:03 -06:00
Jeremy Soller
387b364e58
Update trash crate
2025-04-21 13:32:41 -06:00
Jeremy Soller
4f8d22c120
Format
2025-04-21 13:32:29 -06:00
Jeremy Soller
7598130650
Fall back to unmount if eject is not supported, fixes #941
2025-04-21 13:21:02 -06:00
David Carvalho
08f0cab550
i18n(pt-BR) - Update translations ( #943 )
2025-04-21 09:57:41 -06:00
Jeremy Soller
887211c850
Remove merged libc patch
2025-04-17 08:03:53 -06:00
Ashley Wulber
133dab261d
chore: update libcosmic
2025-04-16 12:29:28 -04:00
Ashley Wulber
eea916d783
feat: responsive menu bar ( #938 )
2025-04-15 18:04:07 -06:00
Joshua Megnauth
b6c033562b
Add tests for exec_to_command ( #935 )
2025-04-15 09:09:31 -06:00
therealmate
7f73ddf204
Update Hungarian translations ( #937 )
2025-04-14 14:45:03 -06:00
Jason Hansen
5e21c7cf99
Use icu for date and time localization ( #934 )
...
* Use icu for date and time localization
* Handle military time config in dialog
2025-04-14 08:59:32 -06:00
Luna Jernberg
3245f762a6
Update Swedish translation ( #932 )
...
* Update cosmic_files.ftl
Update Swedish translation
* Update cosmic_files.ftl (SV)
Update Swedish translation
2025-04-11 09:21:57 -06:00
David Carvalho
3194ea1ddb
i18n - Update portuguese translations ( #929 )
2025-04-10 18:20:04 -06:00
Joshua Megnauth
5033b9dfed
fix: Handle complex Exec keys in desktop entries ( #930 )
...
Closes : #922 , #924 , #925 , #928
My original patch, #891 , mishandled Exec keys. The ordering of arguments
matters for the keys, such as for Flatpak apps.
2025-04-10 18:19:07 -06:00
Jeremy Soller
d6f1efbf67
Only write what was read during copy, fixes #931
2025-04-10 18:14:24 -06:00
Jeremy Soller
32bda4b585
Patches to fix redox support
2025-04-10 09:06:59 -06:00