Dean Lee
e6c9e764c0
cabana: fix segfault on screen changed ( #28233 )
...
fix segfault on scrrenChanged
2 years ago
Dean Lee
d7adee9766
cabana: clear all cached values in chart after changing signal properties in live mode ( #28125 )
2 years ago
Dean Lee
50e6c43efd
cabana: display the actual signal time on the track line ( #28080 )
...
Display the actual signal time on the track line
2 years ago
Dean Lee
45f1f764ea
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
2 years ago
Dean Lee
a91deca39e
cabana: set the capacity of points from cached events ( #28032 )
2 years ago
Dean Lee
91dc064ac7
cabana: support all features except video in live stream mode. ( #27994 )
2 years ago
Willem Melching
2cf2e784cf
cabana: fix crash on MacOS when combining graphs ( #27977 )
2 years ago
Dean Lee
8ad2d84aeb
cabana: refactor the cache for CAN events ( #27969 )
2 years ago
Dean Lee
de62972e2c
cabana: reduce the number of ticks on the Y-axis ( #27964 )
2 years ago
Dean Lee
29a3b46034
cabana: fix chart high-dpi issues ( #27912 )
...
* fix high-dpi issues
* cleanup
* clear chart cache on screenChanged
* cleanup
2 years ago
Dean Lee
d425f9d1e6
cabana: fix tooltip will not show if chart is partial visible. ( #27897 )
...
* use horizontalSpacing
* fix chart toopl tip
2 years ago
Dean Lee
f63fe15637
cabana: support splitting chart ( #27887 )
...
* split chart
* fixed elided axisY label issues
* fade in chart
2 years ago
Dean Lee
57bf782872
cabana: split chart to multiple files ( #27871 )
...
* git mv
* split file
* fix includes
* split tiplabel out
2 years ago
Dean Lee
fc90814199
cabana: switch theme on the fly ( #27855 )
...
* switch theme on the fly
* better chart theme
* Darcula like dark theme
* add TODO
* use theme aware toolbutton in ChartView
* add margin to text title
* lighter activity colors
* fix historylog header
* replace hardcoded color
* improve chart tooltip color
* use macro
* space
* remove function toolbutton
* fix remove all btn
* remove menu arrow
* improve chart::removeIf
* cleanup charts
2 years ago
Dean Lee
8f118220e6
cabana: improve drag&drop ( #27842 )
...
improve drag&drop
draw shadow effect
2 years ago
Dean Lee
f4f836e2a9
cabana: support dragging chart between tabs ( #27838 )
...
drag chart between tabs
2 years ago
Dean Lee
424bd0c0b6
cabana: support multiple tabs in ChartsView ( #27833 )
...
* support multiple tabs charts
* new tab button right
2 years ago
Dean Lee
409bfcacb7
cabana: drag&drop to change chart order ( #27832 )
2 years ago
Dean Lee
23e420448b
cabana: improve chart drag and drop ( #27820 )
...
* improve drag/drop
* change alpha to 180
* cleanup
* cleanup
* draw drop indicator
2 years ago
Dean Lee
a556d23483
cababa: display '--' in chart tooltip if no min max values ( #27798 )
2 years ago
Dean Lee
c5f5a3b5f2
cabana: support undo/redo zoom ( #27799 )
...
* support updo/redo zoom
* cleanup eventsMerged
* init axis_x when create chart
* update tool bar after create chart
* align charts after updatelayout
2 years ago
Dean Lee
ea91532ac1
cabana: fix chart background issue in live mode ( #27793 )
...
* fix background
* Update tools/cabana/chartswidget.cc
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
2 years ago
Dean Lee
7c7347a9e6
cabana: dynamic update chart tooltip ( #27790 )
...
dynamic update tooltip
dont emit serieschanged if no charts
2 years ago
Dean Lee
c56872265a
cabana: support toggle between light / dark theme ( #27787 )
...
add dark theme
2 years ago
Dean Lee
0cee9d4e78
cabana: significantly reduce CPU usage by caching chart to pixmap ( #27786 )
...
* caching chart to pixmap
* cleanup
* fill with QPalette::Base
2 years ago
Dean Lee
6bbcbab3f7
cabana: fix chart tooltip issues ( #27778 )
2 years ago
Dean Lee
aa3b8e5f30
cabana: fixed chat tool tips was displayed outside of the viewport ( #27770 )
2 years ago
Dean Lee
15a4b60ee6
cabana: display signal value in all charts on mouse hover ( #27749 )
...
* display all values
* cleanup
* cleanup
* emit hoverd if tip is visible
2 years ago
Willem Melching
ced90c163e
cabana: show min and max values in chart tooltip ( #27744 )
2 years ago
Willem Melching
bec8cb1e30
cabana: fix parts of chart widget not being redrawn ( #27742 )
...
* cabana: fix parts of chart widget not being redrawn
* revert others
2 years ago
Willem Melching
cf299002f7
cabana: allow zooming to smaller ranges ( #27748 )
...
* cabana: allow zooming to smaller ranges
* remove comment
2 years ago
Dean Lee
d6961152b8
cabana: add a slider to set sparkline time range ( #27727 )
...
* add slider to set sparkline time range
* rename signaleedit to signalview
* default is 15s
* util::formatSeconds
* update() is faster than invalidate
* draw points
* fix scatter width
2 years ago
Dean Lee
eee3c8ee60
cabana: add sparkline to signal view ( #27717 )
...
* display small line chart beside signal
* TODO
* 1 px width
* auto stretch
* static lines
* use std::vector
* cleanup
* use ts from last message
* remove hardcorded size
2 years ago
Dean Lee
2f954a50e3
cabana: clear zoom stack after reset zoom ( #27716 )
2 years ago
Willem Melching
e4348dc45d
cabana: go to previous zoom window ( #27702 )
...
* cabana: go to previous zoom level
* zoom undo on right click
* catch mousepress event on linux
2 years ago
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