Vukašin Vojinović
2ba08c4928
chore: update dependencies
...
This adapts to the changed context drawer actions API.
Also simplifies the actions code.
2025-11-05 15:26:02 -07: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
Cheong Lau
c0736400e4
Merge branch 'pop-os:master' into rustc-hash
2025-10-28 03:12:10 +00:00
Cheong Lau
78f2ed2bdd
Merge branch 'master' into rustc-hash
2025-10-23 11:24:01 +00:00
Ashley Wulber
d9b35a4612
chore: update libcosmic
2025-10-22 14:21:46 -04:00
Ashley Wulber
90d705dd52
chore: update libcosmic and use custom IDs
...
fixes #1087
2025-10-22 14:10:15 -04:00
Ashley Wulber
ee550266c6
chore: focus empty trash and mount error buttons
2025-10-22 14:10:15 -04:00
Ashley Wulber
e6da0a8ae5
chore: focus replace & favorite path dialog buttons
2025-10-22 14:10:15 -04:00
Ashley Wulber
ce207a54b3
chore: set executable and launch dialog confirm button
2025-10-22 14:10:15 -04:00
Ashley Wulber
7be73d584d
chore: focus open with dialog confirm button
2025-10-22 14:10:15 -04:00
Ashley Wulber
6615e0a2b7
fix: focus button for permanently delete dialog
2025-10-22 14:10:15 -04:00
Gwen Lg
423d5d1054
enable ovelap variable on features
2025-10-21 01:02:28 +02:00
Ashley Wulber
24b28a3703
fix: check surface_ids for keypress
2025-10-20 16:17:19 -04:00
Cheong Lau
43a9fca4ec
perf: use rustc-hash for HashMap and HashSet
...
Since we already depend on `rustc-hash` transiently, this doesn't add
any more dependencies. As long as DOS attacks aren't a concern (which I
don't think they are?), this should be free performance.
In my (admittedly naive) testing, this really improved CPU usage in some
cases, which is pretty nice to get for free.
2025-10-19 08:46:12 +10:00
Cheong Lau
f16981020b
fix: avoid background process when last tab closed
...
The current behaviour leaves the process running in the background.
Instead, send a `Message::WindowClose` which properly closes the window.
2025-10-16 13:03:07 +10:00
Jeremy Soller
5a326b6ff1
Merge pull request #1270 from jasonrhansen/location-context-menu-fix
...
Fix location context menu
2025-10-10 08:34:34 -06:00
Jason Rodney Hansen
7362e8924c
When navbar context menu is opened, close all others
2025-10-09 19:59:27 -06:00
Ashley Wulber
20ea5a2a5c
fix(desktop applet): overlaps
2025-10-09 17:19:18 -04:00
Jeremy Soller
f9f27765c7
Always set maximum scrollable height for open with dialog, fixes #1229
2025-10-09 13:41:39 -06:00
therealmate
c7ee1c9ae1
fix: update modifier state for all windows, not just the main window
...
Fixes https://github.com/pop-os/cosmic-files/issues/1152
2025-10-05 23:44:23 +02:00
Vukašin Vojinović
909577b364
chore: clippy
2025-10-03 14:36:00 -04:00
Vukašin Vojinović
4a4d5c0a9e
chore: update dependencies
...
Also removes the license crate patch.
2025-10-03 14:36:00 -04:00
Jeremy Soller
942a7f47d3
Ensure task to remove desktop dialogs is run, fixes #1185
2025-09-16 14:13:04 -06:00
Vukašin Vojinović
11b6a0713f
chore: link desktop appearance to desktop page
2025-09-13 10:51:14 -06:00
Vukašin Vojinović
131cf7e8cd
chore: make dbus-config optional
...
Also fixes some lints.
2025-09-13 10:51:14 -06:00
Vukašin Vojinović
f0cce9a81f
fix(desktop): header bar styling
...
This effectively reverts commit 19c2cefd8a .
The changes don't seem to be necessary anymore. and this ensures the header bar matches the theme.
2025-09-11 08:15:26 -06: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ć
4d642ee3fa
improv(app): use about widget
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
Ryan Brue
a76f7f8685
Fix tests
...
Tested with cargo test --all-features
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
2025-08-20 17:13:43 -04:00
Jeremy Soller
0bf1a21351
Remove unnecessary mount code, fixes #1141
2025-08-15 11:46:51 -06:00
Jeremy Soller
116774d5fa
Use Location::path_opt for checking for location path
2025-08-15 11:38:26 -06:00
Jeremy Soller
50d721479d
Allow search on gvfs drives, fixes #1104
2025-08-15 11:30:51 -06:00
Jeremy Soller
be67fd8e0d
Use Extract To dialog for supported archive types by default
2025-08-15 11:23:24 -06:00
Jeremy Soller
fb74be9a70
Restore tab scroll position, fixes #1115
2025-08-15 11:01:08 -06:00
Jeremy Soller
5e0645d1c2
Filter window events by window id, fixes #1118
2025-08-15 09:23:29 -06:00
Joshua Megnauth
007a4cf95c
Fix trash watcher regression ( #1122 )
...
Recursively watching the trash directories can be slow, but not watching
at least the "files" folder (e.g. .Trash-1000/files) leads to missed
events.
I also simplified the events parsing.
2025-08-03 06:37:20 -06:00
Mitchel Stewart
293350092c
thumbnail: Support jxl and plumbing for future formats. ( #1058 )
...
* add plumbing for additional thumbnailers
* remove bad logging and fmt
* fix bad logging message
* add decoding ram limits
* add configuration for thumbs
* cleanups
* fix rebase fails
2025-07-30 15:45:53 -06:00
Josh Megnauth
dfb2ca7443
Watch .recently-used.xbel
...
Closes : #1072
2025-07-28 09:30:24 -06:00
Ashley Wulber
6d9e6c1d20
fix(desktop): use the window id for context menus
2025-07-25 15:47:37 -04:00
Jeremy Soller
a6e369df0f
Enable context menu popups in dialog, close context menu when location changes
2025-07-24 11:34:41 -06:00
Jeremy Soller
605f44763b
On wayland, place context menus into popups, fixes #1090
2025-07-24 10:51:46 -06:00
Jorge Menjivar
050e043867
Remove old TODO comment
2025-07-24 10:25:42 -06:00
Jorge Menjivar
cb36a25060
Fix slow startup
...
Remove unnecessary watch of sub-directories in trash bins, which causes really long startup times
2025-07-24 10:25:42 -06:00
Josh Megnauth
35a9bd5347
Use trash-rs' is_empty more
...
Fixes two instances where enumerating trash items isn't needed.
2025-07-24 10:25:16 -06:00
Jeremy Soller
05ea61ed72
Do not attach empty URI to mounter items, fixes #1079 , fixes #1085
2025-07-19 12:04:11 -06:00
Jeremy Soller
0a9bcdd5fd
Fix unused tasks
2025-07-19 11:58:06 -06:00
Ashley Wulber
8aa85ba1e3
fix: typo
2025-07-18 09:02:36 -04:00
Jeremy Soller
73e1d7ce52
Move desktop dialogs to their own windows
2025-07-17 10:15:42 -06:00