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
Comma Device
7a01d56255
fix cut off qr code
...
old-commit-hash: 18e60751c2
4 years ago
iejMac
71f065bf19
text window starts scrolling at bottom ( #20587 )
...
* text starts scrolling at bottom
* comment
old-commit-hash: 9e4748db8b
4 years ago
Adeeb Shihadeh
421e27fabd
hide set speed for stock long ( #20585 )
...
old-commit-hash: e4d7ee3716
4 years ago
Dean Lee
65a52f5163
remove memory leak in create_jwt() ( #20547 )
...
old-commit-hash: d14aba4580
4 years ago
iejMac
9238fade18
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>
old-commit-hash: 10e4d32197
4 years ago
iejMac
bcbf844dda
alerts background color fix ( #20568 )
...
old-commit-hash: 86a78581e3
4 years ago
Comma Device
c671dca363
update qt setup
...
old-commit-hash: 204d878c6f
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
Willem Melching
8a73aabaa4
RequestRepeater remove memory leak through payloads argument
...
old-commit-hash: 7bc0b27ae5
4 years ago
Dean Lee
9727c82514
fix: read brightness from persistent params ( #20544 )
...
old-commit-hash: 31a612c6e4
4 years ago
Comma Device
7083aea085
fix lib order
...
old-commit-hash: 588778e168
4 years ago
Adeeb Shihadeh
8d660d9cbf
small UI cleanup
...
old-commit-hash: a5a61a2bd5
4 years ago
Willem Melching
535621bc52
Revert "Add device_type to class Hardware ( #20535 )"
...
This reverts commit 2d15844f518b4f606f61e788fc2d3d14fb21e70b.
old-commit-hash: 7372b9bba5
4 years ago
Dean Lee
75da59b835
Add device_type to class Hardware ( #20535 )
...
* add device_type to HadWare class
* always wake on PC
* use cereal::InitData::DeviceType
old-commit-hash: 9922688f8b
4 years ago
Dean Lee
808e187f42
refactor draw_circle_image ( #20473 )
...
old-commit-hash: a93f787cef
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
aa1474467e
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
old-commit-hash: 6db31b9a33
4 years ago
Dean Lee
8c09067b27
faster driverview start ( #20507 )
...
old-commit-hash: 32c4cf00c2
4 years ago
Dean Lee
86a217dca7
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>
old-commit-hash: bf1001e54b
4 years ago
Adeeb Shihadeh
bbdd55bbc6
cleanup tici networking + remove pagination ( #20528 )
...
* remove wifi pagination
* cleanup
* little more cleanup
* fix tethering button
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: bd12a787ff
4 years ago
Comma Device
3766830f65
training guide: make coordinates relative to img
...
old-commit-hash: 9896438d15
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
Dean Lee
c5194fcb85
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>
old-commit-hash: 5cd676797a
4 years ago
Comma Device
40f5b22071
show serial number in settings
...
old-commit-hash: aa457a348a
4 years ago
Adeeb Shihadeh
72c497d105
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>
old-commit-hash: c030493eb6
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
Dean Lee
35f63336e9
ui: don't log slow frame message in driverview ( #20509 )
...
* Don't log slow frame message in driverview mode
* white space
old-commit-hash: 318fa3f50a
4 years ago
Comma Device
64c2ce90ca
UI: limit version string length for master-ci
...
old-commit-hash: 364b083c59
4 years ago
Adeeb Shihadeh
d82d87c9d6
new training guide ( #20495 )
...
* new training guide
* fix end
* new step1
* better images
* update images
old-commit-hash: fd15a21c5a
4 years ago
Willem Melching
8c296312e3
Cache prime/points widget ( #20497 )
...
* cache prime status on homescreen
* use stacked widget
* add caching and clear on 404
old-commit-hash: d43d625610
4 years ago
Willem Melching
69cc390ffb
drive_stats.cc: fix distance rounding
...
old-commit-hash: 32330bbf89
4 years ago
Dean Lee
ae8893a77f
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>
old-commit-hash: 80ae6a7e1b
4 years ago
Adeeb Shihadeh
f99a578e45
always qt
...
old-commit-hash: f811dcc0cb
4 years ago
Comma Device
e11b03e9b1
fix qt spinner height
...
old-commit-hash: dc0bfaaead
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
iejMac
0f1140931f
fix ( #20477 )
...
old-commit-hash: d78546afbd
4 years ago
Dean Lee
7756fb0739
Qt input: pass QString by reference ( #20467 )
...
* simple arry for keyboard layout
* revert some changes
old-commit-hash: f7957f681d
4 years ago
Adeeb Shihadeh
30f036680b
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>
old-commit-hash: 7f56991b41
4 years ago
iejMac
fe30561f77
QML terms ( #20439 )
...
* initial_commit
* rich text + color
* nice scrolling
* margin
* print on scroll + some margins
* print on scroll + some margins
* working, needs a lot of improvements
* should be done
* initial_commit
* rich text + color
* nice scrolling
* margin
* print on scroll + some margins
* print on scroll + some margins
* working, needs a lot of improvements
* should be done
* update tests
* Revert "update tests"
This reverts commit 94d5ed789e
.
* cleanup
* QuickView -> QuickWidget
* tuned scrolling
* cherry on top
* screen size scaling
* load from html
* fixing tabs
* signal fix
* TABS
* mistake
* rename
* camel case
* transparent background
* naming + point->pixel Size
* style
* util::read_file
* adjusting font size
Co-authored-by: Comma Device <device@comma.ai>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 55926e762a
4 years ago
Adeeb Shihadeh
51c13aa552
APK purge ( #20446 )
...
* purge begins
* release files
* remove those
* no more android
* only qt
* text and spinner
* neos update script
* update sounds
* update cpu usage
* all done
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: e76c80ffa1
4 years ago
Adeeb Shihadeh
5fc14c8db3
Qt UI: power saving ( #20456 )
...
* c2 power saving
* clean that up
* that works
* add to hw
* set power
* release files
* add that
* include hw base
* pc joins the party
* util
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 49748d5dc1
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
Willem Melching
079da64cf2
ui: unify terms scrolling
...
old-commit-hash: 621824d813
4 years ago
Adeeb Shihadeh
fd5ea05d20
add description for SSH keys
...
old-commit-hash: c33f839e9d
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