Jeremy Soller
e2c446b73a
Fix shift click sorting when items sorted by name, fixes #1135
2025-10-20 14:03:45 -06:00
Jeremy Soller
0c081b79fd
Merge pull request #1278 from weblate/weblate-pop-os-cosmic-files
...
i18n: translation update from Hosted Weblate
2025-10-20 13:56:40 -06:00
Hosted Weblate
fb5b3a988e
i18n: translation updates from weblate
...
Co-authored-by: Aleksandar Anžel <44969003+AAnzel@users.noreply.github.com>
Co-authored-by: Guðmundur Erlingsson <gudmundure@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Priit Jõerüüt <jrthwlate@users.noreply.hosted.weblate.org>
Co-authored-by: VandaL <vandalhj@gmail.com>
Co-authored-by: Yelysei <yelysei.matviienko@proton.me>
Co-authored-by: Ziad El-sayed <ziadelsayed1797@tutamail.com>
Co-authored-by: lorduskordus <lorduskordus@gmail.com>
Co-authored-by: sicKat <giuseppecatillo2003@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/cs/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/et/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/fa/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/is/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/it/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/pl/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/sr_Cyrl/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/sr_Latn/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/uk/
Translation: Pop OS/COSMIC Files
2025-10-20 17:04:56 +00:00
Jeremy Soller
4be92ae8ca
Downgrade to zbus 4 in cosmic-files-applet to fix file manager interface
2025-10-17 16:14:25 -06:00
Jeremy Soller
acf5295c48
Merge pull request #1286 from Cheong-Lau/fix-last-tab-close
...
fix: avoid background process when last tab closed
2025-10-15 21:43:22 -06: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
2e103dd4eb
Update dependencies and format
2025-10-14 11:18:23 -06:00
Jeremy Soller
4312179a4d
Allow type to enter path to select files in dialog
2025-10-14 11:16:37 -06:00
Jeremy Soller
9e8fb60b70
Implement type to search in dialog, fixes #965
2025-10-14 10:57:36 -06:00
Jeremy Soller
17b99cd9a6
Merge pull request #1280 from Cheong-Lau/replace-arc
...
perf: use `Rc<RefCell>` for `ArcElementWrapper`
2025-10-12 20:26:48 -06:00
Cheong Lau
f78d4a4b4f
perf: use Rc<RefCell> for ArcElementWrapper
...
Since `Element` isn't `Sync` and `ArcElementWrapper` doesn't need to be
sent across threads, the overhead from using `Arc<Mutex>` isn't really
needed. Using an `Rc<RefCell>` has the same effect, but is faster and
isn't thread-safe.
2025-10-13 10:13:01 +10:00
Jeremy Soller
c89978bdf5
Merge pull request #1277 from Cheong-Lau/fix-zombies
...
fix: avoid leaving zombie processes on unix
2025-10-12 15:51:24 -06:00
Jeremy Soller
6539ee8da7
Merge pull request #1275 from weblate/weblate-pop-os-cosmic-files
...
i18n: translation update from Hosted Weblate
2025-10-12 10:25:23 -06:00
Cheong Lau
0093562e46
fix: avoid leaving zombie processes on unix
...
In `spawn_detached()`, the spawned process isn't waited on, which makes
zombie processes. This is fixed by calling `wait()` on the `Child`.
While this isn't done in the original function taken from the `open`
crate, it is done in `Alacritty`'s implementation, which is what the
author of `open` based the function on anyway.
2025-10-12 17:04:54 +10:00
Hosted Weblate
88132278de
i18n: translation updates from weblate
...
Co-authored-by: Feike Donia <feikedonia@proton.me>
Co-authored-by: Mikenu Takeru <mikenu-jp@users.noreply.hosted.weblate.org>
Co-authored-by: Ziad El-sayed <ziadelsayed1797@tutamail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/af/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ar/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ja/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/nl/
Translation: Pop OS/COSMIC Files
2025-10-11 12:07:48 +02:00
Hosted Weblate
3503fa565d
i18n: translation updates from weblate
...
Co-authored-by: Fedorov Alexei <aleksejfedorov963@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Ziad El-sayed <ziadelsayed1797@tutamail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ar/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/fa/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ru/
Translation: Pop OS/COSMIC Files
2025-10-10 11:53:51 -04: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
Jeremy Soller
498b90ae2e
Merge pull request #1269 from pop-os/fix-overlap-handling
...
fix(desktop applet): overlaps
2025-10-10 08:34:09 -06:00
Jason Rodney Hansen
7362e8924c
When navbar context menu is opened, close all others
2025-10-09 19:59:27 -06:00
Jason Rodney Hansen
d9d5a6fe3d
Fix location context menu
2025-10-09 19:17:55 -06:00
Ashley Wulber
20ea5a2a5c
fix(desktop applet): overlaps
2025-10-09 17:19:18 -04:00
Jeremy Soller
7d5fb79f02
Handle single click to open on release, fixes #1212
2025-10-09 13:52:41 -06:00
Jeremy Soller
f9f27765c7
Always set maximum scrollable height for open with dialog, fixes #1229
2025-10-09 13:41:39 -06:00
Jeremy Soller
52d0586a1b
Merge pull request #1248 from therealmate/image
...
fix: use the dimension of the image instead of the thumbnail's dimension
2025-10-09 13:24:35 -06:00
Jeremy Soller
ffcd25e110
Merge pull request #1265 from weblate/weblate-pop-os-cosmic-files
...
i18n: translation update from Hosted Weblate
2025-10-09 08:14:20 -06:00
Hosted Weblate
633dde8964
i18n: translation updates from weblate
...
Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com>
Co-authored-by: Fedorov Alexei <aleksejfedorov963@gmail.com>
Co-authored-by: Feike Donia <feikedonia@proton.me>
Co-authored-by: Guðmundur Erlingsson <gudmundure@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Stepan Denysenko <stepden04@gmail.com>
Co-authored-by: Walter William Beckerleg Bruckman <spayk.99@protonmail.com>
Co-authored-by: Yago Raña Gayoso <yago.rana.gayoso@gmail.com>
Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Co-authored-by: lorduskordus <lorduskordus@gmail.com>
Co-authored-by: mikenu <mikenu-jp@users.noreply.hosted.weblate.org>
Co-authored-by: oddib <oddbjorn.mr@hotmail.no>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/af/
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/es/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ga/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/is/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ja/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/nl/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/nn/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ru/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/uk/
Translation: Pop OS/COSMIC Files
2025-10-09 16:07:28 +02:00
Jeremy Soller
b228845114
Merge pull request #1236 from weblate/weblate-pop-os-cosmic-files
...
i18n: translation update from Hosted Weblate
2025-10-07 15:33:16 -06:00
Jeremy Soller
6d62700d34
Merge branch 'master' into weblate-pop-os-cosmic-files
2025-10-07 15:33:09 -06:00
oddib
e8f55b1df2
i18n: adding translation for Norwegian Nynorsk
2025-10-07 22:57:06 +02:00
Guðmundur Erlingsson
2b5a3ac849
i18n: adding translation for Icelandic
2025-10-07 21:40:38 +02:00
Ziad El-sayed
82dbd29bab
i18n(ar): update translations from Weblate
...
Currently translated at 100.0% (219 of 219 strings)
Translation: Pop OS/COSMIC Files
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ar/
2025-10-07 21:40:37 +02:00
Ashley Wulber
6e3406a4be
fix(input): update libcosmic
2025-10-07 15:01:48 -04:00
Priit Jõerüüt
9b062871b1
i18n(et): update translations from Weblate
...
Currently translated at 71.6% (157 of 219 strings)
Translation: Pop OS/COSMIC Files
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/et/
2025-10-07 09:02:03 +02:00
marcin mikołajczak
aef7117bb7
i18n(pl): update translations from Weblate
...
Currently translated at 100.0% (219 of 219 strings)
Translation: Pop OS/COSMIC Files
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/pl/
2025-10-07 09:02:01 +02:00
Priit Jõerüüt
05e3312415
i18n(et): update translations from Weblate
...
Currently translated at 69.4% (152 of 219 strings)
Translation: Pop OS/COSMIC Files
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/et/
2025-10-06 06:02:04 +00:00
lorduskordus
cdfadcf697
i18n(cs): update translations from Weblate
...
Currently translated at 100.0% (219 of 219 strings)
Translation: Pop OS/COSMIC Files
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/cs/
2025-10-06 06:02:03 +00:00
Aliaksandr Truš
f6dbcc34a3
i18n(be): update translations from Weblate
...
Currently translated at 100.0% (219 of 219 strings)
Translation: Pop OS/COSMIC Files
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/be/
2025-10-06 06:02:02 +00: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ć
d788fe2421
perf(zip): don't call sync_all() on every file
...
Calling it on every file massively slows down extraction of zip archives containing a lot of files.
Yields a ~60x time reduction for extracting a zipped folder containing 10,000 empty txt files.
From what I can find, Ark also doesn't seem to do this, and instead relies on the OS to handle it.
2025-10-05 23:42:30 +02:00
therealmate
23dd824746
fix: use the dimension of the image instead of the thumbnail's dimension
...
Fixes https://github.com/pop-os/cosmic-files/issues/1244
2025-10-05 22:50:56 +02:00
Ashley Wulber
c42e37b2dd
chore: update libcosmic
2025-10-03 18:18:08 -04: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
Hosted Weblate
1c6b911dcb
i18n: translation updates from weblate
...
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Hugo Carvalho <hugokarvalho@hotmail.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: VandaL <vandalhj@gmail.com>
Co-authored-by: Walter William Beckerleg Bruckman <spayk.99@protonmail.com>
Co-authored-by: Yauhen <bugomol@users.noreply.hosted.weblate.org>
Co-authored-by: mikenu <mikenu-jp@turbosystem.net>
Co-authored-by: oddib <oddbjorn.mr@hotmail.no>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/be/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/es/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/es_419/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/et/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ja/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/pl/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/pt/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/sv/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/zh_Hant/
Translation: Pop OS/COSMIC Files
2025-10-02 20:44:04 +02:00
Jeremy Soller
013d331d32
Merge pull request #1235 from weblate/weblate-pop-os-cosmic-files
...
i18n: translation update from Hosted Weblate
2025-10-02 10:25:46 -06:00
Hosted Weblate
5942c636f7
i18n: translation updates from weblate
...
Co-authored-by: Hugo Carvalho <hugokarvalho@hotmail.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: VandaL <vandalhj@gmail.com>
Co-authored-by: Walter William Beckerleg Bruckman <spayk.99@protonmail.com>
Co-authored-by: Yauhen <bugomol@users.noreply.hosted.weblate.org>
Co-authored-by: mikenu <mikenu-jp@turbosystem.net>
Co-authored-by: oddib <oddbjorn.mr@hotmail.no>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/be/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/es/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/es_419/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/et/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/ja/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/pl/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/pt/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/sv/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/zh_Hant/
Translation: Pop OS/COSMIC Files
2025-10-02 17:05:32 +02:00
Jeremy Soller
c65a1b4e1b
Merge pull request #1228 from pop-os/update-libcosmic
...
chore: update libcosmic
2025-10-02 07:50:43 -06:00
Jeremy Soller
3d70a97930
Merge pull request #1234 from lorduskordus/czech-translation
...
Add Czech translation to .desktop and metainfo.xml files
2025-10-02 07:50:22 -06:00
lorduskordus
b61cfc70a3
Add Czech translation to .desktop and metainfo.xml files
2025-10-02 10:25:14 +02:00
Jeremy Soller
245197058c
Merge pull request #1232 from weblate/weblate-pop-os-cosmic-files
...
i18n: translation update from Hosted Weblate
2025-10-01 14:19:19 -06:00