Peter Hartmann
fcab034bcb
text edit: Support enter key ( #503 )
...
It turns out inputMethodHints() is sort of a user setting; when
querying the hints in inputMethodQuery(), QQuickTextEdit adds the
Qt::ImMultiLine flag manually.
2025-01-15 08:28:38 +01:00
Uwe Rathmann
86b3c9f556
QskTextEdit/QskTextArea introduced
2025-01-13 16:26:59 +01:00
Uwe Rathmann
33a482505a
internal macros ( not intended for application code ) moved from
...
QskGlobal.h to QskInternalMacros.h
2025-01-03 12:52:29 +01:00
Uwe Rathmann
eb31ef6738
workaround/hacks removed, that are not needed anymore ( QQuickTxtInput
...
has enhanced its public API in the meantime )
2024-12-19 16:26:34 +01:00
Uwe Rathmann
a6f91ea863
forwarding of mouse events fixed
2024-12-19 15:23:22 +01:00
Uwe Rathmann
a91dcd5a56
QskTextField/QskTextInput seperated
2024-12-18 12:37:18 +01:00
Uwe Rathmann
108aa23397
QskTextInput renamed to QskTextField ( term used by F2/M3 and QC2 )
2024-12-02 12:54:31 +01:00
Uwe Rathmann
e15f167978
QskTextInput::wrapMode added
2024-10-28 09:26:22 +01:00
Uwe Rathmann
3fb9ac8495
TODO markers added
2024-09-12 09:05:54 +02:00
Uwe Rathmann
f3b4a3d8da
QskFontRole introduced
2024-02-19 15:51:55 +01:00
Uwe Rathmann
511db2650e
copyright notice generalised
2024-01-17 14:31:45 +01:00
Uwe Rathmann
9e583166ff
BSD-3-Clause license
2023-04-06 09:23:37 +02:00
Uwe Rathmann
83a18a83c2
QskTextInput having the same default size policy as QLineEdit (
...
Expanding/Fixed )
2023-03-04 11:04:37 +01:00
Uwe Rathmann
3aa320f233
accepting hover events as default
2022-03-26 16:22:47 +01:00
Uwe Rathmann
828986de2e
bad return statements fixed
2022-03-24 17:10:11 +01:00
Uwe Rathmann
eaa554addc
using reference parameter
2022-03-24 08:10:29 +01:00
Uwe Rathmann
ae2c6d87a8
upport for Qt < Qt 5.12 dropped
2022-03-08 11:53:46 +01:00
Uwe Rathmann
9ebb5ae0a2
QskSkinnable::hasSkinState added
2021-08-30 15:30:41 +02:00
Uwe Rathmann
923affe749
uncrustified
2021-08-04 09:31:16 +02:00
Uwe Rathmann
777149aecb
restoring the focus only makes sense, when editing is terminated from
...
the input method
2021-04-26 16:29:17 +02:00
Uwe Rathmann
7b71744917
panel property added
2021-04-21 09:18:50 +02:00
Uwe Rathmann
6c9cbcad62
text vw displayText to support text prediction
2021-03-02 16:17:56 +01:00
Uwe Rathmann
864fa97180
sending a QEvent::ReadOnlyChange
2021-02-09 12:25:41 +01:00
Uwe Rathmann
0eadfa8fa2
sizeHint calculations moved to the skinlet
2020-12-29 09:45:00 +01:00
Uwe Rathmann
98343dec60
auto-updating the control, when setting a skinHint
2020-12-27 16:31:07 +01:00
Uwe Rathmann
92b1ed669b
fontRole/graphicRole renamed to fontRoleHint/graphicRoleHint
2020-12-27 16:19:01 +01:00
Uwe Rathmann
bdc068c4d6
ubcontro, substitution moved to setSkinHint/resetHint
2020-12-21 09:57:57 +01:00
Uwe Rathmann
58de684902
using StrutSize instead og Minimum/Maximum metric hints
2020-12-16 12:49:24 +01:00
Uwe Rathmann
c1e70a2d9e
more convenience methods to access skin hints
2020-12-15 07:21:12 +01:00
Uwe Rathmann
80611901ac
indentations
2020-11-13 15:24:20 +01:00
Uwe Rathmann
8e410a9e4b
Qt6 incompatibilities fixed
2020-10-26 17:52:08 +01:00
Uwe Rathmann
6e1eb9801a
setReadOnly fixed
2020-10-20 12:03:05 +02:00
Uwe Rathmann
177bb699bc
processing of all type of size constraints ( minimum/preferred/maximum )
...
completed
2019-09-10 17:01:47 +02:00
Uwe Rathmann
9a3b175798
static assertion added
2019-04-02 17:50:08 +02:00
Uwe Rathmann
e1ca897478
uncrustified
2019-01-07 09:13:53 +01:00
Uwe Rathmann
4e54d1cb58
uncrustified
2019-01-04 13:42:16 +01:00
Uwe Rathmann
6b2b4c3017
getting rid of MSVC incompatible hacking private members
2018-09-28 10:07:18 +02:00
Uwe Rathmann
2e7c6c6676
QskTextInput::setEditing fixed ( includes removing of MSVC incompatible
...
code )
2018-09-28 07:30:56 +02:00
Uwe Rathmann
a5b3a70e7d
some temporary workarounds for MSVC problems
2018-09-23 17:25:32 +02:00
Uwe Rathmann
b4edcddbf4
making clazy happy
2018-08-03 11:11:42 +02:00
Uwe Rathmann
0a92cb82db
playing with clang-format
2018-08-03 08:15:28 +02:00
Uwe Rathmann
68bc2f032c
dh
2018-07-31 17:32:25 +02:00
Uwe Rathmann
e70bcecae3
pointless line removed
2018-06-12 20:27:16 +02:00
Uwe Rathmann
54f4655698
support for input panels per window added
2018-06-12 18:43:14 +02:00
Uwe Rathmann
87eea5a2a9
QskTextInput signals fixed
2018-06-11 11:34:12 +02:00
Uwe Rathmann
23eec85708
moving code from QskInputPanel
2018-06-02 17:10:41 +02:00
Uwe Rathmann
02e6a65b07
code moved from QskControl to QskQuick
2018-05-01 12:41:20 +02:00
Uwe Rathmann
7fe675d74d
input proxy feature added for QskInputPanel
2018-04-27 16:55:50 +02:00
Uwe Rathmann
602e3748df
input comntext improvements
2018-04-27 13:48:51 +02:00
Uwe Rathmann
4ce1780f90
Qt 5.6 incompatibilities fixed
2018-04-23 10:42:37 +02:00