Commit Graph

61 Commits

Author SHA1 Message Date
Dean Lee
ba08a4d2ac Cabana: delete all selected cells when shrinking signal (#26211)
old-commit-hash: 64f89beb0d
2022-10-23 13:39:06 -07:00
Dean Lee
9f47b3b517 Cabana: no popup when adding a new signal. (#26155)
* merge master

* GM: make loopback updated check more explicit

This previously checked if parser_pyx filled the defaultdict, now it checks the values in the list (same either way)

* merge master

* continue

* continue

* check for duplicate name

* check duplicate signal name in saveSignal

* check signal size

* size*8

* cleanup

* check size after push_back

* install qlog handler at end

* remove todo

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 80c565d9fe
2022-10-23 13:38:38 -07:00
Adeeb Shihadeh
327e092a5a cabana: fix BinaryView byte indices
old-commit-hash: 8a0475bd3b
2022-10-22 16:15:03 -07:00
Dean Lee
8e68208690 Cabana: drag to adjust signal size (#26172)
* drag to adjust signal size

* rename

* override setSelection

* use signal color as selection color while resing

* helper funtion

* hide tooltip if not in signal

* cleanup

* cabana: remove unused metatype (#26175)

remove unused metatype

* cabana: improve signal highlight on hover (#26161)

* just change font color

* merge master

* cleanup
old-commit-hash: d6a0f1c25a
2022-10-20 13:09:49 -07:00
Dean Lee
f3b226bf81 cabana: improve signal highlight on hover (#26161)
* just change font color

* merge master
old-commit-hash: b2b27ff7ee
2022-10-20 07:56:28 -07:00
Dean Lee
6a688db10e Cabana: highlight signal on mouse over (#26157)
old-commit-hash: bc2b247d71
2022-10-19 11:04:08 -07:00
Dean Lee
b2939b5fd2 cabana: use monospaced font for hex in BinaryView (#26153)
use fixedfont
old-commit-hash: 3fae3b3660
2022-10-19 08:03:14 -07:00
Cameron Clough
95d36f02ae Revert "cabana: fix binary view for can-fd"
This reverts commit 245f706821382e47367c6379fb0462d21d686304.

old-commit-hash: 9a8bd8c097
2022-10-18 20:46:08 -07:00
Adeeb Shihadeh
55801ff8ae cabana: fix binary view for can-fd
old-commit-hash: 98cac3578b
2022-10-18 18:40:47 -07:00
Dean Lee
338225d7f4 cabana: reduce the padding in DetailsView (#26126)
old-commit-hash: 988fede185
2022-10-17 21:00:07 -07:00
Dean Lee
d2d27243e4 Cabana: show MSB/LSB of signals in the BinaryView (#26103)
* dispaly msb and lsb in binary view

* draw at bottom

* move binaryview to seperate files

* increase the width of vertical header

* re-draw changed cells only

* correct lsb/msb position

* check bounds

* todo
old-commit-hash: 99b16151fc
2022-10-17 17:19:41 -07:00