Commit Graph

10 Commits

Author SHA1 Message Date
Lukasz Mastalerz
d9a1194e6f [BH-1688] Create a standard for logs
* Adding document describing how to use logger
* Adjusting logs to follow a new guide
* Change order in log header:
  line number is now before function name
2023-10-23 15:17:44 +02:00
Lukasz Mastalerz
f7ad63c951 [BH-1412] Fix services dependencies
Changes in dependecy managment
Replacing state flags with states in ServiceGUI
Unifying some parts of code
2023-08-01 17:22:48 +02:00
Kuba Kleczkowski
624fa2874b [MOS-373] Fixed missing timezone window
Fixed missing timezone window, which should be displayed
after Automatic date and time setting is set to disabled.
MOS-181 is also fixed by this commit.
2022-12-21 15:59:13 +01:00
Adam Dobrowolski
5777882aae [EGD-8170] Possible crash on window entry fix
This is not the best fix, as it most probably should be
written differently in the first place
2022-01-20 16:21:46 +01:00
Adam Dobrowolski
b0f4836620 [EGD-8170] Fixed crash on settings window
as in description
2022-01-20 16:21:46 +01:00
Pawel Olejniczak
1c668fa7a0 [EGD-8034] Switch elements order on date and time screen
Elements in the date and time scrren were in the wrong order.
Now they are alligned with design.
2022-01-18 13:10:34 +01:00
Przemyslaw Brudny
7597d38852 [EGD-7857] Renamed BottomBar to NavBar
Renamed BottomBar to NavBar.
2021-10-26 13:51:06 +02:00
Mateusz Grzegorzek
58dd02cff1 [BH-861] Cleanup Application split - part I
1. Prepare Pure and Bell specific `Application`
   classes and add them to `app` target:

- `products/BellHybrid/apps/Application.cpp`
- `products/PurePhone/apps/Application.cpp`

2. Update `CMakeLists.txt` files.
3. Move `ApplicationBell` implementation to Bell-specific
   `Application` class and remove `ApplicationBell` files.
4. Change Bell apps parent classes from `ApplicationBell`
  to Bell-specific `Application` class.
5. Rename `Application` to `ApplicationCommon` in the rest of the files.
2021-09-13 11:58:10 +02:00
Mateusz Grzegorzek
8e6490863a [BH-395] Librarize application-settings
Librarize application-settings
2021-08-09 08:03:20 +02:00
Przemyslaw Brudny
49b82ca0bc [EGD-7139] System setting cleanup and fixes
Security setting cleanup. Refactored Technical
Information window.
2021-07-15 18:38:39 +02:00