Commit Graph

34 Commits

Author SHA1 Message Date
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
77e8cd9341 [EGD-2335] WIP adding AppSpecialInput 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
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
Adam Dobrowolski
c28f8e2dd5 [FIX] Text fix when there is less lines to show than possible (ie 0) 2019-11-20 11:02:28 +01:00
RomanKubiak
02b26e7f63 GUI: Text widget added color and align methods, removed some
LOG_INFO lines (too much noise)
2019-11-19 05:10:56 -08:00
RomanKubiak
d9186acee3 __FORMAT: module-gui/gui/widgets/Text.cpp module-gui/gui/widgets/Text.hpp 2019-11-19 05:10:56 -08:00
Adam Dobrowolski
164b9281c8 EGD-2195 - Changed sizes for fonts in project
* changed all fonts to follow one `Style.hpp` include
* Moved title to AppWindow from all the places in code
* added logging on font selection - when not found
* minor fixes
2019-10-25 13:04:33 +02:00
Robert Borzecki
5251f79971 Added ThreadViewWindow. 2019-09-26 07:14:31 +02:00
Robert Borzecki
e74b6ba896 Added underline focus. 2019-09-09 14:40:32 +02:00
Robert Borzecki
8a471dd389 Added underline option for text widget. 2019-09-09 07:17:06 +02:00
Robert Borzecki
8e6d13a1e2 Added add new contact window. 2019-09-08 10:19:33 +02:00
Robert Borzecki
b1fd800a3f phonebook memory leak, WIP. 2019-08-30 12:30:17 +02:00
Robert Borzecki
f663352deb Fixed single line mode for text widget. 2019-08-26 11:51:23 +02:00
Robert Borzecki
d8389b7c9a Added browse mode. 2019-08-26 06:57:35 +02:00
Robert Borzecki
0c28d124c2 Fixed backspace issue. 2019-08-23 11:42:40 +02:00
Robert Borzecki
20a2504f11 Added navigation for text widget. 2019-08-23 10:09:55 +02:00
Robert Borzecki
edf7e8ac57 Fixed getText in Text widget. 2019-08-22 11:53:28 +02:00
Robert Borzecki
079bfa6ef1 Added get text method and saving to file. 2019-08-22 07:11:28 +02:00
Robert Borzecki
962fbb9a5d Fixed bug with removing UTF8 character at specified index. 2019-08-22 06:52:49 +02:00
Robert Borzecki
cb13c40947 Fixed kbd profile error with loading hex values. 2019-08-20 13:02:35 +02:00
Robert Borzecki
bf620c3413 Added displaying text lines in text widget. 2019-08-19 13:58:52 +02:00
Robert Borzecki
fc93b81be9 Added insert, encode and expand functions for UTF8 class. 2019-08-19 09:52:47 +02:00
Robert Borzecki
6d122c5749 Added text splitting function for text widget. 2019-08-16 14:42:19 +02:00
Robert Borzecki
ffa538944c Added new window for text editing. 2019-08-14 13:59:24 +02:00
Robert Borzecki
e60fdd95be Added part of text widget implementation. 2019-08-12 12:40:25 +02:00
Robert Borzecki
fefda66337 Added stub class for text widget. 2019-08-05 06:28:45 +02:00