-
Notifications
You must be signed in to change notification settings - Fork 88
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
06d8101
commit 025838e
Showing
16 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
Submodule cosmic-applets
updated
40 files
Submodule cosmic-applibrary
updated
5 files
+198 −205 | Cargo.lock | |
+2 −2 | data/com.system76.CosmicAppLibrary.desktop | |
+19 −0 | i18n/pl/cosmic_app_library.ftl | |
+19 −0 | i18n/uk/cosmic_app_library.ftl | |
+44 −39 | src/app.rs |
Submodule cosmic-comp
updated
21 files
+607 −540 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+23 −0 | resources/i18n/pl/cosmic_comp.ftl | |
+23 −0 | resources/i18n/uk/cosmic_comp.ftl | |
+10 −29 | src/input/mod.rs | |
+130 −23 | src/shell/element/stack.rs | |
+2 −1 | src/shell/element/stack/tab.rs | |
+5 −2 | src/shell/element/stack/tab_text.rs | |
+7 −4 | src/shell/element/stack/tabs.rs | |
+1 −1 | src/shell/grabs/menu/default.rs | |
+8 −2 | src/shell/grabs/menu/item.rs | |
+2 −2 | src/shell/grabs/menu/mod.rs | |
+28 −37 | src/shell/grabs/moving.rs | |
+50 −3 | src/shell/layout/floating/mod.rs | |
+5 −1 | src/shell/layout/mod.rs | |
+26 −48 | src/shell/layout/tiling/mod.rs | |
+49 −20 | src/shell/mod.rs | |
+3 −5 | src/shell/workspace.rs | |
+5 −8 | src/theme.rs | |
+19 −10 | src/utils/iced.rs | |
+7 −2 | src/wayland/protocols/drm.rs |
Submodule cosmic-edit
updated
25 files
+158 −168 | Cargo.lock | |
+0 −2 | Cargo.toml | |
+16 −2 | README.md | |
+8 −1 | i18n/en/cosmic_edit.ftl | |
+21 −2 | i18n/es/cosmic_edit.ftl | |
+10 −0 | i18n/it/cosmic_edit.ftl | |
+91 −0 | i18n/ja/cosmic_edit.ftl | |
+9 −2 | i18n/pl/cosmic_edit.ftl | |
+8 −1 | i18n/ru/cosmic_edit.ftl | |
+21 −4 | i18n/tr/cosmic_edit.ftl | |
+37 −10 | i18n/uk/cosmic_edit.ftl | |
+3 −0 | res/icons/edit-clear-symbolic.svg | |
+3 −0 | res/icons/go-up-symbolic.svg | |
+7 −0 | res/icons/replace-all-symbolic.svg | |
+5 −0 | res/icons/replace-symbolic.svg | |
+0 −123 | src/config.rs | |
+4 −0 | src/icon_cache.rs | |
+88 −0 | src/key_bind.rs | |
+1 −0 | src/line_number.rs | |
+19 −14 | src/localize.rs | |
+442 −98 | src/main.rs | |
+11 −7 | src/menu.rs | |
+5 −5 | src/mime_icon.rs | |
+119 −7 | src/tab.rs | |
+151 −40 | src/text_box.rs |
Submodule cosmic-files
updated
15 files
+296 −200 | Cargo.lock | |
+2 −3 | Cargo.toml | |
+26 −0 | i18n/cs/cosmic_files.ftl | |
+22 −1 | i18n/en/cosmic_files.ftl | |
+22 −1 | i18n/pl/cosmic_files.ftl | |
+47 −0 | i18n/pt/cosmic_files.ftl | |
+47 −0 | i18n/pt_BR/cosmic_files.ftl | |
+47 −0 | i18n/ru/cosmic_files.ftl | |
+23 −0 | i18n/sr-Cyrl/cosmic_files.ftl | |
+23 −0 | i18n/sr-Latn/cosmic_files.ftl | |
+47 −0 | i18n/uk/cosmic_files.ftl | |
+26 −0 | i18n/zh-cn/cosmic_files.ftl | |
+296 −83 | src/main.rs | |
+131 −35 | src/menu.rs | |
+210 −67 | src/tab.rs |
Submodule cosmic-greeter
updated
8 files
+636 −535 | Cargo.lock | |
+10 −2 | Cargo.toml | |
+18 −14 | src/greeter.rs | |
+9 −3 | src/image_container.rs | |
+76 −44 | src/locker.rs | |
+6 −0 | src/main.rs | |
+109 −0 | src/networkmanager.rs | |
+60 −0 | src/upower.rs |
Submodule cosmic-launcher
updated
9 files
+227 −220 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+1 −0 | i18n/es/cosmic_launcher.ftl | |
+1 −0 | i18n/fr/cosmic_launcher.ftl | |
+1 −0 | i18n/it/cosmic_launcher.ftl | |
+1 −0 | i18n/ja/cosmic_launcher.ftl | |
+1 −0 | i18n/pl/cosmic_launcher.ftl | |
+13 −5 | src/components/app.rs | |
+1 −0 | uk/cosmic_launcher.ftl |
Submodule cosmic-notifications
updated
12 files
+304 −282 | Cargo.lock | |
+2 −1 | Cargo.toml | |
+2 −9 | cosmic-notifications-config/src/lib.rs | |
+1 −0 | i18n/pl/cosmic_notifications.ftl | |
+1 −0 | i18n/sr-Cyrl/cosmic_notifications.ftl | |
+0 −0 | i18n/sr-Latn/cosmic_notifications.ftl | |
+1 −0 | i18n/uk/cosmic_notifications.ftl | |
+1 −1 | rust-toolchain | |
+294 −176 | src/app.rs | |
+1 −1 | src/localize.rs | |
+1 −2 | src/main.rs | |
+130 −74 | src/subscriptions/notifications.rs |
Submodule cosmic-panel
updated
6 files
Submodule cosmic-randr
updated
6 files
+18 −0 | Cargo.lock | |
+2 −2 | README.md | |
+257 −80 | cli/src/main.rs | |
+3 −1 | justfile | |
+1 −0 | shell/Cargo.toml | |
+107 −26 | shell/src/lib.rs |
Submodule cosmic-screenshot
updated
5 files
+695 −468 | Cargo.lock | |
+3 −1 | Cargo.toml | |
+5 −0 | justfile | |
+9 −0 | resources/com.system76.CosmicScreenshot.desktop | |
+109 −13 | src/main.rs |
Submodule cosmic-session
updated
7 files
+16 −0 | Cargo.lock | |
+1 −0 | Cargo.toml | |
+26 −20 | data/start-cosmic | |
+1 −1 | debian/control | |
+98 −39 | src/main.rs | |
+11 −12 | src/notifications.rs | |
+35 −17 | src/systemd.rs |
Submodule cosmic-settings
updated
38 files
Submodule cosmic-term
updated
23 files
+283 −190 | Cargo.lock | |
+3 −1 | Cargo.toml | |
+69 −1 | ansi-colors.sh | |
+7 −0 | debian/postinst | |
+3 −0 | debian/prerm | |
+38 −2 | i18n/en/cosmic_term.ftl | |
+50 −0 | i18n/ie/cosmic_term.ftl | |
+29 −2 | i18n/pl/cosmic_term.ftl | |
+31 −3 | i18n/ru/cosmic_term.ftl | |
+23 −2 | i18n/sr-Cyrl/cosmic_term.ftl | |
+23 −2 | i18n/sr-Latn/cosmic_term.ftl | |
+3 −0 | res/icons/edit-clear-symbolic.svg | |
+3 −0 | res/icons/go-down-symbolic.svg | |
+3 −0 | res/icons/go-up-symbolic.svg | |
+3 −0 | res/icons/window-close-symbolic.svg | |
+36 −2 | src/config.rs | |
+49 −0 | src/icon_cache.rs | |
+104 −0 | src/key_bind.rs | |
+1,020 −334 | src/main.rs | |
+114 −11 | src/menu.rs | |
+298 −43 | src/terminal.rs | |
+523 −58 | src/terminal_box.rs | |
+139 −66 | src/terminal_theme.rs |
Submodule cosmic-workspaces-epoch
updated
10 files
+235 −246 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+1 −1 | data/com.system76.CosmicWorkspaces.desktop | |
+9 −11 | src/main.rs | |
+33 −24 | src/view/mod.rs | |
+77 −36 | src/widgets/mod.rs | |
+3 −1 | src/widgets/mouse_interaction_wrapper.rs | |
+222 −0 | src/widgets/toplevels.rs | |
+1 −0 | src/widgets/workspace_bar.rs | |
+229 −0 | src/widgets/workspace_item.rs |
Submodule xdg-desktop-portal-cosmic
updated
23 files
+3,428 −553 | Cargo.lock | |
+23 −2 | Cargo.toml | |
+7 −0 | Makefile | |
+3 −0 | data/cosmic-portals.conf | |
+11 −0 | data/icons/scalable/actions/screenshot-screen-symbolic.svg | |
+6 −0 | data/icons/scalable/actions/screenshot-selection-symbolic.svg | |
+3 −0 | data/icons/scalable/actions/screenshot-window-symbolic.svg | |
+4 −0 | i18n.toml | |
+7 −0 | i18n/en/xdg_desktop_portal_cosmic.ftl | |
+224 −13 | src/access.rs | |
+219 −0 | src/app.rs | |
+45 −0 | src/localize.rs | |
+10 −22 | src/main.rs | |
+3 −3 | src/screencast_thread.rs | |
+577 −31 | src/screenshot.rs | |
+126 −0 | src/subscription.rs | |
+225 −86 | src/wayland/mod.rs | |
+43 −0 | src/wayland/toplevel.rs | |
+15 −0 | src/wayland/workspaces.rs | |
+3 −0 | src/widget/mod.rs | |
+165 −0 | src/widget/output_selection.rs | |
+597 −0 | src/widget/rectangle_selection.rs | |
+544 −0 | src/widget/screenshot.rs |