- 26 Feb, 2021 1 commit
-
- 25 Feb, 2021 1 commit
-
-
Simonas Leleiva authored
Signed-off-by:
Simonas Leleiva <simonas.leleiva@jolla.com>
-
- 05 Feb, 2021 8 commits
-
-
Arusekk authored
Escape sequences such as ^[[;32m were totally ignored. Now they are handled the way they are in other terminal emulators, i.e. as if there were a zero before the semicolon: ^[[0;32m
-
David Llewellyn-Jones authored
Passes the version string as a define, to avoid having to update a potentially version-controlled header file.
-
flypig authored
-
flypig authored
When the text area is offset by the keyboard, the selection needs to take the offset into account, otherwise the vertical position of the selection doesn't match the location of the user's finger.
-
flypig authored
Moves the scroll indicator to the right hand side, where it's less likely to get in the way of the text. Pressing the scroll indicator resets the scroll position.
-
flypig authored
Provides a 'Fixed' option, in addition to 'Off', 'Fade' and 'Move', that makes the keyboard open all of the time.
- 04 Oct, 2019 1 commit
-
- 30 Sep, 2019 4 commits
-
-
Damien Caliste authored
-
Damien Caliste authored
- 10 Sep, 2019 1 commit
-
-
MikeSalmela authored
-
- 18 Feb, 2019 2 commits
-
-
Damien Caliste authored
- 24 Aug, 2018 1 commit
-
- 23 Aug, 2018 6 commits
- 02 Nov, 2017 1 commit
-
- 21 Oct, 2017 1 commit
-
-
Herrie authored
Make DEPLOYMENT_PATH configurable. Other OS-es like LuneOS that also use Fingerterm might want to have it in another location like "/usr/palm/applications/$$TARGET" instead. Signed-off-by:
Herman van Hazendonk <github.com@herrie.org>
-
- 21 Jun, 2017 2 commits
-
-
Damien Caliste authored
- 15 Jun, 2017 1 commit
-
-
Damien Caliste authored
[fingerterm] Install QML files, icons and data under /usr/share/fingerterm instead of using resources.
-
- 14 Jun, 2017 2 commits
-
-
Damien Caliste authored
- 13 Mar, 2017 1 commit
-
- 06 Mar, 2017 1 commit
-
-
Pekka Vuorela authored
-
- 02 Mar, 2017 2 commits
-
-
Pekka Vuorela authored
Changing layout with caps lock on lead to caps staying on, no way to turn off.
-
Pekka Vuorela authored
-
- 05 Dec, 2016 4 commits
-
-
pvuorela authored
[fingerterm] Don't apply shift on keys that are accessible only with shift. As reported in TJC https://together.jolla.com/question/142010/bug-terminal-buttons-homeend-dont-work/ the Home / End buttons don't work anymore. This is due to a commit in Fingerterm (27614b8b), allowing modifiers for special keys (see terminal.cpp). Before this commit, home was always sending ^[OF whatever the modifier. The commit is nice but it is not taking into account the fact that some special keys are only reachable when Shift is pressed, like home and end. The proposed MR corrects this, by removing the shift modifier if the _alt version of the key is different from the standard version of the key. I think like that the code in terminal.cpp is kept generic and we treat only the issue commit from the layouting from whatever character. This is WIP because currently, it's not only removing the shift modifier but all modifier because the code for the shift modifier is not globally known. It corrects the bug, but it's not clean. @pvuorela, whatdo you think ? See merge request !16
-
Lourens-Rich authored
-
Damien Caliste authored