[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge with master Keep experimental up to date with changes from master
[EGD-4801] Add application-wide top bar manager Applications configure the top bar once for all their windows. Sometimes, windows need to configure top bars with its configuration.
[EDG-4717] Add screen for brightness control Window for manual and automatic screen brightness control.
[EGD-4995] Add changing passcode windows flow Implement changing passcode windows flow
[EGD-5087] Update Options and replace PageLayout with ListView PageLayout removed and replaced with ListView. Options structure and namespace cleanup. Added ListView ScrollBar type and disable on construction.
battery renames, clean up, degreasing
[EGD-4932] new battery icons + battery in TopBar rework
[EGD-4727] Change Torch hardware control Change way of button usage
[EGD-4732] "All Operators" menu option is shown when "Operator auto-select" is off; the state is kept in db [EGD-4732] Network menu items visibility / indentation
[EGD-4925] Change new filesystem handling implementation in module-gui. (#1193) Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module gui. There are some modifications in other modules included which are necessary because of build system issues.
Merge branch 'master' into stable
[EGD-3589] gui - DOM dump functionality for gui::Item (#1148)
[EGD-4687] Text enum names cleanup. (#1142) Change enum names to CamelCase.
Merge branch 'master' into stable
[EGD-4150] Change filename i18 to i18n (#1108) Change filename of internationalization files from i18 to i18n. I18n should stand for internationalization, not i18. That's why I changed in 'module-utils' name of the folder 'i18' and both .cpp and .hpp files to 'i18n'.
[EGD-4153] Use actions instead explicit applications switch. (#1032)
[EGD-4373] Fix for changing the content of option window. (#1054)
[EGD-3823] Create Popup windows (#946) -Create bargraph widget -Create Home modes window -Create Volume window -Create Brightness window -PR changes