Jeremy Soller
c680492a9a
Hide shadowed mounts, may fix #1245
2025-12-29 17:12:23 -07:00
Cheong Lau
7c7dbe7178
fix: update network path when entering uri
...
closes : #1406
2025-12-08 17:12:23 -07:00
Cheong Lau
66733b7fda
feat(tab): allow entering of network uri as path
2025-11-26 16:11:10 -07:00
Jeremy Soller
29a1f7f518
Merge pull request #1379 from FreddyFunk/bugfix/external-drives-metadata
...
Show metadata, thumbnails and gallery view on mounted drives
2025-11-18 16:52:35 -07:00
Frederic Laing
c8f25472a7
extend remote location filesystem detection filter
2025-11-17 09:27:26 +01:00
Frederic Laing
0fc6596681
directly navigate to the mounted drive after mounting them with a click on the sidebar
2025-11-17 09:06:02 +01:00
Frederic Laing
26e223c4f0
fix metadata, thumbnails and gallery view for locally mounted drives
2025-11-17 08:58:28 +01:00
Frederic Laing
e2f70a1215
fix for hidden files being visible on external drives
2025-11-13 16:22:09 -05:00
Cheong Lau
bd1fa1f0a9
perf: general minor performance optimisations
...
Notably there is some code cleanup with the zooming functionality, I've
created a new module to reduce code duplication.
2025-10-29 08:16:50 +10:00
Cheong Lau
5f729829d7
chore: more pedantic clippy suggestions
2025-10-29 08:10:19 +10:00
Vukašin Vojinović
909577b364
chore: clippy
2025-10-03 14:36:00 -04:00
Vukašin Vojinović
3ee1a07f09
chore: update dependencies
...
Updates all dependencies other than ICU.
Enables the `dbus-config` libcosmic feature to fix theming responsiveness.
Also prevents the trash and network drive layer container from touching the edge of the window.
2025-09-11 08:15:26 -06:00
Vukašin Vojinović
f95869a631
chore: migrate to Rust 2024 edition
2025-09-11 08:15:26 -06:00
Ashley Wulber
03ed0857d2
fix: fallback to 0 if no path can be found for network directory
2025-07-17 10:15:42 -06:00
Ashley Wulber
a37b27e7e4
fix: network page entries
2025-07-16 09:37:58 -06:00
Ashley Wulber
a7a519b14c
cleanup
2025-07-15 13:15:45 -06:00
Ashley Wulber
08367c9ea6
feat: handle opening network location in new window
2025-07-15 13:15:45 -06:00
Ashley Wulber
c7e9828d7b
feat: retry opening network locations after mounting
2025-07-15 13:15:45 -06:00
Ashley Wulber
6a2bd1faf1
fix: add eject button for context menus on mount point
2025-07-01 00:25:58 +00:00
Jeremy Soller
2c8060f93b
Remove debug prints from gvfs mounter
2025-05-15 11:49:49 -06:00
Daniel
569247acfb
visualise cut items ( #954 )
2025-04-28 07:35:27 -06:00
Jeremy Soller
7598130650
Fall back to unmount if eject is not supported, fixes #941
2025-04-21 13:21:02 -06: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
Josh Megnauth
8ff54d1522
chore(clippy): mime_app, operation, mounter
...
Fixes Clippy lints for:
* src/mounter/
* src/operation/
* src/mime_app.rs
* src/mouse_area.rs (I missed two of them last time)
2025-01-22 08:10:05 -07:00
Josh Megnauth
6a6a494012
chore(clippy): mouse_area, controller & more
...
Fixes lints for:
* src/operation/controller.rs
* src/mouse_area.rs
* src/mounter/mod.rs
2025-01-19 10:55:56 -07:00
Jeremy Soller
2f08c05afe
Refactor directory size to allow for cancellation
2024-11-15 17:30:25 -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
Daniel Yoon
99306cbf1b
initial commit
2024-10-23 11:21:48 +11:00
Jeremy Soller
390673c70f
Update libcosmic/iced
2024-10-21 13:51:10 -06:00
Jeremy Soller
583d3dfa0d
Support mounting encrypted drive, fixes #144
2024-10-11 16:43:16 -06:00
Jeremy Soller
e25cd37f2d
Search redesign, fixes #550 , fixes #287 , fixes part of #224
2024-10-09 15:41:10 -06:00
Jeremy Soller
218630b7e0
Eject instead of unmount, fixes #479
2024-10-04 19:07:26 -06:00
Jeremy Soller
c511242dd4
Implement desktop view toggles, part of #547
2024-10-04 16:28:30 -06:00
Jeremy Soller
8ace8d025a
Mount network path as needed
2024-09-16 09:18:35 -06:00
Jeremy Soller
c3d6498042
WIP: support for network browsing
2024-09-16 09:18:35 -06:00
Jeremy Soller
0d8fd00dd3
Implement network drive connection, part of #202
2024-09-12 15:54:54 -06:00
Jeremy Soller
e6f8fdd1e6
Go back to home if location is unmounted, fixes #148
2024-05-31 10:39:27 -06:00
Jeremy Soller
37a6f37f7f
Implement unmount button
2024-04-24 13:59:55 -06:00
Jeremy Soller
d80c358ca5
Fix compilation without gvfs feature
2024-04-22 15:32:19 -06:00
Jeremy Soller
2b1abc7c23
Refresh gvfs volumes as needed
2024-04-22 13:14:25 -06:00
Jeremy Soller
02b6cda872
Add mounter abstraction, enable minimal GVfs support
2024-04-22 09:54:00 -06:00