Commit Graph

17 Commits

Author SHA1 Message Date
Wiktor S. Ovalle Correa
3b141041e9 [EGD-5737] Merge master into experimental
Keep experimental up to date with changes from master
2021-02-17 17:09:37 +01:00
Lucjan Bryndza
6c4c4e8aef [EGD-5098] Fix and remove old vfs class
Fix and remove global vfs object remove all old data
included in the vfs.hpp class
2021-02-17 16:06:33 +01:00
Piotr Tański
bc4d32c7d8 [EGD-5158] Change access to the bus methods
The bus is now accessible only via Service object.
2021-02-08 16:56:42 +01:00
Roman Kubiak
6a207e7a2a [EGD-4559] store update history in settings db (#1134)
* [EGD-4559] store update history in settings db

* [EGD-4559] first review fixes

* [EGD-4559] catch changed

Co-authored-by: Alek Rudnik <aleksander.rudnik@mudita.com>
2020-12-09 10:48:20 +01:00
Krzysztof Mozdzynski
0ef0d615f3 [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'.
2020-11-27 18:31:00 +01:00
Roman Kubiak
5ce2f3d329 Revert "[EGD-4344] vfs-utils refactor (#1010)" (#1027)
This reverts commit e6ca468d2c.
2020-11-17 12:27:25 +01:00
Roman Kubiak
e6ca468d2c [EGD-4344] vfs-utils refactor (#1010)
* [EGD-4344] removed vfs-utils.cpp and moved all the functions
to utils or eventStore

* [EGD-4344] removed vfs-utils.cpp and moved all the functions
to utils or eventStore

* [EGD-4344] moved methods to utils::filesystem

* Update module-utils/Utils.cpp

Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com>

* Update module-utils/Utils.cpp

Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com>

* Update module-utils/Utils.cpp

Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com>

* [EGD-4344] test fixes, linux fixes, GUI fixes

* [EGD-4344] rebase fixes

* [EGD-4344] bugfixes for rt1051 and mutex support in EventStore

Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com>
2020-11-16 15:36:52 +01:00
Radosław Wicik
57f6c267ee [EGD-4213] Convert service-appmgr to library - library (#960) 2020-11-04 15:59:45 +01:00
Piotr Tanski
299be4daf6 [EGD-4151] Application manager actions introduced. (#905)
* [EGD-4151] Application manifest structure defined.
* [EGD-4156] Applications registry and basic action handler implemented.
2020-11-04 10:24:35 +01:00
Radoslaw Wicik
2276ceed67 [EGD-3743] Update copyrights in fies 2020-10-20 12:55:10 +02:00
Roman Kubiak
c1d45026cf [EGD-3506]: review fixes 2020-10-15 15:51:41 +02:00
Roman Kubiak
96bd9e4226 [EGD-3506]: removed filesystem access from the update window 2020-10-15 15:51:41 +02:00
Roman Kubiak
6d6fa5f312 EGD-3506: translations (en) for update window 2020-10-15 15:51:41 +02:00
Roman Kubiak
d17eead988 [EGD-3506] Review fixes:
- removed c-style casting
- moved all types to updateos:: namespace
- removed stale code
2020-10-15 15:51:41 +02:00
Roman Kubiak
9d5551c03f More info while updating, removed the icon
switched to all text.
2020-10-15 15:51:41 +02:00
Roman Kubiak
39638359c5 [EGD-3506] Update now running and rebooting after update process 2020-10-15 15:51:41 +02:00
Roman Kubiak
975251cb80 [EGD-3506] working on desktop window for the update process 2020-10-15 15:51:41 +02:00