Michele Calgaro
8abfadf6f2
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
791bca1760
Use TDE cmake macro to set version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro
1e7beb8404
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko
28ae149430
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
3ac70e6fc3
Raise the minimum required version of CMake to 3.1.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
96b0ddd749
Change README to markdown format.
...
Add translation status overview.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
6c7aa4829d
Use common rules for build and install documentation and translations.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro
f519fe9ea2
Minor code rework for better consistency.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Ray-V
907f3d61aa
Add toggle for AltGr alpha characters key display when Caps is on
...
Signed-off-by: Ray-V <ray-v@inbox.lv>
3 years ago
Ray-V
d40b0d945f
Add character representation for key display
...
Signed-off-by: Ray-V <ray-v@inbox.lv>
3 years ago
Ray-V
cb6b236b1a
Blank VoidSymbol for key display
...
Signed-off-by: Ray-V <ray-v@inbox.lv>
3 years ago
Slávek Banko
e44b28da8e
Remove cmake submodule since it has now been replaced by cmake-trinity dependency.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
TDE Gitea
dde20c483e
Reset submodule main/applications/kvkbd/cmake to latest HEAD
4 years ago
Michele Calgaro
4c4e0c28cc
Filter out combining character keysyms to add displayable characters to
...
the lookup table.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Ray-V <ray-v@inbox.lv>
4 years ago
Ray-V
49ea79598f
Additional keysyms for AltGr keys
...
Signed-off-by: Ray-V <ray-v@inbox.lv>
4 years ago
TDE Weblate
876d2e54c9
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvkbd
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/
4 years ago
TDE Gitea
3825a1b062
Update translation template.
4 years ago
Michele Calgaro
85af0341dc
Added support for AltGr characters. This resolves issue #11 .
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Weblate
c4eebbfcf4
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvkbd
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/
4 years ago
TDE Gitea
6fae037249
Update translation template.
4 years ago
Michele Calgaro
e1effdcc81
VButton key text code refactoring.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Ray-V
b1c1fd93a7
Fixed algorithm for CAPS text key visualization.
...
Signed-off-by: Ray-V <ray-v@inbox.lv>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
54fd5c4cb1
Updated authors, as requested on PR #9 .
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Weblate
758ee9eeed
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvkbd
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/
4 years ago
TDE Gitea
58aa67b20b
Update translation template.
4 years ago
Michele Calgaro
e52070a5ba
Updated authors and bug report link.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Ray-V
9b8a822799
Updated dock.png to match current color scheme.
...
Signed-off-by: Ray-V <ray-v@inbox.lv>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Ray-V
9baea3543b
Added dead key representation.
...
Signed-off-by: Ray-V <ray-v@inbox.lv>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Weblate
f4e9bde338
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvkbd
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/
4 years ago
TDE Gitea
39f567b1d1
Update translation template.
4 years ago
Michele Calgaro
af106fa553
Fixed visualization of key text the first time modifier keys are
...
pressed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
This commit also include a small part of Ray's patch to fix
visualization of & if it is on a lower character position.
Signed-off-by: Ray-V <ray-v@inbox.lv>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Weblate
26c5e3891f
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvkbd
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/
4 years ago
TDE Gitea
c2bb7e6554
Update translation template.
4 years ago
Michele Calgaro
48c1053fa1
Fixed behavior of caps for non-alpha characters, which was broken in
...
commit 00e207e
.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Weblate
568e7737c7
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvkbd
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/
4 years ago
TDE Gitea
7ad77b6451
Update translation template.
4 years ago
Michele Calgaro
00e207e95d
Fixed key text display when shift is used (caps is still broken) as well
...
as several improvements to the code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Weblate
fb22ce0a56
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvkbd
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/
4 years ago
Ray-V
2c080a7a20
Added additional translation strings.
...
Signed-off-by: Ray-V <ray-v@inbox.lv>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Weblate
7c454fa81f
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvkbd
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/
4 years ago
TDE Gitea
78799fd0d8
Update translation template.
4 years ago
Ray-V
f84f133f7c
Added less-than (<) and greater-than (>) keys near left shift for non-US keyboards.
...
Adjusted keyboard geometry accordingly.
Signed-off-by: Ray-V <ray-v@inbox.lv>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Gitea
827c513edd
Reset submodule main/applications/kvkbd/cmake to latest HEAD
4 years ago
TDE Weblate
7e96f30be1
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvkbd
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/
4 years ago
TDE Gitea
4aee4a8903
Update translation template.
4 years ago
Michele Calgaro
94e4d4ddcd
Simplified code for changing the keys color.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
64d40d992e
Keys color can now be changed without the need to restart the
...
application.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Weblate
43425b84f7
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kvkbd
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/
4 years ago
TDE Gitea
a22714e2ea
Update translation template.
4 years ago
Ray-V
dd8d527084
Added functionality to select keyboard background and keys colors.
...
A restart of the application is required if the keys color is changed.
Signed-off-by: Ray-V <ray-v@inbox.lv>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago