summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-112-2/+2
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 3036341ada9cf9ed89369e79cf5caff87abf08e8)
* Replace Qt with TQtMichele Calgaro2023-11-051-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 0bd30c3c2ee4250bbe97ad7e72da478571bb55d1)
* Replace TQ_*Focus* and TQ_Scale* definesr14.1.1Michele Calgaro2023-09-042-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 38f84cb09bdd98c86712f7f692ea6e9069f44ec6)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-255-6/+6
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8abfadf6f203cd326d62da508b89340d918ba040)
* Use TDE cmake macro to set versionr14.1.0Michele Calgaro2022-06-221-1/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-032-2/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.Slávek Banko2021-12-311-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Change README to markdown format.Slávek Banko2021-10-212-30/+42
| | | | | | Add translation status overview. Signed-off-by: Slávek Banko <[email protected]>
* Use common rules for build and install documentation and translations.Slávek Banko2021-07-265-32/+6
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Minor code rework for better consistency.Michele Calgaro2021-07-132-4/+12
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add toggle for AltGr alpha characters key display when Caps is onRay-V2021-07-131-2/+13
| | | | Signed-off-by: Ray-V <[email protected]>
* Add character representation for key displayRay-V2021-07-131-0/+1
| | | | Signed-off-by: Ray-V <[email protected]>
* Blank VoidSymbol for key displayRay-V2021-07-131-0/+1
| | | | Signed-off-by: Ray-V <[email protected]>
* Remove cmake submodule since it has now been replaced by cmake-trinity ↵Slávek Banko2021-05-242-3/+0
| | | | | | dependency. Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Filter out combining character keysyms to add displayable characters toMichele Calgaro2021-03-311-816/+850
| | | | | | | the lookup table. Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Ray-V <[email protected]>
* Additional keysyms for AltGr keysRay-V2021-03-271-0/+7
| | | | Signed-off-by: Ray-V <[email protected]>
* Update translation filesTDE Weblate2021-03-261-12/+12
| | | | | | | 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/
* Update translation template.Automated System2021-03-261-12/+12
|
* Added support for AltGr characters. This resolves issue #11.Michele Calgaro2021-03-264-36/+91
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Update translation filesTDE Weblate2021-03-241-12/+12
| | | | | | | 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/
* Update translation template.Automated System2021-03-241-12/+12
|
* VButton key text code refactoring.Michele Calgaro2021-03-247-922/+945
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed algorithm for CAPS text key visualization.Ray-V2021-03-223-8/+30
| | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* Updated authors, as requested on PR #9.Michele Calgaro2021-03-222-3/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Update translation filesTDE Weblate2021-03-171-11/+11
| | | | | | | 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/
* Update translation template.Automated System2021-03-171-11/+11
|
* Updated authors and bug report link.Michele Calgaro2021-03-172-1/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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]>
* Added dead key representation.Ray-V2021-03-172-4/+20
| | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* Update translation filesTDE Weblate2021-03-161-3/+3
| | | | | | | 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/
* Update translation template.Automated System2021-03-161-3/+3
|
* 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]>
* Update translation filesTDE Weblate2021-03-151-3/+3
| | | | | | | 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/
* Update translation template.Automated System2021-03-151-3/+3
|
* Fixed behavior of caps for non-alpha characters, which was broken inMichele Calgaro2021-03-155-21/+38
| | | | | | commit 00e207e. Signed-off-by: Michele Calgaro <[email protected]>
* Update translation filesTDE Weblate2021-03-131-12/+12
| | | | | | | 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/
* Update translation template.Automated System2021-03-131-12/+12
|
* 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]>
* Update translation filesTDE Weblate2021-03-021-1/+13
| | | | | | | 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/
* Added additional translation strings.Ray-V2021-03-022-5/+17
| | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* Update translation filesTDE Weblate2021-03-011-9/+9
| | | | | | | 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/
* Update translation template.Automated System2021-03-011-9/+9
|
* 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]>
* Reset submodule main/applications/kvkbd/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Update translation filesTDE Weblate2021-02-271-6/+6
| | | | | | | 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/
* Update translation template.Automated System2021-02-271-6/+6
|
* Simplified code for changing the keys color.Michele Calgaro2021-02-271-9/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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]>