Commit Graph

1833 Commits

Author SHA1 Message Date
YassineYousfi 75a69e12b3 disable navigate on openpilot (#32106)
* 2eedcd90-b7db-46cb-86be-740f48ded7ab/700

* noop ciao

* here too

* mapsd too

* update translations

* disable mapsd test from test onroad

* disable mapRenderState test from timings

* lint

* fix exp mode toggle panel

* update tr

* french done

* dont build mapd

* only no nav

* just comment

* deprecate nav fields

* rm not comment

* dont deprecate too much

* remove from services

* merge cereal
old-commit-hash: 754dd45ffa82bf3d7f2d3413c4132eb65551ebd5
2024-04-09 10:40:38 -07:00
Alexandre Nobuharu Sato 479b2a7fbf Mutilang: update pt-BR translation (#32090)
* update pt-BR translation

* not today Satan
old-commit-hash: 346ab5ce303bb5e7158154e98a2816e190802c87
2024-04-02 16:09:04 -07:00
royjr 40a466f535 ui: update arabic translations (#32058)
Update main_ar.ts
old-commit-hash: fb1cb01c5ae95a7223f0df0ad9caf16bbb4dd017
2024-03-29 20:53:51 -07:00
Lee Jong Mun cdf71e99c6 Multilang: kor translation update (#32036)
old-commit-hash: fa77d57e7cd3393f5910013d0bc9c1c326647d44
2024-03-28 10:37:08 -07:00
Dean Lee 998e1565d9 ui/initApp(): remove temporary QApplication object (#32011)
remove temporary QApplication object
old-commit-hash: bd7b72e861bafb71d0ec15d4efa15abb2f696c25
2024-03-27 15:35:28 -07:00
Dean Lee 2afcc4a9a6 ui: move struct Alert into OnroadAlerts (#32024)
* move Alert into OnroadAlerts

* multi-lang
old-commit-hash: fad9edf344ad27775716a087580e78230ad5e6dd
2024-03-27 15:34:38 -07:00
royjr f2acd5ba35 ui: update arabic translations (#31994)
old-commit-hash: 61b38bd4ff78ce0e84ebb15b74242363c16ec255
2024-03-25 08:59:24 -07:00
Dean Lee 227854d932 ui/settings: uppercase “Pair" (#31991)
uppercase Pair
old-commit-hash: 14de326e95d7cc201c6864cef97fbbf76e176c04
2024-03-24 10:48:23 -07:00
Alexandre Nobuharu Sato e8b111f07c Multilang: update pt-BR translations (#31980)
update pt-BR translations
old-commit-hash: 10e3652f286d9a2caf82ee168d7e760221bd61fb
2024-03-22 14:36:32 -07:00
James 8b584d0e88 Cleanup settings imports (#31979)
old-commit-hash: a2a372d3147d14f7cb688458c659331a52951cae
2024-03-22 14:09:23 -07:00
Dean Lee f70c38c2df ui/map_eta: round remaining km/mi to one decimal place (#31968)
round distance
old-commit-hash: 9315d0e7a5698a7fbcbdd23ce96450c7629f88fc
2024-03-21 20:10:29 -07:00
Dean Lee 77d7ef177c ui/cameraview: fix accessing uninitialized variable (#31951)
old-commit-hash: 77bbeb442ebeb66bcb00289df66084ee0475196e
2024-03-21 11:40:01 -07:00
Dean Lee 12084ea5ae ui: pairing device in settings (#31947)
old-commit-hash: 0201c786e85c22aea6e79d873a367b274016648e
2024-03-21 11:02:26 -07:00
Dean Lee 6e7c68fb74 ui/sidebar: do not send the userFlag while offroad (#31952)
old-commit-hash: e28edf874b4caa68a47326a98018a0e21fe22f58
2024-03-21 10:58:05 -07:00
Dean Lee 85586750c3 util/timeAgo: add missing translation (#31944)
* add missing translation

* update languages
old-commit-hash: 35b31df7f716d4d5de045d6dd5305572c20d01f9
2024-03-20 21:34:09 -07:00
thenhnn 77d6d1a8f1 PlatformConfig: automatically get platform_str from the enum name (#31868)
* get platform_str from the enum name

* fix tests

* add migration table

* remove impossible todo

* Add link to PR in MIGRATION table

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

* Remove useless brand name comments and rename RAM_1500 to RAM_1500_5TH_GEN

* rename RAM_HD to RAM_HD_5TH_GEN

* rename references to RAM_HD and RAM_1500

* change "mock" to "MOCK" and rename torque data of Nissan Leaf 2018 IC

* remove MOCK from fingerprints.py

* change hard-coded car model in test_can_fingerprint.py/test_timing

* migration

* update ref

* space

* prius

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Co-authored-by: justin newberry <justin@comma.ai>
Co-authored-by: Justin Newberry <jnewberry0502@gmail.com>
old-commit-hash: 489528dcae3888311f92075ba9e0f68626725121
2024-03-19 11:16:02 -07:00
Alexandre Nobuharu Sato 65f6267dc8 Multilang: update pt-BR translation (#31861)
* update pt-BR translation

* this come from darkness??
old-commit-hash: a3f2c7bf3ea008394156aab16cc226cdf36af8d5
2024-03-13 22:40:20 -07:00
Lee Jong Mun 63987a26d2 Multilang: kor translation update (#31864)
old-commit-hash: 5d4e324ddf105f45a84f24849b3e2baafd22a84b
2024-03-13 22:39:42 -07:00
Shane Smiskol ebfc450fac longitudinal personality: change via steering wheel distance button (#31792)
* start at param

* start by sending personality

* change to personality

* POC: button changes personality

* what's wrong with this?

* fix

* not really possible but fuzzy test catches this

* there's always a typo

* dang, we're dropping messages

* clean up

* no comment

* bump

* rename

* not all cars yet

* works but at what cost

* clean up

* inside settings

* write param so we save the distance button changes

* setChecked activates buttonToggled and already writes param!

* don't need this, we update from longitudinalPlan on changes

* some clean up

* more

* ui

* allow some time for ui to receive and write param

* plannerd: only track changes in case no ui

* Revert "plannerd: only track changes in case no ui"

This reverts commit 2b081aa6ceb92c67a621b74592b2292756d29871.

* write in plannerd as well, I assume this is atomic?

* don't write when setting checked (only user clicks)

* better nane

* more

* Update selfdrive/controls/lib/longitudinal_planner.py

Co-authored-by: Cameron Clough <cameronjclough@gmail.com>

* doesn't write param now

* ParamWatcher is nice

* no debug

* Update translations

* fix

* odd drain sock proc replay behavior

* vanish

* Revert "odd drain sock proc replay behavior"

This reverts commit 29b70b39413e1852bb512155af6b6a94a5bd9454.

* add GM

* only if OP long

* move personality to controlsState, since eventually it won't be exclusive to long planner

more

bump

* diff without translations

* fix

* put nonblocking

* CS should start at up to date personality always (no ui flicker)

* update toggle on cereal message change

* fix

* fix that

* ubmp

* mypy doesn't know this is an int :(

* update translations

* fix the tests

---------

Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
old-commit-hash: 3d63c7093afec7ba24f447a44f02f7bea1f7282b
2024-03-13 01:05:02 -07:00
Adeeb Shihadeh dd371305a0 Reapply "ui: brighten cameraview (#29744)" (#31846)
This reverts commit e7f7189d2dc339f76d92762c1b9b2fa720ed87e4.
old-commit-hash: c155749b29cacdd86d2fad90506dc2e276f99e04
2024-03-12 14:27:12 -07:00
Adeeb Shihadeh da31ce154a refactor camera transformations (#31818)
* refactor camera transormations

* update users

* more stuff

* more fix

* swap

* tici

* lil shorter
old-commit-hash: e3589e4b5cc783001c95b52cce066647b4ae0c6c
2024-03-10 16:56:50 -07:00
Mauricio Alvarez Leon 790c336218 Add autoconnect support for hidden WiFi networks (#31789)
* add autoconnect to WifiManager::connect

* set wifi/hidden to true

* typo

* add condition to only set connection[wireless][hidden] to true when connecting to a hidden network

* default false value for is_hidden
old-commit-hash: 1b6178a77d723fc4b96c5010f0d37164f98ecd27
2024-03-10 10:11:41 -07:00
Shane Smiskol 2c33c76170 ButtonParamControl: use buttonClicked (#31817)
old-commit-hash: d651bc802b540089acb4c3b9d5d984fb8b554487
2024-03-10 00:12:18 -08:00
Adeeb Shihadeh 6a2ddc9df2 fix status -> state typo
old-commit-hash: 1fe61569f720a30db58379b451452b84239c2e37
2024-03-09 23:31:50 -08:00
Justin Newberry 2cdb550d12 updated -> move to selfdrive/updated/updated (#31696)
* move updated

* for release
old-commit-hash: be2b48183f81c09f7bc5d1e77d880ce40abacb20
2024-03-04 14:33:52 -08:00
Adeeb Shihadeh c4904800eb simple pyqt ui
old-commit-hash: 9c3f0450bb277a02effdeccbe6e89986ed5678b9
2024-02-29 21:46:35 -08:00
eFini 1aeceb60d6 CHS/CHT translation update (#31642)
update ZH translations
old-commit-hash: 8e82bce17ae10b5df8c87ee77135ac556c4c1aac
2024-02-29 02:47:32 -08:00
Alexandre Nobuharu Sato ae2cfa285a Multilang: update pt-BR translations (#31634)
update pt-BR translations
old-commit-hash: 3ae151635d829ce432c13d72b0b075ced892f704
2024-02-28 19:33:37 -08:00
Adeeb Shihadeh 62bbd08492 setup: add openpilot button (#31628)
* setup: add openpilot button

* rename
old-commit-hash: 6cf7599bcd1a0218bb359f72c3d17e15c53bae93
2024-02-28 15:54:21 -08:00
Cameron Clough a09300385b mypy: use implicit-optional (#31590)
* mypy: set implicit-optional = true

* find and replace '| None = None' -> '= None' in function args
old-commit-hash: 80da3aee147867e46f566b63a96f4fe199e0628d
2024-02-25 13:29:18 -08:00
Cameron Clough 9bd90112d0 use pyupgrade to update to new typing syntax (#31580)
* add pyupgrade hook

* run pyupgrade (pre-commit run -a)

* ruff --fix

* Revert "add pyupgrade hook"

This reverts commit 56ec18bb6b8602a0b612f3803d96cdad14b52066.

* revert changes to third_party/

* manual type fixes

* explicit Optional wrapping capnp objects
old-commit-hash: 995250ae4967943ee33a3699a1d89a7a770d95e9
2024-02-24 16:41:23 -08:00
Adeeb Shihadeh 22e8a76cd9 fix spinner asset paths (#31524)
old-commit-hash: 27c56722ccf6fefc3d90d09f30b15bdf053f2bea
2024-02-20 18:01:28 -08:00
Adeeb Shihadeh 97b823efe6 Make ui independent of launch path (#31517)
* Make ui independent of launch path

* comment
old-commit-hash: 5d4dc1dc2ffa5c4066dc33b818e4a2f0497b7043
2024-02-19 22:34:24 -08:00
Adeeb Shihadeh b4c03185d4 bump cereal (#31392)
* bump cereal

* update those

* update refs

* bump cereal

* bump

* bump cereal

* bump

* fix

* bump

* typo:
old-commit-hash: daceb171bde5aef4ea483e8054456187772afe92
2024-02-09 21:44:23 -08:00
Adeeb Shihadeh ba78f80850 bring this back
old-commit-hash: 714e02d0bdb15104a393d5ad8944c75be0f6f82b
2024-02-09 12:46:06 -08:00
James e0c1cb2f61 Re-use existing params declaration in onboarding (#31363)
Re-use existing params declarations in onboarding
old-commit-hash: d265f5a6ab5fba13289ce6decea5d7c07be4d27e
2024-02-07 17:44:57 -08:00
James 0a57f061ec Fix whitespace (#31361)
old-commit-hash: 75b72c2c4b520d414b4de960441b9c5b61dbb0cc
2024-02-07 17:27:16 -08:00
Hoang Bui 4c05358aad map: Transfer to MapLibre (#31185)
* change codebase

* compile

* add mapboxprovider

* works with map_renderer in c

* remove maplibre temp

* maplibre works

* cleanup build.sh

* x86 stuff

* add lib

* update release files

* don't need that

* tici build

* tici build

* add tici lib

* update refs

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 08037594e27292ca755a211628f4141469347f82
2024-02-01 13:37:22 -08:00
Justin Newberry 05204fbde3 Create message mocking tools (#31249)
* add mocking tools

* fix map renderer

* use for power draw

* fix those

* whitespace

* rename to services

* fix the rate

* remove
old-commit-hash: 086c509fde806bb03f89765800d9667f4de6a372
2024-01-31 18:47:49 -08:00
ugtthis eeaef9b353 UI/sidebar_layout: Removed redundant piece of margin code (#31106)
old-commit-hash: 14e83ac9cc0f08126bca4553e403dcfa6fc3bb1e
2024-01-26 13:16:54 -08:00
Justin Newberry d9a324dc92 CI: generate test_ui report (#31151)
* add test

* simpler

* simpler

* false

* move these here

* faster

* map takes logner to render
old-commit-hash: faf99ba711cb12e33e0e1b6034ec146b65f7a854
2024-01-25 16:49:38 -08:00
Alexandre Nobuharu Sato ecaa3d08d2 Multilang: Update pt-BR translations (#31167)
* add instructions to my fork

* add paypall.png to gitignore

* Revert "add instructions to my fork"

This reverts commit a6a6f93533add212e321e8472a78a8a69bf932f4.

* translate

* revert this

* why?

---------

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: f21ccfbf790b9591043494d1612c5c6e0207f935
2024-01-25 15:55:58 -08:00
Adeeb Shihadeh 83039032ac update translations
old-commit-hash: 4ecaa6da4595b2c82d4d17358717536e6f28e0da
2024-01-25 13:44:26 -08:00
Adeeb Shihadeh 533206be2f update factory reset
old-commit-hash: 80ea4db7bb19c7758aae6dda1997b5bf5b27dc9b
2024-01-25 13:34:09 -08:00
Justin Newberry 89e0ad2902 test_ui: add onroad state (#31148)
add onroad
old-commit-hash: 3676ae4da3dc4fbc2ea6aa84369a5f460662f6e4
2024-01-24 16:51:06 -08:00
Justin Newberry d3ead5e4ff test_ui: create test ui screenshots and html report (#31147)
* test ui

* report + common

* in ci

* fix

* dont enable in ci yet
old-commit-hash: e2ec5be6eec73f6455727313ba2b9c5bb01cce8c
2024-01-24 13:54:31 -08:00
Adeeb Shihadeh 12d2d861f2 Revert "Switch from json11 to nlohmann/json (#31093)"
This reverts commit 8fa1e8aa53defca264272a66531d639b3d569418.

old-commit-hash: 88757c12b3371a1ba5b3ebabc9e85faad0a19d56
2024-01-22 22:41:59 -08:00
mtribiere cb3a834067 Switch from json11 to nlohmann/json (#31093)
* Initial commit

* fix release/file_common

* Update common/swaglog.cc

* Swtiched serialize cc

* move to lfs

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: ee036482b8152f0e7650895c6f4bac5d4f00e00f
2024-01-22 22:35:47 -08:00
Adeeb Shihadeh 972650f0eb remove dashcam branch (#31081)
* remove dashcam branch

* fix

* more cleanup

* remove param

* one more
old-commit-hash: 7cd9568423a2e78187d16018b70a78f56c02027d
2024-01-19 14:05:03 -08:00
Andrei Radulescu 1498eaf7c6 Support for newer versions of Qt (#31072)
* Dynamic QtGui version

* Fixed use of undeclared identifier 'va_start'

* Fix for Qt deprecations

* Fix for dynamic QtGui version

* Update selfdrive/ui/SConscript

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 28028aef174ddce0f1c8317f7fe2bc055db0b295
2024-01-19 13:28:29 -08:00