~aleteoryx/muditaos

ref: 3f29c30bed7884c6b4a10a0a0d13fc2cb2cccc7d muditaos/module-gui/gui d---------
3f29c30b — Piotr Tański 5 years ago
[EGD-4968] Change GUI service to optimize flow and memory management

Gui and Eink services refactor.
Displaying frames performance optimization.
Critical resources management.
402a7416 — Piotr Tański 5 years ago
[EGD-5026] Change Eink service code structure

Refactor.
dc99ba52 — Krzysztof Móżdżyński 5 years ago
[EGD-4590] Change KBD parser to JSON for input keyboard files

Changed keyboard input language parser to parse JSON files.
Removed all KPROF files and added JSON.
Added unit tests for new parser.
Modified document about adding languages.
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
69186c85 — Mateusz Grzywacz 5 years ago
[EGD-4932] all new battery icons - rename
6cd60475 — mkamonMdt 5 years ago
[EGD-4780] Change in GUI documentation to cover DOM

 * GUI Visitor documentation added
 * GUI DOM documentation added
97f60737 — Przemyslaw Brudny 5 years ago
[EGD-5010] Fix Text tests leaks

Fixed leaks in gui Text tests.
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.
d4613919 — PrzeBrudny 5 years ago
[EGD-3442] Fix list empty window unhandled behaviours, in place rebuild handling, notes rebuild on note deletion and changed call Icon name to stateIcon. (#1160)

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
31e60282 — PrzeBrudny 5 years ago
[EGD-3499] Text scrolling added and its usage updated in widgets. (#1079)

Add Text scrolling, Add text starting position,

Added text scrolling, updated TextLine line endings, TextBlocks newline handling, updated SMS Bubble and Notes text items. Added tests for scrolling.
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'.
11f39b1c — PrzeBrudny 5 years ago
[EGD-4517] Added Text Up/Down navigation with tests. (#1089)

1981c8b2 — Michał Kamoń 5 years ago
[EGD-4507] RichText CustomTokens support added (#1083)

782980b2 — PrzeBrudny 5 years ago
[EGD-4372] Text addition boundaries added with tests. Removed old bounds checking. Text blocks on newlines split issue fixed. Text widgets cleanups. (#1020)

4f8f315c — tomaszrogala 5 years ago
[EGD-3823] Create Popup windows (#946)

-Create bargraph widget
-Create Home modes window
-Create Volume window
-Create Brightness window
-PR changes
Next