Commit graph

90 commits

Author SHA1 Message Date
Feike Donia
2a9b4ad068 i18n(en) update English source language
Adding singular and plural to `operations-running` and `operations-running-finished` within `# Progress footer`
2025-05-15 10:04:52 -06:00
Feike Donia
4d013ff721 i18n(en) permanently delete 2025-05-08 12:01:08 -06:00
Feike Donia
7459cda47a i18n(en) permanently delete 2025-05-08 12:01:08 -06:00
Jeremy Soller
dd5fa29e9a
Adjust permanently delete dialog 2025-04-29 18:49:19 -06: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
Jason Rodney Hansen
dfa857b1e5 Set title and accept button label for extract dialog 2025-03-23 15:28:18 -06:00
Jeremy Soller
06fd35db76
Merge pull request #683 from CaelusV/single-click
Add 'Single click to open' settings toggle
2025-03-19 16:25:37 +00:00
johnoye742
37efa077e8 Update cosmic_files.ftl 2025-03-17 13:00:14 +01:00
CaelusV
20e571efab Add 'Single click to open' settings toggle 2025-03-14 03:30:58 +01:00
Jason Rodney Hansen
6a8f487a35 Handle broken favorites in sidebar 2025-03-09 12:58:47 -06:00
Jeremy Soller
f95762bd44
Type to search or seek (#859)
* WIP: type to search/seek

* Implement type to seek
2025-03-06 20:44:05 -07:00
Jeremy Soller
c8aa80fb2f
Add operation to permanently delete trash items, fixes #841 2025-03-03 13:44:06 -07:00
Jeremy Soller
17b0c665e7
Improve permissions descriptions 2025-02-12 10:45:20 -07:00
Jeremy Soller
abf95c0189
Add icon size and grid spacing for desktop, fixes #751 2025-02-06 09:26:20 -07:00
Jeremy Soller
2f668b0bd6
Merge pull request #779 from ellieplayswow/feature/compress-extract-password-zips
adding in support to extract/compress zip files with passwords
2025-02-03 13:25:12 -07:00
ellieplayswow
a4d7a377d3 quick cleanup to some untranslated strings, moving zip extract dir creation order 2025-02-03 15:46:10 +00:00
Jeremy Soller
ceab7835ad
Clean up mime app handling and make it possible to set default application, part of #325 2025-01-24 11:55:56 -07:00
francesco-gaglione
5f944a3059
Directories sizes in details view (#656)
* translations

* folder size in details view

* dir size subscription

* waldir instead of recursion

* opitonal size with calculating label waiting for subscription

* removed not necessary code

* Bug fixes

---------

Co-authored-by: Jeremy Soller <jackpot51@gmail.com>
2024-11-15 15:24:52 -07:00
Jeremy Soller
49595d87f3
Improve display of paused state 2024-11-15 11:07:26 -07:00
Jeremy Soller
2109c8c3d6
Implement pause for operations 2024-11-15 09:47:03 -07:00
Jeremy Soller
00ed3115cc
Implement progress notification and cancellation 2024-11-14 14:43:45 -07:00
Jeremy Soller
583d3dfa0d
Support mounting encrypted drive, fixes #144 2024-10-11 16:43:16 -06:00
Jeremy Soller
12d47c8c80
Quote file names in text, fixes #553 2024-10-11 14:35:12 -06:00
Jeremy Soller
c511242dd4
Implement desktop view toggles, part of #547 2024-10-04 16:28:30 -06:00
Jeremy Soller
afa7c30857
Add desktop context menu items, part of #547 2024-10-03 15:41:27 -06:00
Jeremy Soller
7f60a0c710
Support browsing for application in open with dialog 2024-10-03 15:16:17 -06:00
Jeremy Soller
fef57ee031
Improved open with dialog, part of #547 2024-10-03 14:54:18 -06:00
Jeremy Soller
5624f37a36
Adjust executable permission to use Operation and adjust text per UX 2024-10-03 11:53:01 -06:00
Jeremy Soller
b0ac065742
Merge branch 'run_executables' of https://github.com/francesco-gaglione/cosmic-files into francesco-gaglione-run_executables 2024-10-03 11:04:56 -06:00
Francesco Pio Gaglione
54e9be6459 permission dialog 2024-10-03 18:23:50 +02:00
Jeremy Soller
60743ed251
Settings overhaul, part of #321 2024-10-02 14:53:24 -06:00
Jeremy Soller
9b8844a884
Preview and gallery mode changes, part of #540 2024-10-02 13:24:39 -06:00
Josh Megnauth
3b72d29740
Show file deletion date in Trash
Closes: #458
2024-09-21 02:59:55 -04:00
Jason Rodney Hansen
cd71c895f9 Change display of date and time 2024-09-15 17:05:15 -06:00
Jeremy Soller
7451ecf111
Add table of network schemes 2024-09-12 16:29:10 -06:00
Jeremy Soller
0d8fd00dd3
Implement network drive connection, part of #202 2024-09-12 15:54:54 -06:00
Jeremy Soller
76cf9865f0
Add sort menu, fixes #192 2024-09-11 13:29:00 -06:00
Jeremy Soller
5d596239be Desktop mode 2024-09-11 11:15:53 -06:00
Jeremy Soller
c4c92be708
Merge pull request #400 from francesco-gaglione/recent_section
Recents section
2024-09-10 10:02:13 -06:00
Nathan Rowe
13cd7138cc Add Compress menu option to add files to zip archive 2024-09-05 17:34:41 -04:00
Francesco-gaglione
a27e67b957 Merge branch 'refs/heads/master' into recent_section
# Conflicts:
#	Cargo.lock
#	src/tab.rs
2024-08-27 08:45:47 +02:00
Austin Riba
4ba816b151 Display file ownership and permissions.
This subsumes #414. Took feedback into account to display more
human-readble permissions. Also, display the owner and group ownership
inline with the permissions themselves.
2024-08-21 13:52:52 -07:00
Francesco Pio Gaglione
1ffb3b9870 fix merge conflicts 2024-08-20 08:30:41 +02:00
Nathan Rowe
ef23ff77e1 Enable extracting zip files to current folder 2024-08-19 12:12:08 -04:00
Jeremy Soller
b5b13ef1b8
Add Open item location for search results, fixes #280 2024-08-19 09:15:28 -06:00
Francesco Pio Gaglione
056724268e recent section 2024-08-16 14:42:09 +02:00
Tim Dengel
ede7b4ae94
Display no-results message instead of empty-folder when there are no search results 2024-08-11 03:57:28 +02:00
Jeremy Soller
ca1168ddf5
Merge pull request #316 from git-f0x/master
Add missing File menu entries
2024-08-09 14:09:41 -06:00
Jeremy Soller
da329004aa
Continue operations in the background if the window is closed 2024-08-09 09:59:25 -06:00