~aleteoryx/muditaos

ref: 3fb5b81ef2c08e746f11ad941abb535f8f1fb867 muditaos/module-gui/test d---------
71465d89 — Artur Śleszyński 4 years ago
[EGD-3119] Hide InputEvent's member fields

Use the InputEvent's convenience methods to express intent.
80c5d5b4 — Radoslaw Wicik 4 years ago
[EGD-6642] Fix googletest gui

Fix Unit Tests: googletest-gui.
d0f5f743 — Michał Kamoń 5 years ago
[EGD-6456] ListView based desktop notification

This PR provides following changes in notifications:
- notifications were extracted as widget for pop-up-based
locked-screen implementation
- notifications are ListView based implemented
- the most recent notification is displayed on the top of the list
94098983 — Adam Dobrowolski 5 years ago
[EGD-6527] Internationalization API unification

Single api to rule i18n
all calls to localistaion in cpp files unified
cut off ass many dependencies in i18n header as possible
10a2c379 — Wiktor S. Ovalle Correa 5 years ago
[EGD-3649] Fix paths in UT

Reorganization of assets left path in UT outdated.
fa42d45f — Przemyslaw Brudny 5 years ago
[EGD-6555] ListView constants move

ListView constants moved from style to ListView.hpp.
46e0cd3d — Przemyslaw Brudny 5 years ago
[EGD-6552] Options cleanups and fixes

Fixed options crashes and cleared its structure. All
options returns points to proper list indexes.
3eb630b0 — Przemyslaw Brudny 5 years ago
[EGD-6534] TextFixedSize crash on char removal fix

Fixed TextFixedSize character removal crash on single line
space case. Added UT to cover it and other missing TextFixed
sized drawLines cases.
763cdbf3 — Marcin Smoczyński 5 years ago
[EGD-5567] Add code coverage reporting

Add HTML and XML code coverage report generation with gcovr.

Cleanup unittests list - add missing googletest-gui to the unittests
list; remove dead functional tests.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
aad6c64a — Piotr Tański 5 years ago
[EGD-6415] Do not silently crash on empty image name

Image should not silently crash with empty or incorrect image name.
fec0f255 — Michał Kamoń 5 years ago
[EGD-5966] Fix unit test build linker error

Problem was created by not extending `VisitorMock`
to mock new method of abstract `GuiVisitor`
9d8eff64 — Radoslaw Wicik 5 years ago
[EGD-5860] Fix build packages

Merging and cleaning cmakes requred cleaning.
e61a7d2d — Lucjan Bryndza 5 years ago
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
c7b7cc4c — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
3b141041 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

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

Keep experimental up to date with changes from master
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.
Next