Levi Portenier
eb1218a0db
Merge branch 'master' into master
2026-02-03 12:09:32 -07:00
Vukašin Vojinović
fcaf6c7e30
chore: update dependencies
2026-01-30 21:10:00 +01:00
Vukašin Vojinović
1e25e7dd69
chore: clippy
2026-01-30 21:05:46 +01:00
Ashley Wulber
ce96665b60
feat: tab dnd
2026-01-28 20:05:51 -05:00
Muhammed Jamsheed
feefb64705
Fix Enter key not extracting password-protected ZIPs
2026-01-22 01:11:47 -06:00
Mehedi Hasan
1a6fb4748d
Ignore TabView updates on Desktop mode
2026-01-10 00:57:11 +06:00
Jeremy Soller
a4d1548a33
Merge pull request #1498 from jpttrssn/calculate-size-desktop
...
fix: Update data on preview in desktop mode
2026-01-07 13:51:46 -07:00
Jonatan Pettersson
0978a0a5f7
fix: Update data on preview in desktop mode
2026-01-06 11:04:27 -07:00
wowitsjack
26634889dc
scroll to selected item when using type-to-select
2026-01-03 17:10:58 +10:00
Levi Portenier
03ec21bdc9
Merge branch 'master' into type-to-select
2025-12-30 12:44:20 -07:00
Jeremy Soller
5edeea69f9
Scroll to focused item on tab rescan, fixes #1281
2025-12-29 15:57:51 -07:00
nilltadios
7e61a33440
fix: require at least one running operation for progress title
...
The condition `if running > 1 || finished > 0` could display
"0 operations running" when running == 0 but finished > 0.
Changed to `if running >= 1 && (running > 1 || finished > 0)` to
ensure the title only shows when at least one operation is running.
2025-12-29 10:51:15 -06:00
wowitsjack
5e92d081c6
add type-to-select option for keyboard navigation
2025-12-27 19:07:21 +10:00
Jonatan Pettersson
361465e337
feat: add multi-file preview
2025-12-26 13:21:19 -06:00
Jason Rodney Hansen
456d4b003e
Ask for confirmation when deleting from trash
2025-12-24 11:14:23 -06:00
nicole mikołajczyk
79d43b90b8
Update progress title logic to match what the progress bar shows
2025-12-16 13:34:41 +01:00
Jonatan Pettersson
839465a4dd
fix: Only type to search in App mode
2025-12-03 22:16:01 +01:00
Cheong Lau
a17946e21b
fix(app): type to search enters text into path bar
...
Makes the behaviour consistent with other locations.
2025-11-26 17:04:48 -07:00
Hendrik Hamerlinck
9455d6f084
fix: sliders on desktop view options
2025-11-21 16:00:16 -07:00
Jeremy Soller
fc79b0ecd6
Fix compilation with desktop-applet feature
2025-11-20 17:16:27 -07:00
Jeremy Soller
5b1211a853
Track and use modifiers per sub-window, fixes #1152
2025-11-20 14:27:43 -07:00
Jeremy Soller
0957f937db
Do not track modifiers in tab, fixes #1312
2025-11-20 08:39:04 -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
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
Jeremy Soller
de20738735
Split out empty trash title, fixes #1373
2025-11-13 08:59:59 -07:00
Jeremy Soller
bb7f0c5748
Merge pull request #1367 from Cheong-Lau/fix-next-tab
...
fix(tab): next tab not wrapping around to 0
2025-11-11 20:04:46 -07:00
Jeremy Soller
26ab0ee52b
Do not close context drawer when context menu opens, fixes #1107
2025-11-11 19:39:31 -07:00
Cheong Lau
81a4fa206e
fix(tab): next tab not wrapping around to 0
...
fixes: bd1fa1f0a9
2025-11-12 12:24:33 +10:00
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