Commit graph

393 commits

Author SHA1 Message Date
Ian Douglas Scott
d31c6dbccb backend/wayland/vulkan: Enable VK_EXT_physical_device_drm extension
Fixes a segfault when run with `--no-default-features` to disable
`wgpu`.
2026-02-12 12:01:05 -08:00
Jeremy Soller
1a1b107259
Merge pull request #282 from Dymkom/patch-1
Update com.system76.CosmicWorkspaces.desktop
2026-02-12 08:01:12 -07:00
Dymkom
c61b703a82
Update com.system76.CosmicWorkspaces.desktop
add Ukrainian translation
2026-02-12 15:44:29 +02:00
Jeremy Soller
abf1bb8885
Merge pull request #276 from SammyMcFly/action-on-typing
feat: "action on typing"
2026-02-11 15:23:32 -07:00
Lysander Treumann
f6e4a0b740 Added updated Cargo.lock 2026-02-03 10:51:09 +01:00
Lysander Treumann
a6b04ca007 Added branch action-on-typing to dependency cosmic-comp-config, which (unless merged) contains necessary changes to build cosmic-workspaces. 2026-02-03 10:14:14 +01:00
Lysander Treumann
f31e33ad30 Added feature "action on typing", i.e. cosmic-workspaces opens cosmic-launcher or cosmic-app-library, if the setting is set.
When opened by typing, cosmic-launcher or cosmic-app-library are closed when existing the workspaces overview.
Changed exiting workspaces overview by pressing Escape from KeyReleased to KeyPressed to improve interaction between cosmic-workspaces and cosmic-launcher/cosmic-app-library.
2026-01-31 04:17:14 +01:00
Jeremy Soller
2108269d2e
Merge pull request #272 from weblate/weblate-pop-os-cosmic-workspaces
i18n: translation update from Hosted Weblate
2026-01-30 19:10:08 -07:00
Hosted Weblate
1354dbaf37
i18n: translation updates from weblate
Co-authored-by: Hafidz Nasruddin <hafidz@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org>
Co-authored-by: Zahid Rizky Fakhri <zahidrizkyfakhri@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/id/
Translation: Pop OS/COSMIC Workspaces
2026-01-30 20:07:42 +00:00
Jeremy Soller
e50554cdff
Merge pull request #249 from twlvnn/bulgarian
i18n(bg): update desktop info
2026-01-27 10:37:29 -07:00
Jeremy Soller
ca87fc271c
Merge pull request #269 from weblate/weblate-pop-os-cosmic-workspaces
i18n: translation update from Hosted Weblate
2026-01-27 10:26:34 -07:00
Jeremy Soller
12ab6c08f4
Merge pull request #271 from lucamosca1/master
Update com.system76.CosmicWorkspaces.desktop ITA
2026-01-27 10:11:33 -07:00
lucamosca1
25303a596a
Update com.system76.CosmicWorkspaces.desktop 2026-01-27 16:03:53 +01:00
Hosted Weblate
69daae5359
i18n: translation updates from weblate
Co-authored-by: Aman Alam <aalam@users.noreply.hosted.weblate.org>
Co-authored-by: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Jun Hwi Ku <siguning@gmail.com>
Co-authored-by: gift983 <983649@my.leicestercollege.ac.uk>
Co-authored-by: 김유빈 <k.sein1016@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/kk/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/ko/
Translation: Pop OS/COSMIC Workspaces
2026-01-26 03:01:49 +01:00
Hosted Weblate
15ce5267af i18n: translation updates from weblate
Co-authored-by: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Co-authored-by: Geeson Wan <wang14240@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/zh_Hans/
Translation: Pop OS/COSMIC Workspaces
2026-01-16 17:31:31 +01:00
Jeremy Soller
43ef945a92
Merge pull request #261 from weblate/weblate-pop-os-cosmic-workspaces
i18n: translation update from Hosted Weblate
2025-12-30 08:46:40 -07:00
Michael Murphy
8dabb45b50
i18n: removing translation for Frankish 2025-12-30 11:52:32 +01:00
Hosted Weblate
8f046ed594
i18n: translation updates from weblate
Co-authored-by: Amadɣas <massiin@proton.me>
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: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Co-authored-by: Vilius Paliokas <viliuspaliokas@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/lt/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/pt_BR/
Translation: Pop OS/COSMIC Workspaces
2025-12-22 21:01:48 +01:00
Ashley Wulber
954a45ca4c chore: update cosmic-text 2025-12-09 22:22:12 +01:00
Ian Douglas Scott
a607da7f44 Use libcosmic DiscreteScrollState helper 2025-12-08 13:12:02 -08:00
Ian Douglas Scott
cf2bb0205c screencopy: Use info! logging for FailureReason::Stopped
This is an expected case, not an error.
2025-12-08 13:12:02 -08:00
Ian Douglas Scott
c5f777dc15 Adjust speed of pointer scrolling 2025-12-08 13:12:02 -08:00
Ian Douglas Scott
1e61881b4f Accumulate line scrolling
Combined with https://github.com/pop-os/iced/pull/244, discrete value120
scrolling works better.
2025-12-08 13:12:02 -08:00
Ian Douglas Scott
bd9e031912 Wrap workspace scrolling at start and end
Matches the behavior of scrolling over the applet. Seems reasonable.
2025-12-08 13:12:02 -08:00
Jeremy Soller
03840b7f9e
Merge pull request #255 from weblate/weblate-pop-os-cosmic-workspaces
i18n: translation update from Hosted Weblate
2025-12-05 08:57:30 -07:00
Hosted Weblate
3299b1d040
i18n: translation updates from weblate
Co-authored-by: CYAXXX <cyaxxx@users.noreply.hosted.weblate.org>
2025-11-30 02:53:44 +01:00
Jeremy Soller
5215cf4961
Merge pull request #239 from FAlexei/master
Russian translation for .desktop file
2025-11-27 06:44:27 -07:00
Jeremy Soller
db5f41e88b
Merge pull request #241 from weblate/weblate-pop-os-cosmic-workspaces
i18n: translation update from Hosted Weblate
2025-11-25 07:57:35 -07:00
Hosted Weblate
d9cff9c737
i18n: translation updates from weblate
Co-authored-by: ANTOINE Daniel <univac55@gmail.com>
Co-authored-by: Feike Donia <feikedonia@proton.me>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Sachin Chaudhary <chaudharysachinasachin@gmail.com>
Co-authored-by: sicKat <giuseppecatillo2003@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/fr/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/it/
Translation: Pop OS/COSMIC Workspaces
2025-11-17 18:51:20 +01:00
Ian Douglas Scott
04edd3b909 Add margins for auto-hide panels without exclusive zones
Works alongside panel changes in
https://github.com/pop-os/cosmic-panel/pull/485.

