Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-08 | 1 | -45/+45 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ca89ef412420b74e9e191e0b11a8ced438133546) | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-05 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 0bd30c3c2ee4250bbe97ad7e72da478571bb55d1) | ||||
* | Replace TQ_*Focus* and TQ_Scale* definesr14.1.1 | Michele Calgaro | 2023-09-04 | 2 | -3/+3 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 38f84cb09bdd98c86712f7f692ea6e9069f44ec6) | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-25 | 5 | -6/+6 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8abfadf6f203cd326d62da508b89340d918ba040) | ||||
* | Minor code rework for better consistency. | Michele Calgaro | 2021-07-13 | 2 | -4/+12 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add toggle for AltGr alpha characters key display when Caps is on | Ray-V | 2021-07-13 | 1 | -2/+13 |
| | | | | Signed-off-by: Ray-V <[email protected]> | ||||
* | Add character representation for key display | Ray-V | 2021-07-13 | 1 | -0/+1 |
| | | | | Signed-off-by: Ray-V <[email protected]> | ||||
* | Blank VoidSymbol for key display | Ray-V | 2021-07-13 | 1 | -0/+1 |
| | | | | Signed-off-by: Ray-V <[email protected]> | ||||
* | Filter out combining character keysyms to add displayable characters to | Michele Calgaro | 2021-03-31 | 1 | -816/+850 |
| | | | | | | | the lookup table. Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Ray-V <[email protected]> | ||||
* | Additional keysyms for AltGr keys | Ray-V | 2021-03-27 | 1 | -0/+7 |
| | | | | Signed-off-by: Ray-V <[email protected]> | ||||
* | Added support for AltGr characters. This resolves issue #11. | Michele Calgaro | 2021-03-26 | 4 | -36/+91 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | VButton key text code refactoring. | Michele Calgaro | 2021-03-24 | 7 | -922/+945 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed algorithm for CAPS text key visualization. | Ray-V | 2021-03-22 | 3 | -8/+30 |
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Updated authors, as requested on PR #9. | Michele Calgaro | 2021-03-22 | 1 | -2/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Updated authors and bug report link. | Michele Calgaro | 2021-03-17 | 1 | -1/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Updated dock.png to match current color scheme. | Ray-V | 2021-03-17 | 1 | -0/+0 |
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added dead key representation. | Ray-V | 2021-03-17 | 1 | -3/+20 |
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed visualization of key text the first time modifier keys are | Michele Calgaro | 2021-03-16 | 3 | -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]> | ||||
* | Fixed behavior of caps for non-alpha characters, which was broken in | Michele Calgaro | 2021-03-15 | 5 | -21/+38 |
| | | | | | | commit 00e207e. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed key text display when shift is used (caps is still broken) as well | Michele Calgaro | 2021-03-13 | 4 | -161/+132 |
| | | | | | | as several improvements to the code. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added additional translation strings. | Ray-V | 2021-03-02 | 1 | -4/+4 |
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added less-than (<) and greater-than (>) keys near left shift for non-US ↵ | Ray-V | 2021-03-01 | 2 | -29/+34 |
| | | | | | | | | | keyboards. Adjusted keyboard geometry accordingly. Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Simplified code for changing the keys color. | Michele Calgaro | 2021-02-27 | 1 | -9/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Keys color can now be changed without the need to restart the | Michele Calgaro | 2021-02-27 | 4 | -28/+62 |
| | | | | | | application. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added functionality to select keyboard background and keys colors. | Ray-V | 2021-02-26 | 3 | -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]> | ||||
* | Simplified code for numpad buttons. This adds on to PR #9. | Michele Calgaro | 2021-02-20 | 3 | -22/+8 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed several keycodes. This relates to PR #9. | Ray-V | 2021-02-20 | 1 | -9/+9 |
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Increased size of button icons to make them more visible. | Michele Calgaro | 2021-02-18 | 1 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 1. Use icons for quit and num pad show/hide buttons. | Ray-V | 2021-02-18 | 1 | -13/+25 |
| | | | | | | | 2. Resize quit, num pad show/hide, configure buttons. 3. Add tooltips to the buttons. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added tooltip for the system tray icon. | Ray-V | 2021-02-17 | 1 | -1/+1 |
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | LWin and RWin have been set back to toggle keys, as they are used as ↵ | Michele Calgaro | 2021-02-15 | 1 | -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]> | ||||
* | Add RWIN key and set both Win keys to non-toggle for xmodmap. | Ray-V | 2021-02-15 | 2 | -12/+25 |
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Hide resize handle when the keyboard is locked on the screen. | Michele Calgaro | 2021-02-11 | 4 | -12/+25 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Simplified code from previous commit and fixed 'lock on screen' ↵ | Michele Calgaro | 2021-02-11 | 3 | -41/+20 |
| | | | | | | functionality after restoring the keyboard from a previous run. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added 'lock on screen' functionality. | Ray-V | 2021-02-11 | 5 | -9/+48 |
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Save and restore status of numpad between startups. This refers to PR #9. | Ray-V | 2021-02-10 | 1 | -0/+6 |
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Desktop file translations: | Slávek Banko | 2020-05-03 | 3 | -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]> | ||||
* | Move translations to a new directory layout. | Slávek Banko | 2020-05-03 | 1 | -1/+1 |
| | | | | | | Add support for LINGUAS for listing translations to install. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Drop automake build support. | gregory guy | 2020-02-12 | 2 | -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]> | ||||
* | Removed .lsm files. lsm database is outdated and unmaintained. | Michele Calgaro | 2019-09-01 | 1 | -14/+0 |
| | |||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-11 | 1 | -0/+3 |
| | | | | | | | Create translation template. Add CMake rules to build translations. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | clean up header in CMakeList, remove unused variable, this fixes issue #3 | gregory guy | 2018-09-30 | 2 | -6/+5 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | Inappropriately used TQString::fromUtf8() moved to place where it is needed. | Slávek Banko | 2018-09-28 | 1 | -5/+5 |
| | | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | convert to the cmake building system | gregory guy | 2018-09-28 | 6 | -2/+59 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | delete empty files, this fixes issue #1 | gregory guy | 2018-09-27 | 3 | -2/+2 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 4 | -0/+0 |
| | |||||
* | Update version number to R14.1.0 | Michele Calgaro | 2015-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 1 | -1/+1 |
| | | | | match XDG specifications | ||||
* | Move kvkbd from Utilities to Utilities->Peripherals menu. | Darrell Anderson | 2014-02-27 | 1 | -0/+1 |
| |