Commit graph

251 commits

Author SHA1 Message Date
Mattias Eriksson
2ab1e26a72
Add Swedish translations (#1060) 2025-09-29 12:37:59 -06:00
lorduskordus
6aec81ebb5
i18n(cs): Add Czech translation (#1068) 2025-09-29 12:34:53 -06:00
skygrango
2dba07fcae
i18n(zh-TW): update translation (#1039) 2025-09-19 11:18:08 -06:00
Ashley Wulber
8196fc6425 fix: translation typo 2025-09-15 21:22:31 +02:00
Joan
c327f88a8a
i18n(es): update translations (#1048) 2025-09-14 07:06:17 -06:00
jermanuts
b35e5a5364
i18n(ar): Arabic traslation of .desktop and .metainfo.xml (#1040)
* arabic .desktop

* Arabic .desktop

* Arabic .desktop

* Arabic .desktop

* Arabic .desktop

* Arabic .desktop

* Arabic .desktop

* Arabic .desktop

* Arabic fix .desktop

* Arabic .desktop

* Arabic .desktop

* Arabic .desktop

* Arabic .desktop

* Arabic .desktop

* Arabic .desktop

* Arabic .desktop

* Arabic .desktop

* Arabic .desktop

* Arabic .metainfo.xml translation

* Update Arabic translation

* Update Arabic translation
2025-09-14 07:05:40 -06:00
Vukašin Vojinović
c54bf8e189 chore: update dependencies
Also removes unused dependencies from workspace members.
2025-09-10 17:23:35 +02:00
Kamil Lihan
93735b1ab2 i18n(sk): Update translations 2025-09-07 14:58:57 +02:00
Saeed
9e0a1da883
i18n(fa): add Persian translation 2025-09-04 17:18:14 +02:00
Vukašin Vojinović
6ef92f0917 chore: update dependencies 2025-09-01 08:41:25 -04:00
Vukašin Vojinović
2c618622d3 chore: update dependencies
Sets the resolver to 3, so it's Rust-version aware. Without it, some dependencies get updated to versions needing Rust versions newer than the target.
2025-08-18 16:44:50 +02:00
Vukašin Vojinović
2b7b4cba56 chore: update to Rust 2024 edition 2025-08-18 16:44:50 +02:00
Vukašin Vojinović
c3fafd3910 chore: use std::sync::LazyLock
Removes `once_cell` as a direct dependency.
2025-08-18 16:44:50 +02:00
Feike Donia
c171f048a6
i18n: update fluent numbering scheme, with German and Dutch translations 2025-07-08 17:03:57 +02:00
SpecialSUDO
06791c6ef7
i18n(ar): add Arabic translation 2025-07-08 16:55:14 +02:00
ellieplayswow
e5bdc727db cargo fmt 2025-06-16 12:56:53 -04:00
ellieplayswow
68ac7ea809 fix(app_tray): on WaylandUpdate::TopLevel(Update), when the toplevel app_id changes, move into a new / existing dock item 2025-06-16 12:56:53 -04:00
Michael Aaron Murphy
5ac8605e7e
chore: update libcosmic 2025-06-11 17:16:11 +02:00
Ryan Brue
78e108ed7e Handle custom panel sizes in cosmic-app-list
With custom panel sizes, we use ranges that equal the values you would normally get from the hardcoded panel sizes
Update libcosmic

Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
2025-05-28 15:11:03 -04:00
oddib
b61e0bc94d
i18n(nb): add Norwegian translation 2025-05-28 17:25:20 +02:00
Ashley Wulber
b4b4657122 fix(app-tray): reorder app tray elements with DnD shouldn't create extra items 2025-05-23 17:23:47 +02:00
Ashley Wulber
e50aa334f3 fix(app-tray): remove temporary icons and restore original after DnD leave event 2025-05-23 17:23:47 +02:00
Antonio Félix
3681318b82 i18n(es): Updated translation, fix typo and words for coherence 2025-05-12 16:15:46 +02:00
twlvnn kraftwerk
b0f3c82826 i18n(bg): Add Bulgarian translation to applets 2025-05-12 16:14:35 +02:00
铺盖崽
c8a6590c8d
i18n(zh-CN,zh-TW): fix translation 2025-05-02 16:06:06 +02:00
ellieplayswow
8e52b79c0d
fix(app-list): add fallback logic for wine apps and non-steam proton games 2025-05-02 16:04:15 +02:00
铺盖崽
513639f407
i18n(zh-CN): update translation 2025-05-01 17:11:41 +02:00
Ashley Wulber
a49a040093 refactor: applet tooltips may be for an overflow window 2025-04-14 15:56:50 +02:00
Michael Aaron Murphy
39f9bb45ff
fix(app-list): missing app icons when an appid is not found 2025-04-14 14:18:04 +02:00
David Carvalho
2573eb7545 i18n - update portuguese translations 2025-04-08 15:56:30 -06:00
David Carvalho
715f5b2732 i18n (pt-BR) Update translations 2025-04-08 08:33:44 -06:00
gabriele2000
5c567944b6 Update existing translation, minor fixes 2025-04-08 08:32:43 -06:00
Matei Pralea
05d6f04e1a i18n(ro): Add Romanian translations 2025-04-08 08:32:25 -06:00
Michael Aaron Murphy
25263dad7d
fix: missing icons and actions from the dock 2025-04-04 02:30:03 +02:00
Feike Donia
7fdaf839e0
i18n(nl): update Dutch translation 2025-03-17 21:45:34 +01:00
therealmate
bd006dee4a
i18n(hu): update hungarian translation 2025-03-17 21:43:19 +01:00
Ashley Wulber
c54ddeb38a chore: udpate libcosmic 2025-03-14 14:26:42 -04:00
Ashley Wulber
d29c756c3c feat: tooltips for app-list, minimize, and applet buttons 2025-03-14 14:26:42 -04:00
Ashley Wulber
0de336d0d7 update libcosmic: adds tooltip support 2025-03-14 14:26:42 -04:00
Ian Douglas Scott
7ba2ed0c53 Update to workspace v2, based on ext-workspace
In the workspace applet, this now uses `Workspace` in the front-end code
instead of a tuple with unnamed fields. Handling of scrolling is also
moved to the frontend, which uses less code and seems more natural. It
would be good to have a helper in libcosmic for this. It also changes
`ObjectId` to `ExtWorkspaceHandleV1`, which is a little simpler and I
see no reason here to avoid the more strongly typed object.

At some point we may want a shared subscription for workspaces in
multiple applets. As well as a higher-level abstraction for screen
capture.
2025-03-07 22:23:55 -08:00
Michael Aaron Murphy
dc86f23a73
chore: upgrade all dependencies 2025-02-19 18:31:56 +01:00
Aindriú Mac Giolla Eoin
fc2693f4d2
i18n(ga): add translations 2025-02-17 15:02:24 +01:00
mkljczk
8181bfa98c i18n(pl): translate desktop entries and metainfo
Signed-off-by: mkljczk <git@mkljczk.pl>
2025-02-17 15:01:34 +01:00
Ian Douglas Scott
e9848a2d4f Update for toplevel-info cctk changes
Requires pop-os/cosmic-protocols#49.

The duplication between applets, and
cosmic-workspace/xdg-desktop-portal-cosmic, should be moved to shared
abstractions. But that can be done after moving to
`ext-image-copy-capture`.

`ToplevelInfo` now contains both ext and cosmic handles, so the tuples
of handles and info are needed. Use just the info.
2025-02-13 12:29:39 -08:00
Michael Aaron Murphy
69fd2b62df chore: update libcosmic with mmap threshold fix 2025-02-12 20:21:02 +01:00
therealmate
c133152b87
i18n(hu): update Hungarian translations 2025-02-10 13:18:14 +01:00
Ian Douglas Scott
4dc6f8b99f Use updated screencopy abstraction 2025-02-06 15:14:47 -08:00
Vukašin Vojinović
2c79ca44e2 fix(app-list): toplevel preview styling 2025-01-14 19:38:22 +01:00
Feike Donia
54ed76a3b1
i18n(nl): translation update 2025-01-14 19:35:50 +01:00
mkljczk
52bbf0f4d8
i18n(pl): update translation 2025-01-14 19:33:38 +01:00