Commit Graph

73 Commits

Author SHA1 Message Date
mkamonMdt
e49512bf4f [EGD-5619] Add unified implementation of active icons
This PR provides unified and reusable implementation of active
icons used in windows system-wide.
2021-02-08 12:28:06 +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
Krzysztof Móżdżyński
dc99ba52ae [EGD-4590] Change KBD parser to JSON for input keyboard files
Changed keyboard input language parser to parse JSON files.
Removed all KPROF files and added JSON.
Added unit tests for new parser.
Modified document about adding languages.
2021-01-07 14:27:58 +01:00
Radoslaw Wicik
998ceac48e [EGD-4217] Convert service-db to library 2020-11-13 12:18:33 +01:00
Piotr Tanski
299be4daf6 [EGD-4151] Application manager actions introduced. (#905)
* [EGD-4151] Application manifest structure defined.
* [EGD-4156] Applications registry and basic action handler implemented.
2020-11-04 10:24:35 +01:00
Piotr Tanski
dd50838789 [EGD-4051] Based application manager app switching on application stack. (#858)
* [EGD-4051] Based application manager app switching on application stack.

* [EGD-4051] Application manager thorough refactor.
2020-10-23 15:45:58 +02:00
Radoslaw Wicik
2276ceed67 [EGD-3743] Update copyrights in fies 2020-10-20 12:55:10 +02:00
Krzysztof Móżdżyński
47645efe00 [EGD-3914] Fix ApplicationSpecialInput and PhoneBookMainWindow data leaks 2020-10-15 11:51:51 +02:00
Przemyslaw Brudny
0eb1fd03e5 [EGD-3985] Removed unique_ptr to vector for DatabaseModel updateRecords Method. 2020-10-13 12:23:34 +02:00
pawpMudita
9311e33aa5 EGD-3808 Scrolling contacts list with a particular letter - part 2 2020-10-02 10:09:36 +02:00
pawpMudita
7694df5be9 [EGD-3139]Scrolling contacts list with a particular letter - part 1 2020-09-24 15:45:07 +02:00
Przemyslaw Brudny
f4ab64d996 [EGD-3760] ListView added support to rebuild on provided offset. 2020-09-21 17:17:52 +02:00
Pawel Olejniczak
2928b3e0eb [EGD-3603] Change alternative/other number to second number
[EGD-3603] Cleanup

[EGD-3603] Update changelog
2020-09-09 10:17:35 +02:00
Przemyslaw Brudny
2f72244062 [EGD-3182] Implemented on CRUD notification page and on page item focus memory when rebuilding List. Applied for Phonebook and Messages. 2020-09-08 20:24:54 +02:00
pawpMudita
2b4c005662 [EGD-3130] NoName contacts at the end of contact list 2020-09-07 12:04:23 +02:00
Przemyslaw Brudny
fa3968a3ee [EGD-3451] PR Changes. 2020-08-07 12:26:44 +02:00
Przemyslaw Brudny
010ecf6b37 [EGD-3451] Notifications and db messages for list refresh added to Phonebook and Messages. 2020-08-07 12:26:44 +02:00
Przemyslaw Brudny
19e1ca696c [EGD-3451] RequestRecordsCount refactor in whole project. 2020-08-07 12:26:44 +02:00
Przemyslaw Brudny
02afbac399 [EGD-3451] ListView fix and Messages Notification handling added. 2020-08-07 12:26:44 +02:00
Marcin Smoczyński
885fe1083a db: improve query handling
Introduce a new way to handle query responses allowing to deal with
races:
 - bind reponse with request,
 - handle responses with an observer-like interface.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
2020-08-06 14:13:35 +02:00
Marcin Smoczyński
1da22cbd92 [EGD-3319] sms: fix phonebook search select
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
2020-07-28 09:22:31 +02:00
Pawel Olejniczak
f493d001d6 [EGD-3445] Fix bottom bar in main phonebook window 2020-07-24 10:07:37 +02:00
Marcin Smoczyński
c161515e45 phonebook: fix missing back label
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
2020-07-13 11:18:36 +02:00
Marcin Smoczyński
df60d9c240 [EGD-3251] phonebook: improved search
Refactor phonebook's models to merge both implementation. One model
class is used for both main and search results windows.

Improve search by matching entered string against:
 - first_name " " last_name
 - last_name " " fist_name
Sort results by last_name " " first_name, favs first.

Small improvement to the list view has been added to deal with
asynchronous db reads.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
2020-07-09 11:28:45 +02:00
Przemyslaw Brudny
d7dca916be [EGD-3189] First window refactor and new widget additions. 2020-07-08 17:07:31 +02:00
PrzeBrudny
53f47439d8 [EGD-3375] Changed Models pointers to shared_ptr. (#505) 2020-07-08 12:18:16 +02:00
Przemyslaw Brudny
204dd8f212 [EGD-3296] PR changes. 2020-06-19 13:35:52 +02:00
Przemyslaw Brudny
63e205bef0 [EGD-3296] PR changes. 2020-06-19 13:35:52 +02:00
Przemyslaw Brudny
7c70797b67 [EGD-3296] externalActivated Callback fix. 2020-06-19 13:35:52 +02:00
Przemyslaw Brudny
a57eafe264 [EGD-3094] Rebase changes. 2020-06-03 19:23:16 +02:00
Przemyslaw Brudny
5e72f8d006 [EGD-3094] Phonebook list redefined, lot of contact and search model fixes. 2020-06-03 19:23:16 +02:00
Przemyslaw Brudny
d2d97160e2 [EGD-3094] Basic Phonebook contact list migration to new ListView. 2020-06-03 19:23:16 +02:00
Pawel Olejniczak
8aff3ba120 [EGD-3232] Add few nullptr checks and fix header inlcude order 2020-06-03 10:21:33 +02:00
Pawel Olejniczak
117f1eaba7 [EGD-3232] Remove unused dialogs and cleanup headers 2020-06-03 10:21:33 +02:00
Pawel Olejniczak
d553ecab4f [EGD-3232] Move contact option window from ApplicationPhonebook to PhonebookContactOptions and clean up windows names 2020-06-03 10:21:33 +02:00
pholat
8ffbcb1f7a EGD-3210 DB: split messages to files (#370) 2020-05-18 15:49:52 +02:00
Adam Dobrowolski
1d10ea327e EGD-2964 application phonebook - removed leak 2020-05-04 08:45:20 +02:00
Przemyslaw Brudny
0188476152 [EGD-3040] Temporary old ListViev, ListItemProvider and DatabaseModel added for current Phonebook implementation compatibility 2020-04-28 14:10:41 +02:00
Przemyslaw Brudny
7722e24f5f [EGD-3040] WIP DatabaseModel cleanups
[EGD-3040] ListView redundant methods removal
[EGD-3040] ListView scroll moved to separate class
2020-04-28 14:10:41 +02:00
Przemyslaw Brudny
94c0226c46 [EGD-3040] listView using VBox change
[EGD-3040] listView minor cleanups
[EGD-3040] phonebook listview commented
[EGD-3040] WIP DB model refactors
2020-04-28 14:10:41 +02:00
alek
909342897d [EGD-3086] added search in in all contacts 2020-04-17 15:05:32 +02:00
Pawel Olejniczak
6856e17bd7 [EGD-2932] Cleanup after rebase by applying clang-format style 2020-03-18 10:52:22 +01:00
Pawel Olejniczak
92d3d4c291 [EGD-2932] Fix build after rebase 2020-03-18 10:52:22 +01:00
Pawel Olejniczak
2960c7e3a4 [EGD-2932] Remove redundant headers 2020-03-18 10:52:22 +01:00
Pawel Olejniczak
61cfb1b4a1 [EGD-2932] Apply PhonebookStyles to PhonebookMainWindow 2020-03-18 10:52:22 +01:00
Pawel Olejniczak
6c1eb8d56d [EGD-2932] Add PhonebookMAinWindow styles to PhonebookStyle.hpp 2020-03-18 10:52:22 +01:00
Pawel Olejniczak
a2c8f1ddf9 [EGD-2932] Adjust position of PhonebookListView on PhonebookMainWindow 2020-03-18 10:52:22 +01:00
Pawel Olejniczak
cbb3dafbcf [EGD-2932] Adjust position of right arrow and search images in topbar 2020-03-18 10:52:22 +01:00
Pawel Olejniczak
16c8cb46c4 [EGD-2932] Adjust position of left arrow and new contact images 2020-03-18 10:52:22 +01:00
Radoslaw Wicik
a8573a404c Apply new style 2020-03-17 10:03:16 +01:00