Artur Śleszyński
71465d8990
[EGD-3119] Hide InputEvent's member fields
...
Use the InputEvent's convenience methods to express intent.
2021-04-29 08:01:18 +02:00
Adam Dobrowolski
940989833f
[EGD-6527] Internationalization API unification
...
Single api to rule i18n
all calls to localistaion in cpp files unified
cut off ass many dependencies in i18n header as possible
2021-04-20 20:07:44 +02:00
Przemyslaw Brudny
fa42d45fb1
[EGD-6555] ListView constants move
...
ListView constants moved from style to ListView.hpp.
2021-04-19 10:53:06 +02:00
Przemyslaw Brudny
8f80126251
[EGD-3434] ListView Scroll bar refactor
...
Added two new scroll bar types. Fixed for ListView
with equal height elements and PreRendered which
require whole list render - not recommended for big
lists but works with not equal heights elements.
Applied new types to all lists in Pure. Various
cleanups and refactors inside models and listView.
2021-01-29 12:17:52 +01:00
Piotr Tański
4c61595a27
[EGD-4801] Add application-wide top bar manager
...
Applications configure the top bar once for all their windows.
Sometimes, windows need to configure top bars with its configuration.
2021-01-21 10:46:57 +01:00
KacperLewandowski
537ab85f46
[EGD-4072] Add new/edit window in alarm clock app ( #1159 )
...
Introduced the possibility to add a new alarm and edit an existing alarm
2020-12-11 15:37:00 +01:00
KacperLewandowski
aff3b7502d
[EGD-4069] alarm clock: Add window with options list ( #1149 )
2020-12-08 12:57:43 +01:00
KacperLewandowski
ba4d547f47
[EGD-4009] alarm clock: add main window ( #1100 )
...
Create alarm clock application and add main window.
2020-12-07 10:45:50 +01:00