~aleteoryx/muditaos

ref: 24e2607f6b0d5e18d06540bb1877d783c6fbcc40 muditaos/module-apps/windows/AppWindow.cpp -rw-r--r-- 7.0 KiB
24e2607f — Wojtek Rzepecki 5 years ago
[EGD-4727] Change Torch hardware control

Change way of button usage
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
9e961b60 — Michał Kamoń 5 years ago
[EGD-3589] gui - DOM dump functionality for gui::Item  (#1148)

c0d1d524 — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
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'.
fe867169 — Piotr Tanski 5 years ago
[EGD-4153] Use actions instead explicit applications switch. (#1032)

701641b8 — PrzeBrudny 5 years ago
[EGD-4396] Fixed onClose call at application close. (#1011)

4bdfb00d — Radoslaw Wicik 5 years ago
[EGD-4214] Convert service audio to library
EDG-3585 Small fixup for refresh & cleanup in buildDrawLists (#916)

* EGD-3585 Minor refresh fixup&  Normalised buildDrawList everywhere
[EGD-4158] Added network access technology indicator
dd508387 — Piotr Tanski 5 years ago
[EGD-4051] Based application manager app switching on application stack. (#858)

* [EGD-4051] Based application manager app switching on application stack.

* [EGD-4051] Application manager thorough refactor.
EGD-4102 (#871)

* EGD-4102 Added log to refreshed window and null check

* EGD-4102 Fixed messages crash

* EGD-4102 Fixed calendar crash and some funky code
2276ceed — Radoslaw Wicik 5 years ago
[EGD-3743] Update copyrights in fies
fdb2cfdb — Piotr Tanski 5 years ago
[EGD-3597] Shape rendering refactored. (#827)

7b4a706c — Adam Dobrowolski 5 years ago
EGD-4036 Application windows - added register mechanism

* Moved ApplicationLauncher to separate files - declutering
* WindowsStore renamed to WindowsFactory - Store needs to be splitted toavoid antipattern
* Options window build dynamically onBeforeShow
* Dialog windows dynamically built
EGD-2955 EGD-3588 Timers fully refactored & updated (#721)

* Timers now are Application thread safe
* Timers now have consistent API independend of Application (no more c style timers)
* Timers can have either: callback or override onTimer() method - this
  way we can create more complicated timers or just use existing ones
* gui::Timer added via adapter class GuiTimer to decouple sys::Timer
  with gui::Timer
* Fixed race in wrapper
* Updated docs
* fixed using std and cpp_freertos and DataReceivedHandler hidden in Application.hpp
9447da65 — Piotr Tanski 5 years ago
[EGD-2870] Message drafts feature implemented. (#704)

- Save unsent messages as drafts on thread view window close.
- Queries for SMS add and update introduced.
- Fix for windows IDs all being zeroes across the GUI.
acd5c12c — pawpMudita 5 years ago
[EGD-3604] Make SAVE button appear when at least one field is fulfilled
a97898f9 — Przemyslaw Brudny 5 years ago
[EGD-3265] Reply icon import, bottom bar setters added, first SMSInputWidget version added.
Next