-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fd53f7
commit 0c48506
Showing
14 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
Submodule cosmic-applets
updated
65 files
Submodule cosmic-applibrary
updated
10 files
+791 −519 | Cargo.lock | |
+3 −3 | Cargo.toml | |
+19 −0 | i18n/sr-Cyrl/cosmic_app_library.ftl | |
+3 −3 | i18n/sr-Latn/cosmic_app_library.ftl | |
+149 −120 | src/app.rs | |
+6 −6 | src/app_group.rs | |
+0 −1 | src/subscriptions/mod.rs | |
+0 −84 | src/subscriptions/toggle_dbus.rs | |
+15 −9 | src/widgets/application.rs | |
+12 −3 | src/widgets/group.rs |
Submodule cosmic-comp
updated
43 files
Submodule cosmic-edit
updated
32 files
+1,705 −548 | Cargo.lock | |
+21 −6 | Cargo.toml | |
+11 −1 | i18n/en/cosmic_edit.ftl | |
+1 −1 | i18n/es/cosmic_edit.ftl | |
+21 −2 | i18n/hu/cosmic_edit.ftl | |
+11 −2 | i18n/it/cosmic_edit.ftl | |
+71 −0 | i18n/ko-KR/cosmic_edit.ftl | |
+11 −1 | i18n/ru/cosmic_edit.ftl | |
+22 −2 | i18n/sk/cosmic_edit.ftl | |
+10 −0 | i18n/sr-Cyrl/cosmic_edit.ftl | |
+10 −0 | i18n/sr-Latn/cosmic_edit.ftl | |
+81 −0 | i18n/sv-SE/cosmic_edit.ftl | |
+81 −0 | i18n/tr/cosmic_edit.ftl | |
+28 −0 | redoxer.sh | |
+11 −0 | res/icons/folder-open-symbolic.svg | |
+3 −0 | res/icons/go-down-symbolic.svg | |
+10 −0 | res/icons/go-next-symbolic.svg | |
+3 −0 | res/icons/list-add-symbolic.svg | |
+3 −0 | res/icons/object-select-symbolic.svg | |
+3 −0 | res/icons/window-close-symbolic.svg | |
+14 −0 | src/config.rs | |
+265 −0 | src/git.rs | |
+51 −0 | src/icon_cache.rs | |
+48 −0 | src/line_number.rs | |
+2 −0 | src/localize.rs | |
+1,035 −207 | src/main.rs | |
+100 −27 | src/menu.rs | |
+51 −10 | src/mime_icon.rs | |
+9 −9 | src/project.rs | |
+121 −0 | src/search.rs | |
+71 −4 | src/tab.rs | |
+337 −138 | src/text_box.rs |
Submodule cosmic-greeter
updated
7 files
+604 −299 | Cargo.lock | |
+6 −0 | Cargo.toml | |
+41 −8 | src/greeter.rs | |
+7 −1 | src/image_container.rs | |
+133 −87 | src/locker.rs | |
+20 −0 | src/logind.rs | |
+3 −0 | src/main.rs |
Submodule cosmic-launcher
updated
6 files
+817 −549 | Cargo.lock | |
+3 −5 | Cargo.toml | |
+1 −1 | flake.nix | |
+81 −44 | src/components/app.rs | |
+0 −1 | src/subscriptions/mod.rs | |
+0 −69 | src/subscriptions/toggle_dbus.rs |
Submodule cosmic-notifications
updated
3 files
+733 −488 | Cargo.lock | |
+1 −1 | flake.nix | |
+9 −8 | src/app.rs |
Submodule cosmic-osd
updated
5 files
+655 −506 | Cargo.lock | |
+2 −1 | Makefile | |
+2 −18 | src/components/app.rs | |
+1 −1 | src/components/polkit_dialog.rs | |
+2 −2 | src/subscriptions/polkit_agent_helper.rs |
Submodule cosmic-settings
updated
32 files
Submodule cosmic-workspaces-epoch
updated
17 files
+735 −502 | Cargo.lock | |
+9 −3 | Cargo.toml | |
+1 −0 | debian/control | |
+256 −224 | src/main.rs | |
+0 −46 | src/toggle_dbus.rs | |
+242 −0 | src/view/mod.rs | |
+48 −29 | src/wayland/buffer.rs | |
+2 −15 | src/wayland/capture.rs | |
+2 −0 | src/wayland/dmabuf.rs | |
+8 −4 | src/wayland/mod.rs | |
+13 −4 | src/wayland/screencopy.rs | |
+1 −0 | src/wayland/toplevel.rs | |
+1 −0 | src/wayland/workspace.rs | |
+136 −0 | src/widgets/image_bg.rs | |
+73 −0 | src/widgets/mod.rs | |
+105 −0 | src/widgets/mouse_interaction_wrapper.rs | |
+227 −0 | src/widgets/workspace_bar.rs |
Submodule xdg-desktop-portal-cosmic
updated
3 files
+461 −295 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+214 −185 | src/screencast_thread.rs |