summaryrefslogtreecommitdiffstats
path: root/app/wired/ConfigDialog.qml
AgeCommit message (Collapse)AuthorFilesLines
2019-09-27wired: implement configuration data flowshalibut_8.0.4halibut_8.0.3halibut_8.0.2halibut/8.0.4halibut/8.0.3halibut/8.0.28.0.48.0.38.0.2Raquel Medina1-25/+56
- 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 (cherry picked from commit 7bba7c7f9fdffe977fef6714fd9c4ea9caae0a4e)
2019-09-20wired: add service configuration formRaquel Medina1-0/+323
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 (cherry picked from commit b591cf219f6c485eb054b628d62475a752f0ffa3)