a71ab4ce11
fix(dialog): keep sortable column headers visible in narrow Save/Open windows
...
In Mode::Dialog (file picker), the location_view used to drop the sortable
heading row whenever the window dropped below the 600px condensed threshold —
which is most of the time for Save As dialogs (the min window width is 360px).
Users lost the ability to click Name/Modified/Size to toggle ascending /
descending sort.
Add a compact heading row reused in dialog mode when the window is condensed.
It keeps the same Message::ToggleSort(HeadingOptions) wiring; only the
column widths differ (Length::Shrink instead of Fixed) so it fits in a
narrow dialog. The regular wide layout is unchanged.
Leyoda 2026 – GPLv3
2026-05-22 08:05:13 +02:00
Ashley Wulber
49d353d369
fix(iced): right click selection offset in dropdown menus
2026-03-17 01:00:06 +01:00
Ashley Wulber
360973175c
feat: rebase libcosmic onto iced 0.14
2026-03-13 21:04:17 +01:00
Jeremy Soller
03988df2dc
Merge pull request #1637 from weblate/weblate-pop-os-cosmic-files
...
i18n: translation update from Hosted Weblate
2026-03-09 10:00:48 -06:00
Hosted Weblate
bc59e01103
i18n: translation updates from weblate
...
Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com>
Co-authored-by: Amadɣas <massiin@proton.me>
Co-authored-by: Aman Alam <aalam@users.noreply.hosted.weblate.org>
Co-authored-by: Arve Eriksson <031299870@telia.com>
Co-authored-by: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Co-authored-by: Benmak Kizuna <benmakworkshop@gmail.com>
Co-authored-by: David Carvalho <david.snt.carvalho@gmail.com>
Co-authored-by: Ettore Atalan <atalanttore@googlemail.com>
Co-authored-by: Fedorov Alexei <aleksejfedorov963@gmail.com>
Co-authored-by: Feike Donia <feikedonia@proton.me>
Co-authored-by: Geeson Wan <wang14240@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Hosted Weblate user 130202 <yakup@users.noreply.hosted.weblate.org>
Co-authored-by: Jiri Grönroos <jiri.gronroos@iki.fi>
Co-authored-by: Julien Brouillard <julienbrouillard1@gmail.com>
Co-authored-by: Jun Hwi Ku <siguning@gmail.com>
Co-authored-by: Konstantinos <kostas.lampropoulos94@gmail.com>
Co-authored-by: Marko X <duffsd@gmail.com>
Co-authored-by: Mattias Eriksson <snaggen@gmail.com>
Co-authored-by: Priit Jõerüüt <jrthwlate@users.noreply.hosted.weblate.org>
Co-authored-by: Spiritable <contact@tnhd.nl>
Co-authored-by: Tommi Nieminen <translator@legisign.org>
Co-authored-by: VandaL <vandalhj@gmail.com>
Co-authored-by: Vilius Paliokas <viliuspaliokas@gmail.com>
Co-authored-by: Walter William Beckerleg Bruckman <spayk.99@protonmail.com>
Co-authored-by: Youri Zoutman <swonkohw@proton.me>
Co-authored-by: Zahid Rizky Fakhri <zahidrizkyfakhri@gmail.com>
Co-authored-by: bittin1ddc447d824349b2 <bittin@reimu.nl>
Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Co-authored-by: lorduskordus <lorduskordus@gmail.com>
Co-authored-by: pbodyMRTF <blinkybill19802012@gmail.com>
Co-authored-by: therealmate <hellogaming91@gmail.com>
Co-authored-by: yakup <mtopac2018@gmail.com>
Co-authored-by: Димко <Term0@ukr.net>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ar/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/cs/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/de/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/el/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/fi/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/fr/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ga/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/hu/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/id/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/kab/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/kk/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ko/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/lt/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/nl/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/pa/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/pl/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ru/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/sv/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/tr/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/uk/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/zh_Hans/
Translation: Pop OS/COSMIC Files
2026-03-09 01:10:07 +01:00
Levi Portenier
747e2a91e4
Merge pull request #1662 from jasonrhansen/compress-dates
...
Preserve modified time when creating/extracting zip files
2026-03-06 16:44:21 -07:00
Levi Portenier
bfb2c6d5b8
Merge pull request #1650 from hojjatabdollahi/hojjat/fix-open-dialog-mime
...
Fix mimetype based filtering in dialog
2026-03-06 16:43:41 -07:00
Levi Portenier
ca15a1bde4
Merge pull request #1558 from jpttrssn/exclude-trash
...
fix: exclude trash from multi-preview
2026-03-02 11:49:53 -07:00
Jason Rodney Hansen
1b50c18e1d
fix: change 'Compress' to 'Compress...' in context menu
2026-02-28 14:31:45 -07:00
Jason Rodney Hansen
7a90e62093
fix: preserve modified time when creating/extracting zip files
2026-02-28 14:18:36 -07:00
Jeremy Soller
ba89d191d9
Merge pull request #1628 from jasonrhansen/search-other-locations
...
feat: search in Recents and Trash
2026-02-28 07:22:02 -07:00
Jason Rodney Hansen
bba95c3fc0
feat: search in Recents and Trash
2026-02-27 18:34:58 -07:00
Konstantinos
49e3d95e7a
fix example/cargo test/ CI
2026-02-24 17:59:11 -07:00
Valentin Kahl
183f59eb95
Make new windows open at the location of the currently active tab
2026-02-24 17:49:24 -05:00
Jeremy Soller
f645c55a38
Merge pull request #1614 from Rics-Dev/feat/count-files-replace-all
...
feat: Show count of files affected when "Apply to all" is selected in copy/move operations
2026-02-24 10:25:16 -07:00
Jeremy Soller
b5a0bb9cf2
Merge pull request #1649 from pop-os/epoch-update
...
Epoch 1.0.8 version update
2026-02-24 10:22:41 -07:00
Hojjat
15d8107d57
chore: add a mimetype based dialog in the example
2026-02-23 11:37:54 -07:00
Hojjat
5b65c7f456
fix: dialog uses parsed mime to match the type
...
It used to try to match images/* to the image/png and fail. Now it
matches the type if the subtype is STAR.
2026-02-23 11:37:29 -07:00
Jeremy Soller
5b7886a35d
Epoch 1.0.8 version update
...
Generated by cosmic-epoch scripts/version-update.sh
2026-02-23 08:13:16 -07:00
Jeremy Soller
ee719d578c
Merge pull request #1644 from pop-os/desktop-disable-wgpu
...
Disable wgpu feature in cosmic-files-applet
2026-02-20 15:03:29 -07:00
Jeremy Soller
43da42a2b6
Disable wgpu feature in cosmic-files-applet
2026-02-20 11:08:48 -07:00
Jeremy Soller
4e0b44b5bb
Merge pull request #1613 from FreddyFunk/feat/clipboard-paste-menu-graying
...
feat: gray out paste menu when clipboard is empty or location unsupported
2026-02-19 19:00:04 -07:00
Hojjat
f8df8d7bad
chore: update libcosmic
2026-02-19 16:50:54 -07:00
Hojjat
059f0227f9
feat: use ellipsizing for item names
2026-02-19 16:50:54 -07:00
Frederic Laing
591ba0f9b9
feat: gray out paste menu when clipboard is empty or location unsupported
2026-02-19 14:19:26 -07:00
Jeremy Soller
f9d4ca4867
Merge pull request #1631 from jasonrhansen/close-context-menu
...
fix: close context menus in various cases
2026-02-19 14:01:33 -07:00
Jeremy Soller
622654da35
Merge pull request #1370 from FreddyFunk/feature/copy-path-option
...
add option to copy path when pressing down shift
2026-02-19 11:31:22 -07:00
Frederic Laing
4e77e398f2
add option to copy path when pressing down shift
2026-02-18 22:42:14 +01:00
Jeremy Soller
f1a8e4ea19
Merge pull request #1639 from pop-os/clear-recents
...
Add Clear Recents history to Recents nav bar context menu
2026-02-18 13:36:42 -07:00
Jeremy Soller
3fcaaf1ed7
Add Clear Recents history to Recents nav bar context menu
2026-02-18 12:14:38 -07:00
Ada Alakbarova
395b4922e4
fix: Remove inappropriate context menu options while in Recents
...
It's not a regular folder, which means:
- It can't be modified, so the following options are removed:
- New file
- New folder
- Paste
- It can't be opened as a folder, so the following options are removed:
- Open in terminal
2026-02-18 12:14:22 -07:00
Jason Rodney Hansen
9def981016
Close context menus on middle click to open in new tab
2026-02-17 17:44:44 -07:00
Levi Portenier
eda673a258
Merge pull request #1632 from jasonrhansen/move-to
...
feat: add 'Move to' and 'Copy to' to Edit menu
2026-02-17 12:06:25 -07:00
Levi Portenier
dd5db221e3
Merge branch 'master' into move-to
2026-02-17 11:30:50 -07:00
Sebastiano Giordano
9952d7bb1c
i18n: edit label for recents feature flag in settings
2026-02-17 13:02:28 -05:00
Sebastiano Giordano
5d3d893c9e
feat: add setting to enable/disable the "recents" feature
2026-02-17 13:02:28 -05:00
Jeremy Soller
8909689245
Epoch 1.0.7 version update
...
Generated by cosmic-epoch scripts/version-update.sh
2026-02-17 10:53:59 -07:00
Jeremy Soller
fda6043f15
Merge pull request #1611 from weblate/weblate-pop-os-cosmic-files
...
i18n: translation update from Hosted Weblate
2026-02-17 09:49:21 -07:00
Hosted Weblate
e665602499
i18n: translation updates from weblate
...
Co-authored-by: Arve Eriksson <031299870@telia.com>
Co-authored-by: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Co-authored-by: Benmak Kizuna <benmakworkshop@gmail.com>
Co-authored-by: David Carvalho <david.snt.carvalho@gmail.com>
Co-authored-by: Ettore Atalan <atalanttore@googlemail.com>
Co-authored-by: Fedorov Alexei <aleksejfedorov963@gmail.com>
Co-authored-by: Feike Donia <feikedonia@proton.me>
Co-authored-by: Geeson Wan <wang14240@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Julien Brouillard <julienbrouillard1@gmail.com>
Co-authored-by: Spiritable <contact@tnhd.nl>
Co-authored-by: VandaL <vandalhj@gmail.com>
Co-authored-by: Youri Zoutman <swonkohw@proton.me>
Co-authored-by: Zahid Rizky Fakhri <zahidrizkyfakhri@gmail.com>
Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Co-authored-by: lorduskordus <lorduskordus@gmail.com>
Co-authored-by: therealmate <hellogaming91@gmail.com>
Co-authored-by: Димко <Term0@ukr.net>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ar/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/cs/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/de/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/fr/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/hu/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/id/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/kk/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/nl/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/pl/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ru/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/sv/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/uk/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/zh_Hans/
Translation: Pop OS/COSMIC Files
2026-02-17 09:10:20 +01:00
Levi Portenier
75a5c6cd09
Merge pull request #1634 from vadorovsky/musl-compio-driver
...
chore: Update compio-driver to 0.11.2
2026-02-16 16:15:26 -07:00
vad
f3141114ac
chore: Update compio-driver to 0.11.2
...
It contains a fix that allows building the crate on musl:
https://github.com/compio-rs/compio/pull/669
2026-02-16 09:05:29 +01:00
Jason Rodney Hansen
d701e32716
feat: add 'Move to' and 'Copy to' to Edit menu
2026-02-15 13:59:16 -07:00
Jason Rodney Hansen
1dc14b6d39
fix: close context menus in various cases
...
* When clicking in window outside of context menu.
* When initiating or clearing a search.
* Close location context menu when ESC is pressed.
2026-02-15 12:48:34 -07:00
Ric's Dev
14c96a466e
feat: Show count of files affected when 'Replace all' is selected in copy/move operations
2026-02-15 19:33:18 +01:00
vkahl
3ecdb59f3b
Clear the prefix selection buffer when changing location
...
After changing directory, the previously typed in prefix (for finding a selection) is cleared immediately without waiting for the timeout. This allows traversing known directory structures very quickly by typing in very few letters for each prefix and hitting enter in between.
2026-02-13 17:36:57 -07:00
Levi Portenier
fc32390f52
Merge pull request #1579 from joshuamegnauth54/desktop-file-path-key
...
Respect 'Path' desktop entry key
2026-02-13 15:14:17 -07:00
Jeremy Soller
f5420a10e6
Add pull request template
2026-02-13 12:35:27 -07:00
Levi Portenier
2c363a01e5
Merge pull request #1618 from pop-os/xdgen
...
Generate translated desktop and metainfo files with xdgen
2026-02-13 11:51:35 -07:00
Jeremy Soller
0029434e12
Generate translated desktop and metainfo files with xdgen
2026-02-12 14:46:38 -07:00
Jeremy Soller
d668d04e12
Merge pull request #1606 from pop-os/fix-gvfs-feature
...
Fix compilation when gvfs feature not enabled
2026-02-10 11:06:03 -07:00