kdeconnect-kde/smsapp
Jiří Wolker 2ef5cd4551 [SMS App] Make SMS message field scrollable
## Summary

This patch makes SMS message field scrollable and limits its height to ⅓
of window height (or ⅔ for smaller windows) so messages in conversation
are shown even when writing very long messages.

## Test Plan (and screenshots)

<small>These screenshots are in APNG and WEBP formats. Download them if
your browser does not support this format.</small>

### Before:

Message field height was not limited. Message field could be even higher
than window. That makes first lines of this field and messages in
conversation inaccessible.

![grab-noscroll.apng](/uploads/70a44ec3abd0e0707cf69f53ee832542/grab-noscroll.apng)

### After:

Message field height is limited to ⅓ or ⅔ of window height. When text
content reaches this threshold, scroll bars will show up.

![grab-scroll.webp](/uploads/489b9bb197a092f715bc2160acc7fd42/grab-scroll.webp)
2020-04-23 17:24:51 -07:00
..
qml [SMS App] Make SMS message field scrollable 2020-04-23 17:24:51 -07:00
CMakeLists.txt Move ConversationsSortFilterProxyModel class from conversationlistmodel files to its own files 2020-03-29 18:25:07 +00:00
conversationlistmodel.cpp Added searching on both fields all the time and generalized check for address 2020-04-23 02:31:28 +00:00
conversationlistmodel.h Added searching on both fields all the time and generalized check for address 2020-04-23 02:31:28 +00:00
conversationmodel.cpp Show remaining character count in SMS app 2020-03-22 18:47:12 +00:00
conversationmodel.h Show remaining character count in SMS app 2020-03-22 18:47:12 +00:00
conversationssortfilterproxymodel.cpp Apply suggestion to smsapp/conversationssortfilterproxymodel.cpp 2020-04-23 02:31:28 +00:00
conversationssortfilterproxymodel.h Added searching on both fields all the time and generalized check for address 2020-04-23 02:31:28 +00:00
gsmasciimap.cpp Show remaining character count in SMS app 2020-03-22 18:47:12 +00:00
gsmasciimap.h Show remaining character count in SMS app 2020-03-22 18:47:12 +00:00
main.cpp Move ConversationsSortFilterProxyModel class from conversationlistmodel files to its own files 2020-03-29 18:25:07 +00:00
Messages.sh Fix localization of app and smsapp. Patch mainly by Victor Ryzhykh. 2019-12-21 09:59:36 +02:00
org.kde.kdeconnect.sms.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2020-04-09 06:26:57 +02:00
resources.qrc Update ConversationMessage.qml to latest version used in Kaidan 2019-07-27 10:02:24 +00:00
smscharcount.h Show remaining character count in SMS app 2020-03-22 18:47:12 +00:00
smshelper.cpp Added searching on both fields all the time and generalized check for address 2020-04-23 02:31:28 +00:00
smshelper.h Added searching on both fields all the time and generalized check for address 2020-04-23 02:31:28 +00:00