Dean Lee
d33538e5f3
Qt: show current calibration values ( #20455 )
...
* show current calibration
* read calibration from capnp
* use CalStatus
* cleanup calibrationd.py
* remove import capnp
* keep json writing,remove comment
* fix test error
* cleanup
* remove test_read_saved_params
* cleanup
* write out capnp
* restore test
* clean up
* get calibration from CalibrationParams
* cleanup
* update calibration when the description is visible
* cleanup
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 57fe8488ac
4 years ago
iejMac
a2e14a8a0c
Qt scroller class ( #20549 )
...
* initial commit
* class works
* cleanup
* naming
* text window
* fixes
* alerts are now scrollable
* dismiss
* fixed placement
* realease scrolling
* better
* better
* revert text
* naming
* parent
old-commit-hash: 9afa14c47f
4 years ago
Dean Lee
405df8b165
Params: python-like interface ( #20506 )
...
* rebase master
* delete outdated test_params.c
* putBool & more robust getBool
* putBool(SshEnabled)
old-commit-hash: 98e55996f6
4 years ago
Dean Lee
8c09067b27
faster driverview start ( #20507 )
...
old-commit-hash: 32c4cf00c2
4 years ago
iejMac
99b3111351
settings scrolling improvement ( #20525 )
...
* no overshoot
* removing line
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 3e190435e3
4 years ago
Adeeb Shihadeh
846a43b3e4
scrolling improvements ( #20524 )
...
* fix scrolling problem
* continue
* set panel margin in one place&add stretch to prevent title flicker
* adjust padding
* remove stretch
* no border
* fix padding
* better padding
* cleanup
* continue
* add stretch to prevent flicker
* reduce padding
* typo
* revert taht
* no background
* pretty good
* remove
Co-authored-by: deanlee <deanlee3@gmail.com>
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: c73781f840
4 years ago
Comma Device
ee9bc8cf08
fix offroadTransition signal name
...
old-commit-hash: 624065cb5b
4 years ago
iejMac
4a3e73ddb5
disable buttons when onroad ( #20475 )
...
* disables reset calib
* works for all buttons
* naming convention + final works on PC
* stylesheets + works on manager.py
* fixing stylesheet
* add that backg
* no reviewing while onroad
* better disabled hint
* little cleanup
Co-authored-by: Comma Device <device@comma.ai>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: d63dab950a
4 years ago
Comma Device
40f5b22071
show serial number in settings
...
old-commit-hash: aa457a348a
4 years ago
Adeeb Shihadeh
5ef648fe02
filter out touches while in android activity ( #20515 )
...
* filter touches while in android activity
* only check after launching activity
* move to hw abstraction layer
* little cleanup
* remove print
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: a2084c2a60
4 years ago
Comma Device
64c2ce90ca
UI: limit version string length for master-ci
...
old-commit-hash: 364b083c59
4 years ago
HaraldSchafer
5133da1160
new description for laneless ( #20474 )
...
* new description
* emoji
old-commit-hash: 4c24385018
4 years ago
iejMac
5f96a3407b
review training guide button ( #20466 )
...
* works
* move the param deletion
* clean that up
* Revert "move the param deletion"
This reverts commit 31d8a65f00
.
* clean up
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 806226820c
4 years ago
HaraldSchafer
eae1fa481c
New KL model + laneless toggle ( #20454 )
...
* New model: 0bf38240-6b55-42b0-bcfb-da08ff5cd0b9/650
* laneless baby
* hardcode model difference for now
* kale toggle
* kale emoji
* sensible description
* make clear it is not just for ui
* emojis dont work yet
* 9671a8fe-539f-4a04-a163-54571df21139/650
* new model
* only read param on rising edge of ignition
* update toggle text
* fix that
* update refs
Co-authored-by: mitchell <mitchellgoffpc@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 7ee79c9923
4 years ago
Adeeb Shihadeh
da90758a55
add descriptions in settings ( #20453 )
...
* add descriptions
* scroll scroll
* clean up
* try this
* scrolling on touch
* better scrolling
* we can afford 30fps
* remove that
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: c89e17e0d5
4 years ago
Adeeb Shihadeh
5cfc42911b
Remove lane change toggle and default LDW to off ( #20442 )
...
* remove lane change toggle and default LDW to off
* update refs
old-commit-hash: 43ce7165c4
4 years ago
Adeeb Shihadeh
ae0756edc6
tici touch ups ( #20434 )
...
* tici touch ups
* trim
* less squish
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 61a0129fdc
4 years ago
Adeeb Shihadeh
e2eb4034f5
small style improvement in settings
...
old-commit-hash: 647c5804b8
4 years ago
Adeeb Shihadeh
c360723411
Qt UI: SSH keys ( #20430 )
...
* rename
* toggle control
* SSH toggle
* hw
* qcom
* lines
* fix that
* start refactoring
* adding keys
* hacky remove
* alerts
* fix qcom ssl
* use the same widgets everywhere
* clean up
* more cleanup
* little more
* bigger
* fix tethering toggleg
old-commit-hash: e547a97216
4 years ago
Comma Device
c3c741af70
fix margin on c2
...
old-commit-hash: eda9538cc3
4 years ago
Dean Lee
d7cf75fc64
Qt: use the AbstractControl for multiple types of controls ( #20417 )
...
* class ClickableLabel
* scrollable widget
* rename to controls.cc
* rename to AbstractControl
* cleanup
* remove useless stylesheets
* change button stylesheet
* cleanup
* better margin
* cleanup
cleanup
* remove bottom line from AbstractControl
* no scrolling for now
* add those back
* style
* clean up
* don't need a function for that
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 8be2e07f4f
4 years ago
Dean Lee
d06d10da68
Qt: update developer page when it's visible ( #20396 )
...
* simplify&cleanup
* cleanup
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: ddde7efb4b
4 years ago
Dean Lee
61c02d55ab
SettingsWindow: use list instead of map to preserve insertion order for sidebar items. ( #20424 )
...
* use a list instead of map to preserve insertion order
* unused signal
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: d34e414a65
4 years ago
Comma Device
20df6ce147
fix margin after setting DPI
...
old-commit-hash: 7954256a09
4 years ago
Adeeb Shihadeh
1a0ac978ec
record front lock ( #20400 )
...
* record front lock
* only if set
* add to internal installer
* move that
* change that bck
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: b60cd8d0a0
4 years ago
Adeeb Shihadeh
1c930d1e9e
UI HW Abstraction layer ( #20301 )
...
* start cpp hw abstraction layer
* cleanup
* only set brightness on change
* confirmation dialogs
* add to release files
* fix tici brightness
* using percentage now
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: d45550c424
4 years ago
Adeeb Shihadeh
fa0bd1990f
qt confirmation dialogs ( #20202 )
...
* confirmation dialog widget
* looks pretty good
* fix qcom2
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: d8418f2abe
4 years ago
Adeeb Shihadeh
2b63a4e9c2
neos networking ( #20165 )
...
* neos networking
* tethering
* cleanup
* stretch
* cleanup
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: c7dd344f2e
4 years ago
grekiki
3ad3cd5d4b
Qt-UI add driver monitoring view in offroad ( #20148 )
...
* should work, need to test onroad
* reduce diff
* Update home.cc
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: a53c361bd4
4 years ago
Adeeb Shihadeh
70db46e752
Qt on NEOS ( #20153 )
...
* qt on neos
* cleanup
* check arch
* fix pc
* fix mac
* base libs
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 1c369a9009
4 years ago
Adeeb Shihadeh
80c3d67a28
Qt UI refactoring + improvements ( #20033 )
...
old-commit-hash: f9d8652cbd
4 years ago
Adeeb Shihadeh
10bf2690f1
fix font weights in qt ui
...
old-commit-hash: d75ff15048
4 years ago
grekiki
2ebacdc364
Add Github SSH keys ( #19879 )
...
old-commit-hash: 7408569c1b
4 years ago
Willem Melching
bbba320d22
qt ui: remove line between poweroff/reboot
...
old-commit-hash: c9aa9b0178
4 years ago
grekiki
eea78cd686
Qt parents3 ( #19870 )
...
Not just parents, we also made the UI look nicer.
old-commit-hash: 2eb81aa1d3
4 years ago
grekiki
ded5d24781
Hotspot password ( #19854 )
...
Now there is a possibility of changing a tethering password. The WiFi UI was also modified, so it should look nicer now.
old-commit-hash: 24356b4a1e
4 years ago
Dean Lee
4c1919f41e
merge utilpp.h into util.h ( #19710 )
...
old-commit-hash: 595830135b
4 years ago
Willem Melching
40a74fe136
round close button
...
old-commit-hash: 493937d2d9
4 years ago
Comma Device
fb17404dda
square looks better
...
old-commit-hash: 3e34b67715
4 years ago
Adeeb Shihadeh
7dd876805f
offroad home style ( #19593 )
...
* make drive stats look nicer
* offroad alerts style
* rest of alerts
* move that
* fix up colors
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: ce48d3c91e
4 years ago
Adeeb Shihadeh
4d2ccb3a79
qt settings style ( #19588 )
...
* dark mode
* inter
* frame
* this looks pretty good
* revert that
* fix bg hack
* don't override style sheet
old-commit-hash: 550b5e422f
4 years ago
Adeeb Shihadeh
6506655011
Qt settings: highlight selected nav button
...
old-commit-hash: c0b1518a9b
4 years ago
Adeeb Shihadeh
c20cd542eb
uninstall from qt offroad ( #19538 )
...
* more offroad
* implement uninstall
* just uninstall for now
old-commit-hash: 8d9be50bcc
4 years ago
grekiki
2e07e45bed
UI style improvements with improved keyboard ( #2710 )
...
* fix spaces and make spacebar dynamically sized
* some spaces and a comment
* more spaces
* const
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 3e466aa528
4 years ago
Adeeb Shihadeh
672d0d4727
move offroad alerts to home screen ( #2681 )
...
* move offroad alerts to home screen
* offroad aletrs work, but sidebar doesn't look nice
* fix sidebar
* looks better
* cleanup
* little bigger
Co-authored-by: grekiki <gregor1234567890@gmail.com>
old-commit-hash: 8320a153fb
4 years ago
Adeeb Shihadeh
86dd0f5df1
Qt offroad home screen ( #2672 )
...
* some cleanup first
* home sweet home
* basic home screen
* date
* fix touch
* fix mac
* hide when onroad
* box layout didn't do what i thought
old-commit-hash: fed642c4ed
4 years ago
grekiki
1a686500fe
small UI improvements ( #2669 )
...
* small UI improvements
* style improvements
* code style
* remove the padding
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: a5132e44f9
4 years ago
grekiki
e4b5b9a297
Offroad alerts ( #2664 )
...
We now have a working offroad alerts
old-commit-hash: 744a3317e3
4 years ago
Adeeb Shihadeh
fa147c5d6e
add wifi to setup ( #2604 )
...
* add wifi to setup
* wifi looks better
* move widgets
* this looks ok
* small fixups
* fix relase tests
old-commit-hash: 6a2678aae7
4 years ago
grekiki
3bfc92bafc
Qt ui: improve toggle buttons ( #2639 )
...
* works, but is still a bit ugly
* works
* looks much better now
* fix compile error
* reduce diff
* write to params
* cleanup
old-commit-hash: 61884d2c50
4 years ago