Adeeb Shihadeh
26e39eb441
UI: big pairing QR code ( #22384 )
...
old-commit-hash: 45409cb4fe
4 years ago
Dean Lee
36839399f2
C3: Fix keyboard buttons on the right getting stuck in pressed state ( #22050 )
...
* fix keyboard state stuck
* remove popup flag
* update in time
old-commit-hash: 5fea367fc9
4 years ago
Adeeb Shihadeh
71678b9d17
Add C3 FCC regulatory info page ( #21833 )
...
* move uninstall to software
* fcc page
* only tici
* cleanup
* more cleanup
old-commit-hash: a96f358966
4 years ago
Adeeb Shihadeh
d39c6f0f1e
better password character
...
old-commit-hash: d0a650a8ba
4 years ago
sshane
32ca1abf40
ui: password mask delay ( #21737 )
...
old-commit-hash: dd8eb23ea9
4 years ago
Adeeb Shihadeh
17faf6e48f
UI: button released -> clicked ( #21606 )
...
old-commit-hash: 9215748080
4 years ago
sshane
b1d4b80f01
keyboard: separate signals ( #21629 )
...
* separate signals
* clean up
clean up
clean up
* clean up
* Revert "clean up"
This reverts commit 38c1f18a56
.
* Revert "clean up"
This reverts commit 06430e29bf
.
* Revert "separate signals"
This reverts commit 77ca8e3d17
.
* separate signals
* clean up
* caps fix
old-commit-hash: 0f93cb12ac
4 years ago
Adeeb Shihadeh
256dda3c5b
nice popup ( #21630 )
...
* nicer popup
* cleanup
old-commit-hash: c5bd6735d6
4 years ago
Adeeb Shihadeh
5bdb0f7b18
more setup ( #21628 )
...
* fix up kb
* blue continue
* dashcam
* clean up
old-commit-hash: 62e63f0573
4 years ago
Adeeb Shihadeh
75886ce093
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>
old-commit-hash: 6039f1e7ac
4 years ago
Adeeb Shihadeh
1e39e578c6
input dialog design ( #21607 )
...
* style
* eye
* fix spacing
* use two lines
old-commit-hash: 6a62cf7d5d
4 years ago
Adeeb Shihadeh
569f54aefa
keyboard improvements ( #21502 )
...
* design
* period
* one more
* blue
* cleanup
old-commit-hash: 89c42041ec
4 years ago
Dean Lee
0c59f626c7
input.cc: close dialog when parent is hidden ( #21318 )
...
* close dialog when parent is hidden
* Q_OBJECT
* apply reviews
* rebase master
* rebase master
* fix wroing minLength
* merge master
old-commit-hash: 5be75f5354
4 years ago
sshane
6755365476
Networking: populate tethering password ( #21455 )
...
* populate password from hotspot connection
move to setup()
populate tethering password
fix password editing
setup tethering when editing password or enabling
fix
* fixes
* last fix, don't activate when adding
* check before
* if not
old-commit-hash: 146973da7f
4 years ago
Dean Lee
63ff493fe8
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>
old-commit-hash: 8f5c7e7bb5
4 years ago
Dean Lee
147b355dde
add space after function name and if statement ( #21225 )
...
old-commit-hash: e4e669bb0f
4 years ago
Dean Lee
3a698faadc
Use full include path ( #21194 )
...
old-commit-hash: b06b3ecb60
4 years ago
Dean Lee
e333e4f189
Cleanup selfdrive/ includes ( #20822 )
...
* cleanup include path
* continue
* format includes
* fix testraw.cc
* remove include path from SConstruct
* regroup
* rebase master
* almost done
* apply review
* rename FileReader.xx to filereader.xx
* rename Unlogger.x->unlogger.x
* rename FrameReader.xx -> framereader.xx
* apply reviews
* ui.h
* continue
* fix framebuffer.cc build error:mv util.h up
* full path to msm_media_info
* fix qcom2 camerad
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 7222d0f20d
4 years ago
Willem Melching
78bf4f5867
Replace ifdef with hw abstraction layer ( #20843 )
...
* Replace ifdefs with hardware abstraction layer (#20801 )
* add type to class hadwareXXX
* replace ifdefs with hardware layer
* continue
* continue
* new function get_driver_view_transform
* full path to hw.h
* fix build error setup.cc
* apply review
* fix typo
* fix deprecated error:replace deprecated fromPath with new
* fix build error
* Fixes after ifdef clenaup (#20842 )
* inheritance doesnt work with static
* fix debayer
* small cleanup
* Update selfdrive/camerad/cameras/camera_common.cc
* Update selfdrive/ui/qt/offroad/settings.cc
* Update selfdrive/common/modeldata.h
* flip conditions
* fix comment
Co-authored-by: Dean Lee <deanlee3@gmail.com>
old-commit-hash: ab319d4f54
4 years ago
Willem Melching
39c18d4c5a
Revert "Replace ifdefs with hardware abstraction layer ( #20801 )"
...
This reverts commit 9f2ad462f39f4c880f283b71bffbc9248a2b577d.
old-commit-hash: 3a95d3ccaa
4 years ago
Dean Lee
e0282ced49
Replace ifdefs with hardware abstraction layer ( #20801 )
...
* add type to class hadwareXXX
* replace ifdefs with hardware layer
* continue
* continue
* new function get_driver_view_transform
* full path to hw.h
* fix build error setup.cc
* apply review
* fix typo
* fix deprecated error:replace deprecated fromPath with new
* fix build error
old-commit-hash: 757d2923d2
4 years ago
Dean Lee
9a827fea20
c++ cleanup: standardize file extensions to .cc and .h ( #20800 )
...
* c++ cleanup: standardize file extensions to .cc and .h
* cleanup files_common
old-commit-hash: 81491dc57f
4 years ago
Dean Lee
309a873e7d
Qt: use new signal slot syntax ( #20783 )
...
* new signal slot syntax
continue
* continue
old-commit-hash: 4781598e12
4 years ago
iejMac
fbe27337ca
UI: close dialogs on settings close ( #20541 )
...
* this works
* fix
* fix
* fix
* blacklist
* style
* tabs
* tabs
* temporary
* hideEvent
* fix
* changes
* dont need this
* works
* no signal
* Merge branch 'master' of github.com:commaai/openpilot into ui_close_after_timeout
* works
* cleanup
* little more cleanup
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 0fe155b7c3
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
c360723411
Qt UI: SSH keys ( #20430 )
...
* rename
* toggle control
* SSH toggle
* hw
* qcom
* lines
* fix that
* start refactoring
* adding keys
* hacky remove
* alerts
* fix qcom ssl
* use the same widgets everywhere
* clean up
* more cleanup
* little more
* bigger
* fix tethering toggleg
old-commit-hash: e547a97216
4 years ago
Dean Lee
1364c0c794
QT: click outside of confirmation dialog to dismiss ( #20394 )
...
old-commit-hash: 90da15778c
4 years ago
Adeeb Shihadeh
33022f854c
fix rotation on input dialog
...
old-commit-hash: 4c84a33d01
4 years ago
Willem Melching
d83935e19d
Qt ui: fix minimum pass length
...
old-commit-hash: a0987cb098
4 years ago
Adeeb Shihadeh
fa0bd1990f
qt confirmation dialogs ( #20202 )
...
* confirmation dialog widget
* looks pretty good
* fix qcom2
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: d8418f2abe
4 years ago
grekiki
1a24d4869d
Qt-UI Cleanup SSH and Tethering password ( #20169 )
...
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: c60cc0310c
4 years ago
grekiki
cd38b27338
Qt-UI fix ssh username ( #20159 )
...
* Fix SSH username. Squased Gregor's commits.
* revert keyboard size
* reduce diff
* fix build
* whitespace
Co-authored-by: Willem Melching <willem.melching@gmail.com>
old-commit-hash: 4c99d83474
4 years ago
Adeeb Shihadeh
80c3d67a28
Qt UI refactoring + improvements ( #20033 )
...
old-commit-hash: f9d8652cbd
4 years ago
grekiki
eea78cd686
Qt parents3 ( #19870 )
...
Not just parents, we also made the UI look nicer.
old-commit-hash: 2eb81aa1d3
4 years ago
grekiki
ded5d24781
Hotspot password ( #19854 )
...
Now there is a possibility of changing a tethering password. The WiFi UI was also modified, so it should look nicer now.
old-commit-hash: 24356b4a1e
4 years ago
grekiki
2e07e45bed
UI style improvements with improved keyboard ( #2710 )
...
* fix spaces and make spacebar dynamically sized
* some spaces and a comment
* more spaces
* const
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 3e466aa528
4 years ago
Adeeb Shihadeh
fa147c5d6e
add wifi to setup ( #2604 )
...
* add wifi to setup
* wifi looks better
* move widgets
* this looks ok
* small fixups
* fix relase tests
old-commit-hash: 6a2678aae7
4 years ago