~aleteoryx/muditaos

ref: 1db84004fcf79808034ed7360340743dd99f6b21 muditaos/image d---------
9cbe1221 — RobertPiet 5 years ago
[EGD-5673] Settings and FileIndexer initialize

Modified query for settings to insert default values to db.
Removed nonascii characters from file_indexer.
e49512bf — mkamonMdt 5 years ago
[EGD-5619] Add unified implementation of active icons

This PR provides unified and reusable implementation of active
icons used in windows system-wide.
cafeb521 — RobertPiet 5 years ago
[EGD-5317] Module-db UT solved

Vfs init.
Convertion time string to unix time returns 1 hour later than should.
DatabaseInitializer stub that just creates empty dbs with table
structure but without data. Notification table initial records moved
to Database Initilize section. UT run with a stub of Database
Initialize - new test section introduced to test original
initializer: test-initializer.
Added missing data for contacts db to run the sorted list test
and test fix.
bb59805a — Maciej Janicki 5 years ago
[EGD-4822] Add color test window to settings app

Add new window to allow convenient display and globally
change used color intensities  for design and testing purposes.
Changes were introduced to Renderer as well as GUI service
to allow global change of used color scheme.
When using list, screen is deep refreshed each
time the color is changed.
Known issues:
Item focus borders (top,bottom) with changed black intensity
may not render properly, however it doesn't obscure the
target functionality.
3623a84d — Pawel Paprocki 5 years ago
[EGD-5517] Add MMI custom response window

Add MMI custom response windows for:
Call barring
Call waiting
CLIP
CLIR
IMEI
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.
9e792021 — RobertPiet 5 years ago
[EGD-5519] Lockscreen does not ask for pin after reset solved

Name of parameter for lockscreen mode on/off updated in sql script.
Register on param lockscreen only reacts on value change.
7b501386 — Jakub Pyszczak 5 years ago
[EGD-5393] Wrong emergency number window

According to lately added emergency call window
there is need of window that handles invalid number
dial as emergency number.
f3625a81 — Radoslaw Wicik 5 years ago
[EGD-4831] Move FileIndexer init script to proper place

Moving sql scripts to proper place to be more consistent with the code.
d14e40d3 — Radoslaw Wicik 5 years ago
[EGD-4831] Add license headers to c, h and sql files

Add license headers to `h`, `c` and `sql` files as this files haven't
been checked previously, script now to automatically updates current
year in existing licenses.
58668722 — Jakub Pyszczak 5 years ago
[EGD-5043] Add emergency call window

According to PurePhone design emergency call
window is needed after "SOS" callback at the screen lock.
This PR introduce implementation of emergency call window
and also refactor in the enter number window. Both windows
derives from new number window.
abdca6d6 — Wojtek Rzepecki 5 years ago
[EGD-5090] Add Brownout GUI window

Gui window will appear due to brownout
event. System shutdown will be also called.
92a8a78e — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
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.
71925c63 — pawpMudita 5 years ago
[EGD-4740] Add New/Edit APN window - Part1

Add New/Edit APN window - basic window/ model/ widget
976d7595 — Maciej Janicki 5 years ago
[EGD-5250] Change time format on home screen and status bar

This commit changes time format displayed on home screen 
and on status bar by adding new locale for 12H format, 
which excludes am/pm suffix.
The new locale is set as new default format for time string.

Minor: Grammar typo fixed.
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)
1a26cdb4 — Borys Jelenski 5 years ago
[EGD-4527] Add creating update package as CMake target

Standalone and update packages can be generated by CMake targets. During
creation of update package, the bootloader will be downloaded
and included in the package along with version information.

Additionally, a small refactor was performed since the Version.cmake
script is now used for generating both the version.hpp and version.json
files. Observervable side effects from this script have been moved to
separate scripts which are invoked at build time.
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.
280c5930 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
Next