File tree
19 files changed
+19
-19
lines changed19 files changed
+19
-19
lines changedSubmodule cosmic-applets updated 70 files
- .github/workflows/ci.yml+1-1
- Cargo.lock+659-659
- Cargo.toml+12-14
- cosmic-app-list/Cargo.toml+7-13
- cosmic-app-list/data/com.system76.CosmicAppList.desktop+2
- cosmic-app-list/i18n/ga/cosmic_app_list.ftl+8
- cosmic-app-list/src/app.rs+56-45
- cosmic-app-list/src/wayland_handler.rs+62-65
- cosmic-app-list/src/wayland_subscription.rs+10-12
- cosmic-applet-a11y/Cargo.toml+1-1
- cosmic-applet-a11y/data/com.system76.CosmicAppletA11y.desktop+2
- cosmic-applet-a11y/i18n/ga/cosmic_applet_a11y.ftl+1
- cosmic-applet-a11y/i18n/hu/cosmic_applet_a11y.ftl+1
- cosmic-applet-a11y/src/app.rs+1-7
- cosmic-applet-a11y/src/backend/mod.rs+2-2
- cosmic-applet-a11y/uk/cosmic_app_list.ftl+1
- cosmic-applet-audio/Cargo.toml+3-3
- cosmic-applet-audio/data/com.system76.CosmicAppletAudio.desktop+2
- cosmic-applet-audio/i18n/ga/cosmic_applet_audio.ftl+7
- cosmic-applet-battery/Cargo.toml+4-10
- cosmic-applet-battery/data/com.system76.CosmicAppletBattery.desktop+2
- cosmic-applet-battery/i18n/ga/cosmic_applet_battery.ftl+14
- cosmic-applet-battery/src/backend/mod.rs+1-2
- cosmic-applet-bluetooth/Cargo.toml+3-3
- cosmic-applet-bluetooth/data/com.system76.CosmicAppletBluetooth.desktop+2
- cosmic-applet-bluetooth/i18n/ga/cosmic_applet_bluetooth.ftl+12
- cosmic-applet-bluetooth/src/app.rs+1
- cosmic-applet-bluetooth/src/bluetooth.rs+38-35
- cosmic-applet-input-sources/Cargo.toml+4-4
- cosmic-applet-input-sources/data/com.system76.CosmicAppletInputSources.desktop+2
- cosmic-applet-input-sources/i18n/ga/cosmic_applet_input_sources.ftl+2
- cosmic-applet-input-sources/i18n/pl/cosmic_applet_input_sources.ftl+1-1
- cosmic-applet-minimize/Cargo.toml+3-3
- cosmic-applet-minimize/data/com.system76.CosmicAppletMinimize.desktop+2
- cosmic-applet-minimize/src/lib.rs+69-67
- cosmic-applet-minimize/src/wayland_handler.rs+80-99
- cosmic-applet-minimize/src/wayland_subscription.rs+23-61
- cosmic-applet-network/Cargo.toml+2-2
- cosmic-applet-network/data/com.system76.CosmicAppletNetwork.desktop+2
- cosmic-applet-network/i18n/ga/cosmic_applet_network.ftl+20
- cosmic-applet-network/src/app.rs+43-31
- cosmic-applet-network/src/network_manager/available_wifi.rs+7-1
- cosmic-applet-notifications/Cargo.toml+6-14
- cosmic-applet-notifications/data/com.system76.CosmicAppletNotifications.desktop+2
- cosmic-applet-notifications/i18n/ga/cosmic_applet_notifications.ftl+15
- cosmic-applet-notifications/i18n/uk/cosmic_applet_notifications.ftl+1
- cosmic-applet-power/Cargo.toml+3-2
- cosmic-applet-power/data/com.system76.CosmicAppletPower.desktop+2
- cosmic-applet-power/i18n/ga/cosmic_applet_power.ftl+36
- cosmic-applet-power/i18n/nl/cosmic_applet_power.ftl+18-30
- cosmic-applet-power/i18n/sv/cosmic_applet_power.ftl+36
- cosmic-applet-power/src/lib.rs+31-190
- cosmic-applet-status-area/Cargo.toml+1-1
- cosmic-applet-status-area/data/com.system76.CosmicAppletStatusArea.desktop+2
- cosmic-applet-tiling/Cargo.toml+1-1
- cosmic-applet-tiling/data/com.system76.CosmicAppletTiling.desktop+2
- cosmic-applet-tiling/i18n/ga/cosmic_applet_tiling.ftl+20
- cosmic-applet-tiling/src/wayland.rs+5-7
- cosmic-applet-tiling/src/window.rs+1-1
- cosmic-applet-time/Cargo.toml+4-4
- cosmic-applet-time/data/com.system76.CosmicAppletTime.desktop+2
- cosmic-applet-time/i18n/ga/cosmic_applet_time.ftl+1
- cosmic-applet-workspaces/Cargo.toml+2-2
- cosmic-applet-workspaces/data/com.system76.CosmicAppletWorkspaces.desktop+2
- cosmic-applet-workspaces/i18n/ga/cosmic_applet_workspaces.ftl+1
- cosmic-applets/src/main.rs+1-1
- cosmic-panel-app-button/data/com.system76.CosmicPanelAppButton.desktop+2
- cosmic-panel-launcher-button/data/com.system76.CosmicPanelLauncherButton.desktop+2
- cosmic-panel-workspaces-button/data/com.system76.CosmicPanelWorkspacesButton.desktop+2
- data/com.system76.CosmicApplets.metainfo.xml+4-1
Submodule cosmic-applibrary updated from c01d98d to ebc8b46
Submodule cosmic-comp updated 40 files
- Cargo.lock+93-180
- Cargo.toml+8-10
- cosmic-comp-config/src/lib.rs+19
- data/keybindings.ron+2-1
- src/backend/kms/device.rs+1
- src/backend/kms/mod.rs+29-1
- src/backend/kms/surface/mod.rs+69-31
- src/backend/mod.rs+31-1
- src/backend/render/cursor.rs+6-1
- src/backend/render/mod.rs+3-3
- src/config/mod.rs+106-10
- src/input/mod.rs+30-4
- src/shell/element/mod.rs+8-7
- src/shell/element/stack.rs+1
- src/shell/element/surface.rs+55
- src/shell/element/window.rs+1
- src/shell/grabs/menu/default.rs+26-8
- src/shell/grabs/moving.rs+36-1
- src/shell/layout/floating/grabs/resize.rs+58-17
- src/shell/layout/floating/mod.rs+7-2
- src/shell/layout/tiling/blocker.rs+8-16
- src/shell/layout/tiling/grabs/resize.rs+33-10
- src/shell/layout/tiling/mod.rs+57-45
- src/shell/mod.rs+102-58
- src/shell/seats.rs+5-4
- src/wayland/handlers/compositor.rs+52-14
- src/wayland/handlers/drm_syncobj.rs+19
- src/wayland/handlers/layer_shell.rs+6-4
- src/wayland/handlers/mod.rs+1
- src/wayland/handlers/toplevel_info.rs+5-1
- src/wayland/handlers/toplevel_management.rs+41-30
- src/wayland/handlers/xdg_activation.rs+4-2
- src/wayland/handlers/xdg_shell/mod.rs+43-15
- src/wayland/handlers/xdg_shell/popup.rs+35-330
- src/wayland/protocols/toplevel_info.rs+10-7
- src/wayland/protocols/workspace.rs-1.1k
- src/wayland/protocols/workspace/cosmic.rs+487
- src/wayland/protocols/workspace/ext.rs+446
- src/wayland/protocols/workspace/mod.rs+780
- src/xwayland.rs+47-20
Submodule cosmic-edit updated 15 files
- Cargo.lock+441-382
- Cargo.toml+13-12
- i18n/en/cosmic_edit.ftl+5
- i18n/hu/cosmic_edit.ftl+20-14
- i18n/nl/cosmic_edit.ftl+12-8
- i18n/pl/cosmic_edit.ftl+19-15
- i18n/ro/cosmic_edit.ftl+4-4
- res/com.system76.CosmicEdit.desktop+2-1
- res/com.system76.CosmicEdit.metainfo.xml+13
- src/config.rs+11-2
- src/key_bind.rs+6
- src/main.rs+173-38
- src/menu.rs+7-1
- src/tab.rs+64-5
- src/text_box.rs+31-5
Submodule cosmic-files updated 54 files
- Cargo.lock+534-445
- Cargo.toml+15-14
- cosmic-files-applet/Cargo.toml+5-1
- cosmic-files-applet/src/file_manager.rs+53
- cosmic-files-applet/src/main.rs+8
- examples/copy.rs+1-1
- i18n/ar/cosmic_files.ftl+1-1
- i18n/be/cosmic_files.ftl+1-1
- i18n/cs/cosmic_files.ftl+1-1
- i18n/da/cosmic_files.ftl+1-1
- i18n/de/cosmic_files.ftl+22-4
- i18n/en/cosmic_files.ftl+22-4
- i18n/es-419/cosmic_files.ftl+1-1
- i18n/es/cosmic_files.ftl+1-1
- i18n/fi/cosmic_files.ftl+1-1
- i18n/fr/cosmic_files.ftl+1-1
- i18n/hi/cosmic_files.ftl+1-1
- i18n/hu/cosmic_files.ftl+197-60
- i18n/it/cosmic_files.ftl+1-1
- i18n/ja/cosmic_files.ftl+1-1
- i18n/kn/cosmic_fiiles.ftl+1-1
- i18n/ko/cosmic_files.ftl+1-1
- i18n/nl/cosmic_files.ftl+28-6
- i18n/pl/cosmic_files.ftl+22-4
- i18n/pt-BR/cosmic_files.ftl+2-1
- i18n/pt/cosmic_files.ftl+1-1
- i18n/ro/cosmic_files.ftl+1-1
- i18n/ru/cosmic_files.ftl+1-1
- i18n/sk/cosmic_files.ftl+1-1
- i18n/sv/cosmic_files.ftl+8-7
- i18n/th/cosmic_files.ftl+1-1
- i18n/tr/cosmic_files.ftl+1-1
- i18n/uk/cosmic_files.ftl+1-1
- i18n/zh-CN/cosmic_files.ftl+1-1
- i18n/zh-TW/cosmic_files.ftl+1-1
- res/com.system76.CosmicFiles.desktop+3-1
- res/com.system76.CosmicFiles.metainfo.xml+6
- samples/mode/.gitignore+1
- samples/mode/create.sh+18
- src/app.rs+386-217
- src/config.rs+17-7
- src/dialog.rs+38-46
- src/key_bind.rs+4
- src/lib.rs+18-2
- src/menu.rs+11-13
- src/mime_app.rs+89-29
- src/mounter/gvfs.rs+2-9
- src/mounter/mod.rs+1-1
- src/mouse_area.rs+106-47
- src/operation/controller.rs+4-2
- src/operation/mod.rs+368-245
- src/operation/recursive.rs+29-15
- src/tab.rs+901-527
- src/thumbnailer.rs+1-3
Submodule cosmic-osd updated 25 files
- Cargo.lock+73-1
- Cargo.toml+5
- i18n/en/cosmic_osd.ftl+34
- i18n/es-419/cosmic_osd.ftl+29
- i18n/es/cosmic_osd.ftl+30
- i18n/fr/cosmic_osd.ftl+31
- i18n/hi/cosmic_osd.ftl+30
- i18n/hu/cosmic_osd.ftl+31
- i18n/it/cosmic_osd.ftl+31-1
- i18n/ja/cosmic_osd.ftl+31
- i18n/kn/cosmic_osd.ftl+30
- i18n/nl/cosmic_osd.ftl+15
- i18n/pl/cosmic_osd.ftl+34
- i18n/pt-BR/cosmic_osd.ftl+31
- i18n/pt/cosmic_osd.ftl+30
- i18n/ru/cosmic_osd.ftl+31
- i18n/sk/cosmic_osd.ftl+31
- i18n/sr-Cyrl/cosmic_osd.ftl+14
- i18n/sr-Latn/cosmic_osd.ftl+14
- i18n/sv/cosmic_osd.ftl+34
- i18n/zh-TW/cosmic_osd.ftl+31-1
- src/components/app.rs+315-16
- src/cosmic_session.rs+13
- src/main.rs+2
- src/session_manager.rs+140
Submodule cosmic-panel updated 9 files
- cosmic-panel-bin/src/main.rs+42
- cosmic-panel-bin/src/space/panel_space.rs+22-1
- cosmic-panel-bin/src/space/wrapper_space.rs+234-157
- cosmic-panel-bin/src/space_container/wrapper_space.rs+16-10
- cosmic-panel-bin/src/xdg_shell_wrapper/client/handlers/data_device/data_device.rs+17-5
- cosmic-panel-bin/src/xdg_shell_wrapper/client/handlers/pointer.rs+45-69
- cosmic-panel-bin/src/xdg_shell_wrapper/space/space.rs+5-2
- cosmic-panel-config/src/container_config.rs+2
- cosmic-panel-config/src/panel_config.rs+4
0 commit comments