Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-29 | MAEMO: Use virtual keyboard event directly, rather than using keycode. | D G Turner | |
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. Rather than just adding the CTRL modifier, this code changes the backend to directly generate the virtual keyboard trigger event directly. This avoids any future breakage if the key combination is changed again. | |||
2014-02-18 | MAEMO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-01-24 | MAEMO: Get rid of superfluous cast. | Johannes Schickel | |
2012-02-27 | KEYMAPPER: Rename EVENT_CUSTOM_BACKEND to EVENT_CUSTOM_BACKEND_ACTION | Tarek Soliman | |
2012-02-17 | MAEMO: Fix building without keymapper enabled | Tarek Soliman | |
2012-02-15 | MAEMO: Drop the hardcoded keymap in favor of the keymapper | Tarek Soliman | |
2012-02-15 | MAEMO: Rename hasHwKeyboard and add hasMenuKey | Tarek Soliman | |
2012-02-15 | MAEMO: Fix wrong assert | Tarek Soliman | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2012-02-12 | MAEMO: Use custom event Click Mode keymap action | Tarek Soliman | |
2012-02-12 | MAEMO: Refactor toggle click mode | Tarek Soliman | |
2011-11-29 | MAMEO: Add GMM keybinding for N900 (fix bug #3443043) | Tarek Soliman | |
The keybinding is Ctrl-Shift-m. Ctrl-m is more desirable but is toggling mouse capture. | |||
2011-10-11 | MAEMO: Add initial N800 support with Fullscreen key mapped to Virtual Keyboard | Tarek Soliman | |
N800 doesn't have a CTRL key to activate the virtual keyboard with. Fullscreen can still be enabled/disabled through the GUI and was the most likely sacrifice as a hardware key. | |||
2011-10-11 | MAEMO: Migrate MaemoSdlEventSource to Maemo namespace | Tarek Soliman | |
Also add some comments to the #endifs | |||
2011-09-22 | MAEMO: enable virtual keyboard and add keymapping | Tarek Soliman | |
2011-09-22 | MAEMO: Enable/Disable clicking now displays OSD message | Tarek Soliman | |
2011-09-22 | MAEMO: Zoom- is now mode selector for clicking | Tarek Soliman | |
2011-09-22 | MAEMO: keymap zoom+ and zoom- keys to right and middle click | Tarek Soliman | |
2011-09-22 | MAEMO: keymap fullscreen button | Tarek Soliman | |
2011-09-22 | MAEMO: initial keymapper that keymaps menu button | Tarek Soliman | |
2011-09-22 | MAEMO: Add basic platform backend with stubbed keymapper | Tarek Soliman | |