~aleteoryx/muditaos

ref: d0200de5d5d456b09310a95bf53bc804c6a0c23c muditaos/module-apps/windows d---------
fbfd08cf — Przemyslaw Brudny 5 years ago
[EGD-5523] ListView OnPageElement and Options refresh

Added new OnPageElement listView rebuild type. Created new
options refresh. Refactored DisplayLight Setting. BarGraph rector.
Added step render limit for small radius arcs.
9ff08946 — KacperLewandowski 5 years ago
[EGD-5073] Add UI modifications in Calendar after review

Changes mainly concern margins, positions, sizes etc of items in:
- Custom repeat window,
- New/Edit event window,
- No events window.
b5780f81 — Mateusz Grzegorzek 5 years ago
[EGD-5287] Add Languages window

- add LanguagesWindow,
- add GetCurrentDisplayLanguageRequest message used for
  sending request from LanguagesModel,
- add GetCurrentDisplayLanguageResponse message sent by
  ApplicationManager and handled by ApplicationSettingsNew,
- add setFocusOnElement method in ListView so current
  display language can be focused on when entering
  LanguagesWindow
92a8a78e — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
4c61595a — Piotr Tański 5 years ago
[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.
9645fbc2 — Przemyslaw Brudny 5 years ago
[EDG-4717] Add screen for brightness control

Window for manual and automatic screen brightness control.
280c5930 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
8856a656 — Mateusz Grzegorzek 5 years ago
[EGD-4995] Add changing passcode windows flow

Implement changing passcode windows flow
78981585 — Przemyslaw Brudny 5 years ago
[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.
26212722 — Mateusz Grzywacz 5 years ago
battery renames, clean up, degreasing
3b08e4c3 — Mateusz Grzywacz 5 years ago
[EGD-4932] new battery icons + battery in TopBar rework
24e2607f — Wojtek Rzepecki 5 years ago
[EGD-4727] Change Torch hardware control

Change way of button usage
c7d9b6e2 — RobertPiet 5 years ago
[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
14918dc4 — jimmorrisson 5 years ago
[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.
bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
9e961b60 — Michał Kamoń 5 years ago
[EGD-3589] gui - DOM dump functionality for gui::Item  (#1148)

1520a9a8 — PrzeBrudny 5 years ago
[EGD-4687] Text enum names cleanup. (#1142)

Change enum names to CamelCase.
c0d1d524 — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
0ef0d615 — Krzysztof Mozdzynski 5 years ago
[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'.
fe867169 — Piotr Tanski 5 years ago
[EGD-4153] Use actions instead explicit applications switch. (#1032)

Next