Commit Graph

690 Commits

Author SHA1 Message Date
Dean Lee
9aee43274f Cabana: save & restore splitter state (#26526)
save & restore splitter state
old-commit-hash: b6de850dd7
2022-11-16 15:45:08 -08:00
Dean Lee
78a2c19d0b Cabana: sort signal by start bit and keep cursor position after save (#26529)
sort signals by start bit and keep cursor position after save
old-commit-hash: e3c913bfa1
2022-11-16 15:43:49 -08:00
Willem Melching
624ef2d73b cabana: default factor to 1 (#26521)
old-commit-hash: e099e42147
2022-11-16 09:12:31 -08:00
Dean Lee
ac0055307f Cabana: fix right panel layout after undocking charts (#26497)
* fix stretch

* set window title
old-commit-hash: 73ec91f3bc
2022-11-15 21:10:05 -08:00
Dean Lee
53922eaed4 Cabana: Move history logs to a tabbed widget (#26481)
* tabwidget

* cleanup

* update state  before show

* cleanup

* remove spacing

* fix right panel stretch issue

* fix missing }
old-commit-hash: 8e91ce1eb4
2022-11-14 19:09:19 -08:00
Dean Lee
2cd0421823 Cabana: add test case for parsing can messages (#26495)
* add test case for parsing can messages

* require size equal

* cleanup
old-commit-hash: ae40774425
2022-11-14 10:13:16 -08:00
Dean Lee
ec2a47f007 Cabana: Fix title overlapping on chart with long names (#26494)
fix title overlapping
old-commit-hash: 29f24c7491
2022-11-14 10:04:14 -08:00
Adeeb Shihadeh
4124aa821f compressed vipc: fix client connect
old-commit-hash: 102669a232
2022-11-13 22:28:27 -08:00
Dean Lee
27e79880ab Cabana: update detail view on change (#26476)
update on changed
old-commit-hash: 4ef941e954
2022-11-13 12:56:48 -08:00
Dean Lee
69d3a5f4ba Cabana: added color labels to signal list (#26485)
add color label
old-commit-hash: 3d208567f3
2022-11-13 12:56:26 -08:00
Dean Lee
1ece0c2f38 Cabana: remove bus time from can message (#26475)
remove bustime
old-commit-hash: f924e797b7
2022-11-13 12:56:05 -08:00
Dean Lee
9897d0dda8 Cabana: miscellaneous fixes (#26477)
* update pos after adjusted margins

* ts >=0

* output debug message to console

* fix freq&count incorrect after replay auto loop restart replay

* fix different height of play/pause

* delay posting CAN message if UI thread is busy

* >=

* clear undo stack after saving

* no space allowed in names

* const referer
old-commit-hash: 7b0f7312e5
2022-11-13 12:55:46 -08:00
Dean Lee
c9a3795057 Cabana: auto update signal on field changes (#26464)
* auto update signal on field changes

* better icon
old-commit-hash: 3c507e8ad7
2022-11-11 10:34:49 -08:00
Dean Lee
df73f5a15d Cabana: fix segfault on exit (#26465)
fix segfault on exit
old-commit-hash: 6cf9fff919
2022-11-11 10:34:25 -08:00
Dean Lee
2ed7ce2eed Cabana: confirm exit without saving (#26452)
* confirm exit without saving

* typo
old-commit-hash: e08896c45d
2022-11-10 12:57:52 -08:00
Dean Lee
26fb7d0db0 Cabana: remember last directory in open file dialog (#26449)
* remember last directory in open file dialog

* use QFileInfo
old-commit-hash: 122c0ec135
2022-11-10 10:37:52 -08:00
Dean Lee
5f80ca6359 Cabana: Added support for undo & redo (#26440)
* undo/redo

* display command list to rolling the state backwards or forward

* update detailview after rolling states

* add * to title bar to indicate dbc has changed

* fix signal pointer address changed after removed

* cleanup

* fix id error

* clear undo stack after dbc file changed

* cleanup

* use map

* cleanup

* typo
old-commit-hash: 7c922eafe9
2022-11-10 10:37:38 -08:00
Dean Lee
e48e9b30f0 Cabana: improve the BinaryView & fix known issues (#26409)
* fix flipping issue

* dragging up to create little endian signal

* transform between little & big endian

* complete selection functions

* scroll to top after msg updated

* remove empty line

* cleanup code

* remove extra semicolon

* fix indentation

* minmax

* dont select hex column

* create msg if not existed
old-commit-hash: b320ac6c23
2022-11-09 22:05:18 -08:00
Dean Lee
f3fb385a74 Cabana: support deleting message (#26418)
delete message
old-commit-hash: 59bf2fc008
2022-11-09 14:19:11 -08:00
Dean Lee
ca2faafdb9 Cabana: add menu bar to main window (#26419)
* add menu bar

* show DBC name in title

* cleanup
old-commit-hash: fc872271ae
2022-11-09 11:10:57 -08:00
Kurt Nistelberger
34adf259e8 CI: update qcom tests (#26404)
update qcom tests

Co-authored-by: Kurt Nistelberger <kurt.nistelberger@gmail.com>
old-commit-hash: 1181efb288
2022-11-08 14:01:07 -08:00
Dean Lee
c55ba450cc Cabana: improve message sorting,filtering and updating. (#26396)
* optimize sort/filter/update

* helper function msgName

* cleanup
old-commit-hash: 1cf293f3a6
2022-11-07 07:53:42 -08:00
Dean Lee
b858a1c4a4 Cabana: use QToolBar to manage the controls in ChartsView (#26388)
use QToolBar
old-commit-hash: 45891c7907
2022-11-06 11:06:42 -08:00
Dean Lee
32ff5a5b1c Cabana: Reimplement HistoryLog::sizeHintForColumn to improve performance (#26393)
Reimplement sizeHintForColumn to improve performance
old-commit-hash: cdcc0fb369
2022-11-06 11:06:10 -08:00
Dean Lee
2a6edbea60 Cabana: move the chart title into graphics view (#26389)
remove class ChartWidget
old-commit-hash: 3dc5dbf103
2022-11-06 11:05:46 -08:00
Dean Lee
aa4d1816a5 Cabana: move dbc related code from MessagesWidget to MainWin (#26387)
* move dbc related code to mainwin

* trigger ci
old-commit-hash: 529504e201
2022-11-06 11:05:14 -08:00
Dean Lee
650a6a921c Cabana: fix wrong hardcoded column index (#26392)
fix wrong column count
old-commit-hash: ea5587d1d1
2022-11-06 11:03:57 -08:00
Dean Lee
1bc0166499 Cabana: cleanup code (#26369)
* remove ChartView::enterEvent

* cleanup ChartsWidget::removeAll

* group graphics items

* remove rubber->setPalette

* helper function DBCManager::parseId

* remove variable name from dbcManager

* fix readme/Usage

* use QSlider::setRange

* cleanup include

* use emplace_back

* remove varialbe routeName from CanMessages

* remove tmp variable

* remove blank line

* cleanup layout

* clean settings layout

* connect to streamStarted

* cleanup signal/slot
old-commit-hash: ac76cc9325
2022-11-05 16:52:16 -07:00
Kurt Nistelberger
cd4b74e217 fix gps test runner
old-commit-hash: e23a25c3ae
2022-11-04 21:54:06 -07:00
Dean Lee
5d965010be Cabana: fix signal list glitch (#26357)
* fix signal list glitch

* fix glitch when open new msg

* reduce spacing

* fix binaryview glitch

* spacing 3

* create form on demand

* dont close form after save

* remove timer

* remove sizepolicy

* cleanup
old-commit-hash: 0e3edf7877
2022-11-04 11:16:15 -07:00
Dean Lee
a76506d9ce Cabana: update viewport after mouse released (#26355)
update viewport after mouse released
old-commit-hash: 241d88c018
2022-11-03 20:09:14 -07:00
Dean Lee
d81bd3f8ec Cabana: word wrap header (#26341)
* auto wrap header

* custom headerview
old-commit-hash: 70363e2491
2022-11-03 13:23:53 -07:00
Dean Lee
21960039ed Cabana: update line series concurrently (#26339)
update series concurrently
old-commit-hash: e4ec1d7c4c
2022-11-03 10:44:49 -07:00
Dean Lee
01b10ac864 Cabana: make whole DetailWidget scrollable (#26340)
old-commit-hash: b25e56925c
2022-11-03 10:44:37 -07:00
Dean Lee
6b4c205836 Cabana: add y-axis padding (#26326)
add padding
old-commit-hash: e355d7383f
2022-11-02 10:46:17 -07:00
Dean Lee
9b00da46da cabana: optimize chart update (#26327)
optimize update
old-commit-hash: 4c90bb8635
2022-11-02 10:45:54 -07:00
Shane Smiskol
b3ac1c6fae PJ: add longitudinal layout (#26324)
longitudinal layout
old-commit-hash: e3188c0b1f
2022-11-02 02:10:11 -07:00
Dean Lee
1e30802b36 Cabana: fix update issues when the the replay is paused (#26311)
fix state not updated if replay is paused
old-commit-hash: 6ca6a26d4c
2022-11-01 09:31:47 -07:00
Ricardo Nuno
9e033f6d7e sim: add docker kill to openpilot docker (#26310)
add docker kill to openpilot docker
old-commit-hash: d1cf31bced
2022-11-01 08:09:47 -07:00
Shane Smiskol
59a4ffbbae PJ: support internal cd:/ paths (#26302)
Update juggle.py
old-commit-hash: d07b7fd7a8
2022-10-31 18:37:43 -07:00
Dean Lee
6803215105 Cabana: fix mouse freezes / hangs (#26292)
* fix mouseReleaseEvent

* trigger ci
old-commit-hash: 3fc373b4e4
2022-10-31 13:59:16 -07:00
Dean Lee
8eb6d54ede Cabana: get double precision from std::numeric_limits (#26293)
fix precision
old-commit-hash: 23f290941a
2022-10-31 09:51:41 -07:00
Dean Lee
7616df4a8e Cabana: update msg name after load dbc from paste (#26294)
update msg name after load dbc from paste
old-commit-hash: af685851af
2022-10-31 09:50:27 -07:00
Dean Lee
93fd07a212 Cabana: fix possible crash when removing tabs (#26283)
fix dead loop
old-commit-hash: 6fed76695c
2022-10-30 08:53:02 -07:00
Dean Lee
37b0ba7535 Cabana: sync button state with chart (#26285)
sync button state with charts
old-commit-hash: 9c7e375944
2022-10-30 07:31:43 -07:00
Dean Lee
520d0d1af0 Cabana: add save DBC dialog (#26282)
* export DBC to text edit

* added saveAs & Copy To Clipboard

* cleanup

* cleanup include

* add test case

* rename variable

* fix precision
old-commit-hash: 80b088c332
2022-10-30 07:31:12 -07:00
Adeeb Shihadeh
c437efca6a cabana: fix settings titles
old-commit-hash: 5de54c35a9
2022-10-29 14:32:22 -07:00
Rohit Bernard
bf27021719 sim: Converting RGB frames to NV12 format in OpenCL (#26169)
* convert carla rgb frames to nv12

* code cleanup

* move kernel

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 9377448888
2022-10-29 13:20:37 -07:00
Dean Lee
881273fe19 Cabana: double click the title bar to move binview to a separate column (#26280)
* double click to move binview to seperate column

* cleanup

* double click frame

* continue

* rename signal

* add tooltip

* fix layout

* don't show last cell's  bottom line

* increase spliter handle size

* cleanup

* set resize mode to ResizeToContents

* add a split button

* cleanup layout&fix space

* cleanup

* remove hardcoded size

* cleanup
old-commit-hash: 5aa0d211f0
2022-10-29 12:01:08 -07:00
Dean Lee
b061e768be Cabana: add tab context menu for 'close other tabs' (#26279)
close other tabs
old-commit-hash: a622e523b2
2022-10-28 21:44:51 -07:00