Przemyslaw Brudny
fa42d45fb1
[EGD-6555] ListView constants move
...
ListView constants moved from style to ListView.hpp.
2021-04-19 10:53:06 +02:00
Michał Kamoń
b16523e325
[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`
2021-03-22 10:35:04 +01:00
Tomas Rogala
80768bf4a5
[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
2021-01-26 06:34:12 +01:00
Hubert Chrzaniuk
fc5ab3a70c
[EGD-5325] Remove using namespace directives from headers
...
"Using namespace" directive should not be added in headers
because this practice pollutes source files.
2021-01-22 11:25:45 +01:00
Piotr Tański
6c900d7b38
[EGD-5166] Add query-callback synchronization mechanism
...
Receiver object cancels the callbacks at the end of its lifecycle.
2021-01-13 12:11:56 +01:00
tomaszrogala
4b06b003bc
[EGD-3842] Modify events records tests and add providers fields to DB ( #1138 )
2020-12-10 15:22:19 +01:00
Radoslaw Wicik
998ceac48e
[EGD-4217] Convert service-db to library
2020-11-13 12:18:33 +01:00
KacperLewandowski
faac195015
[EGD-3826] Rework of day events list. ( #889 )
...
Use database model in day events list instead of internal model. Extend getFiltered query.
Co-authored-by: Tomas Rogala <rogala.tomasz1@gmail.com >
2020-11-02 13:10:58 +01:00
Tomas Rogala
65b4e9ad0f
[EGD-3469] PR changes
2020-09-17 13:10:19 +02:00
KacperLewandowski
f492710e76
[EGD-3314] Develop EventTime and CheckBox items, refactor remaining items
2020-08-14 00:09:43 +02:00
Tomas Rogala
78904a6b5d
[EGD-3307] Review changes
2020-08-13 21:07:42 +02:00
KacperLewandowski
42c58ab800
[EGD-3311] Develop event details window
...
Rebuild to use internal model with ListView.
Create separate event detail model and items.
2020-08-07 09:48:31 +02:00
KacperLewandowski
9758c99fb7
[EGD-3309] PR changes
2020-08-03 19:58:08 +02:00