Harald Schafer
e63d94d8d2
Revert "nav: use calibrated orientation ( #21853 )"
...
This reverts commit 4b209f31a1
.
4 years ago
HaraldSchafer
4b209f31a1
nav: use calibrated orientation ( #21853 )
...
* calibrate map
* msg added
4 years ago
Dean Lee
543e019f71
api: use API_HOST env variable everywhere ( #21814 )
...
* api base url to global constant
* update api/__init__.py
4 years ago
Dean Lee
073b96e5d1
qt/util: new function getDongleId ( #21810 )
...
* new function getDongleId
* return std::optional
4 years ago
Willem Melching
c09cff23aa
nav: Only recompute when onroad ( #21797 )
4 years ago
Willem Melching
34bb5b935f
nav: Send DELETE to clear next destination on server ( #21746 )
4 years ago
Willem Melching
94f85c615c
nav: update favorites/recents while onroad
4 years ago
Willem Melching
f6b7128741
nav: show error when route request fails
4 years ago
Willem Melching
34346c8525
nav: double click reset pan/zoom timers
4 years ago
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>
4 years ago
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
4 years ago
Willem Melching
f9f43578d1
Nav: only open map once ( #21650 )
4 years ago
Willem Melching
0c3f25ff85
nav: update style url
4 years ago
Willem Melching
baa0e47e50
nav: force request retry
4 years ago
Willem Melching
a148bcb3ef
nav: cleanup settings page ( #21561 )
4 years ago
Adeeb Shihadeh
86c255e3e8
nav: restore zoom and position on double click ( #21551 )
4 years ago
Adeeb Shihadeh
bec054116f
nav: scroller for recents ( #21549 )
...
* nav: scroller for recents
* stretch
* one more stretch
4 years ago
Willem Melching
35a5aae334
nav: hide ETA on destination reached
4 years ago
Willem Melching
779d6479b4
nav: cleanup error messages
4 years ago
Willem Melching
9ea913bcc8
nav: various cleanup ( #21521 )
...
* nav: various cleanup
* eta resize instant
* show
4 years ago
Willem Melching
d101000852
nav: add source to route logging
4 years ago
Willem Melching
32d5239912
nav: improve logging ( #21477 )
...
* nav: add logging
* handle errors in route reply
4 years ago
Willem Melching
06acd76d6d
nav: don't set FBO, render when not loaded and resize once ( #21468 )
...
* nav: don't set FBO and resize once
* always update
* when visible
4 years ago
Willem Melching
240214afc0
nav: truncate favorite length
4 years ago
Willem Melching
2de4c09e62
nav: show star for favorites ( #21434 )
4 years ago
Willem Melching
f73dc9f19c
nav: use mapChanged signal alongside isFullyLoaded()
4 years ago
Willem Melching
60cc07c62a
nav: pull next location while onroad ( #21421 )
4 years ago
Willem Melching
9f98a3e44f
nav: show recents ( #21405 )
...
* add recent buttons
* remove static request
* layout
* recent doesn't have to be a favorite
* work
* spacing
* spacing
* no recents
* query next
* not null
* this needs to live here
* less spacing between items
4 years ago
Willem Melching
4c9aba2dd5
nav: change map loaded detection ( #21397 )
4 years ago
Willem Melching
f32ca73724
nav: simplify segment transition ( #21383 )
4 years ago
Willem Melching
7e6a9ce9a5
nav: cleanup errors and wait for map to be loaded ( #21381 )
...
* Cleanup errors
* prevent flicker
4 years ago
Willem Melching
febdc39d2d
nav: map color match offroad color scheme
4 years ago
Willem Melching
a5f65c12f7
nav: route color match explorer
4 years ago
Willem Melching
c21ea8b506
nav: home/work shortcuts ( #21276 )
...
* add home/work widgets
* remove todo
* set contents from response
* turn into buttons
* add navigate button
* fix includes
* close settings on nav press
* close sidebar when closing settings
* use live api endpoint
* larger fonts
* more text fits
* only place name
* remove static response
* properly clear
4 years ago
Willem Melching
a5112bfb2e
nav: give word wrapped widgets a fixed width
4 years ago
Willem Melching
64e4294b04
nav: bump font size by 25%
4 years ago
Willem Melching
28694041d5
nav: update no gps text
4 years ago
Willem Melching
6ca0861360
nav: banner add stretch to fix label size
4 years ago
Willem Melching
a3b155839b
Nav: ETA layout improvements ( #21361 )
...
* bold and more space
* rounded corners
* oneline
* center
* fix am/pm
* revert width change
4 years ago
Willem Melching
c60f5ab6f6
nav: clear last_banner on no gps
4 years ago
Willem Melching
e4e67985d6
Nav: No GPS warning ( #21359 )
...
* Nav: No GPS warning
* optional
4 years ago
Dean Lee
8f5c7e7bb5
UI widgets: remove unnecessary setLayout ( #21232 )
...
* remove setlayout
* remove setLayout
* space
* Update selfdrive/ui/qt/maps/map.cc
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Dean Lee
e4e669bb0f
add space after function name and if statement ( #21225 )
4 years ago
Willem Melching
43151389e7
nav: expand banner at correct distance from maneuver
4 years ago
Willem Melching
08a7ea1af4
nav: cleanup eta spacing
4 years ago
Willem Melching
34edaa543a
remove debug statement
4 years ago
Willem Melching
63cb0f7c20
nav: lighter eta colors for better readability
4 years ago
Willem Melching
3c197953bc
nav: add page to settings ( #21208 )
...
* add navigation panel to settings
* am/pm display and dynamic width
4 years ago
Willem Melching
ff94882fa6
nav: eta match alert colors
4 years ago
Dean Lee
b06b3ecb60
Use full include path ( #21194 )
4 years ago