Dean Lee
c77a0feab4
cabana: fix high DPI issues in chart ( #27694 )
2 years ago
Dean Lee
33afefd346
cabana: enables user to select the zoom area when the mouse press on the data point ( #27679 )
...
zoom anywhere
2 years ago
Dean Lee
dcbadc554d
cabana: sets the line width with floating point precision. ( #27653 )
2 years ago
Dean Lee
529ba41825
cabana: display zoom range while dragging rubber-band selection ( #27620 )
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
Dean Lee
f00c108acb
cabana: eliminate deep copy of events in live stream mode ( #27588 )
2 years ago
Willem Melching
0afd3bab34
cabana: DBCManager only expose methods/signals through MessageId ( #27540 )
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
Willem Melching
e4d591ecbf
cabana: refactor Msg and Signal into dbc.cc ( #27552 )
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
c2018d6bf2
cabana: use a segment tree to solve range queries in O(log n) time complexity ( #27498 )
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
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
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
Dean Lee
e0a6074d00
cabana: remove setUpdatesEnabled and setLabelFormat after updateAxisY ( #27421 )
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
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
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
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
Dean Lee
a6bf26f5eb
cabana: fix two bugs in chart ( #27336 )
...
fix two bugs
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
3d2c156bbd
cabana: fix y axis precision ( #27299 )
2 years ago
Dean Lee
409c1c9c65
cabana: set pen width in createSeries ( #27288 )
2 years ago
Dean Lee
37abe37117
cabana: set series color in createSeries ( #27270 )
...
* set color in createSeries
* fix
2 years ago
Dean Lee
f4f081c562
cabana: imporve series selector dialog ( #27266 )
...
* imporve series selector dialog
* typo
2 years ago
Dean Lee
99f12ca7f3
cabana: fix coredump caused by getColor in updateSeries ( #27265 )
2 years ago
Willem Melching
fcaa6fb06f
cabana: extend color palette, make chart colors match signal view ( #27258 )
...
* cabana: extend color palette, make chart colors match signal view
* vary saturation too
* cleanup
2 years ago
Dean Lee
80bf755b07
cabana: set correct geometry for legend ( #27260 )
2 years ago
Dean Lee
583057aa41
cabana: add space between signal and msg name ( #27252 )
2 years ago
Dean Lee
55ad7ee3cb
cabana: remove toolbutton padding ( #27240 )
...
* remove toolbutton padding
* fix incorrect checked state in setSeriesType
2 years ago
Dean Lee
ae99a6d15d
cabana: paint points in drawForeground instead of switching opengl mode ( #27239 )
2 years ago
Dean Lee
8f6521ded3
cabana: improve charts toolbar ( #27233 )
...
* improve toolbar
* add text
2 years ago
Dean Lee
1a99fd3610
cabana: fixed wrong plot area after changed column count ( #27228 )
2 years ago
Dean Lee
f9de6a0dd8
cabana: click on legend to show/hide series ( #27231 )
...
* click on legend to show/hide series
* update axis y
* add move icon
2 years ago
Dean Lee
1ecda86e51
cabana: concurrently update chart series ( #27230 )
2 years ago
Dean Lee
4117986520
cabana: fix incorrect clamp ( #27218 )
...
* fix incorrect clamp
* fix type error
2 years ago
Dean Lee
54f3ca43bb
cabana: only relayout charts when needed ( #27210 )
2 years ago
Dean Lee
9b054af8b6
cabana: improve align charts ( #27217 )
...
* improve align charts
* set range on need
* cleanup
* remove unused include
2 years ago
Dean Lee
d6516059bd
cabana: fix incorrect point size after adding new series to chart or changing series type ( #27199 )
...
* update pointers after create series
* cleanup
2 years ago
Dean Lee
29d9d03759
cabana: add dialog to open route from remote or local ( #27183 )
...
* add OpenRouteDialog
* cleanup
* failed_to_load
* fix load
* clear message list and stream after open new route
* show message
* remove all tabs and charts after open
* use textEdited
* check route format
* cleanup loadRoute
2 years ago
Dean Lee
bd66f77a3b
cabana: fix chart buttons occasionally did not respond to click. ( #27198 )
...
* fix btn not responding on click
* change icon from gear to list(menu)
2 years ago
Dean Lee
53396076df
cabana: add capability for switching between line and scatter plots ( #27169 )
...
* add capability for switching between line and scatter plots
* Update tools/cabana/chartswidget.cc
Co-authored-by: Willem Melching <willem.melching@gmail.com>
* setUserOpengl in createSeries
* update series title
* set marker size by pixels_per_point
* sync menu state
* cleanup
* set default series type in settings dlg
* remove qdebug
---------
Co-authored-by: Willem Melching <willem.melching@gmail.com>
2 years ago
Willem Melching
9ece098098
cabana: do not round time when seeking from chartswidget ( #27141 )
...
* cabana: do not round time when seeking from chartswidget
* prevent zooming/seeking past end of route
2 years ago
Dean Lee
628b80de3d
cabana: improve line marker ( #27189 )
2 years ago
Dean Lee
647e81f9bb
cabana: show series colors in tooltip ( #27186 )
...
show series colors in tooltip
2 years ago