Dean Lee
89d767da49
cabana: improve find similar bits ( #27651 )
...
* improve find similar bits
* 2 precision
2 years ago
Dean Lee
dcbadc554d
cabana: sets the line width with floating point precision. ( #27653 )
2 years ago
Adeeb Shihadeh
5e269b25c4
plotjuggler: update controls mismatch layout
2 years ago
Dean Lee
529ba41825
cabana: display zoom range while dragging rubber-band selection ( #27620 )
2 years ago
Dean Lee
741d26b025
cabana: set min-max values from size when creating a new signal. ( #27589 )
2 years ago
Dean Lee
74db5a4b42
cabana: group CAN events by message id to reduce the time complex from O(N) to O(1) ( #27601 )
...
* refactor streams
* helper function xLessThan
* fix fill gaps
2 years ago
Harald Schäfer
38cb42f76a
LaikaD new cache version ( #27596 )
2 years ago
Dean Lee
f00c108acb
cabana: eliminate deep copy of events in live stream mode ( #27588 )
2 years ago
Dean Lee
696cbb3e24
cabana: fix incorrect current ts in live stream mode ( #27578 )
2 years ago
Willem Melching
0afd3bab34
cabana: DBCManager only expose methods/signals through MessageId ( #27540 )
2 years ago
Willem Melching
b591b0c764
cabana: show signal values with consistent number of digits ( #27556 )
2 years ago
Dean Lee
d09a9a08fc
cabana: fix hang on scrubbing in zommed chart ( #27568 )
2 years ago
Willem Melching
fc44ed63d7
cabana: extend max chart range to 30 minutes ( #27555 )
2 years ago
Dean Lee
dc31c50aa7
cabana: split events into chunks and processed concurrently ( #27562 )
2 years ago
Willem Melching
0fb8e97480
cabana: use ID as NEW_MSG_ suffix ( #27554 )
...
* cabana: use ID as NEW_MSG_ suffix
* start suffix at _1
2 years ago
Willem Melching
ee615a3077
cabana: create autosave file when there are unsaved changes ( #27542 )
2 years ago
Willem Melching
c32a45b5b5
cabana: autocomplete signal names ( #27553 )
2 years ago
Willem Melching
e4d591ecbf
cabana: refactor Msg and Signal into dbc.cc ( #27552 )
2 years ago
Willem Melching
5b3a72267c
cabana: fix changing message size ( #27544 )
...
* cabana: fix changing message size
* fix naming signal untitled
2 years ago
Willem Melching
b79f4594c4
cabana: scrub by shift dragging on graph ( #27545 )
...
* cabana: scrub by shift dragging on graph
* not while live streaming
2 years ago
Dean Lee
b5d29b550c
cabana: get icon size from QStyle::PM_SmallIconSize ( #27548 )
2 years ago
Dean Lee
9b28897f09
replay: fix incorrect format string in seekTo ( #27547 )
2 years ago
Adeeb Shihadeh
94eb215980
loggerd: move to system/ ( #27534 )
2 years ago
Adeeb Shihadeh
6f40f0d442
sensord: move to system/ ( #27531 )
...
* sensord: move to system/
* add gitignore to releaes files
2 years ago
Dean Lee
ddcafeb7dc
cabana: improve the performance of updating TreeView in real-time. ( #27517 )
2 years ago
Dean Lee
c2018d6bf2
cabana: use a segment tree to solve range queries in O(log n) time complexity ( #27498 )
2 years ago
Dean Lee
2de085d39d
cabana: faster copy events ( #27499 )
2 years ago
Dean Lee
6c4320559a
replay: fixed the status is always "loading" if there is no carState in events ( #27481 )
2 years ago
Dean Lee
afc24f08d6
cabana: fix wrong tooltip ( #27480 )
2 years ago
Dean Lee
85a37d276c
cabana: recalc y-axis label width after unit change ( #27466 )
...
recalc width
2 years ago
Dean Lee
8d317ef51c
cabana: press F11 to toggle fullscreen ( #27455 )
2 years ago
Dean Lee
ce3e9d5649
cabana: fix gaps in step line between chunks ( #27447 )
2 years ago
Dean Lee
78116029d3
cabana: replace hardcoded margins, colors, spacing with values from style. ( #27449 )
...
replace hardcoded margins, colors, spacing
improve performance of MessageBytesDelegate
2 years ago
Dean Lee
608ac253df
cabana: right align signal values & fixed text overflow ( #27444 )
...
right align the signal values
2 years ago
Dean Lee
dc4ebeb29c
cabana: added a new series type to chart: step line ( #27422 )
...
* add step line series
* create buttons in createToolButtons
* add inline function clearTrackPoints
* do not show tooltip if series is invisible
* use QActionGroup
2 years ago
Willem Melching
a5644faa3f
cabana: show units ( #27433 )
...
* show units on chart y axis
* show in signal list
* show in historyview
* use clear()
2 years ago
Willem Melching
4e0a3aa0d5
cabana: show bus in own column ( #27434 )
2 years ago
Dean Lee
c1be6d945b
cabana: dispaly current FPS & cached minitues on statusbar ( #27430 )
...
dispaly current FPS & cached minitues on statusbar
2 years ago
Kurt Nistelberger
6b4ac801e7
laikad: use new cache param ( #27404 )
...
* add backward compatibility
* rename laikad cache file
* rm and update
---------
Co-authored-by: Kurt Nistelberger <kurt.nistelberger@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2 years ago
Dean Lee
e0a6074d00
cabana: remove setUpdatesEnabled and setLabelFormat after updateAxisY ( #27421 )
2 years ago
Dean Lee
58cd96536b
cabana: small improvements to SignalView ( #27419 )
2 years ago
Dean Lee
4efd246bac
cabana: improve UI & fix bugs ( #27387 )
...
* improve ui
* keep splitter size after msg changed
* no leading spaces allowed in msg filter and signal filter
* draw color byte AlignCenter
* always set as current index
* reduce chart flickers while resizing
* dispaly more info in tooltip for signal
* narrow combobox
* use
* typo
* private sigs,fix bugs
* merge #27383
* no expanding after undo/redo
* gray color in tooltip
* clear current_msg_id before reset model
* dont call setmeesage if id is the same
* fix bugs
* cleanup
* dont fetch logs if invisible
* add new CenterWidget, make sure msg_id is always valid
* cache icons
* cleanup paint byte color
* merge #27385 implement sizeHint
* cleanup code
* fillrect if alpha>0
2 years ago
Dean Lee
10ed70d952
cabana: show command's text in statusbar ( #27398 )
2 years ago
ntegan1
1f89afd140
cabana: missing includes ( #27390 )
2 years ago
Shane Smiskol
c7cc36d9ee
cabana: add window icon ( #27109 )
...
* add logos
* most zoomed in
* add alt
* slightly zoomed more
* add images
* add draft images
* best image
* not working
* 96px icon image to reduce compiled size
* remove from selfdrive assets
* fixes
2 years ago
Dean Lee
8e3cb0fb20
cabana: add qrc resource file ( #27386 )
...
* add qrc resource file
* remove export
2 years ago
Shane Smiskol
8d9f99b835
cabana: add space to help message ( #27384 )
...
add space
2 years ago
Dean Lee
ac0dbf74bc
cabana: add support for load&save extra dbc info ( #27203 )
...
* support extra info
* support undo/redo
* fix undo/redo
* cleanup
* fix regexp
* refactor dbcmanager
* replace text in headerview
* fix binary::refresh
* cleanup
* use QRegularExpression
* add desc validation
* edit val description in table
* cleanup
2 years ago
Dean Lee
2c5e55ccdc
cabana: attach messageid to tabdata ( #27368 )
2 years ago
Dean Lee
524f7079a9
cabana: add description for timeline color in help ( #27375 )
2 years ago