Adeeb Shihadeh
a9626f95b6
add openpilot prefix to imports ( #29498 )
...
* add openpilot prefix to imports
* more
* more
* fix docs
* fix linter
* bump submodules
* fix patched tests
* update dynamic imports
* debug
* Revert "debug"
This reverts commit db5e13b991 .
* fix pm test
2 years ago
Lee Jong Mun
1f056f3217
kor translation update ( #29493 )
2 years ago
Dean Lee
efefcfdca5
ui/map: better rounding for distances ( #29151 )
...
* round distance
* use same format in ETA
* remove vanish
* restore translate
* use nearbyint
* update translations
* mark finished
* consistent style
* we don't include this anywhere in ui, needed?
* fix missing std
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
2 years ago
Shane Smiskol
fb94202014
Multilang: enable Thai ( #29447 )
...
enable thai in the ui
2 years ago
Arda
d38dc64db0
Multilang: add Turkish language ( #25765 )
...
* Multilang: add Turkish language
* update translation
* vanish
* move up
* missing %n
* format args
* pass this test now
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
2 years ago
Shane Smiskol
549a4e9a97
Multilang: more translation sanity checks ( #29439 )
...
* tests
* test finished translations
* fix new test failure
2 years ago
Korben
518ced49ce
Full French UI Localization ( #29260 )
...
* Update languages.json
French added
* Create main_fr.ts
French lang file
* git ignore
* update french lang
2 years ago
eFini
5b4aa67864
Multilang: Chinese translations update ( #29310 )
...
* chinese translations
* Update selfdrive/ui/translations/main_zh-CHS.ts
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
2 years ago
Justin Newberry
cf64b27168
Linter: Fix >160 line length test ( #29287 )
...
* test
* fix line length
* fix line length
* fix file size
* revert poetry
* cleanup for PR
2 years ago
AlexandreSato
3eaf3555af
Multilang: update pt-BR translation ( #29197 )
2 years ago
Iamz
157568c0c1
Multilang: th translation update ( #29183 )
...
Update Thai translations
2 years ago
Shane Smiskol
6fe480b232
Experimental mode toggle description: missing spaces ( #29167 )
...
* Update settings.cc
* more missing spaces
* scons
* vanish
* fix that
2 years ago
AlexandreSato
13822a0ec0
Multilang: update pt-BR translations ( #29152 )
...
update pt-BR translation
2 years ago
Lee Jong Mun
c354451216
kor translation update ( #29145 )
2 years ago
Adeeb Shihadeh
0922a1040f
ui: less confusing wifi training ( #29137 )
...
* ui: less confusing wifi training
* update
* cleanup
---------
Co-authored-by: Comma Device <device@comma.ai>
2 years ago
Harald Schäfer
9c3c7f0dda
Experimental mode description: update nav ( #29130 )
...
* Update description
* Update releases
* Update RELEASES.md
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* Update selfdrive/ui/qt/offroad/settings.cc
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* small tweaks
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2 years ago
Shane Smiskol
d70c4916db
nav: improve no route alert text ( #29076 )
...
* kind of
* Revert "kind of"
This reverts commit 25abbbf176 .
* more generic alert text, whenever we're waiting for navd.
* actual better comment
* update translations
2 years ago
Shane Smiskol
5b368a67ea
nav: show warning for routing problems ( #29055 )
...
* all my debugging stuff
* this works
* add comment
* bb navd
* navInstruction is valid when we get a non-empty route response
* now don't need this
* stash
* big cleanup
* clean up
* clean up
* debug
* final clean up
* one line
* flip order
* update translations
* is this simpler?
2 years ago
Lee Jong Mun
ced37db5e6
Multilang: kor translation update ( #29018 )
2 years ago
AlexandreSato
889e118a1b
Multilang: update pt-BR translations ( #29015 )
2 years ago
Shane Smiskol
0bea1419e3
ui: change last reference to experimental longitudinal ( #29009 )
...
* change experimental longitudinal language to alpha
* vanish
* Update selfdrive/ui/qt/offroad/settings.cc
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* update translations
* vanish
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2 years ago
Shane Smiskol
6bc28fc769
experimental mode: gate nav ( #29007 )
...
* first draft copy, needs updates
* gate behind exp mode
* can be one line
* this is no longer true
* toggle isn't just e2e long now, rename
* don't enable/disable
* kinda works!
* remove old giant qstring
* comment clean up
* similar breakpoint
* more clean up
* fixup onroad
* preserve planner behavior, and we don't need to look at confirmed param if we're onroad
* update translations
* vanish translations
* use scene for op long
* lowercase!
* updated copy
* need to check longitudinal here now too
* clean up!
* here is better
* used
* no nav emoji
* don't check param if not valid
* revert this
revert this
* ed
* revert experimental mode longitudinal checks (still need to revert toggle change)
* revert
* logic works
* revert test
* fix
* update translation
* fix (reset and update)
2 years ago
Shane Smiskol
b5b431c12d
Revert "experimental mode: gate navigate on openpilot ( #28883 )" ( #29005 )
...
This reverts commit f973d605b2 .
2 years ago
eFini
454a5e8a26
Multilang: Chinese (Traditional) translations update ( #28984 )
2 years ago
Shane Smiskol
f973d605b2
experimental mode: gate navigate on openpilot ( #28883 )
...
* first draft copy, needs updates
* gate behind exp mode
* can be one line
* this is no longer true
* toggle isn't just e2e long now, rename
* don't enable/disable
* kinda works!
* remove old giant qstring
* comment clean up
* similar breakpoint
* more clean up
* fixup onroad
* preserve planner behavior, and we don't need to look at confirmed param if we're onroad
* update translations
* vanish translations
* use scene for op long
* lowercase!
* updated copy
* need to check longitudinal here now too
* clean up!
* here is better
* used
* no nav emoji
* don't check param if not valid
* revert this
revert this
* ed
2 years ago
Lee Jong Mun
92b5f0b5e5
Multilang: kor translation update ( #28885 )
...
kor translation update
2 years ago
AlexandreSato
a812096464
Multilang: update pt-BR translations on prime ad ( #28866 )
...
update pt-BR translations on prime ad
2 years ago
Adeeb Shihadeh
99f9d21e4b
ui: add nav to prime features ( #28842 )
2 years ago
AlexandreSato
6495a18cc9
Multilang: update pt-BR translation ( #28774 )
...
update pt-BR translations
2 years ago
AlexandreSato
cca5a1310d
Multilang: Instructions to preview alerts ( #28718 )
...
* Multilang: Instructions to preview alerts
* move instructions to separete section
* Update README.md
* <br>
* move up
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* a step
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
2 years ago
Iamz
14b9aa7490
Multilang: Update th translations ( #28700 )
...
Thai translation update
2 years ago
eFini
e8ed0c2f53
Multilang: CHT translations for new nav UI ( #28690 )
...
CHT translations for new nav UI
2 years ago
Adeeb Shihadeh
4464383833
thermald: show temp value in offroad alert ( #28664 )
...
* thermald: show temp value in offroad alert
* update
* better for multilang
* update translations
---------
Co-authored-by: Comma Device <device@comma.ai>
2 years ago
AlexandreSato
fb3eb6f9ea
Multilang: update pt-BR translations ( #28659 )
2 years ago
Lee Jong Mun
c7b62009ef
Multilang: kor translation update ( #28646 )
...
kor translation update
2 years ago
eFini
3b07bd5fcd
Multilang: Chinese (Traditional) offroad alerts translation ( #28636 )
...
CHT translation for offroad alerts + minor changes to punctuation marks
2 years ago
Cameron Clough
bc5a899024
UI: improved nav destination entry ( #28476 )
2 years ago
Dean Lee
2b800cf2e7
ui: multilang offroad alerts ( #28512 )
...
Co-authored-by: Shane Smiskol <shane@smiskol.com>
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 years ago
AlexandreSato
3d909d3097
Multilang: update pt-BR 'alfa' translation ( #28591 )
2 years ago
Harald Schäfer
da3003ee41
Alpha long control no longer called experimental ( #28437 )
...
* Fix words
* vanish
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2 years ago
Lee Jong Mun
b2288b3666
kor translation update ( #28469 )
2 years ago
AlexandreSato
a250e1cb2f
Multilang: Fix text overlap in pt-BR translation ( #28450 )
...
* update pt-BR translations
* fix some cutoff texts
* update pt-BR translations
* Include the new relaxed explanation
* fix text overlaps
2 years ago
AlexandreSato
80430435bb
Multilang: update pt-BR translations ( #28431 )
...
* update pt-BR translations
* fix some cutoff texts
* update pt-BR translations
* Include the new relaxed explanation
2 years ago
eFini
42eb7c527e
Multilang: add missing Chinese (Traditional) translations ( #28427 )
...
update chinese tranditional translations
2 years ago
Harald Schäfer
d6cfbd0097
Driving personality setting: add description ( #28422 )
...
* Driving personality setting: add description
* Missing word
2 years ago
Lee Jong Mun
f97b2bb9d7
kor translation update ( #28420 )
2 years ago
Harald Schäfer
205c900742
Driving Personality setting (also changes follow distance) ( #24742 )
...
* Skeleton
* Adjustable follow parameter
* fix rebase
* long planner
* typo
* Add ui toggle
* Fix icon
* Improve text
* Better toggle position
* Im a UX engineer now
* add param reader
* CHange jerk to have same crash test performance
* Try reading param
* Unused comment
* translate ui text
* std stoi
* Parametrized buttons
* Empty strings are ints
* Move to generic
* Update translations
* Fix translation diffs
* Release notes
* update refs
* tweaks
* Misc fixes
* No param is standard
2 years ago
Shane Smiskol
aa4bbcefd3
ui: wrap missing updater text ( #28417 )
...
* wrap more
* wrap more
* and that
* update
2 years ago
Lee Jong Mun
90d31b9db4
kor translation update ( #28401 )
2 years ago
AlexandreSato
8bfc78c265
update pt-BR translations ( #28393 )
2 years ago