Commit Graph

727 Commits

Author SHA1 Message Date
Adeeb Shihadeh adb079efcd precheckout installer (#21752)
* precheckout installer

* repaint

* cleanup
2021-07-27 17:29:36 -07:00
Adeeb Shihadeh d91da8d931 training guide: better road img 2021-07-27 14:49:20 -07:00
Willem Melching 94f85c615c nav: update favorites/recents while onroad 2021-07-27 14:46:38 +02:00
Willem Melching 0425a33400 wifi: set dns priority (#21743)
* wifi: set route and dns priority

* default route priority is 600
2021-07-27 13:37:38 +02:00
Adeeb Shihadeh a5cb17b460 soundd checks (#21717) 2021-07-26 23:55:29 -07:00
sshane 905138054b networking: network type function (#21732)
* debug known connections

* print type

* on mobile if no wifi and a sim card

* clean up

* debug primary connection

* network type

* not specifying current suggests you can pass it a path

* debug

debug

Revert "debug"

This reverts commit fe4748aa4df77449e1887685aa958ae2b89b88d0.

hotspot check

This reverts commit 5d2fc5f3bba45c87af8322766e426e8adee64ead.

Revert "Revert "Revert "debug"""

This reverts commit 6115204d5013ae5d613add92c1dded7a8f5cadbc.

hotspot check

* fixes
2021-07-26 23:42:29 -07:00
Adeeb Shihadeh b0da8b2281 back to choose software 2021-07-26 23:40:28 -07:00
sshane dd8eb23ea9 ui: password mask delay (#21737) 2021-07-26 22:55:12 -07:00
Adeeb Shihadeh a2bd5e002e installer: hang around after done (#21728) 2021-07-26 17:13:48 -07:00
robbederks cebddc94c4 Tici sound improvements (#21722)
* tune amp config and add EQed sounds

* fix release files

* bump up max

* cleanup

* more volume

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2021-07-26 16:28:41 -07:00
Adeeb Shihadeh deb170e0b2 my.comma.ai -> connect.comma.ai (#21702) 2021-07-26 13:53:49 -07:00
Adeeb Shihadeh 7b94cf0ca7 athena: detect no prime (#21718)
* detect no prime

* show in sidebar

* revert timeout

* clear ping param

* fix typo

Co-authored-by: Comma Device <device@comma.ai>
2021-07-26 13:50:58 -07:00
Willem Melching f6b7128741 nav: show error when route request fails 2021-07-26 14:56:53 +02:00
Willem Melching 34346c8525 nav: double click reset pan/zoom timers 2021-07-26 14:00:42 +02:00
Dean Lee c24227c3ab HttpRequest: don't send request in ctor (#21665) 2021-07-25 15:36:04 -07:00
Dean Lee d74199fe81 onroad.h: remove unused typedef AudibleAlert (#21706) 2021-07-24 02:26:18 -07:00
Dean Lee b3ee4d4a29 DriveStats: using dynamic properties to style QLabel (#21644)
* better stylesheet

* whitespace

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2021-07-23 23:07:23 -07:00
Adeeb Shihadeh b13f5e6328 UI: maintain frequency before vipc is connected (#21704)
Co-authored-by: Comma Device <device@comma.ai>
2021-07-23 22:14:44 -07:00
Dean Lee f0389f7e2d Qt: draw border in OnroadWindow (#21594)
* draw border in OnroadAlerts

* non transparent

* no scissor

* set video_rect to the full size

* fix header gradient

* Revert "fix header gradient"

This reverts commit f5565c19d5cabda22fe6b60af23dc26727ecd5bc.

* Revert "set video_rect to the full size"

This reverts commit c012db105a8cabd140971208431d83ae3592b70e.

* fix scissor

* fix header gradient

* set scissor box to video_rect when draw lines

* move up eta

* init alert_size to NONE

* remove glScissor

* cleanup

* rename draw_video_frame to draw_vision_frame

* remove space

* add comment

* move border to OnroadWindow

* cleanup signals

* fw declare MapWindow

* fix build err

* remove viz_rect

* fix build err

* continue

* cleanup

* text rect:no border

* use signals

* remove space

cleanup

* merge master

* fix map eta

* get bgColor from alerts

* update alerts in OnroadWindow

* add function clearAlert

* repaint border

* init bg color to STATUS_DISENGAGED

* no black frame

* cleanup

Co-authored-by: Willem Melching <willem.melching@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2021-07-23 21:45:47 -07:00
sshane d8a6e6144a networking: cleanup style sheets (#21696)
* cleanup style sheets

* set weight when needed

* if disconnected is the same

* no need anymore

* use property

* disconnected
2021-07-23 18:48:29 -07:00
sshane 85c3cbd7ba networking: refresh on connect (#21691)
* takes a while to refresh connecting to known network

* no need to refresh an
2021-07-23 16:12:01 -07:00
Dean Lee f67467f321 HomeWindow: fix background white flash while switching to onroad (#21695) 2021-07-23 16:05:58 -07:00
Adeeb Shihadeh ca51b3865f Fix RequestRepeater caching (#21693)
* Fix RequestRepeater caching

* cleanup

Co-authored-by: Comma Device <device@comma.ai>
2021-07-22 22:14:32 -07:00
Adeeb Shihadeh 987abb31dd show registration debug info after 60s (#21679)
* show registration debug info after 60s

* little nicer

* larch

* aarch

Co-authored-by: Comma Device <device@comma.ai>
2021-07-21 23:30:02 -07:00
sshane 0d0c6bea72 networking: fix connected type for multiple APs (#21678)
* nm uses ssid to dis/connect so use that for ctype

* we don't want to possibly block in the background (from signals)
2021-07-21 22:45:25 -07:00
Adeeb Shihadeh 75904ed745 training guide updates (#21674)
* add progress bar

* shorter

* update lane change speed

* fix

* center

* fix cutoff
2021-07-21 17:28:35 -07:00
sshane 7193ff57e0 networking: fix stretching with only 1 network (#21675) 2021-07-21 16:36:55 -07:00
Adeeb Shihadeh 4e6c268b17 remove wide toggle (#21669) 2021-07-21 00:58:42 -07:00
Adeeb Shihadeh ced26b806f wait longer to show controls waiting alert (#21657) 2021-07-20 11:15:27 -07:00
Dean Lee e294dfa707 SoftwarePanel: remove redundant style (#21645) 2021-07-19 09:27:05 -07:00
Dean Lee 41538753f9 Qt/Networking: same border-radius as other panels (#21646)
* fix border-radius

* setup:set style for Networking
2021-07-19 09:26:08 -07:00
Willem Melching 1fb5d9b812 Fix close button design (#21652)
* Fix close button design

* center
2021-07-19 15:17:41 +02:00
Willem Melching 190409c938 nav: show settings without token (#21624)
* map settings always in sidebar

* show screenshot when no prime

* remove print

* repaint to fix star sizing

* checked in sconsscript

* match designs
2021-07-19 14:18:01 +02:00
Willem Melching f9f43578d1 Nav: only open map once (#21650) 2021-07-19 12:23:01 +02:00
Willem Melching 1cf8396e4c Fix backlight filter dt and set ts to 10 sec (#21649) 2021-07-19 10:37:24 +02:00
Adeeb Shihadeh 9215748080 UI: button released -> clicked (#21606) 2021-07-17 13:58:09 -07:00
Adeeb Shihadeh 62077abd3c more touchups (#21634)
* wait to hide

* same msg

* networking ui fixups

* clicked

Co-authored-by: Comma Device <device@comma.ai>
2021-07-17 00:14:50 -07:00
Adeeb Shihadeh 4f9ac7a1aa show network connecting indicator (#21631)
* spinner for connecting

* move that

* cleanup

* fix that

* connecting label

* touchups

* cleanup
2021-07-16 20:38:31 -07:00
Adeeb Shihadeh 12948e661a soundd (#21619)
* refactor alerts

* doesn't go here anymore

* soudd

* handle controls unresponsive

* same check

* fix path

* update sound test

* nice

* fix c2

* add script

* update tests

Co-authored-by: Comma Device <device@comma.ai>
2021-07-16 17:30:00 -07:00
sshane 0f93cb12ac keyboard: separate signals (#21629)
* separate signals

* clean up

clean up

clean up

* clean up

* Revert "clean up"

This reverts commit 38c1f18a56a946e97ee05f8e18b1797f060d011b.

* Revert "clean up"

This reverts commit 06430e29bfeaa3dd3a8d7f8911e0f0ba17d35d7b.

* Revert "separate signals"

This reverts commit 77ca8e3d17b34e84d8d1331b565b0b2ef6bc55d0.

* separate signals

* clean up

* caps fix
2021-07-16 17:27:43 -07:00
Adeeb Shihadeh c5bd6735d6 nice popup (#21630)
* nicer popup

* cleanup
2021-07-16 16:23:30 -07:00
Adeeb Shihadeh 62e63f0573 more setup (#21628)
* fix up kb

* blue continue

* dashcam

* clean up
2021-07-16 15:06:10 -07:00
Adeeb Shihadeh 3e19c73730 remove keyboard deadzone (#21627)
* remove keyboard deadzone

* add to height

* float
2021-07-16 13:54:30 -07:00
Willem Melching 0c3f25ff85 nav: update style url 2021-07-16 11:26:43 +02:00
Adeeb Shihadeh 6039f1e7ac setup qt resources (#21617)
* setup qt resources

* networking

* input

* fix that

* nicer scrolling

* big eye

* fix flashing

* why is it linking against map stuff

Co-authored-by: Comma Device <device@comma.ai>
2021-07-15 21:30:23 -07:00
sshane 0076dd3588 Update wifi setup design (#21604)
* wifi design draft

* ui draft 2

* draft

* updates

* fix spacing

* strength indicator

* font weight

* fix lock icon aspect ratio

* fix font weights

* new checkmark

* fix spacing

* was being applied to everything

* network handles its own padding

* fix spacing

* cleanup

* looks pretty good

* little more

* revert that

* scroll bar

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2021-07-15 17:41:01 -07:00
Adeeb Shihadeh ddd1342fc5 setup improvements (#21505)
* getting started

* downloading

* some more

* nice checkmark

* nice triangle

* fixup style

* wait for internet

* more responsive

* waiting for internet
2021-07-15 16:47:18 -07:00
sshane 0eefdb506e networking: remove invalid connections (#21614) 2021-07-15 15:02:30 -07:00
Adeeb Shihadeh 6a62cf7d5d input dialog design (#21607)
* style

* eye

* fix spacing

* use two lines
2021-07-15 02:56:21 -07:00
sshane 0df9287b7f keyboard: fix backspace (#21602)
* fix styling and backspace

* global for InputDialog

* revert
2021-07-14 21:21:22 -07:00