summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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 <ray-v@inbox.lv> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (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 <michele.calgaro@yahoo.it> (cherry picked from commit 47d89f2d15ad750689d6376234b37b85e1ab5704)
* Fixed several keycodes. This relates to PR #9.Ray-V2021-02-201-9/+9
| | | | | | Signed-off-by: Ray-V <ray-v@inbox.lv> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (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 <michele.calgaro@yahoo.it> (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 <michele.calgaro@yahoo.it> (cherry picked from commit ed6e395fd03dc836ee48a75e29025934a5c515b4)
* Added tooltip for the system tray icon.Ray-V2021-02-171-1/+1
| | | | | | Signed-off-by: Ray-V <ray-v@inbox.lv> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (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 <michele.calgaro@yahoo.it> (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 <ray-v@inbox.lv> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (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 <michele.calgaro@yahoo.it> (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 <michele.calgaro@yahoo.it> (cherry picked from commit b53e33352c2b7de5521b0944b30a0b12afa2f97e)
* Added 'lock on screen' functionality.Ray-V2021-02-115-9/+48
| | | | | | Signed-off-by: Ray-V <ray-v@inbox.lv> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (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 <ray-v@inbox.lv> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (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 <slavek.banko@axis.cz> (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 <slavek.banko@axis.cz> (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 <gregory-tde@laposte.net> (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 <michele.calgaro@yahoo.it>
* Updated date and version to R14.0.6 in .lsm files.Michele Calgaro2019-03-031-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <slavek.banko@axis.cz> (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 <g-gregory@gmx.fr> (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 <slavek.banko@axis.cz> (cherry picked from commit f39f545444a1c3b4c315029fbedb118d24010dd0)
* convert to the cmake building systemgregory guy2018-09-286-2/+59
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit b7ae75d53ab260a281d6424d566738fc8a3715c5)
* delete empty files, this fixes issue #1gregory guy2018-09-273-2/+2
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> (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
* Move kvkbd from Utilities to Utilities->Peripherals menu.Darrell Anderson2014-02-271-0/+1
|
* Add help handbook and DocPath.Darrell Anderson2014-02-191-0/+1
|
* Fix unknown icon type configuration warning.Darrell Anderson2013-12-231-1/+1
| | | | This resolve bug report 1736.
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-1/+1
|
* Update desktop files in support of bug report 1463.Darrell Anderson2013-04-191-1/+2
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-152-2/+2
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-143-4/+4
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-1/+1
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-011-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-8/+8
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-223-5/+5
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-8/+8
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-3/+3
|