Uwe Rathmann
0a6a1057ba
plugins fixed
2023-04-01 13:58:56 +02:00
Uwe Rathmann
3fd951ab1c
cmake files reorganized
2023-03-31 17:10:06 +02:00
Uwe Rathmann
aa1a485dce
plugins are no libs. however not yet working
2023-03-30 17:56:14 +02:00
Uwe Rathmann
6ae153b28b
centralizing cmake settings
2023-03-29 15:11:51 +02:00
Uwe Rathmann
2290212bf5
qmake project files removed
2023-03-28 12:14:25 +02:00
Rick Vogel
c194bbaedd
using qt versionless approach
2022-12-20 14:01:57 +01:00
Rick Vogel
0842e9506a
advance pinyin integration
2022-11-04 14:19:30 +01:00
Rick Vogel
92a475f335
pkg_check_modules hunspell and pinyin
2022-11-03 16:48:04 +01:00
Rick Vogel
b75f7ffe22
fix missing path prefix
2022-10-28 13:31:17 +02:00
Rick Vogel
9982d7321e
add pinyin and huspell to sources; support qt5 and qt6
2022-10-27 19:01:10 +02:00
Rick Vogel
e19620ffaa
Unified option naming to ENABLE_ and BUILD_
2022-10-10 14:11:13 +02:00
Rick Vogel
ab86fb0468
inputcontext compilable
2022-09-29 00:06:44 +02:00
Rick Vogel
a4e2f9f1da
initial commit with iot dashboard working
2022-09-28 23:49:30 +02:00
Peter Hartmann
4c7c369477
Hunspell: Move prediction to an own thread ( #159 )
...
* text prediction: Move predictors to input panel
* hunspell: Move predictor to an own thread and update implementation
2022-02-04 16:10:44 +01:00
Uwe Rathmann
250cce0d76
using feature files
2019-04-02 09:07:09 +02:00
Uwe Rathmann
ba95c58aa2
CONFIG+=hide_symbols added
2019-04-01 17:41:21 +02:00
Uwe Rathmann
7cbe60f5fc
project file include mechanism based on QMAKEFEATURES
2019-03-31 13:05:25 +02:00
Uwe Rathmann
6a82c9ba22
cleaning up qskLibraryTarget/qskAddLibrary
2019-03-09 16:43:47 +01:00
Uwe Rathmann
8d61ca0d62
warnings fixed
2019-03-09 16:18:11 +01:00
Uwe Rathmann
adaee2b5ab
install rues
2018-10-26 09:04:08 +02:00
Uwe Rathmann
19df7461c0
dllimport/dllexport stuff
2018-10-12 08:03:03 +02:00
Uwe Rathmann
7484481f85
using pkgconfig instead of including the source code
2018-09-17 07:52:13 +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
54f4655698
support for input panels per window added
2018-06-12 18:43:14 +02:00
Uwe Rathmann
9e5ded43c6
sending of input method update hints improved
2018-06-12 10:56:06 +02:00
Uwe Rathmann
e195614654
input panel again
2018-06-12 08:20:48 +02:00
Uwe Rathmann
0c5dc0ce37
registration of text predictions removed from QskInputContext
2018-05-09 17:01:30 +02:00
Uwe Rathmann
e5d6fe0dc3
QskInputContext is no platform input context anymore to avoid forwarding
...
private APIs to applicaton code
2018-05-09 15:45:43 +02:00
Uwe Rathmann
0933edac5d
default constructors
2018-05-09 14:13:50 +02:00
Uwe Rathmann
16efc695b9
more changes concering the input context
2018-04-26 14:42:33 +02:00
Uwe Rathmann
745b704ba8
hunspell diabled
2018-04-23 14:39:34 +02:00
Uwe Rathmann
688ea07c02
code moved from inputcontext to inputpanel
2018-04-23 14:37:17 +02:00
Uwe Rathmann
dfe2b875fd
key composition moved to QskInputContext
2018-04-23 14:06:40 +02:00
Uwe Rathmann
151a73cb0b
QskInputContext improved
2018-04-20 08:52:26 +02:00
Uwe Rathmann
6e2e80d2de
QskTextInput/QskInputPanel improvements
2018-04-18 19:41:46 +02:00
Uwe Rathmann
3f8616c084
QskTextInput improved
2018-04-18 10:46:11 +02:00
Uwe Rathmann
5d9f22a757
When deleting a focus scope the hasFocus() flag is not cleared for the
...
item having the local scope. In situations, where the focusScope is no
parent ( only a parentItem() ) and the focusItem gets reparented
we run into an invalid situation with a wron focus flag.
To work around this Qt bug we manually clear the focus flag.
2018-04-17 21:28:15 +02:00
Uwe Rathmann
34cc82dd70
QskTextInput/QskInputPanel improved
2018-04-13 16:32:48 +02:00
Uwe Rathmann
e2ca55819e
locale updates fixed
2018-04-12 13:32:28 +02:00
Uwe Rathmann
959ebfd38a
dh
2018-04-12 13:23:10 +02:00
Uwe Rathmann
d1ecec2ad8
improving QskInputContext
2018-04-12 12:03:51 +02:00
Uwe Rathmann
0ee83c1e32
QskInputContext improvements
2018-04-11 17:33:43 +02:00
Uwe Rathmann
07d5d933c1
simplifying QskInputCompositionModel
2018-04-11 11:02:29 +02:00
Uwe Rathmann
67dee082ec
filtering of input method events moved to QskInputContext
2018-04-11 08:58:14 +02:00
Uwe Rathmann
10a3435e91
QskInputPanel reintroduced being a composite of QskVirtualKeyboard +
...
QskInputSuggestionBar
2018-04-10 16:51:35 +02:00
Uwe Rathmann
1513d3716f
QskTextInput inproved
2018-04-09 10:05:59 +02:00
Uwe Rathmann
80c41c53e0
inputpanel subdir introduced
2018-04-06 11:27:10 +02:00
Uwe Rathmann
f4060f2e75
virtual keyboard related stuff improved
2018-04-05 14:18:15 +02:00
Uwe Rathmann
7b2e63c7e5
dead inputcontext related code removed
2018-04-04 20:19:47 +02:00