We can't set an exclusive zone in the panel, since that would cause all
the workspaces to re-layout to make space for it, and also impact
workspace capture. Instead, cosmic-workspaces reads the config and adds
appropriate margins.
2025-11-13 16:27:28 -08:00
Ian Douglas Scott
41a940660c Use subscriptions to monitor cosmic-panel configs 2025-11-13 16:27:28 -08:00
Ian Douglas Scott
e56db2bae8 Update dependencies
Includes https://github.com/pop-os/libcosmic/pull/1040
2025-11-13 16:27:28 -08:00
twlvnn
5bc6735933 i18n(bg): update desktop info 2025-11-08 11:44:13 +01:00
Jeremy Soller
b7afe231d0
Merge pull request #240 from weblate/weblate-pop-os-cosmic-workspaces
i18n: translation update from Hosted Weblate
2025-10-12 10:31:43 -06:00
Hosted Weblate
c3f6715df9
i18n: translation updates from weblate
Co-authored-by: Guðmundur Erlingsson <gudmundure@gmail.com>
Co-authored-by: Ziad El-sayed <ziadelsayed1797@tutamail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/ar/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/is/
Translation: Pop OS/COSMIC Workspaces
2025-10-10 14:07:42 +00:00
FAlexei
bcfdea5481
Russian translation for .desktop file 2025-10-09 23:36:31 +03:00
Jeremy Soller
ac1bb39760
Merge pull request #237 from weblate/weblate-pop-os-cosmic-workspaces
i18n: translation update from Hosted Weblate
2025-10-09 08:15:49 -06:00
Hosted Weblate
1735b28427
i18n: translation updates from weblate
Co-authored-by: oddib <oddbjorn.mr@hotmail.no>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/nn/
Translation: Pop OS/COSMIC Workspaces
2025-10-09 00:07:28 +02:00
Jeremy Soller
c94dce5dd0
Merge pull request #236 from weblate/weblate-pop-os-cosmic-workspaces
i18n: translation update from Hosted Weblate
2025-10-07 15:28:25 -06:00
Hosted Weblate
a8f6c1de90
i18n: translation updates from weblate
Co-authored-by: Aliaksandr Truš <evils.mail@gmail.com>
Co-authored-by: Fedorov Alexei <aleksejfedorov963@gmail.com>
Co-authored-by: Guðmundur Erlingsson <gudmundure@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
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-workspaces/be/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/ja/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/ru/
Translation: Pop OS/COSMIC Workspaces
2025-10-07 22:57:18 +02:00
Hosted Weblate
c49f128b91 i18n: translation updates from weblate
Co-authored-by: Aliaksandr Truš <evils.mail@gmail.com>
Co-authored-by: Fedorov Alexei <aleksejfedorov963@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: mikenu <mikenu-jp@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/be/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/ja/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/ru/
Translation: Pop OS/COSMIC Workspaces
2025-10-07 17:16:40 +02:00
Jeremy Soller
72560ada67
Merge pull request #233 from weblate/weblate-pop-os-cosmic-workspaces
i18n: translation update from Hosted Weblate
2025-10-02 10:28:32 -06:00
Hosted Weblate
ce0b961493
i18n: translation updates from weblate
Co-authored-by: oddib <oddbjorn.mr@hotmail.no>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/nb_NO/
Translation: Pop OS/COSMIC Workspaces
2025-10-02 17:05:43 +02:00
Jeremy Soller
8bf6f471ef
Merge pull request #231 from snaggen/sv_desktop
Swedish translation for .desktop file
2025-10-02 09:03:09 -06:00
Mattias Eriksson
1e18b40189 Swedish translation for .desktop file 2025-10-02 07:34:48 +02:00
Jeremy Soller
5ed1318a8b
Merge pull request #230 from weblate/weblate-pop-os-cosmic-workspaces
Translations update from Hosted Weblate
2025-10-01 14:21:28 -06:00
Hosted Weblate
62e45d76f2
i18n: translation updates from weblate
Co-authored-by: Dmytro <linkinwires@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Hugo Carvalho <hugokarvalho@hotmail.com>
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: Walter William Beckerleg Bruckman <spayk.99@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/es_419/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/et/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/pt/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/sv/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-workspaces/uk/
Translation: Pop OS/COSMIC Workspaces
2025-10-01 21:11:59 +02:00
Jeremy Soller
08f7cbb5f1
Merge pull request #225 from lorduskordus/czech-translation
i18n(cs): Add Czech translation
2025-09-29 12:31:13 -06:00
Jeremy Soller
dd0fb05e4b
Fix ta translation path 2025-09-29 11:58:18 -06:00
lorduskordus
738d98acdf i18n(cs): Add Czech translation 2025-09-27 17:59:32 +02:00