Dean Lee
9b5e02d668
cabana: fix QChart leak ( #30369 )
...
fix QChart leak
old-commit-hash: f5279284f5
2 years ago
Dean Lee
76bddbd23d
cabana/sparkline: Fix "Painter not active" warning ( #30370 )
...
fix painter not active
old-commit-hash: a46544f708
2 years ago
Dean Lee
18f8bc79e6
cabana: remove dependence on opendbc ( #30329 )
...
* remove dependence on opendbc
* move into function
old-commit-hash: bf932c6277
2 years ago
Justin Newberry
3ee7b45c94
Cabana: fix wsl compilation ( #30366 )
...
fix wsl
old-commit-hash: a73412b39d
2 years ago
Dean Lee
0f9c1bb2a7
cabana: fix messages not updated correctly after `seekto()` ( #30351 )
...
fix messages not updated correctly after seekto
old-commit-hash: bf5a45ed98
2 years ago
Dean Lee
be9d291dad
cabana: support suppress highlighted bits ( #30336 )
...
* support suppress highlighted bits
d
* faster filtering and sorting
* improve livestream
* specify the context in the connections
* remove inline
old-commit-hash: 01610128bb
2 years ago
Dean Lee
897a62dcfc
cabana: support multiple cameras ( #30339 )
...
support multiple cameras
old-commit-hash: fe4ad96701
2 years ago
Shane Smiskol
78c15b7ea2
cabana: rename signal node
...
More clear what this is
Receiver Nodes
old-commit-hash: f62ee97cb0
2 years ago
Dean Lee
ae8cd280fb
cabana: fix two ui bugs ( #30327 )
...
fix ui bugs
old-commit-hash: ae26280118
2 years ago
Dean Lee
03ba671b96
cabana: save settings to user-specific directory ( #30328 )
...
* save settings to user-specific directory
* include
old-commit-hash: b73329092c
2 years ago
Dean Lee
920bc9acea
cabana: improve playback controller ( #30325 )
...
improve playback controller
old-commit-hash: 952838335d
2 years ago
Dean Lee
83678f7a87
cabana/chart: populate the points incrementally ( #30326 )
...
* populate the points incrementally
* less spacing
old-commit-hash: 57621afcb0
2 years ago
Dean Lee
8123daceaf
cabana: add `Node` column to message table ( #30317 )
...
* add Node column
* add views menu to toolbar
* match NODE
* rename fetchData to filterAndSort
* simplify sortMessages
old-commit-hash: 691c7c2c66
2 years ago
Dean Lee
b39bf7c20b
cabana: fix sparkline glitch ( #30320 )
...
fix glitch
old-commit-hash: f47723d1d1
2 years ago
Dean Lee
3fb329773e
cabana: remove the qlog parsing thread ( #30319 )
...
remove the qlog thread
old-commit-hash: e287a5f164
2 years ago
Dean Lee
47b9097674
cabana: set the COMMA_CACHE environment variable ( #29849 )
...
* set COMMA_CACHE enviroment
* use /tmp/comma_donwloand_cache
old-commit-hash: 0431bbaa8b
2 years ago
Dean Lee
c096776b31
cabana: remove the installed handlers on exit ( #30297 )
...
remove the installed handlers on exit
old-commit-hash: ac19ecee6f
2 years ago
Dean Lee
e785de4166
cabana: reduce minimum size ( #30223 )
...
reduce minimumsize
old-commit-hash: 818d29818f
2 years ago
Dean Lee
4ec199f1c1
cabana: fix crash when switching dbc file ( #30227 )
...
fix crash when switching dbc file
old-commit-hash: 47813ae8b5
2 years ago
Dean Lee
5de3198888
cabana: check if index is valid ( #30204 )
...
old-commit-hash: d02558c400
2 years ago
Dean Lee
0396152d98
cabana: fix parsing multiple line comment ( #30178 )
...
fix parse error
old-commit-hash: 29f10fd2aa
2 years ago
Adeeb Shihadeh
a9153a39cc
Update Python packages and pre-commit hooks ( #30149 )
...
* Update Python packages and pre-commit hooks
* fixes
* Update common/transformations/README.md
Co-authored-by: Shane Smiskol <shane@smiskol.com>
* fix
---------
Co-authored-by: adeebshihadeh <adeebshihadeh@users.noreply.github.com>
Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 377722fd5e
2 years ago
Dean Lee
f01ab6cbbf
cabana: fix QCompleter leak ( #30097 )
...
fix QCompleter leak
old-commit-hash: 21f4af4d6d
2 years ago
Dean Lee
ae0332d3db
cabana/chart: add contex menu ( #29957 )
...
old-commit-hash: 50cca99e45
2 years ago
Dean Lee
dbc788a418
cabana: fix QMenu leak ( #29956 )
...
fix qmenu leak
old-commit-hash: a450eff89f
2 years ago
Dean Lee
e1df1cf15c
cabana: add button to skip to the end of stream ( #29953 )
...
old-commit-hash: 6f9798745c
2 years ago
Dean Lee
9700838c6c
cabana/chart: fix value overflow ( #29924 )
...
fix value overflow
old-commit-hash: 6a72d53296
2 years ago
Dean Lee
97aa8b0606
cabana: support ECU node names ( #29897 )
...
* support display&edit node name
* cleanup
* set validator for Node name
* modify validator to support multiple receivers
* set default to XXX in updateMsg
* add DEFAULT_NODE_NAME
* Update tools/cabana/commands.h
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: c4df40a04a
2 years ago
Dean Lee
a1cb457f20
cabana: use QStaticText to boost rending performance ( #29900 )
...
use QStaticText to boost rending performance
old-commit-hash: 82452ec66b
2 years ago
Dean Lee
b43ea8de7b
cabana: bug fixes ( #29902 )
...
* fix freq
* fix chart legend alignment issue
old-commit-hash: 0bd9df3193
2 years ago
Dean Lee
fd355cc2f2
cabana/chart: use different colors to distinguish similar signals ( #29890 )
...
* Use different colors to distinguish similar signals
* check hueF value
* lighter
old-commit-hash: 34f5cad4e7
2 years ago
Dean Lee
55a55aac6b
cabana: mark the undo stack as clean after save as ( #29898 )
...
Marks the undo stack as clean after save as
old-commit-hash: 587f6ce0dc
2 years ago
Dean Lee
916f083499
cabana: improve precision of timeline ( #29872 )
...
old-commit-hash: d9f107a2c9
2 years ago
Dean Lee
6c389dee7e
cabana: display warning if failed to write settings ( #29873 )
...
* display warning if failed to write_settings
* use Settings::filePath()
old-commit-hash: f63dc51284
2 years ago
Dean Lee
0d7e17c995
cabana/chart: fix rubber band precision issue ( #29887 )
...
fix rubber band precision issue
old-commit-hash: 11d157369b
2 years ago
Adeeb Shihadeh
1f8459d285
use pytest for cpp tests ( #29833 )
...
* add pytest-cpp package (#29828 )
* add pytest-cpp package
* disable for now
* use in ci
* use pytest cpp
* use my branch
* add missing tests
* that doesn't make sense
* it was merged upstream
* replace TEST_RLOG_URL with a publicly accessible url
* PR Cleanup
* assert instead
* update poetry lock
* add comment about pytest-cpp
---------
Co-authored-by: Justin Newberry <jnewberry0502@gmail.com>
Co-authored-by: Justin Newberry <justin@comma.ai>
Co-authored-by: deanlee <deanlee3@gmail.com>
old-commit-hash: 2c1dfc2f34
2 years ago
Dean Lee
5bac1f771c
cabana: use applicationPath for settings ( #29875 )
...
old-commit-hash: 5e1b5b36e4
2 years ago
Dean Lee
c7efe08e08
cabana: add comparision operator for CanEvent ( #29864 )
...
old-commit-hash: ef4c963c60
2 years ago
Dean Lee
b445d5e9ac
cabana/Sconscript: add back dependency on #opendbc ( #29832 )
...
add dep on #opendbc
old-commit-hash: e9c1cf3b5a
2 years ago
Dean Lee
2716ef3a23
cabana: speed up exit ( #29813 )
...
old-commit-hash: 74daab120d
2 years ago
Dean Lee
12e1815720
cabana: regenerate car_fingerprint_to_dbc when DBC files change ( #29815 )
...
old-commit-hash: 0f942a228d
2 years ago
Dean Lee
8673038aa1
cabana: fix stuck on exit ( #29796 )
...
fix ctrl+c can't exit when stream dialog displayed on startup
old-commit-hash: 7f23e69cb1
2 years ago
Dean Lee
64c3dc5ad6
cabana: add empty check before insert events ( #29798 )
...
old-commit-hash: 60593660e6
2 years ago
Dean Lee
6394bf09d3
cabana: fix crash when no can events in the log ( #29795 )
...
fix crash when no events
old-commit-hash: 0afcf12368
2 years ago
Dean Lee
c99c0b51e3
cabana/MessageListModel: replace `match |=` with `match = match ||` ( #29667 )
...
old-commit-hash: 4f915f4f1a
2 years ago
Dean Lee
3d04606233
cabana: use a monotonic buffer to allocate CanEvent ( #29652 )
...
* use a monotonic buffer to allocate CanEvent
* set the next buffer size to 6MB
* static
* cleanup
* use const iter
* rename to insert_pos
old-commit-hash: 57ad4f02f8
2 years ago
Dean Lee
7a1b7d4206
cabana: improve frequency accuracy ( #29631 )
...
* improve frequency accuracy
* apply review
* 2 less lines!
* another!
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 2484548fdd
2 years ago
Dean Lee
dbf03eb2c2
scons: fix always generating car_fingerprint_to_dbc.json ( #29625 )
...
old-commit-hash: 86386fd87f
2 years ago
Adeeb Shihadeh
61cf541322
Minimal build ( #29600 )
...
* add build flag for minimum build
* add minimal build
* update
* fix pj
* bump opendbc
* update subaru
old-commit-hash: 4917e22615
2 years ago
Dean Lee
de809632bf
cpplint: add filter `whitespace/comma` ( #29595 )
...
old-commit-hash: 7bfd3dac81
2 years ago