aboutsummaryrefslogtreecommitdiffstats
path: root/extras/config.ini
AgeCommit message (Collapse)AuthorFilesLines
2023-11-28Fix connection security state savingScott Murray1-5/+5
Fix parsing of connection security state from the .ini file to match what is getting written out, and update the canned default .ini file to match the changes. Bug-AGL: SPEC-4997 Change-Id: I49060a8bb4f08ba0ffa0cf1748bab2203716e032 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2023-10-26agl-demo-control-panel: Add Fullscreen / maximized optionsuchinton20011-0/+10
V1: - Add fullscreen flag in config.ini to hide the header bar and launch the control-center in fullscreen mode. V2: - Write default user-session config if not found in config.ini Bug-AGL: SPEC-4948 Signed-off-by: suchinton2001 <suchinton.2001@gmail.com> Change-Id: I549390711cdda95f99ee166d99c302176d105f1f
2023-10-25agl-demo-control-panel: Save user preferences for next sessionsuchinton20011-1/+1
Read from config.ini to load users last uses settings. SPEC-4905 Signed-off-by: suchinton2001 <suchinton.2001@gmail.com> Change-Id: I7a8da78a745f56596a84eb6c791af10881c0f7e5
2023-10-19agl-demo-control-panel: Refactor Settings, Config and UI scalingsuchinton20011-0/+48
V1: - Add template to specify new configs in config.ini - Add drop-down to load all configurations specified in config.ini - Add new assets and refine UI elements (Scaling issue fixed) - Add size grip to main window - Add options in settings to configure port and AGL's CA.pem file - Removed unused or redundant files V2: - Check for user configs agl-demo-control-panel.ini & config.ini before resorting to default config.ini - Check for CA.pem and jwt tokens in default paths - Add new fields in settings for CA.pem file, jwt token path, TLS Server name - Fix crash in dashboard.py module due to icon.availableSizes() V3: Add Start/Stop states for the client V4: Block subscription event updates to the UI when values are changed on the control panel Bug-AGL: SPEC-4905 Signed-off-by: suchinton2001 <suchinton.2001@gmail.com> Change-Id: Id7883ba3bc88248dabb58d54e6e931f6d365fd54