eFini
645512dbb4
paint.cc uses color defined in ui.hpp ( #1261 )
...
* pain.cc uses color defined in ui.hpp
* use macro
old-commit-hash: 47f17622d9e4991beec73df40a3ffcc0654a3e09
2020-03-27 11:00:42 -07:00
DeanLee
3bae5ab6e8
repace nvgFontFace with nvgFontFaceId ( #1279 )
...
old-commit-hash: 993b0e942792b5439055bf2eb22734bf7ac8c8af
2020-03-27 11:00:07 -07:00
George Hotz
fedd440066
fix offroad processing events in bg ( #1266 )
...
* fix offroad processing events in bg
* first run of ui
* actually, we don't need that at all
Co-authored-by: Comma Device <device@comma.ai >
old-commit-hash: f0779d86e4fbcd5a258aa5a42292b6b814644b5e
2020-03-23 14:16:51 -07:00
Comma Device
77615056ec
fix multiline strings in ui_draw_sidebar_metric
...
old-commit-hash: 50d2dc24d26005104affe75b736169cd0505ecac
2020-03-23 20:11:48 +00:00
Greg Hogan
1768b4745f
remove storage metric from sidebar ( #1254 )
...
old-commit-hash: 16ad4bf58be12a20384e84b5a3dc1b5f3f08bb18
2020-03-20 10:35:58 -07:00
Willem Melching
897d9ff1e2
camerad zmq_poll, also recover from EAGAIN
...
old-commit-hash: e69e0486ff6125e9d209c4bdda02b5201236548f
2020-03-17 13:40:07 -07:00
Willem Melching
9fd08dd1e2
No logging on EINTR, and log all the errnos
...
old-commit-hash: a4c94128c2ee9824dd4763e7d0ba4d3db3a99fe4
2020-03-16 14:58:21 -07:00
Willem Melching
f260ab4d94
Add logging to poll EINTR handling, add another catch in camerad/main.cc
...
old-commit-hash: 439b4625b68fb7f933c646229da8667e9cf4fea8
2020-03-16 14:55:12 -07:00
Andrew Valish
a4bdf0c577
fix sidebar shadow in network settings ( #1245 )
...
old-commit-hash: 0aafd67b56a4bac08c5c84e95cad044e5c41dc80
2020-03-16 13:02:45 -07:00
Andrew Valish
013111e8d0
filter ublox packets for sidebar ( #1233 )
...
old-commit-hash: fa7abadc80d508cf39555f67f1c36bc50e0e42dc
2020-03-11 14:28:29 -07:00
Andrew Valish
20816d909d
Refactor frame ( #1192 )
...
* start drawing new sidebar, add assets
* add thermal to ui, draw network_type and battery
* draw sidebar metrics, add freeSpace and paTemp
* draw static panda metric and network strength, start ubloxGnss messaging
* use array for network_img
* start sidebar touch events
* prevent multiple touch events with touch_timeout
* filter old touches, isolate sidebar events
* add hwType check with timeout for panda metric
* cleanup touch poll, handle vision touch, remove frame and black apks
* cleanup per willem comments
* update offroad, only read active_app from cereal
* tweak sidebar behavior, show active app status
* update offroad apk
* read networkstrength from thermal in sidebar
old-commit-hash: 5ba6beed17baf17081169d2e1d5b144df00cda76
2020-03-09 19:13:32 -07:00
Adeeb
65a2c62114
Abstract common events + event cleanup ( #1129 )
...
* too many if
* unused
* whitespace
* key
* sefldrive/car/*
* no more gctx
* lower
* start abstracting common events
* all cars
* start small
* all cars
* reverse gear
* wrongCarMode
* wrongGear
* espDisabled
* steerUnvailable
* make linter happy
* c isn't used
* fix esp_disabled in VW
* update ref
* more red
* more cleanup
* fix subaru
* update ref
old-commit-hash: e8cb6ea06a2470dd89a6ad8fd17bd1d1b62034cc
2020-02-20 16:22:25 -08:00
Willem Melching
6c1c2f3788
Don't add 2.7 m to lead distance in ui. The reference frame shifted a while ago.
...
old-commit-hash: 049f2d0e1b54745bd6aad4b71ee125345f8ab8b1
2020-02-20 14:29:09 -08:00
Arne Schwarck
2b79e60cd7
Draw leadTwo chevron in ui ( #1133 )
...
* Add leadTwo
* Add leadTwo
* Draw leadTwo car indicator
* Reuse leaddatad
* refactor draw_lead
No idea if this is the correct syntax
* Python is too good to us
Add ;
* Only show if more than 3m apart
* Delete unused scene
old-commit-hash: 175243af40fbf70e4fe13da62e6c89a0d41b10ed
2020-02-20 14:27:11 -08:00
George Hotz
bc50dccf97
Fix ui on mac ( #1044 )
...
* remove line_shader dead code
* fix glfwCreateWindow
* don't assert on ipc socket failure
* window now appears on mac
old-commit-hash: 811b3b7a9acbcd71ae3e80990cdf39e9e0289c55
2020-02-02 22:19:26 -08:00
George Hotz
b846f88ade
Support scons build on Mac ( #1034 )
...
* fix clock and add Darwin sconstruct
* it builds, this changes should be simplifications too
* fix boardd build
* that's the real type of EGLClientBuffer
* remove extra lines
* ui needs opencl on phone
old-commit-hash: f72f78f2b9e1028a8421dc8f57bccfa2fab3396a
2020-02-01 23:36:50 -08:00
Arne Schwarck
d034708be3
Subsock no longer exsists ( #987 )
...
* Subsock no longer exsists
use the new SubSocket as SubSock has been removed
* fix poller syntax
update to the new syntax and remove unused messaging library
old-commit-hash: 855abbd99ee39b5b308226c2261fb2c7b1a40c14
2020-01-21 11:25:12 -08:00
George Hotz
8f8a9931ca
ui was gitignored
...
old-commit-hash: a3dde4e7fe9764029f82988bc54d93d601804a15
2020-01-17 17:34:23 -08:00
George Hotz
7e639d98aa
selfdrive/ui
...
old-commit-hash: aeb2fff068e13c5d99f350a92373eb905e1a1522
2020-01-17 11:05:23 -08:00
George Hotz
81dd5a50cf
root commit
...
old-commit-hash: 6c33a5c1f3878e1d8c8a9db600dd44d188f02c87
2020-01-17 10:02:52 -08:00
Vehicle Researcher
fa4b6f33d1
openpilot v0.7.1 release
...
old-commit-hash: 8da8b6135c600ec653c16606239364ab9324fd98
2020-01-15 14:05:04 -08:00
Vehicle Researcher
99b637c7ce
openpilot v0.7 release
...
old-commit-hash: c025b96e8a15640ee4d6e4d513fada6ed101afe5
2019-12-13 13:03:08 -08:00
Vehicle Researcher
b713eae9f8
openpilot v0.6.6 release
...
old-commit-hash: d7f0b402a878b185dbf65d0a7819f5959dd9b8c2
2019-11-04 15:13:52 -08:00
Vehicle Researcher
89d1d84c70
openpilot v0.6.5 release
...
old-commit-hash: cf80f7a28bc737f50e096b21dea2dd2d6d4a1621
2019-10-09 18:43:53 +00:00
Vehicle Researcher
dfe603c178
openpilot v0.6.4 release
...
old-commit-hash: 61229779e4a38431e934cabe700a93e120dfa468
2019-09-09 23:03:02 +00:00
Vehicle Researcher
02cedeadd9
openpilot v0.6.3 release
...
old-commit-hash: d5f9caa82d80cdcc7f1b7748f2cf3ccbf94f82a3
2019-08-13 01:36:45 +00:00
Vehicle Researcher
3835061760
openpilot v0.6.2 release
...
old-commit-hash: e90c41c576b4630f3039be671ad5f203a865f4c8
2019-07-30 02:27:48 +00:00
Vehicle Researcher
9abcfabc5f
openpilot v0.6 release
...
old-commit-hash: 8a9ed94f5f33faf282b1918ebe2c37f06cef74e6
2019-06-28 21:11:30 +00:00
Vehicle Researcher
e47a2e6e30
openpilot v0.5.13 release
...
old-commit-hash: dd34ccfe288ebda8e2568cf550994ae890379f45
2019-06-06 04:38:45 +00:00
Vehicle Researcher
0932b367bd
openpilot v0.5.12 release
...
old-commit-hash: 3f9059fea886f1fa3b0c19a62a981d891dcc84eb
2019-05-16 13:20:29 -07:00
Vehicle Researcher
83dfc3ca1f
openpilot v0.5.11 release
...
old-commit-hash: 2f92d577f995ff6ae1945ef6b89df3cb69b92999
2019-04-23 01:41:19 +00:00
Vehicle Researcher
3bde47d556
openpilot v0.5.8 release
...
old-commit-hash: b967da5fc1f7a07e3561db072dd714d325e857b0
2019-01-23 15:34:52 -08:00
Vehicle Researcher
f8ce921247
openpilot v0.5.7 release
...
old-commit-hash: 210db686bb89f8696aa040e6e16de65424b808c9
2018-12-10 14:13:12 -08:00
Vehicle Researcher
fdbf213be8
openpilot v0.5.6 release
...
old-commit-hash: 860a48765d1016ba226fb2c64aea35a45fe40e4a
2018-11-17 02:08:34 -08:00
Vehicle Researcher
7062c6dcc4
openpilot v0.5.4 release
...
old-commit-hash: a422246dc30bce11e970514f13f7c110f4470cc3
2018-09-25 00:13:41 -07:00
Vehicle Researcher
b73d457d20
openpilot v0.5.2 release
...
old-commit-hash: 0129a8a4ff8da5314e8e4d4d3336e89667ff6d54
2018-08-19 20:36:37 -07:00
Vehicle Researcher
86d4bbcba6
openpilot v0.5.1 release
...
old-commit-hash: 6f3d10a4c475c4c4509f0b370805419acd13912d
2018-08-02 02:58:52 +00:00
Vehicle Researcher
e41a943dd0
openpilot v0.5 release
...
old-commit-hash: de33bc46452b1046387ee2b3a03191b2c71135fb
2018-07-12 18:52:06 -07:00
Vehicle Researcher
242328f92c
openpilot v0.4.7 release
...
old-commit-hash: ae5cb7a0dab8b1bed9d52292f9b4e8e66a0f8ec9
2018-06-16 20:59:34 -07:00
Vehicle Researcher
8fc7b0b828
openpilot v0.4.6 release
...
old-commit-hash: c6df34f55ba8c5a911b60d3f9eb20e3fa45f68c1
2018-05-23 03:59:04 +00:00
Vehicle Researcher
7c1e812922
openpilot v0.4.5 release
...
old-commit-hash: 37285038d3f91fa1b49159c4a35a8383168e644f
2018-04-28 09:44:39 +00:00
Vehicle Researcher
e4ba9edefa
openpilot v0.4.4 release
...
old-commit-hash: 9a9ff839a9b70cb2601d7696af743f5652395389
2018-04-14 06:10:58 +00:00
Vehicle Researcher
cd558d30d1
openpilot v0.4.3.2 release
...
old-commit-hash: 78df63a6af4b3108a25094f719d4c5e26b2fd658
2018-03-31 07:54:47 +00:00
Vehicle Researcher
171647c2fc
openpilot v0.4.3.1 release
...
old-commit-hash: 3d628a6fe2f1aec635f11f7c1ff238921ff82730
2018-03-19 23:40:24 -07:00
Vehicle Researcher
85171c28fc
openpilot v0.4.3 release
...
old-commit-hash: 51fad4a6c6b275bee269b0e76b6c0c29d9136847
2018-03-18 10:36:29 -07:00
Vehicle Researcher
df22dac4f6
openpilot v0.4.3 release
...
old-commit-hash: 9a411ebf32ae6908156badae25c16839ada7ad99
2018-03-17 00:01:50 -07:00
Vehicle Researcher
1d23b22ccd
openpilot v0.4.0.2 release
...
old-commit-hash: da52d065a4c4f52d6017a537f3a80326f5af8bdc
2018-01-18 15:46:12 -08:00
Vehicle Researcher
d9578e2f8e
openpilot v0.4.0.1 release
...
old-commit-hash: a77c0a1098d629b45cb363d38a9df36445ea8bd0
2017-12-23 17:15:27 -08:00
Vehicle Researcher
d914111e16
openpilot v0.3.9 tweaks
...
old-commit-hash: 1ad9cc8c67f2c784907acdd6316a16061987b71d
2017-12-06 12:48:00 -08:00
Vehicle Researcher
81ebf6b142
openpilot v0.3.8.2 release
...
old-commit-hash: 187a70f760b4b1cd463619a161e6a929fc86e1b4
2017-10-31 02:27:39 -07:00