Dean Lee
3c765a1f45
replay: eliminate qt dependency ( #34102 )
...
refactor to remove qt dependency and module Replay classes
6 months ago
Dean Lee
24a32c3dec
replay: remove Qt dependency from Segment and Timeline ( #33847 )
...
remove Segment, Timeline dependency on Qt
7 months ago
Dean Lee
371f60413a
replay: refactor ConsoleUI to remove Qt dependency ( #33826 )
...
Refactor ConsoleUI to remove Qt dependency
7 months ago
Dean Lee
30853a2c41
replay: replace Qt data types with standard C++ data types ( #33823 )
...
replace Qt data types with c++ data types
7 months ago
Dean Lee
dbf095522f
cabana: bug fixes and improvements ( #32934 )
...
bug fixes and improvements
old-commit-hash: 36815cc6d5
10 months ago
Dean Lee
372bea14e2
replay: bug fixes and improvements ( #32193 )
...
old-commit-hash: 2c409e0980
1 year ago
Dean Lee
6ae3e95542
camerad: cleanup includes ( #30782 )
...
* cleanup includes
* continue
---------
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: ab0b26d2b8
1 year ago
Dean Lee
8aac0bdfff
replay: support for setting a custom playback speed ( #30462 )
...
* support for setting a custom playback speed
* rename to playback speed
old-commit-hash: c5f73a748e
1 year ago
Dean Lee
97e9d55588
cpplint: `build/include_what_you_use` ( #29556 )
...
* include_what_you_use
* remove comments
* include <memory>
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 2d99521e75
2 years ago
Dean Lee
841f8bfb3f
cabana: improve timeline ( #28801 )
...
old-commit-hash: 059529cae2
2 years ago
Dean Lee
aeb812b5e1
replay: fixed the status is always "loading" if there is no carState in events ( #27481 )
...
old-commit-hash: 6c4320559a
2 years ago
Dean Lee
eb3429c5fb
replay: show absolute time ( #26869 )
...
old-commit-hash: 2c7df6efc8
2 years ago
Dean Lee
09a84a3604
Replay: remove wrong text in TIME ( #26692 )
...
remove wrong time string
old-commit-hash: b513b83221
2 years ago
Dean Lee
ec96bc52d6
replay: add shortcuts for seeking to the next info, warning, and critical alerts ( #25576 )
...
old-commit-hash: 75c434bde7
3 years ago
Cameron Clough
07084dcbaf
user event flagging ( #25517 )
...
* setup home_btn in sidebar
* create UserFlag msg
* replay: show and skip to user flags
* update translations
* bump to cereal master
* remove comment
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: b3cfe962cf
3 years ago
Dean Lee
2156e71e7a
move replay from selfdrive/ui/replay to tools/replay ( #24971 )
...
* mv to tools/replay
* change folder
* add .gitignore
* fix build doc
* disable warning
* enable warning after build
* build qt/util.cc qt/api.cc to library
* cleanup
old-commit-hash: fd5b3d7603
3 years ago
Adeeb Shihadeh
f4675fc260
Merge common/ and selfdrive/common ( #24556 )
...
* Merge common/ and selfdrive/common
* fix that
* fix version
* fix unit tests
old-commit-hash: cb8885cffb
3 years ago
Cameron Clough
b4cc54b278
replay: fix wrong format code in print ( #24006 )
...
old-commit-hash: 602cbfcba0
3 years ago
Jonathan Frey
9ae66079f7
replay: fix pause key doc ( #23697 )
...
old-commit-hash: a39e635b5c
3 years ago
Dean Lee
c8b528e850
replay: ncurses GUI ( #23608 )
...
* initial version
* print all message's in ncurses window
* show download progress bar
* move all to class ConsoleUI
* timeline
* improve timeline&stats
* fix logMessage
* add warning indicator
* continue
* cleanup
* cast type to int
* simplify seekToFlag
* more
* <=
* handle enter
* add box to logging window
* fix multiple threads problem
* fix concurrency issues
* draw indicator
* many improvements
* more
* fix multipe threads logging
* stop replay before exit
* use lambda instead of std::bind
* cleanup
* small cleanup
* use carFingerPrint
* don't emit signal in replay::stream
* merge car_events into timeline
* cleanup DonloadStats
* cleanup
* rename carname to carFingerprint
* improve alert
* add comments
* add help functions
templete function
* handle term resize
* display replaying status
* rename to INSTANT
* helper function pauseReplay
* more
* cleanup
use rDebug
* no template
* less colors
* remove function mv_add_str
* use BORDER_SIZE
* tune colors
* add spaces
* apply reviews
use /
old-commit-hash: 3ca8e3653b
3 years ago