Dean Lee
c17c34187b
cabana: simplify stream management and remove problematic autosave feature ( #32945 )
...
simplify code and remove problematic code
11 months ago
Dean Lee
36815cc6d5
cabana: bug fixes and improvements ( #32934 )
...
bug fixes and improvements
11 months ago
Dean Lee
5aac2e5a89
cabana: fix chart value tip flickers when the mouse moves over it ( #32796 )
...
fix chart value tip flickers
1 year ago
Dean Lee
865b98a5c4
cabana: avoid dead locks and improve responsiveness ( #32740 )
...
avoid dead locks and improve responsive
1 year ago
Dean Lee
38529c5057
cabana: Fix visibility issue for a single data point in series ( #32749 )
...
Fix visibility issue for a single data point in series
1 year ago
Dean Lee
d72f000d98
cabana: Improve seeking and zooming ( #32334 )
...
* Improve seeking and zooming
* No repeated calculation of freq
* set min zoom seconds to 10ms
1 year ago
Dean Lee
37877185f8
cabana: show enum string in chart tooltip ( #32303 )
1 year ago
Dean Lee
2d1078ee5b
cabana: some improvements ( #32161 )
...
some improvements
1 year ago
Dean Lee
7ded7a0720
cabana: fix double comparisons ( #30468 )
...
compare double with epsilon
2 years ago
Dean Lee
86efd70fa9
cabana: allocate qt objects on the heap instead of stack ( #30374 )
...
allocate qobject in heap
2 years ago
Dean Lee
f5279284f5
cabana: fix QChart leak ( #30369 )
...
fix QChart leak
2 years ago
Dean Lee
57621afcb0
cabana/chart: populate the points incrementally ( #30326 )
...
* populate the points incrementally
* less spacing
2 years ago
Adeeb Shihadeh
377722fd5e
Update Python packages and pre-commit hooks ( #30149 )
...
* Update Python packages and pre-commit hooks
* fixes
* Update common/transformations/README.md
Co-authored-by: Shane Smiskol <shane@smiskol.com>
* fix
---------
Co-authored-by: adeebshihadeh <adeebshihadeh@users.noreply.github.com>
Co-authored-by: Shane Smiskol <shane@smiskol.com>
2 years ago
Dean Lee
50cca99e45
cabana/chart: add contex menu ( #29957 )
2 years ago
Dean Lee
6a72d53296
cabana/chart: fix value overflow ( #29924 )
...
fix value overflow
2 years ago
Dean Lee
34f5cad4e7
cabana/chart: use different colors to distinguish similar signals ( #29890 )
...
* Use different colors to distinguish similar signals
* check hueF value
* lighter
2 years ago
Dean Lee
d9f107a2c9
cabana: improve precision of timeline ( #29872 )
2 years ago
Dean Lee
11d157369b
cabana/chart: fix rubber band precision issue ( #29887 )
...
fix rubber band precision issue
2 years ago
Dean Lee
ef4c963c60
cabana: add comparision operator for CanEvent ( #29864 )
2 years ago
Dean Lee
2d99521e75
cpplint: `build/include_what_you_use` ( #29556 )
...
* include_what_you_use
* remove comments
* include <memory>
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2 years ago
Dean Lee
9dac6b66f9
cabana: set border color for scatter series ( #29408 )
2 years ago
Dean Lee
059529cae2
cabana: improve timeline ( #28801 )
2 years ago
Dean Lee
e08569b0f3
cabana: support multiplexed signals ( #28309 )
...
* support muxed signals
* write multiplexor in generateDBC
* edit multiplex_switch_value in signalView
* no overlapping warning for mux signals
* group signals by multiplexer indicator
* display freq for each multiplexed signals
* remove all multiplexed signals after switch deleted
* disable switch value
* cleanup
* historyView: use getValue
* sort by switch value
* check address
* rename variables
* rename signale type
* parse multiplexed signals in dbcmanater
* cache signal color in member variable
* cleanup num_decimals
* remove sources from dbcmanager and cleanup code
* fix sort
* check mltiplex in operator==
* fix sizehint
* convert multipledxed to normal after changing multiplxor to normal
* throw error on multiple 'M' signals
* add comment
* parse multipled signals in test case
* cleanup
* change order
* cleanup open
* display multiplexed/overlapping signals in binaryview
* sort overlapped signals by size
* refactor dbcmanager
* trimmed
* parse multiplexed signals in test case
* cleanup
* merge master
* space
* use pointer for sigs
* alldbcFiles
* cleanup
* cleanup sparkline
* use std::vector
* skip draw sparkline if isnull
* bigger capacity
2 years ago
Dean Lee
ff4aae85fe
cabana: refactor dbc manager ( #28445 )
...
* rafactor signal
* cleanup
* refacto dbcmanager
* refactor dbcmanger
2 years ago
Angus Gratton
7cb4adfebb
Cabana: Improve contrast when using dark themes ( #28389 )
2 years ago
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