Commit Graph

276 Commits

Author SHA1 Message Date
galister b90b7336e0 add universal _long_release and variants 2025-12-22 17:47:46 +09:00
galister a0bc4001c0 settings for text+bg colors, anim speed, rounding 2025-12-22 15:03:17 +09:00
galister b9513c3c36 add extra trace logs, mirrors to support MainThreadWlxCapture 2025-12-22 14:21:18 +09:00
galister e6cb608bbf add space_drag_unlocked settings 2025-12-22 13:08:15 +09:00
Mitsuami 1a1e1c51b0
update ja locale (#318) 2025-12-22 03:00:50 +00:00
Aleksander 9da4fa685d fix translated translation keys
[skip ci]
2025-12-21 15:39:52 +00:00
galister 39ea443a07 fix translation keys 2025-12-21 15:39:52 +00:00
Aleksander 770dcdaf4c add translations
[skip ci]
2025-12-21 15:39:52 +00:00
galister d18871eb0a max 6 sets 2025-12-21 22:50:10 +09:00
galister b69d382451 fix watch sticky states 2025-12-21 22:28:15 +09:00
galister ec1a4e4205 left, right & middle-specific press-release actions on buttons 2025-12-21 22:16:02 +09:00
Aleksander 7118cea810 DashInterface, DashInterfaceEmulated 2025-12-21 13:59:17 +01:00
galister e04edec586 watch: highlight buttons of active overlays 2025-12-21 21:53:25 +09:00
galister d61b056db5 remove unused settings, update sample config 2025-12-21 20:04:20 +09:00
galister 48c02397a8 watch: highlight edit mode button while in edit mode 2025-12-21 18:25:07 +09:00
galister b11884637d fix floating overlays recentering when leaving edit mode 2025-12-21 18:05:36 +09:00
galister 3776bad899 fix edit overlay getting stuck on mirrors 2025-12-21 18:03:00 +09:00
galister b7ea642ef3 add help about wrong screen selection; fix mouse translation keys 2025-12-21 17:43:23 +09:00
galister 79aa3f8977 hide_grab_help setting 2025-12-21 17:09:47 +09:00
galister a139ab7b15 add more help to grab-help 2025-12-21 17:03:40 +09:00
galister 1c6ebc745d grab-help panel, FollowHand align_to_hmd 2025-12-21 16:00:45 +09:00
galister 8e62e11d65 include ext_hand_interaction bindings for the sake of including them 2025-12-21 12:26:09 +09:00
galister 52ffa0989c fix exec button consuming InternalStateChange 2025-12-20 22:28:41 +09:00
galister 35ced31b8f save state when exiting edit mode 2025-12-20 21:02:11 +09:00
galister c9856b97e0 global overlays to maintain scale 2025-12-20 20:57:54 +09:00
galister 90eb641f94 fix edit overlay scaling on upright overlays 2025-12-20 20:27:08 +09:00
galister 4c06fef35d support svgs with currentColor 2025-12-20 19:32:24 +09:00
galister 796fdcbc01 adaptive speed for grab & push/pull 2025-12-20 18:55:20 +09:00
galister 73e2f06b01 fix edit mode pointer leave 2025-12-20 18:19:42 +09:00
galister 23df9228a9 persist BackendAttrib across sessions 2025-12-20 17:42:18 +09:00
galister 9381ebc700 allow adjusting mouse for each screen 2025-12-20 16:42:04 +09:00
galister c4ae217f68 custom panel to have a state different from () 2025-12-20 02:50:39 +09:00
galister ff3ed1028b fix labels not ticking on custom panels 2025-12-20 02:04:34 +09:00
galister bc037cae79 steamvr recenter messages 2025-12-19 13:13:45 +09:00
galister 957fe75719 fix openvr panic in case of unknown event 2025-12-19 13:00:18 +09:00
galister 70f2190400 update oyasumi & lock 2025-12-19 11:57:15 +09:00
Aleksander 9dbd86db39 wgui: pass motion events further, add `consume_mouse_events` parameter to widgets (Closes #306), always reverse iter events 2025-12-18 22:02:17 +01:00
galister 502c59424e fix bufreader.take usage 2025-12-19 00:50:52 +09:00
galister 4dc8bb0a3a watch: devices wrap, up to 3 rows 2025-12-19 00:24:40 +09:00
galister 3b44535407 fmt 2025-12-18 21:27:09 +09:00
galister a12a181422 ignore ray hits from back side 2025-12-18 21:26:17 +09:00
Okabintaro 8c5af8360b
Improve German translation
Make it more consistent and understandable, fix some AI translation
quirks(e.g. 3d sound mode).
2025-12-17 21:05:52 +01:00
galister 2d3c1bb2a3 default_keymap setting, set wayvr keymap when wayvr starts 2025-12-18 01:29:36 +09:00
galister 595b59b865 fix openvr overlays not dropping 2025-12-17 20:54:43 +09:00
galister a4e159f78b fmt 2025-12-17 19:34:35 +09:00
galister cd52b3cabb single set mode 2025-12-17 19:23:44 +09:00
galister 90bce4c369 static positioning to also set global 2025-12-17 16:58:13 +09:00
galister b28c402ddf fmt 2025-12-17 16:13:40 +09:00
galister e1a3471ed1 improve watch overlay layou 2025-12-17 16:13:32 +09:00
galister ea90853e56 custom panels 2025-12-17 15:54:52 +09:00
Gabriele Musco 9dbd35e8f7 feat: add X-XR-Plugin flag and X-XR-Plugin-Exec to .desktop file
This change is part of a new initiative in Envision to revamp the plugin
system. The new system is such that Envision will no longer install plugins on
its own, instead it will detect system provided plugin applications via
the X-XR-Plugin flag, and be instructed on a specific command to use
with the optional X-XR-Plugin-Exec.

This proposed specification is detailed in the following issue:
<https://gitlab.com/gabmus/envision/-/issues/250>
2025-12-17 06:29:53 +00:00
Aleksander d6b176f23a make watch pretty
[skip ci]
2025-12-16 20:27:07 +01:00
Aleksander 326b0d710c make toasts pretty 2025-12-16 18:57:10 +01:00
Jay 6086dcf233
osc: Add parameters for Working Sets / OVR Toolkit's Profiles (#295)
* add `lowestBattery` parameter to match the casing of other parameters

* add the following parameters:
`isEditModeActive`, `ToggleEditMode`, `currentWorkingSet`, `CurrentProfile`, and `totalWorkingSets`

* treat fully transparent overlays as "not visible"

this fixes the `isWristVisible` parameter; it was always True even when not looking at it since the watch is usually always "active", which was the only condition before.
2025-12-16 15:04:11 +00:00
galister c41c0b9b59 sbs 3d support 2025-12-16 23:12:35 +09:00
galister 9f5c0b9049 query fcitx at start 2025-12-16 04:43:00 +00:00
galister 2b3cdc3c8b fcitx: capture variant by regex 2025-12-16 04:43:00 +00:00
galister c19c9da5f0 fall back to system layout more aggressively 2025-12-16 04:43:00 +00:00
galister 19b7541049 reload system layout instead of re-using from startup 2025-12-16 04:43:00 +00:00
galister a0c9275b44 IMEs to use system layout 2025-12-16 04:43:00 +00:00
galister 1077d2606d SIGUSR1 to trigger fcitx layout change 2025-12-16 04:43:00 +00:00
galister 12e5749bda set wayvr keymap 2025-12-16 04:43:00 +00:00
galister 9c71917b2a poc keyboard layout change on wayland 2025-12-16 04:43:00 +00:00
galister c732424e7d dbus refactor 2025-12-16 04:43:00 +00:00
galister f2f02855e3 separate GuiPanel for each keyboard layout 2025-12-16 04:43:00 +00:00
galister 8418516236 wayvr: interface to set keymap 2025-12-16 04:43:00 +00:00
galister 4bd8cc1955 notifications tiny cleanup 2025-12-16 04:43:00 +00:00
galister 9df0bc0976 include instructions about uinput module 2025-12-14 10:49:21 +09:00
galister f3f775c06b add ::SendKey 2025-12-14 02:42:50 +09:00
galister f2bd169c22 edit mode: load disable grab state 2025-12-14 01:54:33 +09:00
galister 169c1c87f7 reduce openxr version to work with 22.04 openxr-loader 2025-12-14 01:46:07 +09:00
galister 17165123b9 sunset theme.xml in favor of globals 2025-12-14 00:34:06 +09:00
galister 661ad7d761 toast: limit size and enable word wrap 2025-12-13 21:59:32 +09:00
galister ff4b39069c per-window option to disable grabbing 2025-12-13 21:44:36 +09:00
galister 6793a163af adjust default screen position to be lower 2025-12-13 21:13:11 +09:00
galister 8969a76cd2 fix zero transforms getting serialized 2025-12-13 21:08:21 +09:00
Aleksander a98f49ae7e update pl.json
[no ci]
2025-12-12 18:36:32 +01:00
galister 3ed4313a36 fix target folder paths 2025-12-12 21:43:22 +09:00
galister 5179158b04 fix build without wayland feature 2025-12-12 21:11:11 +09:00
galister cccc7f2614 format 2025-12-12 20:59:52 +09:00
galister 3b1c907798 clippy gone wrong 2025-12-12 20:58:02 +09:00
galister 8b4e60e221 format 2025-12-12 20:44:06 +09:00
galister e1b209410e clippy 2025-12-12 20:43:31 +09:00
galister c95e4a93f6 github actions 2025-12-12 20:38:53 +09:00
galister 9c06198c12 custom labels & buttons 2025-12-12 20:30:44 +09:00
galister 97c11c6791 translations 2025-12-12 01:39:02 +09:00
galister 99b7267970 move readme 2025-12-11 23:56:20 +09:00
galister cce5e5b308 update readme 2025-12-11 23:55:35 +09:00
galister a5cacc2e70 mirrors, recenter, fix floor 2025-12-11 23:55:18 +09:00
galister 4314610244 clippy 2025-12-11 21:26:25 +09:00
galister 12524fec96 Merge branch 'main' into next 2025-12-11 21:24:16 +09:00
galister 30c8a7e3c1 edit mode ui fixes 2025-12-11 21:00:49 +09:00
galister 9c799f360d fix set/overlay persistence 2025-12-11 17:08:49 +09:00
BOT Alex 60ff340445
all bindings can have multiple bindings (#281)
fixed right hand and improved code

remove flake

forgor

forgor

removed print statemnets

Co-authored-by: BOTAlex <alex@deprived.dev>
2025-12-11 00:58:21 +00:00
galister 1724d39697 FileOrBuiltIn asset paths, theming support 2025-12-11 01:09:49 +09:00
galister cb0831223a proper toast sizing 2025-12-10 21:41:51 +09:00
galister c4b8fbd579 anyhow context is nice 2025-12-10 21:03:13 +09:00
galister 7c41a01122 rework toast to use xml 2025-12-10 20:49:39 +09:00
galister 6294ccae1c refine watch grab & hand switch 2025-12-10 18:29:13 +09:00
galister 87806a84d2 watch grabbable in edit mode 2025-12-10 17:32:43 +09:00