~aleteoryx/muditaos

ref: 21a7855d8c229f7893bc60a9b2fab1ae0615cbf6 muditaos/module-apps/application-settings-new/CMakeLists.txt -rw-r--r-- 2.8 KiB
8f079721 — Mateusz Grzegorzek 5 years ago
[EGD-5312] Add Time selection window

- add ChangeDateAndTimeWindow,
- extract EventTimeItem to common widgets folder
  and rename it to TimeWidget,
- extract EventDateItem to common widgets folder
  and rename it to DateWidget,
- replace timeWidget with common TimeWidget
  in NightshiftWindow,
- refactor time setting in
  DesktopMainWindow and TopBar,
- Remove dead code from EventManager
  (GetNextAlarmTimestamp and HandleAlarmTrigger)
cda64d4f — Pawel Olejniczak 5 years ago
[EGD-4340] Refactor bluetooth settings and add device windows

Rewrote these windows in a proper way.
Fixed few minor issues.
GUI adjustments.
60c96c6e — Mateusz Grzegorzek 5 years ago
[EGD-2631] Create window for entering connection code

Create only window.
Business logic will be added later.
2b64d8ae — Radoslaw Wicik 5 years ago
[EGD-5707] Add empty Time Zone selection window

Add Empty window for time zone selection. Connection with DB
will be don in separate PR.
d0200de5 — Przemyslaw Brudny 5 years ago
[EGD-5398] Added onBoarding application first version

Created first version of onBoarding application. Added welcome
window, configuration start window and adopted language
window. Small Icon GUI refactor. AppManager language copy removed.
d87c6947 — Mateusz Grzegorzek 5 years ago
[EGD-5311] Create Date&Time main window

- add DateAndTimeSettings class and
  dateAndTimeSettings global var
  (cache for storing date and time related settings),
- add DateAndTimeChangeRequest messages and proper
  methods in app::manager::Controller for sending them,
- handle DateAndTimeChangeRequest messages in ApplicationManager,
- add SettingRightItem::Text case for OptionSettings
  to provide possibility to add text
  on the right side of particular option,
- rename fields in db (settings_tab table):
  gs_time_format_12 to gs_time_format
  and
  gs_time_date_format to gs_date_format
- create only main Date&Time window.
  Sub windows will be added in separate task.
b5780f81 — Mateusz Grzegorzek 5 years ago
[EGD-5287] Add Languages window

- add LanguagesWindow,
- add GetCurrentDisplayLanguageRequest message used for
  sending request from LanguagesModel,
- add GetCurrentDisplayLanguageResponse message sent by
  ApplicationManager and handled by ApplicationSettingsNew,
- add setFocusOnElement method in ListView so current
  display language can be focused on when entering
  LanguagesWindow
92a8a78e — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
64c6c70a — Pawel Olejniczak 5 years ago
[EGD-5215] Add APNs list

Load APNs from service cellular.
Add ApnSettings model.
Connect ApnOptionWindow with ApnSettingsWindow.
cb3b6cd5 — Pawel Olejniczak 5 years ago
[EGD-5338] Add APN options window - gui

This is just GUI, window is not connected yet.
It will facilitate further development of APN settings,
and will be enhanced later.
1de03f91 — Mateusz Grzegorzek 5 years ago
[EGD-4995] Fix changing passcode windows

Some implementation of
"EGD-4995 Add changing passcode windows flow"
was removed from master by PR:
"EGD-4743 Add new/options windows to quotes".
This PR restores this implementation.
71925c63 — pawpMudita 5 years ago
[EGD-4740] Add New/Edit APN window - Part1

Add New/Edit APN window - basic window/ model/ widget
050d6589 — Mateusz Grzegorzek 5 years ago
[EGD-5288] Add Main system window

In settings add “System” window with all main menu items
(items are just menu positions not connected to actual windows)
4e034df4 — Przemyslaw Brudny 5 years ago
[EDG-4743] Add new/options windows to quotes

Add windows for add/edit/delete quotes, use ListView for quote display.
9645fbc2 — Przemyslaw Brudny 5 years ago
[EDG-4717] Add screen for brightness control

Window for manual and automatic screen brightness control.
280c5930 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
8856a656 — Mateusz Grzegorzek 5 years ago
[EGD-4995] Add changing passcode windows flow

Implement changing passcode windows flow
7d7003d6 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
5da31450 — Pawel Olejniczak 5 years ago
[EGD-4739] Add empty APN settings window

APN settings window without APN list.
Icon widget now accepts rich text.
991226b7 — Mateusz Grzegorzek 5 years ago
[EGD-4992] Add main Security screen

This commit implement only main Security screen.
Change passcode functionality will be implemented
in [EGD-4995].
Next