Adeeb Shihadeh
472177e2a8
Revert "Qt/SetingWindow: faster initialization and painting ( #21764 )"
...
This reverts commit f482354e4e .
2021-12-15 09:58:25 -08:00
Dean Lee
75687169eb
qt/util: new function scaledPixmap ( #23103 )
...
* new function scaledPixmap
* rename to loadpixmap
2021-12-14 22:58:47 -08:00
Dean Lee
2483fc5d5d
ui: singleton uistate ( #22789 )
...
* singleton uistate
* merge master
* merge master
* merge master
* connect uistate in sidebar
* move to device
2021-12-14 22:28:12 -08:00
Shane Smiskol
c84310c94c
seems to be flipped ( #23213 )
2021-12-14 12:17:02 -08:00
Dean Lee
084ef39489
C2: display ip address in network panel ( #23215 )
...
* display ipv4 address
* refactor to class
* only display ip address
2021-12-14 12:14:51 +01:00
Adeeb Shihadeh
df5b374033
add small minimum time between taps to onboarding ( #23212 )
...
Co-authored-by: Comma Device <device@comma.ai >
2021-12-13 17:38:19 -08:00
Dean Lee
f482354e4e
Qt/SetingWindow: faster initialization and painting ( #21764 )
...
* reduce init time from ~520ms to ~350ms
* faster init toggle
setfixedheight in ctor
delay init TogglesPanel,reduce init time to ~180ms
cleanup
* precise style, reduce to ~100ms
* revert 'faster toggle
* fix horizontal_line
* fix background
* cleanup
2021-12-13 15:57:04 +01:00
Dean Lee
2335a20584
limit style scope ( #23181 )
2021-12-09 11:37:59 -08:00
Dean Lee
6e25ae9798
DevicePanel: fix dangling reference to params ( #23154 )
2021-12-07 10:41:41 -08:00
Willem Melching
2e0c73fc0c
Remove Raw Upload toggle ( #23143 )
...
* Remove Raw Upload toggle
* fix tests
2021-12-07 11:25:40 +01:00
Comma Device
20dc4df024
fix UI build on comma two
2021-12-06 14:34:20 -08:00
Dean Lee
5394fe1ae7
DevicePanel: split long constructor into multiple functions ( #23043 )
...
* begin refactor
* split long constructor to multiple functions
* one connection to signal
* merge master
2021-11-29 11:14:34 +01:00
Dean Lee
ac179e2c36
qt/settings: reuse params ( #23041 )
2021-11-26 14:39:25 +01:00
Dean Lee
723c8d6a7c
qt/settings: use default parameter for params.get ( #23042 )
2021-11-26 14:39:04 +01:00
Willem Melching
5069852573
navd: render map into VisionIPC ( #22800 )
...
* navd: render simple map
* render route
* offscreen rendering
* cleanup
* more cleanup
* render into visionIPC
* rename class
* split position update from route update
* stop broadcast if not active
* gate vipc server behind flag
* add python library
* faster
* no vipc from python
* put behind extras
* only send when loaded
* add glFlush just to be sure
* cleanup settings into helper function
* function ordering
* broadcast thumbnails
* put behind param
* adjust zoom level
* add route to python bindings
* revert that freq change
* add logging if map rendering is enabled
* use rlogs if available
* bump cereal
2021-11-26 14:38:02 +01:00
eFini
21ff97b8c9
UI: minor changes to make it translation friendly ( #23032 )
2021-11-25 22:30:07 -08:00
Dean Lee
6964adec39
networking: remove unused #inculde<QMovie> ( #23016 )
2021-11-23 15:24:28 -08:00
Dean Lee
aa0cc260b9
wifiManager/get_response: pass response by const reference ( #22997 )
2021-11-20 20:19:43 -08:00
Dean Lee
b399b48f0a
ui/settingswindow: set parent for nav_btns. ( #22984 )
2021-11-19 20:40:46 -08:00
Dean Lee
63779c385d
ui: disable toggles while onroad ( #22975 )
...
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com >
2021-11-18 21:45:40 -08:00
Willem Melching
07ff724726
Move shutdown/reboot handling to manager ( #22882 )
...
* Move shutdown/reboot handling to manager
* more logging
* check enagaged
* Apply suggestions from code review
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com >
2021-11-12 09:10:34 -08:00
Dean Lee
6e5fed63df
UI: do vipc recv in thread ( #22354 )
...
* move vipc to thread
* use invokeMethod
* cleanup
* latest_frame = nullptr
* space
* safe quit
* running_-> exit_
* recv timeout 1000
* cleanup
* run in loop
* requestInterruption
* block queue on vipcConnected for thread safety
* cleanup
* remove unused signal updateFrame
* make signals public
* dont emit signal in update
* apply reviews
* cleanup
* little more cleanup
* fix
* use glTexSubImage2D
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com >
2021-11-09 13:27:12 -08:00
Mayfield
5246f0231e
enable wshadow ( #22756 )
...
* enable wshadow (#22714 )
* fix replay
* more build fixes
Co-authored-by: Willem Melching <willem.melching@gmail.com >
2021-11-02 17:08:53 +01:00
Dean Lee
2773ff5ace
params: code cleanup ( #22744 )
...
* cleanup params
* apply review
* continue
* use c_str
* cleanup filelock
* don't check return code of close()
* remove call_once
* cleanup params_pyx
* cleanup comment
2021-11-01 11:22:34 +01:00
Adeeb Shihadeh
84d5adedd8
UI: fix fcc.html when using QRC
2021-10-22 21:04:00 -07:00
ZwX1616
8574e79fec
wider FOV DM on comma three ( #22286 )
...
* c3 is straightforward
* c2 transform
* c3 preview
* alpha model
* Revert "alpha model": wrong quantization data
This reverts commit b50e5739735b30d960aca22bcf3cbe23b0121e13.
* yuv looks good
* a55b
* const int
* block top deadzone
* new box alpha curve
* update k
* fix debug
* rhd use same offset
* box shift for rhd
* 7e3e
* set new thresh
* update ref
* explain
* remove e2e
* same metric thresh
* process isocc
* model
* cancel extra policy
* update numbers
* new model
* update cereal
* up cereal
Co-authored-by: Comma Device <device@comma.ai >
2021-10-13 17:00:46 -07:00
Willem Melching
d898841e87
Change APN from settings ( #22440 )
...
* Change APN from settings
* subtext
* one function
* bring connection down and up
* fix adapter type
* trim input
* fix scrolling in scanning state
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com >
2021-10-07 23:47:23 -07:00
Adeeb Shihadeh
c11be0f49a
update useradmin url
2021-10-01 17:36:46 -07:00
Adeeb Shihadeh
23ae67bbf9
UI: auto wide detection on PC ( #22392 )
...
* UI: auto wide detection on PC
* invert width
* cleanup
2021-09-30 20:48:02 -07:00
cydia2020
70e1c9c40c
UI: Fix mph and wi-fi spelling ( #22334 )
...
* display WiFi as Wi-Fi
* fix typo in metric setting description
2021-09-23 22:23:34 -07:00
Jason Wen
67c09b4caf
Fix small typo in DisableRadar toggle description ( #22333 )
2021-09-23 19:52:59 -07:00
Adeeb Shihadeh
649af76fd4
remove community supported cars from community features ( #22330 )
...
* remove community supported cars from community features
* remove bosch and hkg long
* remove test case
* update refs
2021-09-23 17:34:52 -07:00
Willem Melching
8c01ae5716
Add DisableRadar_Allow param and settings toggle ( #22329 )
2021-09-23 17:19:47 -07:00
Dean Lee
abffc8b2ad
UI: new class ListWidget ( #21273 )
...
* ListWidget
* continue
* remove function horizontal_line
* cleanup
* default spacing 25
* fix networkpanel margin on EON
* solid expanding
* 0 width
* cleanup
* apply reviews
* remove function addLayout,make it looks like QLIstWidget
* rename addWidget to addItem
* rebase master
* rebase master
* merge master
* cleanup
* fixed title bar position
* no flash while folding
* cleanup
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com >
2021-09-19 15:14:54 -07:00
Dean Lee
2d640e25c3
UI: lazy onboarding widgets init ( #21780 )
...
* don't show onboarding on startup
* cleanup
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com >
2021-09-11 18:18:58 -07:00
Adeeb Shihadeh
d5475ba946
nav: add button to clear current route ( #22167 )
...
* nav: add button to clear current route
* fix scroll
* retab
Co-authored-by: Comma Device <device@comma.ai >
2021-09-07 17:39:24 -07:00
Jason Young
251a074b20
Fixes for C3 LTE connection being deleted ( #22129 )
...
* Fix for LTE connection being deleted
* also fix newConnection
* simplify
2021-09-07 09:54:12 -07:00
sshane
6fad0055b4
UI: roaming toggle ( #21750 )
...
* roaming toggle
* clean up
* only tici
* fix order
* move to wifiManager
* should be working
* clean up
clean up
* use map icon
* move to advanced settings
* clean up
* temporarily change home-only
* keep setting for now
* set both to defaults in case ui doesn't start
* knownConnections stores conn names
* Revert "knownConnections stores conn names"
This reverts commit 4466a029a38f8c89876fad3c221e95e8fc572ded.
* save lteConnectionPath instead
* use the if statement
Co-authored-by: Comma Device <device@comma.ai >
2021-09-01 14:33:06 -07:00
Dean Lee
30ec2bc403
driverview.cc: cleanup paintEvent ( #21531 )
2021-09-01 13:56:07 -07:00
Dean Lee
1786416e3c
ui: clickable ElidedLabel ( #21773 )
...
* ElidedButton
* rename to ClickableLabel
* move to ElidedLabel
2021-08-30 22:16:48 -07:00
ambientocclusion
ed271911c2
Fixed build issues on macOS ( #22075 )
...
* Fixed deprecated enum value
* Changed to build Qt replay on macOS
2021-08-30 09:18:14 -07:00
Adeeb Shihadeh
86a73497de
add fit to widget option to camera view ( #22056 )
...
* add fit to widget option to camera view
* add clicked signal
* cleanup
* use release for driverview
Co-authored-by: Comma Device <device@comma.ai >
2021-08-28 13:08:48 -07:00
Dean Lee
a165f25762
Qt: new global WIDE_UI ( #21977 )
2021-08-19 14:14:34 -07:00
Adeeb Shihadeh
77a38b3f87
fcc fixups
2021-08-02 20:09:31 -07:00
Adeeb Shihadeh
a96f358966
Add C3 FCC regulatory info page ( #21833 )
...
* move uninstall to software
* fcc page
* only tici
* cleanup
* more cleanup
2021-08-02 20:02:07 -07:00
Willem Melching
d1fb979962
ui: remove cache from getDongleId()
2021-08-02 11:29:39 +02:00
Dean Lee
073b96e5d1
qt/util: new function getDongleId ( #21810 )
...
* new function getDongleId
* return std::optional
2021-08-02 11:21:51 +02:00
Adeeb Shihadeh
0ffe920a86
UI: update toggles on show ( #21812 )
2021-07-30 16:21:42 -07:00
sshane
e28785199f
networking: disable tethering toggle while connecting ( #21785 )
...
* disable until connected
* disabling takes longest
* try enabling on refresh
* clean up
2021-07-29 22:36:47 -07:00
sshane
4ed4956240
settings: button press states ( #21771 )
...
* settings button press states
* tune color
* states for panel labels and close btn
2021-07-29 14:44:21 -07:00