Dean Lee
91ccb8b415
cabana: add #include <QObject> in dbcfile.h ( #28219 )
...
old-commit-hash: 5b54f0938f
2 years ago
Dean Lee
1e58a8e991
cabana/findSignalDlg: support filter messages by bus/address/time. ( #28186 )
...
old-commit-hash: 13504f5ecf
2 years ago
Dean Lee
f30caf9ec5
cabana: add tool to search for possible signals through values. ( #28182 )
...
* Add tools to search for possible signals through values.
* use ,
old-commit-hash: 10bdcef0fe
2 years ago
Adeeb Shihadeh
0a62304928
cabana: remove dead image from readme
...
old-commit-hash: 40dd150fc6
2 years ago
Dean Lee
bd4d5ff3d4
cabana: fix the frequency was incorrect when replay from a specified segment ( #28165 )
...
old-commit-hash: f01652cc41
2 years ago
Dean Lee
c9d56e78a6
cabana: cleanup DBCFile ( #28160 )
...
old-commit-hash: 720df4d150
2 years ago
Willem Melching
2e21af7d26
cabana: partial match on ID filter ( #28158 )
...
old-commit-hash: 3f8fc8f6f8
2 years ago
Dean Lee
13c6a92471
cabana: cleanup mainwin ( #28142 )
...
* Remove redundant calls to updateLoadSaveMenus()
* cleanup updateLoadSavemenus
* helper function closeFile
* remove redundant calls to remindSaveChanges()
* remove unnecessary call to updateRecentFiles
* cleanup
old-commit-hash: 933be2e128
2 years ago
Dean Lee
ca13898b23
cabana: show and edit all messages present in DBC files ( #28108 )
...
* show all messages present in DBC files
* set last section stretch
* user can't resize data section
* re-fetch if filtering freq|count|data
* reserve set space
* use contains
* emit signalAdded for all related sources
old-commit-hash: f7e024f2f2
2 years ago
Dean Lee
6ebc95c87d
cabana: clear all cached values in chart after changing signal properties in live mode ( #28125 )
...
old-commit-hash: d7adee9766
2 years ago
Willem Melching
3cd82e36b7
cabana: fix rounding error in filter sizehint ( #28116 )
...
old-commit-hash: b3a3040d09
2 years ago
Dean Lee
67d627d73c
cabana: Make the close button on TabBar look consistent and adaptable to different templates. ( #28065 )
...
consistent and adaptable to different templates
old-commit-hash: 4ed6412ee5
2 years ago
Willem Melching
188aea549c
cabana: improve panda startup dialog ( #28104 )
...
* create combo box for serial numbers
* configure bus speeds
old-commit-hash: 5c9935cc82
2 years ago
Willem Melching
3cd1f3560b
cabana: add filter per column ( #28034 )
...
* add non functional lineedits
* implement actual filtering
* more efficient modelReset
* less diff
* refactor contains
* make sortMessages static
* cleanup
* regex support
* case insensitive
* uncomment
* set header before restoring state
* force reset
* more regex matching
* update comment
* put back header with clear button
* handle hiding
* handle horizontal scrolling
* whitespace
* dont add that
old-commit-hash: aa54204c81
2 years ago
Willem Melching
10215bc44e
cabana: add option to suppress already known signals ( #28106 )
...
* suppress using static mask
* use mask in updateLastMsgsTo
* store mask in cabana::Msg
* update mask in the right places
* actually build mask
* restore setting
* less diff
old-commit-hash: b53f748a1a
2 years ago
Dean Lee
175af7f687
cabana: display the actual signal time on the track line ( #28080 )
...
Display the actual signal time on the track line
old-commit-hash: 50e6c43efd
2 years ago
Dean Lee
bd0d42a563
cabana: fixed segfault when search in signals ( #28078 )
...
old-commit-hash: a16730a9c4
2 years ago
Dean Lee
4918304e47
cabana: fix the timeline position of the newly created chart was always 0 when paused. ( #28079 )
...
old-commit-hash: e5678d3a3f
2 years ago
Dean Lee
4a318e17bd
cabana: display current time & values in chart ( #28042 )
...
* display current time&value in chart
* cleanup
* use macro
* use BrightText
* use x-square
* tiplabel: set point size 9
* add 1 point offset
* change Light color
* lighter color
* use const iterator to avoid implict sharing detachs
old-commit-hash: 45f1f764ea
2 years ago
Dean Lee
14443527cc
cabana: fix time is displayed incorrectly when mouse dragged outside of the slider ( #28048 )
...
fix time is displayed incorrectly when the mouse is dragged outside of the slider
old-commit-hash: 64fb5cb922
2 years ago
Dean Lee
31566c8b8f
cabana: set the capacity of points from cached events ( #28032 )
...
old-commit-hash: a91deca39e
2 years ago
Willem Melching
5c74c4d75d
cabana: hide/show columns using context menu ( #28033 )
...
old-commit-hash: 8318d7207b
2 years ago
Dean Lee
bcc6999411
cabana: fix wrong total seconds in replay mode ( #28015 )
...
* fix total_sec
* fix chart max range
* fix all_evnets order & use vector to improve performance
* dynamic updating max time
* get real time from qlog
* Update tools/cabana/streams/livestream.cc
Co-authored-by: Shane Smiskol <shane@smiskol.com>
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 7f856eafd9
2 years ago
Adeeb Shihadeh
91e94cc57d
bump opendbc ( #28006 )
...
old-commit-hash: 86dd0923d4
2 years ago
Dean Lee
b07058407b
cabana: fixed incorrect comparison ( #28007 )
...
old-commit-hash: aabbe9ff18
2 years ago
Dean Lee
2b9c35ddf7
cabana: support all features except video in live stream mode. ( #27994 )
...
old-commit-hash: 91dc064ac7
2 years ago
Willem Melching
bbe10913cf
cabana: fix shadowed variable in abstractstream.cc ( #27976 )
...
old-commit-hash: 31cdb8de4c
2 years ago
Willem Melching
539a46d989
cabana: fix crash on MacOS when combining graphs ( #27977 )
...
old-commit-hash: 2cf2e784cf
2 years ago
Willem Melching
e32ba8719a
cabana: more advanced DBC management features ( #27968 )
...
* cabana: improve menu to manage individual DBCs
* remove from single bus
* comments
* close explicitly
* new before open
* whitespace
* remove old code
* clipboard actions
* cleanup actions
* sections instead of nested menu
* consistent bus format
old-commit-hash: 7f5cda00b5
2 years ago
Dean Lee
1045c7d836
cabana: startup stream chooser dialog ( #27938 )
...
* new StreamDialog
* choose dbc file
* update last_dir
* move to /streams
* cleanup
* add stretch
* catch panda exception
* cleanup
* cleanup
* small cleanup
* fix pandaStream crash caused by a failed connection
* static function to create stream widget
* cleanup
old-commit-hash: 590b1bc206
2 years ago
Willem Melching
d4cea1f024
cabana: enable Hi-DPI support on MacOS ( #27965 )
...
old-commit-hash: 475903e244
2 years ago
Willem Melching
69625b7f6c
cabana: use cyan/red coloring for values that move mostly up/down ( #27966 )
...
old-commit-hash: 8da5745970
2 years ago
Dean Lee
70800c6397
cabana: refactor the cache for CAN events ( #27969 )
...
old-commit-hash: 8ad2d84aeb
2 years ago
Dean Lee
7a51caa0af
cabana: make head section movable ( #27971 )
...
* set sections movable
* change setting key to v3
* add comment
* remove restorestate from MainWindow
old-commit-hash: f9568e9818
2 years ago
Dean Lee
d8637d0dd3
cabana: reduce the number of ticks on the Y-axis ( #27964 )
...
old-commit-hash: de62972e2c
2 years ago
Willem Melching
0a690ea48d
cabana: fix MacOS build ( #27950 )
...
old-commit-hash: af5f769d7c
2 years ago
Dean Lee
679ae7865a
cabana: fix PandaStream crash if no panda found ( #27948 )
...
old-commit-hash: dc4b7b37c0
2 years ago
Willem Melching
ca245b4973
cabana: make highlight fade time independent of playback speed ( #27951 )
...
old-commit-hash: fbe70c43a4
2 years ago
Willem Melching
48eb186464
cabana: fix displaying zero length messages ( #27953 )
...
old-commit-hash: 9c88c3fe4c
2 years ago
Dean Lee
8a724f649f
cabana: fix unable to scroll to the right edge of the message list. ( #27947 )
...
* fix scroll issue
* resize bytes section after model reset
old-commit-hash: 6ad4017fd8
2 years ago
Willem Melching
23d52ccd2d
cabana: refactor new msg/signal name generation ( #27931 )
...
old-commit-hash: 1016c3f97c
2 years ago
Willem Melching
484eed0acf
cabana: support direct streaming from panda over USB ( #27936 )
...
* refactor livestream into devicestream
* add panda stream
* unused
* whitespace
* move logging to base class
* add cmdline args
* Update selfdrive/boardd/boardd.cc
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 2a981f5531
2 years ago
Dean Lee
5115b6dc5a
cabana: fixed the freq column for high-freq messages may be incorrectly displayed as a --. ( #27940 )
...
old-commit-hash: a324d79fa3
2 years ago
Dean Lee
8d7e910631
canaba: display the opened dbc files in the window title bar. ( #27939 )
...
* show dbc file name on the window title
* Show all dbc files opened on each bus
* check d
old-commit-hash: 30ff0bface
2 years ago
Dean Lee
941765994c
cabana: some improvements to messages view ( #27935 )
...
* improve messageswidget
* remove double semicolon
old-commit-hash: f79654a1e7
2 years ago
Willem Melching
5bb84a0568
cabana: remove msg on removing last signal ( #27933 )
...
old-commit-hash: d06936843b
2 years ago
Willem Melching
21f2724815
cabana: add setting to choose preferred drag direction for new signals ( #27932 )
...
old-commit-hash: 0f22bb50de
2 years ago
Dean Lee
40caca7e24
cabana: paint sparkline in threads ( #27925 )
...
* multiple threading realtime sparkline
* delay visible
* remove msg_id
* cleanup
old-commit-hash: ed1f03dc41
2 years ago
Dean Lee
b8fcd32542
cabana: update recent files in menu after save as ( #27926 )
...
old-commit-hash: 48f8c02cf1
2 years ago
Dean Lee
52f0416736
cabana: fix message view performance issues after #27901 ( #27908 )
...
* fix message list issues
* override drawBranches, do nothing
* bypass QTreeView::datachanged
* remove data copy in binaryview::updateState
* rename to x_v2
old-commit-hash: f5d66fa2a9
2 years ago