Commit graph

1436 commits

Author SHA1 Message Date
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
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
Hosted Weblate
6aca2679a1
i18n: translation updates from weblate
Co-authored-by: Walter William Beckerleg Bruckman <spayk.99@protonmail.com>
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/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/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/zh_Hant/
Translation: Pop OS/COSMIC Files
2025-10-01 22:08:34 +02:00
Jeremy Soller
c9efd2c01a
Merge pull request #1227 from weblate/weblate-pop-os-cosmic-files
i18n: translation update from Hosted Weblate
2025-10-01 13:51:36 -06:00
Hosted Weblate
cc72e4ebb3
i18n: translation updates from weblate
Co-authored-by: Aliaksandr Truš <evils.mail@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org>
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: lorduskordus <lorduskordus@gmail.com>
Co-authored-by: oddib <oddbjorn.mr@hotmail.no>
Co-authored-by: yakup <mt6360227@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/be/
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/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/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/tr/
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-01 21:48:02 +02:00
Jeremy Soller
d8b3288fde
Merge pull request #1230 from snaggen/sv_desktop
Swedish translation of .desktop file
2025-10-01 08:53:57 -06:00
Mattias Eriksson
0586edea77 Swedish translation of .desktop file 2025-10-01 12:57:48 +02:00
Ashley Wulber
29634de9e4 chore: update libcosmic 2025-09-30 11:54:11 -04:00
Jeremy Soller
53145ca4c9
Merge pull request #1222 from weblate/weblate-pop-os-cosmic-files
Translations update from Hosted Weblate
2025-09-29 08:55:30 -06:00
oddib
df12a4d562
Added translation using Weblate (Norwegian Bokmål) 2025-09-29 09:51:52 +00:00
Priit Jõerüüt
1e86fd75d9
Translated using Weblate (Estonian)
Currently translated at 22.3% (49 of 219 strings)

Translation: Pop OS/COSMIC Files
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/et/
2025-09-29 09:51:51 +00:00
Feike Donia
5e54fb30f4
Translated using Weblate (Afrikaans)
Currently translated at 15.0% (33 of 219 strings)

Translation: Pop OS/COSMIC Files
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/af/
2025-09-29 09:51:50 +00:00
Feike Donia
81b63df92a
Translated using Weblate (Dutch)
Currently translated at 98.6% (216 of 219 strings)

Translation: Pop OS/COSMIC Files
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/nl/
2025-09-29 09:51:49 +00:00
Jeremy Soller
c7d6a110e7
Merge pull request #1217 from weblate/weblate-pop-os-cosmic-files
Translations update from Hosted Weblate
2025-09-28 14:10:28 -06:00
Priit Jõerüüt
eed9aeac67
Translated using Weblate (Estonian)
Currently translated at 2.7% (6 of 219 strings)

Translation: Pop OS/COSMIC Files
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/et/
2025-09-28 00:02:19 +02:00
Walter William Beckerleg Bruckman
aec2b3aa41
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 63.4% (139 of 219 strings)

Translation: Pop OS/COSMIC Files
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-files/zh_Hant/
2025-09-28 00:02:18 +02:00
Walter William Beckerleg Bruckman
24e72d7ef0
Translated using Weblate (Chinese (Simplified Han script))
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/zh_Hans/
2025-09-28 00:02:17 +02:00
Dmytro
b6cdeb38e2
Translated using Weblate (Ukrainian)
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/uk/
2025-09-28 00:02:16 +02:00
кубик круглый
12a44b2759
Translated using Weblate (Russian)
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/ru/
2025-09-28 00:02:16 +02:00
Walter William Beckerleg Bruckman
92f44fc3ba
Translated using Weblate (Portuguese (Brazil))
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/pt_BR/
2025-09-28 00:02:15 +02:00
Walter William Beckerleg Bruckman
9f533d19c6
Translated using Weblate (Spanish (Latin America))
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/es_419/
2025-09-28 00:02:14 +02:00