~aleteoryx/muditaos

ref: 02a8dfa1e9f4aefec7d820c475ed4486f7173408 muditaos/module-gui d---------
182f694a — Przemyslaw Brudny 4 years ago
[EGD-6637] Cleanup locks structure

Renaming existing locks namespace and created proper directory
structure.
eec4370c — Michał Kamoń 5 years ago
[EGD-5703] Fix SimCard topBar icon on Desktop

In initial design a `TobBar`'s SimCard icon with number is supposed
to display on the home screen only if there are two cards inserted.
Because of the hardware limitations (there is no way of telling if
there is a single or two cards inserted) the established consensus is
that home screen should not display SimCard widget unless it's
indication error state.

Although in the task description there is only home screen mentioned,
the behaviour was established for all `ApplicationDesktop`'s windows.
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.
226e9e4c — Marek Niepieklo 5 years ago
[EGD-6515] Answer/reject calls using headset

Clean up propagation of headset keys events
Clean up volume control with headset keys
Update key mappings for simulator
Use headset OK key to answer/reject calls
332aed93 — Marcin Smoczyński 5 years ago
[EGD-6507] Enable per-module testing

Add per-module:
 - test build
 - test execution
 - coverage reporting (xml/html).

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
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>
9f0c945e — Przemyslaw Brudny 5 years ago
[EGD-6388] Fix TextLine addition and deletion with scroll test

Fixed missing line start condition memorizing on empty blocks
removal.
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.
c7ec56a8 — Sandra Snan 5 years ago
[EGD-5792] Fix small typos in header comments

Changing some spellings in comments. Item, parent, axis, and position.
5b0f2aa4 — Mateusz Grzegorzek 5 years ago
[EGD-6262] Refactor Quotes

- Connect QuotesMainWindow to work with agent,
- Use DatabaseModel in Quotes and Categories models,
- Connect add/edit/remove quotes with agent
49de2d2c — tomaszkrosnowski 5 years ago
[EGD-6314] Phone mode widget visibility

Phone mode widget will be visible only on main screen, while entering
numbers or in emergency call mode. Also it will be disabled whenever NAT
widget is enabled.
1860bf21 — tkros 5 years ago
[EGD-5744] Phone mode status bar widget

Added phone mode widget to top bar. The widget is mutually exclusive
with NAT widget. Phone mode is determined using phone mode observer.
efef7dcf — Piotr Tański 5 years ago
[EGD-6111] Timers refactored

Deep refactor of system timers.
3b68d925 — lblach 5 years ago
[EGD-6009] Test and repair Update process

Fixes to improve Update process.
84c99029 — Krzysztof Móżdżyński 5 years ago
[EGD-5449] Add final prompts windows

Added Dialog windows for "configuration successful"
"no configuration" and "update OS" for Onboarding.
Refactor Dialog window implementation and usage of
DialogMetadata in other applications.
Next