Dean Lee
8c3ec9dd31
Faster spinner, reduce cpu usage ( #20618 )
...
* Faster spinenr
* correct path
* remove binary
* 30 fps
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
Adeeb Shihadeh
32d317239a
let GPU sleep while offroad ( #20640 )
...
* better script
* let adreno sleep
* remove
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
Adeeb Shihadeh
36d8c89ebf
enable --as-needed linking ( #20619 )
...
* only link as needed
* a few more
* need to fix order
* everywhre
* fix mac
* update spinner + text
* fix c2 build
* another fix
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
Willem Melching
1fc7bcca43
ecam toggle ( #20597 )
...
* use ecam in ui
* needs reboot
* use in modeld
* typo
* effective FL is longer in center
* normalize zoom by focal dist
* read param before init
* make 2x as wide
* review comments
* more explicit
* fix camera offset
Co-authored-by: ZwX1616 <zwx1616@gmail.com>
4 years ago
Willem Melching
ae094042ad
add putBool/getBool wrappers to cython params class ( #20611 )
...
* add putBool/getBool wrappers to cython class
* use new API
* some more puts
* fix mockparams arguments
* add get_bool to MockParams
* typo
4 years ago
iejMac
27ebd334dc
close android activities when settings is closed ( #20604 )
...
* close android activities
* new line
* only if activity is launched
* fix
4 years ago
Comma Device
7466ad6802
fix drive stats offset on home screen
4 years ago
Dean Lee
57fe8488ac
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>
4 years ago
Comma Device
18e60751c2
fix cut off qr code
4 years ago
iejMac
9e4748db8b
text window starts scrolling at bottom ( #20587 )
...
* text starts scrolling at bottom
* comment
4 years ago
Adeeb Shihadeh
e4d7ee3716
hide set speed for stock long ( #20585 )
4 years ago
Dean Lee
d14aba4580
remove memory leak in create_jwt() ( #20547 )
4 years ago
iejMac
10e4d32197
scrolling in text window ( #20564 )
...
* grid layout + better scrollbar
* style
* style
* tabs
* scrollbar behind button fix
* alerts background color fix (#20568 )
* horizontal style + more space for scrollbar
* fixes
* fixes
* fixes
* remove background on scroll bar
* fix horizontal overflow
* indent'
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
iejMac
86a78581e3
alerts background color fix ( #20568 )
4 years ago
Comma Device
204d878c6f
update qt setup
4 years ago
iejMac
9afa14c47f
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
4 years ago
Willem Melching
7bc0b27ae5
RequestRepeater remove memory leak through payloads argument
4 years ago
Dean Lee
31a612c6e4
fix: read brightness from persistent params ( #20544 )
4 years ago
Comma Device
588778e168
fix lib order
4 years ago
Adeeb Shihadeh
a5a61a2bd5
small UI cleanup
4 years ago
Willem Melching
7372b9bba5
Revert "Add device_type to class Hardware ( #20535 )"
...
This reverts commit 9922688f8b
.
4 years ago
Dean Lee
9922688f8b
Add device_type to class Hardware ( #20535 )
...
* add device_type to HadWare class
* always wake on PC
* use cereal::InitData::DeviceType
4 years ago
Dean Lee
a93f787cef
refactor draw_circle_image ( #20473 )
4 years ago
Dean Lee
98e55996f6
Params: python-like interface ( #20506 )
...
* rebase master
* delete outdated test_params.c
* putBool & more robust getBool
* putBool(SshEnabled)
4 years ago
Dean Lee
6db31b9a33
Added new util class FirstOrderFilter ( #20303 )
...
* new class FirstOrderFilter
* flick face icon
* revert ui_draw_vision_face
* new function reset()
* reset after update
* use filter to update brightness
4 years ago
Dean Lee
32c4cf00c2
faster driverview start ( #20507 )
4 years ago
Dean Lee
bf1001e54b
OffroadAlert: update alerts inplace ( #20463 )
...
* refactor
* cleanup
* use QWdiget instead of QStackWidget
* continue
* remove duplicate setMargin
* dont parse alerts if updateAvailable
* kind of works
* alerts work
* cleanup
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Adeeb Shihadeh
bd12a787ff
cleanup tici networking + remove pagination ( #20528 )
...
* remove wifi pagination
* cleanup
* little more cleanup
* fix tethering button
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
Comma Device
9896438d15
training guide: make coordinates relative to img
4 years ago
iejMac
3e190435e3
settings scrolling improvement ( #20525 )
...
* no overshoot
* removing line
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
Adeeb Shihadeh
c73781f840
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>
4 years ago
Comma Device
624065cb5b
fix offroadTransition signal name
4 years ago
iejMac
d63dab950a
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>
4 years ago
Dean Lee
5cd676797a
Qt: show username for current SSH keys ( #20508 )
...
* Show username for current SSH keys
* Update ssh_keys.cc
* Update ssh_keys.cc
* Update selfdrive/ui/qt/widgets/ssh_keys.cc
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* rename param
* cleanup
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Comma Device
aa457a348a
show serial number in settings
4 years ago
Adeeb Shihadeh
c030493eb6
sound cleanup ( #20491 )
...
* fix high CPU usage when playing repeated sounds
* fix build
* fix cpu usage
* same behavior for now
Co-authored-by: Comma Device <device@comma.ai>
4 years ago
Adeeb Shihadeh
a2084c2a60
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>
4 years ago
Dean Lee
318fa3f50a
ui: don't log slow frame message in driverview ( #20509 )
...
* Don't log slow frame message in driverview mode
* white space
4 years ago
Comma Device
364b083c59
UI: limit version string length for master-ci
4 years ago
Adeeb Shihadeh
fd15a21c5a
new training guide ( #20495 )
...
* new training guide
* fix end
* new step1
* better images
* update images
4 years ago
Willem Melching
d43d625610
Cache prime/points widget ( #20497 )
...
* cache prime status on homescreen
* use stacked widget
* add caching and clear on 404
4 years ago
Willem Melching
32330bbf89
drive_stats.cc: fix distance rounding
4 years ago
Dean Lee
80ae6a7e1b
Qt: cache home screen state ( #20395 )
...
* cache drive stats
* don't parse response if it's the same as previous
* remove blank line
* cleanup
* update stats in place
* validate json
* add DriveStats to params.pyx
* cleanup
* cleanup
* remove //#include
* simplify
* add cache to RequestRepeater
* rename CachedDriveStats to ApiCacheDriveStats
* rename ApiCacheDriveStats to ApiCache_DriveStats
Co-authored-by: Willem Melching <willem.melching@gmail.com>
4 years ago
Adeeb Shihadeh
f811dcc0cb
always qt
4 years ago
Comma Device
dc0bfaaead
fix qt spinner height
4 years ago
HaraldSchafer
4c24385018
new description for laneless ( #20474 )
...
* new description
* emoji
4 years ago
iejMac
806226820c
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>
4 years ago
iejMac
d78546afbd
fix ( #20477 )
4 years ago
Dean Lee
f7957f681d
Qt input: pass QString by reference ( #20467 )
...
* simple arry for keyboard layout
* revert some changes
4 years ago
Adeeb Shihadeh
7f56991b41
Qt touchups ( #20465 )
...
* reduce minimum size
* clean that up
* consistent
* feels pretty good
* cleanup
* less laggy toggle
* openpilot
Co-authored-by: Comma Device <device@comma.ai>
4 years ago