Dean Lee
74195e1d78
ui/driverview: hide on interactive timeout ( #29464 )
...
* hide on interactiveTimeout
* cleanup
* requestDone->closeView
* dont reset timeout on hideEvent
---------
Co-authored-by: sshane <shane@smiskol.com>
old-commit-hash: b6b255c103
2 years ago
Shane Smiskol
8f0ab9a105
Revert "ui/network: don't refresh on connect ( #29651 )" ( #29653 )
...
This reverts commit 500d58e5bf59e25ec973c6f635c6cf292c7a65ad.
Revert "ui/network: refresh IP address on connect"
This reverts commit 866c41a9249f98460436bae26def13be8c03a4fc.
old-commit-hash: 74a0a8f7b7
2 years ago
Shane Smiskol
045c092df8
ui/network: refresh IP address on connect
...
old-commit-hash: 46c32613fc
2 years ago
Shane Smiskol
b14dc6be99
ui/network: don't refresh on connect ( #29651 )
...
* don't refresh when showing connected status
* fix
* fix
* can remove that nowe
old-commit-hash: 6ea564b33e
2 years ago
Dean Lee
511dcacf06
ui/networking: show "connecting" immediately after clicking on a network ( #29378 )
...
* fix connecting not show
* clear connect state
* pass network by value
* add comment
* move pass by value to anoter pr
* should always use function to set connecting_to_network
* remove connecting when forgetting
* out here
* can't do this :(
* Revert "can't do this :("
This reverts commit e06145202d
.
Revert "out here"
This reverts commit 8ca7b47a28
.
Revert "remove connecting when forgetting"
This reverts commit 671db0b5e7
.
Revert "should always use function to set connecting_to_network"
This reverts commit a220b518fa
.
* makes sense to keep this the same
* not in between slots
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 9fe3df5d75
2 years ago
Dean Lee
dff265fff2
ui/networking: fix icon label alignment issue ( #29650 )
...
fix align issue
old-commit-hash: 547f69f5f3
2 years ago
Shane Smiskol
dc4177c344
wifiManager: empty path helper ( #29648 )
...
empty helper
old-commit-hash: 6bb97c416f
2 years ago
Dean Lee
c6db4c515c
ui: use `enum PrimeType` for prime_type ( #29491 )
...
old-commit-hash: 99279b8eef
2 years ago
Dean Lee
db211ce617
cpplint: add filter `whitespace/parens` ( #29565 )
...
old-commit-hash: 5480d32bb5
2 years 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
004a097c95
cpplint: add `readability/braces` filter ( #29554 )
...
old-commit-hash: 363740a497
2 years ago
Dean Lee
11b5cfa422
ui/settings: Don't apply styles to more elements than needed. ( #29463 )
...
old-commit-hash: 5765c1d978
2 years ago
Adeeb Shihadeh
701cd6f6fe
add cpplint ( #26855 )
...
* setup cpplint
* only start that
* check line length
* check these
* rm exceptions
old-commit-hash: 952d720b6e
2 years ago
Dean Lee
023cd0492f
ui/networking: do not skip the connected network ( #29396 )
...
* do not skip connected network
* simplify
* revert
* revert
* no implicit
* ifwt
* fix missing ssid
* makes more sense to only update security_type once (first vs. last)
* better comment
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: b8b1e17a21
2 years ago
Dean Lee
4857b61f8f
ui/networking: pass network by value ( #29448 )
...
old-commit-hash: 1887d9197a
2 years ago
Dean Lee
5cc9fbe23f
ui: longer screen timeout for driver view ( #27457 )
...
* longer driverview timeout
* Update ui.cc
* reset timeout
* do cleanup
* Apply suggestions from code review
* Update selfdrive/ui/ui.cc
* reset to default timeout on hidden
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: f1568b960a
2 years ago
Dean Lee
ec3b69928a
ui/networking: bolding the connected network ( #29385 )
...
old-commit-hash: 29f2389cce
2 years ago
Dean Lee
25df6335f7
UI: make wifi network sorting more stable ( #29376 )
...
* stable sort
* fix typo,rename to strengthLevel
old-commit-hash: 01089cf4bf
2 years ago
Dean Lee
ce5c95715c
ui/networking: remove dynamic property and style sheet ( #29377 )
...
old-commit-hash: 373171afd0
2 years ago
Dean Lee
42dd6af842
ui/networking: remove call to clearLayout ( #29037 )
...
* build list inplace
* move clearLayout to cabana
* cleanup include
* polish style
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: fd8a9c8520
2 years ago
Shane Smiskol
fdc00cf0b6
Experimental mode toggle description: missing spaces ( #29167 )
...
* Update settings.cc
* more missing spaces
* scons
* vanish
* fix that
old-commit-hash: 6fe480b232
2 years ago
Harald Schäfer
069e9ef4f8
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>
old-commit-hash: 9c3c7f0dda
2 years ago
Dean Lee
916784cfbe
ui/settings: use existing params instance ( #29109 )
...
use exsting params
old-commit-hash: bcfb9d6940
2 years ago
Dean Lee
ff94bdb79d
ui/networking: call isTetheringEnabled out of the loop ( #29028 )
...
old-commit-hash: 4584e883dc
2 years ago
Shane Smiskol
829864218a
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>
old-commit-hash: 0bea1419e3
2 years ago
Shane Smiskol
c258e9d64a
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)
old-commit-hash: 6bc28fc769
2 years ago
Shane Smiskol
6f078534b8
ui: rename experimental mode toggle variable
...
old-commit-hash: 6e50706baa
2 years ago
Shane Smiskol
f9c6c9e8c3
Revert "experimental mode: gate navigate on openpilot ( #28883 )" ( #29005 )
...
This reverts commit 929880496515e3f995634e561145802bf15a60ea.
old-commit-hash: b5b431c12d
2 years ago
Dean Lee
80e7b739b4
ui/util: add a helper class ParamWatcher ( #28978 )
...
* new class ParamWatcher
* Update selfdrive/ui/qt/util.cc
* Update selfdrive/ui/qt/util.h
* Update selfdrive/ui/qt/util.cc
* Update selfdrive/ui/qt/util.cc
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: b4f7e76531
2 years ago
Shane Smiskol
296de39f48
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
old-commit-hash: f973d605b2
2 years ago
Dean Lee
ccba136b64
ui: remove function `configFont`. use `struct InterFont ` ( #28773 )
...
old-commit-hash: 219590885f
2 years ago
Dean Lee
6b5ca3e86b
ui/wifiManager: remove obsolete methods without definition. ( #28802 )
...
old-commit-hash: 0bbe9bf46a
2 years ago
Dean Lee
a8f8d0b512
ui/settings: allow driving personality without CarParams ( #28753 )
...
* allow driving personality without CarParams
* rename to hasLongitudinalControl
* Update selfdrive/ui/qt/util.cc
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 5493cb4289
2 years ago
Dean Lee
e9782ae98f
ui: scale training image to fit window ( #28454 )
...
old-commit-hash: 76ce71c6d6
2 years ago
Cameron Clough
b6e6f008f1
UI: improved nav destination entry ( #28476 )
...
old-commit-hash: bc5a899024
2 years ago
Cameron Clough
24f246c2d9
networking: add forget btn pressed state ( #28618 )
...
old-commit-hash: 8495510c29
2 years ago
Harald Schäfer
8b0492c8fe
Alpha long control no longer called experimental ( #28437 )
...
* Fix words
* vanish
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: da3003ee41
2 years ago
Jason Wen
f7824bffb0
offroad ui: remove irrelevant comment ( #28485 )
...
old-commit-hash: f0eef38dc0
2 years ago
Dean Lee
e5f294783f
ui: disable longitudinal personality settings when using stock long ( #28443 )
...
* disable longitdinal personality settings
* disable title label
* Revert "disable title label"
This reverts commit ef315ac277
.
* gray checked button on disable
old-commit-hash: 9295aca8ea
2 years ago
Harald Schäfer
edd8fc412b
Driving personality setting: add description ( #28422 )
...
* Driving personality setting: add description
* Missing word
old-commit-hash: d6cfbd0097
2 years ago
Dean Lee
bfecfe3f8e
ui: refactor ButtonParamControl ( #28425 )
...
* refactor ButtonParamControl
* add pressed style
* connect to buttonToggled
* typo
old-commit-hash: 7f41047178
2 years ago
Harald Schäfer
36aa81cdc3
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
old-commit-hash: 205c900742
2 years ago
Shane Smiskol
baa6d32fc6
ui: wrap missing updater text ( #28417 )
...
* wrap more
* wrap more
* and that
* update
old-commit-hash: aa4bbcefd3
2 years ago
Harald Schäfer
4b308e0fc7
Toggles: Reorganize in descending importance for driving ( #28364 )
...
Reorganize toggles in descending importance for driving
old-commit-hash: e0c95f7ad9
2 years ago
Cameron Clough
397665d45c
UI: add missing QPushButton pressed styles ( #28289 )
...
* UI: add missing QPushButton pressed styles
* keyboard is special
old-commit-hash: 488975f06e
2 years ago
Dean Lee
b6fe3eac41
ui/settings: fixed button overlap in sidebar. ( #28220 )
...
fix button overlap
old-commit-hash: 781a6fcc5f
2 years ago
Dean Lee
9858839db0
ui: refactor setPrimeType ( #28143 )
...
handle prime type change in new function UIState::setPrimeType
old-commit-hash: 8ca3be9788
2 years ago
Harald Schäfer
5ddceb553d
Calibrationd: make recalibrating alert ( #28149 )
...
* Initial
* fixes
* not an int anymore
* elif
* revert ref
* update ref
* fix alert text
* regen refs
* update ref
* add recalibration unit test
* set into recalibration state
* fix words
* recalib
* text
* Update selfdrive/controls/lib/events.py
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 598343aad1
2 years ago
Cameron Clough
f655f6ca59
training guide: higher quality image ( #28152 )
...
* use better image
* update touch area bounding box
old-commit-hash: 3ba60a6a96
2 years ago
Cameron Clough
0cdfb86dd4
UI: cleanup old training guide coords ( #28091 )
...
old-commit-hash: cae43511dc
2 years ago