Commit graph

1696 commits

Author SHA1 Message Date
Jeremy Soller
5edeea69f9
Scroll to focused item on tab rescan, fixes #1281 2025-12-29 15:57:51 -07:00
Jeremy Soller
eaa756182a
Update dependencies 2025-12-29 15:36:05 -07:00
Jeremy Soller
923c720ae5
Update cargo.toml and debian changelog versions to 1.0.0 2025-12-29 15:13:36 -07:00
Your Name
eb19c360d6 fix(mouse_area): update hover state on scroll events
Hover state was only recalculated on CursorMoved events, causing items
to remain highlighted after scrolling away from them. Now hover checks
also run on WheelScrolled events and viewport changes, ensuring
on_enter/on_exit fire correctly when content moves under the cursor.
2025-12-29 12:25:01 -06: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
nilltadios
0af3d12e9e fix: support absolute paths in .desktop file Icon field
Per the FreeDesktop Desktop Entry spec, the Icon field can be either
an icon name (looked up in the theme) or an absolute path to an image.
Previously, all Icon values were passed to `widget::icon::from_name()`,
which only works for icon names.

This adds a `desktop_icon_handle()` helper that checks if the path is
absolute and exists, using `widget::icon::from_path()` for absolute
paths and `widget::icon::from_name()` for icon names.

