~aleteoryx/muditaos

ref: aa1ca514cb211a6032ae668082787517b2651158 muditaos/module-gui/test d---------
067ca948 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
e6213e94 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
5ad8a9bc — Jakub Pyszczak 5 years ago
[EGD-5145] Fix remove vfs include from UT

Deprecated vfs is no more accessible. Deleted old includes.
7e36ee7c — Jakub Pyszczak 5 years ago
[EGD-5088] Change new filesystem implementation

Removed deprecated vfs calls from all applications.
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.
7d7003d6 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
27149007 — Tomasz Langowski 5 years ago
[EGD-5141] Add unit tests for grid layout

Unit tests for grid layout added (one test for borderCallback
behavior).
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.
981f9583 — mkamonMdt 5 years ago
[EGD-4828] Add GUI tests for DOM flow

 * `DepthFirstItemTree` tests - basic traverse functionalities
 * `GuiVisitor` tests - basic double dispatch calls
 * DOM serializer tests - basic serialization functionalities
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.
bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
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'.
d48d2d8b — Krzysztof Mozdzynski 5 years ago
[EGD-4167] Add n display languages loaded from files (#1047)

11f39b1c — PrzeBrudny 5 years ago
[EGD-4517] Added Text Up/Down navigation with tests. (#1089)

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)

8d952572 — PrzeBrudny 5 years ago
[EGD-4407] Text backup and restore added. (#1022)

Next