summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Filter out combining character keysyms to add displayable characters tor14.0.10Michele Calgaro2021-04-011-816/+850
| | | | | | | | the lookup table. Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Ray-V <[email protected]> (cherry picked from commit 4c4e0c28cc32bcc137585e65544459b2d1701c2b)
* Additional keysyms for AltGr keysRay-V2021-03-271-0/+7
| | | | | Signed-off-by: Ray-V <[email protected]> (cherry picked from commit 49ea79598fb185df92c62f9d022c9d5fbd130d05)
* Added support for AltGr characters. This resolves issue #11.Michele Calgaro2021-03-264-36/+91
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 85af0341dc94a5a65d3643f53d95c21d40017c1c)
* VButton key text code refactoring.Michele Calgaro2021-03-247-922/+945
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e1effdcc817fb362f0a842e3e4b03708c4eaccf1)
* Fixed algorithm for CAPS text key visualization.Ray-V2021-03-233-8/+30
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b1c1fd93a72134d2e450301926d0121a8f73529b)
* Updated authors, as requested on PR #9.Michele Calgaro2021-03-221-2/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 54fd5c4cb114b87671e750430a4d0b1b67a43d58)
* Updated authors and bug report link.Michele Calgaro2021-03-171-1/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e52070a5ba240d427c17597572a8d68a6df6b96d)
* Updated dock.png to match current color scheme.Ray-V2021-03-171-0/+0
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 9b8a822799f4c6d808e6a0ba06dc459d5737b1f2)
* Added dead key representation.Ray-V2021-03-171-3/+20
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 9baea3543b5f2680e65c2274b5c75eb7bfec2297)
* Fixed visualization of key text the first time modifier keys areMichele Calgaro2021-03-163-4/+14
| | | | | | | | | | | | | pressed. Signed-off-by: Michele Calgaro <[email protected]> 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 <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit af106fa553fb2f706910686a0e30f909582bca7d)
* Fixed behavior of caps for non-alpha characters, which was broken inMichele Calgaro2021-03-155-21/+38
| | | | | | | commit 1865767. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 48c1053fa1e5896a10e576b9eb35634fa789cff4)
* Fixed key text display when shift is used (caps is still broken) as wellMichele Calgaro2021-03-134-161/+132
| | | | | | | as several improvements to the code. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 00e207e95d5aab6bbc37c8178bd189b0c0619be6)
* Added additional translation strings.Ray-V2021-03-021-4/+4
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 2c080a7a204d725e2e4852bb7c05d45c71a60cb2)
* Added less-than (<) and greater-than (>) keys near left shift for non-US ↵Ray-V2021-03-012-29/+34
| | | | | | | | | | keyboards. Adjusted keyboard geometry accordingly. Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit f84f133f7c5afb610cd82bc3c95fe43ee9c0efc0)
* Simplified code for changing the keys color.Michele Calgaro2021-02-271-9/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 94e4d4ddcda36d5a555894fd914579aed757dbf7)
* Keys color can now be changed without the need to restart theMichele Calgaro2021-02-274-28/+62
| | | | | | | application. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 64d40d992ecb290a7d395b14e5d3b81e4ed074d2)
* Added functionality to select keyboard background and keys colors.Ray-V2021-02-263-9/+42
| | | | | | | | A restart of the application is required if the keys color is changed. Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit dd8d52708461bcd9d5fd11f62fc59f18fcfc542e)
* Simplified code for numpad buttons. This adds on to PR #9.Michele Calgaro2021-02-203-22/+8
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 47d89f2d15ad750689d6376234b37b85e1ab5704)
* Fixed several keycodes. This relates to PR #9.Ray-V2021-02-201-9/+9
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8bbaa8f9fed784d11bda8ea90ef94bf47f92b90d)
* Increased size of button icons to make them more visible.Michele Calgaro2021-02-181-6/+6
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 2aaedb4a040815288a4ba2d3b7f7dae642a615b4)
* 1. Use icons for quit and num pad show/hide buttons.Ray-V2021-02-181-13/+25
| | | | | | | | 2. Resize quit, num pad show/hide, configure buttons. 3. Add tooltips to the buttons. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ed6e395fd03dc836ee48a75e29025934a5c515b4)
* Added tooltip for the system tray icon.Ray-V2021-02-171-1/+1
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 134205339095da28318a6a2238e232ce836a2a4b)
* LWin and RWin have been set back to toggle keys, as they are used as ↵Michele Calgaro2021-02-151-20/+10
| | | | | | | | | Super_L/R modifiers in X. Minor tweaks to the key position on the last row. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 74abd47697ddc9a7ca0dbc7cbba618d94d8cf92a)
* Add RWIN key and set both Win keys to non-toggle for xmodmap.Ray-V2021-02-152-12/+25
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 2af99da072d82ae809ef57f83911a7f4c45da1f5)
* Hide resize handle when the keyboard is locked on the screen.Michele Calgaro2021-02-114-12/+25
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit aae2b175aefd87d06bdf223c323a6b66a75a6a00)
* Simplified code from previous commit and fixed 'lock on screen' ↵Michele Calgaro2021-02-113-41/+20
| | | | | | | functionality after restoring the keyboard from a previous run. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b53e33352c2b7de5521b0944b30a0b12afa2f97e)
* Added 'lock on screen' functionality.Ray-V2021-02-115-9/+48
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 0da79dd6ef5eae251828d32568aedb01240590b3)
* Save and restore status of numpad between startups. This refers to PR #9.Ray-V2021-02-101-0/+6
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d1fca948cfde3b711652e69e03084908facc9f83)
* Desktop file translations:Slávek Banko2020-05-033-5/+6
| | | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit b262eedefe27f773fc0613e761820cd9880cd38f)
* Move translations to a new directory layout.Slávek Banko2020-05-031-1/+1
| | | | | | | Add support for LINGUAS for listing translations to install. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 4a8dc3c4bc293d0b40adc6f138f0da0dc75c7a71)
* Drop automake build support.gregory guy2020-02-122-40/+4
| | | | | | | | | | | | | Add basic cmake build instructions. Delete empty file NEWS, TODO and ChangeLog. Delete empty folder "templates". Add detection for the XTest library. Move the kvkbd.desktop file into XDG_APPS_INSTALL_DIR directory, see TDE/tde#26 . Some cosmetics. Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 92482b762101fc6e18740ba34ffb688e77ea8cfa)
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-041-14/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Updated date and version to R14.0.6 in .lsm files.Michele Calgaro2019-03-031-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add CMakeL10n rules.Slávek Banko2018-12-111-0/+3
| | | | | | | | Create translation template. Add CMake rules to build translations. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 623026caa857e5cdcf316ec51403282f29ed1879)
* clean up header in CMakeList, remove unused variable, this fixes issue #3gregory guy2018-09-302-6/+5
| | | | | Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 43706e2965ee2f6cd32da2baa770a3942c394ae0)
* Inappropriately used TQString::fromUtf8() moved to place where it is needed.Slávek Banko2018-09-281-5/+5
| | | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit f39f545444a1c3b4c315029fbedb118d24010dd0)
* convert to the cmake building systemgregory guy2018-09-286-2/+59
| | | | | Signed-off-by: gregory guy <[email protected]> (cherry picked from commit b7ae75d53ab260a281d6424d566738fc8a3715c5)
* delete empty files, this fixes issue #1gregory guy2018-09-273-2/+2
| | | | | Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 055a36efd6c2f20c90d9dae56c4d7e39229b7dbd)
* Update version numbers and date for R14.0.5 final releaser14.0.5Slávek Banko2018-07-261-1/+1
|
* Update version number for new target R14.0.5Slávek Banko2016-11-121-2/+2
|
* Update date in lsm filesr14.0.4Slávek Banko2016-10-231-1/+1
|
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-244-0/+0
| | | | (cherry picked from commit 5f39eaa94d2bd82b501ad66f189623e69e147cb9)
* Update version number for new target R14.0.4Slávek Banko2016-02-291-2/+2
|
* Update date in lsm filesr14.0.3Slávek Banko2016-02-071-1/+1
|
* Update version number for new target R14.0.3Slávek Banko2015-11-301-2/+2
|
* Update date in lsm filesr14.0.2Slávek Banko2015-10-251-1/+1
|
* Update version number for new target R14.0.2Slávek Banko2015-08-261-2/+2
|
* Update date in lsm filesr14.0.1Slávek Banko2015-07-131-1/+1
|
* Update version in lsm filesSlávek Banko2015-07-111-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-1/+1
| | | | match XDG specifications