Fixes: https://github.com/pop-os/cosmic-epoch/issues/2697
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
d9b6404f1b refactor: file metadata 2025-12-26 13:21:19 -06:00
Jonatan Pettersson
79c34ff9ce refactor: children count 2025-12-26 13:21:19 -06:00
Jonatan Pettersson
b1771b4c42 refactor: simplify mime type limit logic 2025-12-26 13:21:19 -06: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
Jeremy Soller
84d3659263
Merge pull request #1455 from pop-os/dnd-regression_nobuild
docs (QA): Add file drag-and-drop to regression testing checklist
2025-12-19 16:27:53 -07:00
Jeremy Soller
53311f40db
Merge pull request #1456 from pop-os/fix-dnd
fix: update libcosmic
2025-12-19 16:26:29 -07:00
Ashley Wulber
738d95e1ad fix: update libcosmic
fixes #1438
2025-12-19 14:35:59 -07:00
Levi Portenier
bad9fa8aba
Merge pull request #1442 from mkljczk/patch-1
Update progress title logic to match what the progress bar shows
2025-12-19 13:55:41 -07:00
Jacob Kauffmann
bed902ebb2 docs (QA): Add file drag-and-drop to regression testing checklist 2025-12-19 13:36:31 -07:00
Levi Portenier
bc22f1f329
Merge branch 'master' into patch-1 2025-12-19 12:37:25 -07:00
Levi Portenier
aab6bd95e2
Merge pull request #1454 from jpttrssn/expand-tilde
fix: Expand tilde in location path
2025-12-19 12:34:57 -07:00
Levi Portenier
682bfeae67
Merge branch 'master' into expand-tilde 2025-12-19 12:34:39 -07:00
Your Name
977c878600 Empty trash as much as possible
Fixes #1134
2025-12-19 11:52:07 -07:00
Jonatan Pettersson
4782f36b9c fix: Expand tilde in location path 2025-12-19 12:14:01 +01:00
Hosted Weblate
f5b6b0fa2f i18n: translation updates from weblate
Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com>
Co-authored-by: David Carvalho <david.snt.carvalho@gmail.com>
Co-authored-by: Ekramul Reza <ekramulreza@users.noreply.hosted.weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Mateus Liberale Gomes <sergiogomes209403@gmail.com>
Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Co-authored-by: Vilius Paliokas <viliuspaliokas@gmail.com>
Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Co-authored-by: lorduskordus <lorduskordus@gmail.com>
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/ga/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/lt/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/pt_BR/
Translation: Pop OS/COSMIC Files
2025-12-16 16:58:39 +01:00
nicole mikołajczyk
79d43b90b8
Update progress title logic to match what the progress bar shows 2025-12-16 13:34:41 +01:00
Jeremy Soller
a760a9e8d6
Merge pull request #1399 from jpttrssn/use-cosmic-mime-apps
Replace freedesktop_entry_parser with cosmic-mime-apps
2025-12-11 10:00:06 -07:00
Jeremy Soller
e65529dcfc
Merge pull request #1417 from weblate/weblate-pop-os-cosmic-files
i18n: translation update from Hosted Weblate
2025-12-09 17:08:37 -07:00
Ashley Wulber
e8ef20975f chore: update cosmic-text 2025-12-09 11:43:31 -07:00
Hosted Weblate
a0e62acd16
i18n: translation updates from weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Co-authored-by: lorduskordus <lorduskordus@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ar/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/cs/
Translation: Pop OS/COSMIC Files
2025-12-09 16:03:01 +01:00
Cheong Lau
7c7dbe7178 fix: update network path when entering uri
closes: #1406
2025-12-08 17:12:23 -07:00
Ashley Wulber
11429214c8 chore: update winit 2025-12-08 15:02:39 -07:00
Jeremy Soller
4a79b3f3b0
Merge pull request #1413 from FAlexei/patch-1
Russian translation for .desktop file
2025-12-07 08:03:58 -07:00
FAlexei
7d872befa7
Russian translation for .desktop file 2025-12-06 23:45:54 +03:00
Jeremy Soller
6fa6d305e0
Merge pull request #1397 from weblate/weblate-pop-os-cosmic-files
i18n: translation update from Hosted Weblate
2025-12-05 09:19:41 -07:00
Jeremy Soller
083afbe028
Merge pull request #1405 from jpttrssn/remove-desktop-search-to-type
fix: Only type to search in App mode
2025-12-04 08:56:15 -07:00
Jonatan Pettersson
839465a4dd fix: Only type to search in App mode 2025-12-03 22:16:01 +01:00
Jonatan Pettersson
f0e41d701c Replace freedesktop_entry_parser with cosmic-mime-apps 2025-12-02 11:26:09 -07:00
Hosted Weblate
beb9657cb7
i18n: translation updates from weblate
Co-authored-by: CYAXXX <cyaxxx@users.noreply.hosted.weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Julien Brouillard <julienbrouillard1@gmail.com>
Co-authored-by: Roi Gabay <roigby@gmail.com>
Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ar/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/fr/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/he/
Translation: Pop OS/COSMIC Files
2025-12-02 18:00:29 +01:00
Jeremy Soller
3baaf4b452
Merge pull request #1390 from Cheong-Lau/enter-network-path
feat(tab): allow entering of network uri as path
2025-12-01 14:38:10 -07:00
Jeremy Soller
d63d07c785
Merge pull request #1398 from pop-os/checklist
docs (QA): Clarify thumbnail test includes fresh generation
2025-12-01 14:06:14 -07: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
Cheong Lau
66733b7fda feat(tab): allow entering of network uri as path 2025-11-26 16:11:10 -07:00
Jacob Kauffmann
98847df9bf docs (QA): Clarify thumbnail test includes fresh generation 2025-11-25 11:52:51 -07:00
therealmate
e053db3bf9 fix: allow context menu when shift is being pressed 2025-11-24 17:08:49 -07:00
Jeremy Soller
8fd99ec40e
Merge pull request #1393 from weblate/weblate-pop-os-cosmic-files
i18n: translation update from Hosted Weblate
2025-11-24 07:37:45 -07:00
Hosted Weblate
b6cd741b39
i18n: translation updates from weblate
Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ar/
Translation: Pop OS/COSMIC Files
2025-11-22 16:51:31 +00:00
Hendrik Hamerlinck
9455d6f084 fix: sliders on desktop view options 2025-11-21 16:00:16 -07:00
Jeremy Soller
83bdc4d073
Merge pull request #1389 from pop-os/subwindow-modifiers
Track and use modifiers per sub-window, fixes #1152
2025-11-21 14:18:45 -07:00
Jeremy Soller
b5ee054715
Merge pull request #1380 from weblate/weblate-pop-os-cosmic-files
i18n: translation update from Hosted Weblate
2025-11-21 10:53:13 -07:00
Hosted Weblate
4bd3feb458
i18n: translation updates from weblate
Co-authored-by: Feike Donia <feikedonia@proton.me>
Co-authored-by: GerardWassink <gerard.wassink@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Julien Brouillard <julienbrouillard1@gmail.com>
Co-authored-by: Mattias Eriksson <snaggen@gmail.com>
Co-authored-by: VandaL <vandalhj@gmail.com>
Co-authored-by: Ziad El-sayed <ziadelsayed1797@tutamail.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>
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/fr/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/hu/
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/sv/
Translation: Pop OS/COSMIC Files
2025-11-21 15:51:44 +00:00
Jeremy Soller
fc79b0ecd6
Fix compilation with desktop-applet feature 2025-11-20 17:16:27 -07:00