Kurt Nistelberger
34adf259e8
CI: update qcom tests ( #26404 )
...
update qcom tests
Co-authored-by: Kurt Nistelberger <kurt.nistelberger@gmail.com>
old-commit-hash: 1181efb288
3 years ago
Dean Lee
c55ba450cc
Cabana: improve message sorting,filtering and updating. ( #26396 )
...
* optimize sort/filter/update
* helper function msgName
* cleanup
old-commit-hash: 1cf293f3a6
3 years ago
Dean Lee
b858a1c4a4
Cabana: use QToolBar to manage the controls in ChartsView ( #26388 )
...
use QToolBar
old-commit-hash: 45891c7907
3 years ago
Dean Lee
32ff5a5b1c
Cabana: Reimplement HistoryLog::sizeHintForColumn to improve performance ( #26393 )
...
Reimplement sizeHintForColumn to improve performance
old-commit-hash: cdcc0fb369
3 years ago
Dean Lee
2a6edbea60
Cabana: move the chart title into graphics view ( #26389 )
...
remove class ChartWidget
old-commit-hash: 3dc5dbf103
3 years ago
Dean Lee
aa4d1816a5
Cabana: move dbc related code from MessagesWidget to MainWin ( #26387 )
...
* move dbc related code to mainwin
* trigger ci
old-commit-hash: 529504e201
3 years ago
Dean Lee
650a6a921c
Cabana: fix wrong hardcoded column index ( #26392 )
...
fix wrong column count
old-commit-hash: ea5587d1d1
3 years ago
Dean Lee
1bc0166499
Cabana: cleanup code ( #26369 )
...
* remove ChartView::enterEvent
* cleanup ChartsWidget::removeAll
* group graphics items
* remove rubber->setPalette
* helper function DBCManager::parseId
* remove variable name from dbcManager
* fix readme/Usage
* use QSlider::setRange
* cleanup include
* use emplace_back
* remove varialbe routeName from CanMessages
* remove tmp variable
* remove blank line
* cleanup layout
* clean settings layout
* connect to streamStarted
* cleanup signal/slot
old-commit-hash: ac76cc9325
3 years ago
Kurt Nistelberger
cd4b74e217
fix gps test runner
...
old-commit-hash: e23a25c3ae
3 years ago
Dean Lee
5d965010be
Cabana: fix signal list glitch ( #26357 )
...
* fix signal list glitch
* fix glitch when open new msg
* reduce spacing
* fix binaryview glitch
* spacing 3
* create form on demand
* dont close form after save
* remove timer
* remove sizepolicy
* cleanup
old-commit-hash: 0e3edf7877
3 years ago
Dean Lee
a76506d9ce
Cabana: update viewport after mouse released ( #26355 )
...
update viewport after mouse released
old-commit-hash: 241d88c018
3 years ago
Dean Lee
d81bd3f8ec
Cabana: word wrap header ( #26341 )
...
* auto wrap header
* custom headerview
old-commit-hash: 70363e2491
3 years ago
Dean Lee
21960039ed
Cabana: update line series concurrently ( #26339 )
...
update series concurrently
old-commit-hash: e4ec1d7c4c
3 years ago
Dean Lee
01b10ac864
Cabana: make whole DetailWidget scrollable ( #26340 )
...
old-commit-hash: b25e56925c
3 years ago
Dean Lee
6b4c205836
Cabana: add y-axis padding ( #26326 )
...
add padding
old-commit-hash: e355d7383f
3 years ago
Dean Lee
9b00da46da
cabana: optimize chart update ( #26327 )
...
optimize update
old-commit-hash: 4c90bb8635
3 years ago
Shane Smiskol
b3ac1c6fae
PJ: add longitudinal layout ( #26324 )
...
longitudinal layout
old-commit-hash: e3188c0b1f
3 years ago
Dean Lee
1e30802b36
Cabana: fix update issues when the the replay is paused ( #26311 )
...
fix state not updated if replay is paused
old-commit-hash: 6ca6a26d4c
3 years ago
Ricardo Nuno
9e033f6d7e
sim: add docker kill to openpilot docker ( #26310 )
...
add docker kill to openpilot docker
old-commit-hash: d1cf31bced
3 years ago
Shane Smiskol
59a4ffbbae
PJ: support internal cd:/ paths ( #26302 )
...
Update juggle.py
old-commit-hash: d07b7fd7a8
3 years ago
Dean Lee
6803215105
Cabana: fix mouse freezes / hangs ( #26292 )
...
* fix mouseReleaseEvent
* trigger ci
old-commit-hash: 3fc373b4e4
3 years ago
Dean Lee
8eb6d54ede
Cabana: get double precision from std::numeric_limits ( #26293 )
...
fix precision
old-commit-hash: 23f290941a
3 years ago
Dean Lee
7616df4a8e
Cabana: update msg name after load dbc from paste ( #26294 )
...
update msg name after load dbc from paste
old-commit-hash: af685851af
3 years ago
Dean Lee
93fd07a212
Cabana: fix possible crash when removing tabs ( #26283 )
...
fix dead loop
old-commit-hash: 6fed76695c
3 years ago
Dean Lee
37b0ba7535
Cabana: sync button state with chart ( #26285 )
...
sync button state with charts
old-commit-hash: 9c7e375944
3 years ago
Dean Lee
520d0d1af0
Cabana: add save DBC dialog ( #26282 )
...
* export DBC to text edit
* added saveAs & Copy To Clipboard
* cleanup
* cleanup include
* add test case
* rename variable
* fix precision
old-commit-hash: 80b088c332
3 years ago
Adeeb Shihadeh
c437efca6a
cabana: fix settings titles
...
old-commit-hash: 5de54c35a9
3 years ago
Rohit Bernard
bf27021719
sim: Converting RGB frames to NV12 format in OpenCL ( #26169 )
...
* convert carla rgb frames to nv12
* code cleanup
* move kernel
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 9377448888
3 years ago
Dean Lee
881273fe19
Cabana: double click the title bar to move binview to a separate column ( #26280 )
...
* double click to move binview to seperate column
* cleanup
* double click frame
* continue
* rename signal
* add tooltip
* fix layout
* don't show last cell's bottom line
* increase spliter handle size
* cleanup
* set resize mode to ResizeToContents
* add a split button
* cleanup layout&fix space
* cleanup
* remove hardcoded size
* cleanup
old-commit-hash: 5aa0d211f0
3 years ago
Dean Lee
b061e768be
Cabana: add tab context menu for 'close other tabs' ( #26279 )
...
close other tabs
old-commit-hash: a622e523b2
3 years ago
Dean Lee
bdadda4a0e
Cabana: improve track line ( #26231 )
...
* improve track line
* show text label on the left if reach the right edge
* cleanup
* cleanup
old-commit-hash: 8de9bbaa73
3 years ago
Dean Lee
72f6a3b56d
Cabana: change the chart theme in setting ( #26220 )
...
* change the chart theme in setting
* change title colors
* cleanup
old-commit-hash: ba570b963f
3 years ago
Dean Lee
491009e0fa
Cabana: fix marker z-index ( #26254 )
...
old-commit-hash: d679659018
3 years ago
Dean Lee
b32ca59ced
Cabana: fix dbc opened twice on startup ( #26265 )
...
old-commit-hash: f04ca9ff3d
3 years ago
Dean Lee
1f17340ef4
Cabana: set fixed height for statusbar ( #26264 )
...
old-commit-hash: 7c1bb03497
3 years ago
Dean Lee
e63b53335d
Cabana:: remove a fixed TODO ( #26257 )
...
remove a fixed TODO
old-commit-hash: 5e717c12f1
3 years ago
Kurt Nistelberger
d492af3b34
finalize gps tests ( #26255 )
...
* finalize gps test before adding to ci
Co-authored-by: Kurt Nistelberger <kurt.nistelberger@gmail.com>
old-commit-hash: 5b455f1d31
3 years ago
Kurt Nistelberger
9c791ad9b2
Improve GPS tests, add qcom tests ( #26060 )
...
* first ignore
* init gps test
* make LimeGPS git clone
* gps test v1
* add static signal gen script
* remove LD_PRELOAD by using rpath, update values after testing
* cleanUp
* update fuzzy tests
* finalize qcom gps tests
* add downloader
* finalize unit tests
* inc limeGPS startup time
* loosen init time
* add ublox warmstart test
* improve location tests
Co-authored-by: Kurt Nistelberger <kurt.nistelberger@gmail.com>
old-commit-hash: 9c92814585
3 years ago
Dean Lee
a02e81b710
Cabana: limit X-axis range from settings ( #26213 )
...
* limit X-axis range from settings
* continue
* update range if events merged
* update line series by range
* cleanup removeChart
* cleanup updateAxisy
old-commit-hash: 728d969249
3 years ago
Dean Lee
d070420f00
Cabana: use QLineEdit for double value ( #26247 )
...
old-commit-hash: d549e1899d
3 years ago
Adeeb Shihadeh
e3ef65ab4a
pj: update thermal layout + layout test ( #26224 )
...
old-commit-hash: bc7fc481d5
3 years ago
Dean Lee
bd98b9b80c
Cabana: display overlapping bits warning ( #26219 )
...
display overlapping bits warning
old-commit-hash: 87e0a5dd1a
3 years ago
Dean Lee
bc7b437266
cabana: stable FPS ( #26120 )
...
* stable FPS
* fix
old-commit-hash: 686506f400
3 years ago
Dean Lee
1ff74d58b7
Cabana: Added ability to highlight and resize overlapped signals ( #26210 )
...
old-commit-hash: 20dced4edc
3 years ago
Oxygen
4c6c8f4e99
Add #include <QFile> in cabana ( #26208 )
...
* Add #include <QFile>
* fix import order
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
old-commit-hash: 60b666fe3b
3 years ago
Dean Lee
5b093b2da3
replay: reduce test running time ( #26160 )
...
old-commit-hash: 062267f469
3 years ago
Dean Lee
426eb2fc67
Cabana: use deque::resize() instead of pop_back in loop ( #26209 )
...
use resize instead of pop_front in loop
old-commit-hash: 0844662f84
3 years ago
Dean Lee
ba08a4d2ac
Cabana: delete all selected cells when shrinking signal ( #26211 )
...
old-commit-hash: 64f89beb0d
3 years ago
Dean Lee
9f47b3b517
Cabana: no popup when adding a new signal. ( #26155 )
...
* merge master
* GM: make loopback updated check more explicit
This previously checked if parser_pyx filled the defaultdict, now it checks the values in the list (same either way)
* merge master
* continue
* continue
* check for duplicate name
* check duplicate signal name in saveSignal
* check signal size
* size*8
* cleanup
* check size after push_back
* install qlog handler at end
* remove todo
Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 80c565d9fe
3 years ago
Adeeb Shihadeh
327e092a5a
cabana: fix BinaryView byte indices
...
old-commit-hash: 8a0475bd3b
3 years ago