Ilya Fedin
8e5d35229a
Simple replacements for Qt 6
...
QStringRef -> QStringView
QTextCursor constructor accepts a QTextDocument only
Some headers are moved, so paths are removed
QMatrix -> QTransform
Methods returning qsizetype are wrapped to int()s to allow compiler to deduce the type
2021-10-19 17:06:25 +04:00
John Preston
d3eff6f38a
Add and remove tags without clearing markup.
2021-06-22 16:35:01 +04:00
John Preston
96b4c6c57a
Allow several tags with '|' separator in InputField.
2021-06-22 14:42:57 +04:00
John Preston
95ee92088e
Allow choosing OpenGL / Raster in runtime.
2021-05-19 16:46:58 +04:00
John Preston
f288c5649c
Add MaskedInputField::showErrorNoFocus.
2021-03-26 21:05:02 +04:00
Ilya Fedin
af41bff7e4
Build with QT_NO_KEYWORDS
2021-03-03 22:34:02 +04:00
John Preston
a5fb993721
Make a generic NumberInput from PortInput.
2021-01-22 21:49:12 +04:00
John Preston
6aa6a143bf
Add a workaround for invalid Qt signal data.
2020-05-12 19:11:46 +04:00
23rd
983d6be8d4
Added rpl::event_stream for firing applied markdown tag to spellchecker.
2019-12-30 16:58:53 +03:00
23rd
ba12ebc67a
Fixed firing of incorrect values to document changes rpl::event_stream.
2019-10-30 18:14:43 +03:00
23rd
ee44c5b89e
Added ability to extend context menu of InputField via rpl.
2019-10-30 18:14:43 +03:00
23rd
24d69ee679
Added rpl::event_stream for document contents changes in InputField.
2019-10-30 18:14:43 +03:00
John Preston
84d68e48c0
Allow showing error without field focusing.
2019-09-26 11:10:03 +03:00
John Preston
85c83003ca
Initial commit.
2019-09-17 17:48:58 +03:00