~aleteoryx/muditaos

ref: 4f0c3c82afe3811fa66c9110038b946c6d903d68 muditaos/module-apps/application-calendar/ApplicationCalendar.cpp -rw-r--r-- 8.3 KiB
4f0c3c82 — Piotr Tański 4 years ago
[EGD-6209] Tethering confirmation popup added

Provided a tethering confirmation popup.
The popup shows up once a USB cable is connected to a PC.
a21e02f9 — Jakub Pyszczak 4 years ago
[EGD-5743] Added phone modes popup

Implementation of phone modes window.
Minor fixes of previous approach.
b16523e3 — Michał Kamoń 4 years ago
[EGD-6222] Fix the App Calendar memory leaks

This PR fixes:
 -several explicit uses of `new` that were not matched by `delete`
 -dangling `CalendarTimeItem`s
 -reset of focus on the `allDayEventCheckBox` check/uncheck
 -exiting the app form `allEventsWindow` on `KEY_RF`
84c99029 — Krzysztof Móżdżyński 4 years ago
[EGD-5449] Add final prompts windows

Added Dialog windows for "configuration successful"
"no configuration" and "update OS" for Onboarding.
Refactor Dialog window implementation and usage of
DialogMetadata in other applications.
84095629 — Przemyslaw Brudny 4 years ago
[EGD-5883] Added generic button popups attach to applications

Created structure and implementation for popup windows
attachments on button actions into applications. Moved Volume
window to fit into solution. BarGraph refactored.
4f3366ee — Piotr Tański 4 years ago
[EGD-4157] Actions queue added

All actions shall be queued in order to process them later.
fe721693 — Wiktor S. Ovalle Correa 4 years ago
[EGD-5737] Merge master into experimental

Synchronize with master before merging
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)
3b141041 — Wiktor S. Ovalle Correa 4 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
a53bd826 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
46f9cc7e — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
067ca948 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
bc4d32c7 — Piotr Tański 5 years ago
[EGD-5158] Change access to the bus methods

The bus is now accessible only via Service object.
80768bf4 — Tomas Rogala 5 years ago
[EGD-4708] Add backend of multiday events handling

-sql req for multiday events handling
-Add UT
-Add markEventsInDays method
-Add new query for day filter
92a8a78e — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
fc5ab3a7 — Hubert Chrzaniuk 5 years ago
[EGD-5325] Remove using namespace directives from headers

"Using namespace" directive should not be added in headers
because this practice pollutes source files.
7d7003d6 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
6c900d7b — Piotr Tański 5 years ago
[EGD-5166] Add query-callback synchronization mechanism

Receiver object cancels the callbacks at the end of its lifecycle.
84e08c24 — tomaszrogala 5 years ago
[EGD-3512] Create ICS Parser (#892)

-Create application desktop endpoints for calendar events
-Modify Calendar Database Interface
-Create ParserICS lib
-Create calendar events endpoints test
-Create UT for ParserICS
fe867169 — Piotr Tanski 5 years ago
[EGD-4153] Use actions instead explicit applications switch. (#1032)

Next