piker/piker
Gud Boi a36c444b78 Handle real modifier events in `ChartView`
Ignore modifier-only key events before action dispatch so Qt's real
Ctrl-G sequence reaches the chart-local gap-overlay binding.

Drive a shown and focused widget through `QtBot.keyPress()` to cover
the production event relay without synthetic event dispatch.

(this patch was generated in some part by `opencode` using `gpt-5.6-sol` (`openai`))
2026-08-31 22:12:23 -04:00
..
accounting .clearing: lazily spawn `brokerd` from `emsd` 2026-06-10 13:12:59 -04:00
brokers Fix IB `MethodProxy` response routing 2026-08-11 18:46:23 -04:00
clearing .clearing: lazily spawn `brokerd` from `emsd` 2026-06-10 13:12:59 -04:00
cli Plan human-facing E2E coverage and document UX 2026-08-31 16:14:47 -04:00
data Expose storage state through `piker store` 2026-07-31 17:26:11 -04:00
fsp Use `tractor.ipc._shm` types directly across codebase 2026-03-17 18:00:29 -04:00
service Add `datad` daemon machinery to `.data` 2026-06-10 13:12:26 -04:00
storage Own gap overlays in chart-local `GapOverlayMngr` 2026-08-14 19:03:11 -04:00
testing Pass a config `tmp_dir: Path` to the runtime when testing 2023-03-09 15:37:43 -05:00
toolz Delegate `.toolz.open_crash_handler()` to `tractor.devx` 2024-01-16 10:26:38 -05:00
tsp Own gap overlays in chart-local `GapOverlayMngr` 2026-08-14 19:03:11 -04:00
ui Handle real modifier events in `ChartView` 2026-08-31 22:12:23 -04:00
watchlists Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
__init__.py Start `piker.service` sub-package 2023-03-09 15:37:42 -05:00
_cacheables.py Move `._cacheables.open_cached_client()` into `.brokers` pkg mod 2023-06-27 13:41:47 -04:00
calc.py Lul, adhere to returning `str`s in `humanize()` 2022-01-25 07:57:01 -05:00
config.py Fix `pytest` config-dir isolation in subactors 2026-06-10 13:10:09 -04:00
log.py Auto-enable `tractor` logging when runtime active 2026-02-23 12:22:48 -05:00
types.py Point `.types.Struct` to `tractor.msg.pretty_struct` 2026-02-22 16:07:53 -05:00