Commit Graph

191 Commits

Author SHA1 Message Date
Mateusz Grzywacz
97ff5deee2 [EGD-2393] make LineExpansionDirection:: mutualy exclusive 2020-01-10 15:50:31 +01:00
Mateusz Grzywacz
61a3eadbd5 [EGD-2393] line draw off-by-1 fixes & added 45° skewed line & length adjustment 2020-01-10 15:50:31 +01:00
Mateusz Grzywacz
83578c1566 [EGD-2393] docs comments 2020-01-10 15:50:31 +01:00
Mateusz Grzywacz
955612ce62 [EGD-2393] Added yaps (to rect) 2020-01-10 15:50:31 +01:00
Adam Dobrowolski
f023ebaa32 [EGD-2392] SMS added NewMessage window 2020-01-10 14:15:28 +01:00
Adam Dobrowolski
41b6df457c [EGD-2392] SMS Feed window added 2020-01-10 14:15:28 +01:00
Adam Dobrowolski
1059543931 [BoxLayout] Added PageLayout & BoxLayout fixups
* Fixed Rect to always set maxSize and BoxLayout navigation
* removed commented out focusItem
* Removed redundant handling
* General BoxLayout fixes
2020-01-03 12:54:39 +01:00
Adam Dobrowolski
aaa7bc30ad [BoxLayout] commonized HBox, VBox elements 2020-01-03 12:54:39 +01:00
Adam Dobrowolski
6be3569a6c [GUI] Item widget set maxsize in setSize if less than new size set 2020-01-03 12:54:39 +01:00
Adam Dobrowolski
cc05a8120c [GUI] Item widget unused flag rename (to use in Layout's)
There are cases when we don't want to manipulate items ie: Selection, input etc
2020-01-03 12:54:39 +01:00
Adam Dobrowolski
6e6091f48c [FIX] Fixed Text widget crashed on entering empty value 2020-01-02 15:13:45 +01:00
Adam Dobrowolski
91e532c884 [FIX] Fixed Text widget eating not handled key presses 2020-01-02 15:13:45 +01:00
Adam Dobrowolski
b9148ed274 [FIX] Fixed ListView double item rebuild 2020-01-02 15:13:45 +01:00
Adam Dobrowolski
2dd98682e5 [FIX] No text, first letter input fixed
This should be rather fixed in Text lines handling, but it was like that
previously so I just keep it that way
2019-12-10 15:21:19 +01:00
Adam Dobrowolski
93ed20f0ad [FIX] gui::Text handle multipress
Removed too much code on cleanup
2019-12-10 15:21:19 +01:00
Adam Dobrowolski
6b21d1977d [EGD-2334] Updated Text and eng keymap to the way it shall work from design 2019-12-09 11:19:37 +01:00
Adam Dobrowolski
9e6402e228 [EGD-2335] Addeed codestyle to changed code chunks 2019-12-09 11:19:37 +01:00
Adam Dobrowolski
3e207881e3 [EGD-2335] misc fixes 2019-12-09 11:19:37 +01:00
Adam Dobrowolski
6a22a28c1a [EGD-2335] Handling default digit imput fixed 2019-12-09 11:19:37 +01:00
Adam Dobrowolski
ba90b84009 [EGD-2335] Cleaned up comments and variable localizations 2019-12-09 11:19:37 +01:00
Adam Dobrowolski
72496ee8f0 [EGD-2335] Position text properly
When adding special char - if it succeed position cursor
2019-12-09 11:19:37 +01:00
Adam Dobrowolski
339e9c782a [WIP] [EGD-2335] adding special char works ok - need to forget special input app 2019-12-09 11:19:37 +01:00
Adam Dobrowolski
c93a0a72d0 [EGD-2335] Cleaned up comments in code 2019-12-09 11:19:37 +01:00
Adam Dobrowolski
ab43425383 [EGD-2335] WIP: we can take in special char
we can take it in ... but we cant say where to putIt
2019-12-09 11:19:37 +01:00
Adam Dobrowolski
77e8cd9341 [EGD-2335] WIP adding AppSpecialInput 2019-12-09 11:19:37 +01:00
Adam Dobrowolski
ea61c1ec8a [EGD-2335] Added grid layout (for character selector) 2019-12-09 11:19:37 +01:00
Adam Dobrowolski
52f7fa60aa [EDG-2335] Added callback to set input type on bottom of screen 2019-12-09 11:19:37 +01:00
Mateusz Grzywacz
36413bba10 [EGD-2336] fix | proper check if glyph exists 2019-12-03 15:13:13 +01:00
Mateusz Grzywacz
9f602a4007 [EGD-2336] fix | uniform naming. truncating end not necessiarly means showing the beginning, but forget for now. 2019-12-03 15:13:13 +01:00
Mateusz Grzywacz
e4aab4228a [EGD-2336] fix | changed argument to bool type 2019-12-03 15:13:13 +01:00
Mateusz Grzywacz
52299605c7 [EGD-2336] fix | counting avaliable space for chars from the end of the string 2019-12-03 15:13:13 +01:00
Mateusz Grzywacz
9a4f8db4d4 [EGD-2336] fix | problem idenfied even more 2019-12-03 15:13:13 +01:00
Mateusz Grzywacz
bf5af825bb [EGD-2336] fix | problem idenfied 2019-12-03 15:13:13 +01:00
Mateusz Grzywacz
380db224d5 [EGD-2336] fix | rename for clarity 2019-12-03 15:13:13 +01:00
Mateusz Grzywacz
d469e92c32 [EGD-2336] selection of ellipsis (dots) position 2019-12-03 15:13:13 +01:00
Mateusz Grzywacz
f2c50937da [EGD-2336] label now accepts alignment parameter 2019-12-03 15:13:13 +01:00
RomanKubiak
d1740124dd GUI: added setX/setY method for easier positioning 2019-11-29 15:19:12 +01:00
Alek-Mudita
1c6701ff2a Egd 516 enter number window (#89)
* EGD-516 fixed layout in enterwindow.
Gently refactor the code.
Minor enhancments.

* EGD-516 removed reinterpret casts from enterwindow

* EGD-516 added new contact icon

* EGD-516 added missing font and new Icon widget.

* EGD-516 fixed icon label alignment

* EGD-516 minor icon changes

* EGD-516 add CallAppStyle

* EGD-516 added icon styl to callappstyle
2019-11-27 14:15:40 +01:00
Adam Dobrowolski
ab77fbe41a [EGD-2335] Added processing long press prior to key event and return to desktop 2019-11-27 11:09:52 +01:00
Adam Dobrowolski
d6efa934db [EDG-2335] Fix - browse only throught available modes 2019-11-27 11:09:52 +01:00
Adam Dobrowolski
c5c9ea0087 [EGD-2335] WIP: handling keys moved to widget - works smoothly 2019-11-27 11:09:52 +01:00
Adam Dobrowolski
e1bde27d79 [EDG-2335] WIP: Application.cpp handling is just sad 2019-11-27 11:09:52 +01:00
Adam Dobrowolski
8c7cd7140f [EDG-2335] WIP: checking key handlig 2019-11-27 11:09:52 +01:00
kkleczkowski
b66ae1fa8b Edg 2286 browsing history of conversations (#92)
* WiP on thread view.

* Missing db code.

* Fixes in sericeDB, working on listView in threads window.

* Changes in thread Db message.

* Missing responseTo value bug tracking.

* Fixed threads DB getter.

* Show threads list.

* Added missing code in service-db.

* Small fixes.

* WiP listView swich page.

* Code clean-up.

* Code formatted.

* PR sugestions applied.
2019-11-27 10:09:03 +01:00
Alek-Mudita
776bae22da border width (#88) 2019-11-26 09:08:40 +01:00
RomanKubiak
5239f7cacf STYLE: phonebook namespace and color namespace added 2019-11-25 12:04:04 +01:00
Adam Dobrowolski
c5cb69da30 [FIX] ListView crashed when there was no elements to show 2019-11-21 09:07:59 +01:00
Alek
8910cab3ae EGD-2117 removed magic numbers and other PR fixes 2019-11-20 11:14:44 +01:00
Alek
271866217b EGD-2117 code review fixes 2019-11-20 11:14:44 +01:00
Alek
7d0913bde8 EGD-2117 changes according to code review 2019-11-20 11:14:44 +01:00