summaryrefslogtreecommitdiffstats
path: root/app/wired
AgeCommit message (Collapse)AuthorFilesLines
2019-12-30Enhance voice configurationicefish_8.99.5icefish/8.99.58.99.5Scott Murray3-50/+112
Various tweaks to the new voice configuration support: - Moved "Version" choice on the main menu back down to the last choice, since it's less likely to be used. - Pull in qt-qrcode library's quickitem support and use it to display a QR code when Alexa authorization is required. - Reworked layout of voice configuration dialog to tighten up spacing and make more room for the QR code. - Tweaked voice configuration dialog logic to only show the login prompting when in not-authorized state. Ideally, a deauth button would be shown in the authorized state, but the voiceagent API currently does not enable that AFAICT. - Replace voiceagent ID with vendor in voiceagent configuration dialog, as the ID is more of an internal thing that's not useful to users. - Tweaked some text colors in voiceagent configuration dialog for better consistency with the other settings pages. - Switched voiceagent configuration dialog positioning to center it on-screen, as that seems more consistent with the look of the other settings pages. - Made the previous two changes to the wired settings configuration dialog as well for consistency. - Updated the voice settings icon with a microphone icon to match the default icon shown for the homescreen PTT button. - Updated the wired settings icon with a more typical network icon to avoid confusion. Bug-AGL: SPEC-2981 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I75560e3cab393e6efdfb1310f266e5b6bb0534d6
2019-09-12wired: implement configuration data flowsicefish_8.99.1icefish/8.99.18.99.1Raquel Medina2-26/+83
- feed stack configuration data provided by libqtappfw to the ui form; - forward custom configuration data to libqtappfw; - rename staticXXXX properties to customXXXX - introduce activeXXXX properties to keep the stack current configuration values. - fix always invisible placeholder text (qt) bug by replacing TextField control with TextArea control. Bug-AGL: SPEC-2676 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: Ib137f8e561ed54179b116acb323485b5b3382ab9
2019-08-29wired: add service configuration formRaquel Medina3-4/+350
Add a new UI form to facilitate wired networks configuration. This form will allow static addressing configuration and customizing dns addresses. Please note that this commit only provides the visual part and doesn't implement the functionality, which will follow in separate commits. Bug-AGL: SPEC-2676 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: Ib851f0ed14d2885185d1c6b9292c627ef954d15b
2019-07-22settings: Fix error on connect for wired.halibut_8.0.1halibut_8.0.0halibut/8.0.1halibut/8.0.08.0.18.0.0Raquel Medina1-2/+1
Fix error on connect for wired networks due to invalid 'password' property (bug introduced by commit d0350d3b30f53bbee53fcea6563b7f20505c1b2c). Bug-AGL: SPEC-2632 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: I4a07f1c5500e5c3b26cacf803ce3cdd2676517b9
2019-07-05settings: wired: add wired connections UIRaquel Medina3-0/+161
The initial Wired UI only implements unauthenticated access. Bug-AGL: SPEC-2355 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: I5bac4378879e365bce544ae55d752c187acc3a48