~aleteoryx/muditaos

ref: 6533aba24ef55cde97a89ef8040b9da21425d571 muditaos/module-gui/gui d---------
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
8d952572 — PrzeBrudny 5 years ago
[EGD-4407] Text backup and restore added. (#1022)

253aa6b6 — Łukasz Anwajler 5 years ago
Minor fix: uppercase network names in topbar (#978)

4cc46759 — PrzeBrudny 5 years ago
[EGD-4210] Text newline handling, bounds first refactor, Test fixes. (#944)

691c2926 — Krzysztof Mozdzynski 5 years ago
[EGD-3360] Input and display language separation, input language setting implementation (#920)

486d21af — Marcin Smoczyński 5 years ago
[EGD-4288] refactor global data (#959)

Reduce firmware size by refactoring global data defined in public
headers.

Each global variable which require runtime initialization adds
initialization code to every translation unit which includes the header
where the variable is defined and declared.
EGD-3585 ServiceGUI and ServiceEink initial cleanup (#953)

* EGD-3585 SerwiceGUI and ServiceEink initial cleanup

* moved code to one function per message handling
* removed dead code from comments
* added Service.cpp demangling to debug messages for clear output
* added Response value to return messages to `connect()`
c7c9b2dd — Paweł Olejniczak 5 years ago
[EGD-4278] Fix filling Rect with color (#950)

4bc7df5f — Tomek Sobkowiak 5 years ago
[EDG-4049] Add locked screen settings window with ON/OFF (#900)

* [EDG-4206] Add locked screen and integrate with ON/OFF widget
EDG-3585 Small fixup for refresh & cleanup in buildDrawLists (#916)

* EGD-3585 Minor refresh fixup&  Normalised buildDrawList everywhere
daf333b3 — PrzeBrudny 5 years ago
[EGD-4189] BoxLayout Center Alignment calculation fixed when margins are present. (#926)

[EGD-4158] Added network access technology indicator
d676fdab — Paweł Olejniczak 5 years ago
[EGD-2628] Create Add device windows (#867)

[EGD-2628][WIP] Attach Add Device window

[EGD-2628] Fix passing scanned bt devices to Add device window

[EGD-2628] Add bt icon and adjust botton bar of Add device window

[EGD-2628] Add all devices window, & some fixes for add device window

[EGD-2628] Update changelog & cleanup

[EGD-2628] Improve bluetooth main window
e131dae6 — Przemyslaw Brudny 5 years ago
[EGD-3743] Removed old doxygen copyright statements from project.
2276ceed — Radoslaw Wicik 5 years ago
[EGD-3743] Update copyrights in fies
f15cbe71 — PrzeBrudny 5 years ago
[EGD-3409] Text boundaries fixes. (#860)

e3407880 — Roman Kubiak 5 years ago
[EGD-3763]: mac fixes. include paths (#804)

* [EGD-3763]: mac fixes. include paths

* [EGD-3763]: genupdate modified, sed -i needs sed -i -e for mac
include path fixes for common.hpp
d75f5555 — Michał Kamoń 5 years ago
[EGD-3863] application meditation windows (#838)

* Meditation windows added

* Style changes in application meditation

* PR + CMakeLists fixes
1e78053b — Tomek Sobkowiak 5 years ago
EDG-3409 Check text boundaries on input (#716)

* [EDG-3409] Check text boundaries during input processing
Next