Commit Graph

660 Commits

Author SHA1 Message Date
Dean Lee a76506d9ce Cabana: update viewport after mouse released (#26355)
update viewport after mouse released
old-commit-hash: 241d88c018d2acae4dbc71b5a033644959e2b24a
2022-11-03 20:09:14 -07:00
Dean Lee d81bd3f8ec Cabana: word wrap header (#26341)
* auto wrap header

* custom headerview
old-commit-hash: 70363e2491ea4150f85b44ff221d3318208581a9
2022-11-03 13:23:53 -07:00
Dean Lee 21960039ed Cabana: update line series concurrently (#26339)
update series concurrently
old-commit-hash: e4ec1d7c4cc65d2f91530776584807eb4b13e59e
2022-11-03 10:44:49 -07:00
Dean Lee 01b10ac864 Cabana: make whole DetailWidget scrollable (#26340)
old-commit-hash: b25e56925c2453464f554bfab57b38f9487a9844
2022-11-03 10:44:37 -07:00
Dean Lee 6b4c205836 Cabana: add y-axis padding (#26326)
add padding
old-commit-hash: e355d7383fbd1840f1d8f7e56cec3dba6f4f1d2a
2022-11-02 10:46:17 -07:00
Dean Lee 9b00da46da cabana: optimize chart update (#26327)
optimize update
old-commit-hash: 4c90bb8635d460c1a574f3ab3d7aa264179c197e
2022-11-02 10:45:54 -07:00
Shane Smiskol b3ac1c6fae PJ: add longitudinal layout (#26324)
longitudinal layout
old-commit-hash: e3188c0b1fb8bd02cf22a774fa70057424d3d8db
2022-11-02 02:10:11 -07:00
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: 6ca6a26d4c12ab0813c8474eb1a9bed6f69374ee
2022-11-01 09:31:47 -07:00
Ricardo Nuno 9e033f6d7e sim: add docker kill to openpilot docker (#26310)
add docker kill to openpilot docker
old-commit-hash: d1cf31bced9609f43a518b2c07b0f440ecc2479a
2022-11-01 08:09:47 -07:00
Shane Smiskol 59a4ffbbae PJ: support internal cd:/ paths (#26302)
Update juggle.py
old-commit-hash: d07b7fd7a832832b7f1f167b5dc60a16778d2502
2022-10-31 18:37:43 -07:00
Dean Lee 6803215105 Cabana: fix mouse freezes / hangs (#26292)
* fix mouseReleaseEvent

* trigger ci
old-commit-hash: 3fc373b4e4829b03ddc363741006af0589d97588
2022-10-31 13:59:16 -07:00
Dean Lee 8eb6d54ede Cabana: get double precision from std::numeric_limits (#26293)
fix precision
old-commit-hash: 23f290941aa16742ba9d9477c4d98533aca15322
2022-10-31 09:51:41 -07:00
Dean Lee 7616df4a8e Cabana: update msg name after load dbc from paste (#26294)
update msg name after load dbc from paste
old-commit-hash: af685851af226041f349212a0344dd00f0c3dd6e
2022-10-31 09:50:27 -07:00
Dean Lee 93fd07a212 Cabana: fix possible crash when removing tabs (#26283)
fix dead loop
old-commit-hash: 6fed76695cbab39ffbaca2cd5e656e4c5a5badca
2022-10-30 08:53:02 -07:00
Dean Lee 37b0ba7535 Cabana: sync button state with chart (#26285)
sync button state with charts
old-commit-hash: 9c7e3759441f0dff1200f7946e77f06c6a101c26
2022-10-30 07:31:43 -07:00
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: 80b088c332808439ea9cfe23557fae5a86fb075c
2022-10-30 07:31:12 -07:00
Adeeb Shihadeh c437efca6a cabana: fix settings titles
old-commit-hash: 5de54c35a9017454982c1deda973a8519968d854
2022-10-29 14:32:22 -07:00
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: 9377448888c181674fdc1b1aa8c3bc485156d3d2
2022-10-29 13:20:37 -07:00
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: 5aa0d211f075681e18395d0fd7dd73d8cc44573c
2022-10-29 12:01:08 -07:00
Dean Lee b061e768be Cabana: add tab context menu for 'close other tabs' (#26279)
close other tabs
old-commit-hash: a622e523b2251472aa59b80eee60cae9fcb1e024
2022-10-28 21:44:51 -07:00
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: 8de9bbaa73ea94b966b1161fb630bf3cac72c764
2022-10-28 10:55:05 -07:00
Dean Lee 72f6a3b56d Cabana: change the chart theme in setting (#26220)
* change the chart theme in setting

* change title colors

* cleanup
old-commit-hash: ba570b963f18d96ac181882b1f4e1678b992f665
2022-10-27 14:48:40 -07:00
Dean Lee 491009e0fa Cabana: fix marker z-index (#26254)
old-commit-hash: d67965901895432375584d95103ee1afc14f5554
2022-10-27 13:59:52 -07:00
Dean Lee b32ca59ced Cabana: fix dbc opened twice on startup (#26265)
old-commit-hash: f04ca9ff3dc1af71a66c2d1d75364938e898ed10
2022-10-27 12:58:25 -07:00
Dean Lee 1f17340ef4 Cabana: set fixed height for statusbar (#26264)
old-commit-hash: 7c1bb03497f28ad7e014d7df7262f4cfcd2fc738
2022-10-27 12:57:22 -07:00
Dean Lee e63b53335d Cabana:: remove a fixed TODO (#26257)
remove a fixed TODO
old-commit-hash: 5e717c12f11151ca064c6829b75616c0776d0059
2022-10-26 22:14:26 -07:00
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: 5b455f1d318939470b99ab81d2e20d247db2715d
2022-10-26 20:22:46 -07:00
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: 9c9281458510f4e34ee5434138086075cf0c8838
2022-10-26 13:37:11 -07:00
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: 728d96924924dd8d4e899ccaba0ed6bcc4a23417
2022-10-26 12:59:37 -07:00
Dean Lee d070420f00 Cabana: use QLineEdit for double value (#26247)
old-commit-hash: d549e1899dbc7f28e0f27db51d875b30caa12ab0
2022-10-26 12:59:16 -07:00
Adeeb Shihadeh e3ef65ab4a pj: update thermal layout + layout test (#26224)
old-commit-hash: bc7fc481d57cbdfb8c727a38ba5a32e856315df0
2022-10-25 11:33:02 -07:00
Dean Lee bd98b9b80c Cabana: display overlapping bits warning (#26219)
display overlapping bits warning
old-commit-hash: 87e0a5dd1a0f58ce119d652808df8888e85ced2a
2022-10-24 11:46:40 -07:00
Dean Lee bc7b437266 cabana: stable FPS (#26120)
* stable FPS

* fix
old-commit-hash: 686506f4003964e230550e100d6a841c2ff5d3ac
2022-10-24 11:46:07 -07:00
Dean Lee 1ff74d58b7 Cabana: Added ability to highlight and resize overlapped signals (#26210)
old-commit-hash: 20dced4edcbebfcf496800fb236f0d6f2be26665
2022-10-23 15:28:25 -07:00
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: 60b666fe3b24495b8a6c51dc016988049803bc2d
2022-10-23 15:25:50 -07:00
Dean Lee 5b093b2da3 replay: reduce test running time (#26160)
old-commit-hash: 062267f4696c304b6ed0824a3b1046fecdd07e04
2022-10-23 13:57:32 -07:00
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: 0844662f845130bb536d7c8cad093fffbdefd761
2022-10-23 13:39:38 -07:00
Dean Lee ba08a4d2ac Cabana: delete all selected cells when shrinking signal (#26211)
old-commit-hash: 64f89beb0d8d594e10876b2df11cfdba42b8c2c1
2022-10-23 13:39:06 -07:00
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: 80c565d9fe9b10a05e34ae867f7711389ae240d1
2022-10-23 13:38:38 -07:00
Adeeb Shihadeh 327e092a5a cabana: fix BinaryView byte indices
old-commit-hash: 8a0475bd3bc4c86777be234d393a4e80da1a5fcd
2022-10-22 16:15:03 -07:00
Dean Lee dbe9b6fe02 cabana: fix incorrect freq&counter (#26207)
fix wrong freq
old-commit-hash: e7e64be734899fa2cd8f3a2fe178c1aa958dd258
2022-10-22 01:05:09 -07:00
HaraldSchafer 3ca9b7f02e Pipenv -> poetry (#24858)
* Try poetry

* Remove casadi for now

* Update docker

* Copy pipfiles

* add casadi back

* Too many slashes

* New poetry api

* Install system

* Try again

* No more pipenv

* new dependencies

* updates

* poetry 1.2.1, install dev dependencies

* keep install pipenv for xx for now?

* add pre-commit checks for poetry

* poetry lock is too slow

* update pip

* migrate to poetry groups

* update lockfile

* don't need to specify dev group unless it is made optional

* always install poetry

* set POETRY_VIRTUALENVS_CREATE instead, and use pipenv for xx

* use env for docs docker image

* alphabetical

* poetry 1.2.2

* add dev dependencies for typing

added in aacf6ae3

* remove constraint

* fix PIPENV_SYSTEM

* remove constraint

* don't need this here

* bump

* bump pipenv

adds support for installing local pyprojects (can add openpilot as dependency of xx)

* README improvements

* probably not necessary

* bump pip

* maybe not necessary?

* revert

* don't install openpilot itself into the virtual env

* remove PySide2 and shiboken2

reverts 3e41c775cbf670740ac648a8614d2d6b433312fe

* remove Pipenv, add xx dependencies, sync system python

* add pipenv as xx dep

* semver package constraints, use old lockfile versions

* fix casadi

* remove whitespace

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>

* disable poetry cache

* cleanup

* prefer config file

Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: a98d105cb95a445f5ec69e783585c56604b09449
2022-10-21 16:23:56 -07:00
Dean Lee 2aaefc5744 Cabana: fix segfault on exit (#26193)
fix segfault on exit
old-commit-hash: d75cbf2338f098a9c2143c94a9db8ddce68699b4
2022-10-21 10:33:13 -07:00
Dean Lee 8048aa1177 Cabana: fix segment fault in QApplication::notify(QObject*, QEvent*) () (#26194)
fix segment fault in  QApplication::notify(QObject*, QEvent*) ()
old-commit-hash: 22c5be5ec12f1e94eb56092d123257ca46132124
2022-10-21 10:33:00 -07:00
Dean Lee 2a6099a2c1 Cabana: Fix unable to display charts for same signals from different buses. (#26191)
keep charts in list instead of hash
old-commit-hash: 8697e928fc23dc256c746c1561095e36d86cb964
2022-10-21 08:31:28 -07:00
Dean Lee 5603f8694c Cabana: redirect qt logs to status bar (#26187)
Redirect qt logs to status bar
old-commit-hash: ae1d15094169b5cad2921e5320bc53ce3bcb6b96
2022-10-21 08:01:55 -07:00
Dean Lee c5d196babf Cabana: show frequency column in message table (#26189)
* show frequency column in message table

* add comments
old-commit-hash: d0c0972ba44e72f4875ed4f3c6fc3b25fd862b99
2022-10-21 08:01:26 -07:00
Dean Lee 0a464ae04e Canaba: remove unused metatype in canmessage (#26190)
remove metatype
old-commit-hash: 931cecf41a5546c0cfd96138f954fa20b8e75d1d
2022-10-21 08:00:49 -07:00
Dean Lee 9cf0785628 Cabana: add status bar to main window (#26159)
old-commit-hash: 02a0a1c201e2c203e79669fd927b38768ef645b7
2022-10-20 13:37:27 -07:00
Dean Lee 8e68208690 Cabana: drag to adjust signal size (#26172)
* drag to adjust signal size

* rename

* override setSelection

* use signal color as selection color while resing

* helper funtion

* hide tooltip if not in signal

* cleanup

* cabana: remove unused metatype (#26175)

remove unused metatype

* cabana: improve signal highlight on hover (#26161)

* just change font color

* merge master

* cleanup
old-commit-hash: d6a0f1c25a44ad5629f491bb0066999eb0a9d357
2022-10-20 13:09:49 -07:00