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
Dean Lee
37adf5d3a6
cabana: simplify conversions between QVariant and QVector<QColor> ( #27367 )
2 years ago
grekiki
202eb06a05
Carla simulator: set driver orientation ( #27363 )
2 years ago
Dean Lee
2510f78126
cabana: add online-help ( #27349 )
...
* add online helps
* typo
* remove duplicate 'too'
* show idle message:For Help, Press F1
* improve drawHelp
* fix color desc
2 years ago
Willem Melching
8772306467
cabana: fix events() call in AbstractStream::updateLastMsgsTo ( #27360 )
2 years ago
Willem Melching
e6c02027d3
cabana: fix updating tabbar_ids on "Close Other Tabs" ( #27362 )
2 years ago
Willem Melching
5078c91805
cabana: refactor message id from QString to struct ( #27352 )
...
* cabana: refactor message id from QString to struct
* fix tabbar
* fix findsimilarbits
* optimize hash function
* cleanup sorting
* use in updateLastMsgsTo
2 years ago
Dean Lee
e4d0ee8716
cabana: cleanup code for charts ( #27350 )
2 years ago
Willem Melching
286e42948e
cabana: add keyboard shortcuts to binary view ( #27338 )
...
* cabana: add keyboard shortcuts to binary view
* typo
* whitespace
* keep signal highlighted
2 years ago
Dean Lee
a6bf26f5eb
cabana: fix two bugs in chart ( #27336 )
...
fix two bugs
2 years ago
Dean Lee
d5d19978ad
cabana: add name validation when editing message ( #27316 )
...
* check duplicate name
* cant use ' untitled' as msg name
* const QString UNTITLED
2 years ago
Dean Lee
507badb117
cabana: set legend marker shape by the series type ( #27296 )
...
set legend marker shape by the series type
2 years ago
Dean Lee
e952ad2c66
cabana: draw borders around signals ( #27307 )
...
* cabana: draw borders around signals
* add padding
* merge #27294
* add comment
* typo
* fix alpha
* cleanup
* spacing =2
---------
Co-authored-by: Willem Melching <willem.melching@gmail.com>
2 years ago
Dean Lee
fff6e8baf6
cabana: fix crash in BinaryView::refresh ( #27318 )
2 years ago
Dean Lee
38cf0b8382
cabana: fixed the buggy has_more_data, reduce unncessary calls to fetchMore ( #27319 )
2 years ago
Dean Lee
f71aad955c
cabana: cancel signal highlighting on leaveEvent ( #27315 )
...
cacnel signal hilighting on leaveEvent
2 years ago
Dean Lee
0fdcf4efc0
cabana: fix text-overflow for long msg name ( #27297 )
2 years ago
Dean Lee
3d2c156bbd
cabana: fix y axis precision ( #27299 )
2 years ago