summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-051-45/+45
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-051-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-022-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-205-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Minor code rework for better consistency.Michele Calgaro2021-07-132-4/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add toggle for AltGr alpha characters key display when Caps is onRay-V2021-07-131-2/+13
| | | | Signed-off-by: Ray-V <ray-v@inbox.lv>
* Add character representation for key displayRay-V2021-07-131-0/+1
| | | | Signed-off-by: Ray-V <ray-v@inbox.lv>
* Blank VoidSymbol for key displayRay-V2021-07-131-0/+1
| | | | Signed-off-by: Ray-V <ray-v@inbox.lv>
* Filter out combining character keysyms to add displayable characters toMichele Calgaro2021-03-311-816/+850
| | | | | | | the lookup table. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Ray-V <ray-v@inbox.lv>
* Additional keysyms for AltGr keysRay-V2021-03-271-0/+7
| | | | Signed-off-by: Ray-V <ray-v@inbox.lv>
* Added support for AltGr characters. This resolves issue #11.Michele Calgaro2021-03-264-36/+91
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* VButton key text code refactoring.Michele Calgaro2021-03-247-922/+945
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed algorithm for CAPS text key visualization.Ray-V2021-03-223-8/+30
| | | | | Signed-off-by: Ray-V <ray-v@inbox.lv> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updated authors, as requested on PR #9.Michele Calgaro2021-03-221-2/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updated authors and bug report link.Michele Calgaro2021-03-171-1/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updated dock.png to match current color scheme.Ray-V2021-03-171-0/+0
| | | | | Signed-off-by: Ray-V <ray-v@inbox.lv> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added dead key representation.Ray-V2021-03-171-3/+20
| | | | | Signed-off-by: Ray-V <ray-v@inbox.lv> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed visualization of key text the first time modifier keys areMichele Calgaro2021-03-163-4/+14
| | | | | | | | | | | | 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>
* Fixed behavior of caps for non-alpha characters, which was broken inMichele Calgaro2021-03-155-21/+38
| | | | | | commit 00e207e. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* Added additional translation strings.Ray-V2021-03-021-4/+4
| | | | | Signed-off-by: Ray-V <ray-v@inbox.lv> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <ray-v@inbox.lv> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Simplified code for changing the keys color.Michele Calgaro2021-02-271-9/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Keys color can now be changed without the need to restart theMichele Calgaro2021-02-274-28/+62
| | | | | | application. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-14/+0
|
* 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>
* 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>
* 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>
* convert to the cmake building systemgregory guy2018-09-286-2/+59
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* delete empty files, this fixes issue #1gregory guy2018-09-273-2/+2
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-234-0/+0
|
* Update version number to R14.1.0Michele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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
|