lp://staging/~hesky-fisher/plover/windows-merge
- Get this branch:
- bzr branch lp://staging/~hesky-fisher/plover/windows-merge
Branch merges
- Joshua Harlan Lifton: Pending requested
-
Diff: 2260 lines (+1373/-503)18 files modifiedREADME.txt (+1/-1)
application/plover (+15/-5)
plover/app.py (+3/-3)
plover/config.py (+9/-3)
plover/dictionary/__init__.py (+1/-0)
plover/formatting.py (+17/-15)
plover/gui/main.py (+3/-0)
plover/gui/serial_config.py (+4/-14)
plover/keyboardcontrol.py (+0/-402)
plover/machine/sidewinder.py (+50/-45)
plover/oslayer/__init__.py (+6/-0)
plover/oslayer/comscan.py (+544/-0)
plover/oslayer/config.py (+19/-0)
plover/oslayer/keyboardcontrol.py (+58/-0)
plover/oslayer/winkeyboardcontrol.py (+191/-0)
plover/oslayer/xkeyboardcontrol.py (+411/-0)
plover/steno.py (+15/-15)
pyinstaller.spec (+26/-0)
Branch information
Recent revisions
- 67. By Hesky Fisher
-
Integrate lp:~ark3/plover/capitalization-fix
- 66. By Hesky Fisher
-
Plover now always listens to the machine for start and stop events. The keyboard capture in X allows events through and fixes that with backspaces. The windows version suppresses the keyboard events when it is active. This change makes the keyboard suppression behavior explicit in the capture class. Now the app is fully aware and (on windows) in control of whether the keyboard is suppressed.
- 63. By Joshua Harlan Lifton
-
(#916107) Rename lock file
This commit applies Jordan Metzmeier's patch for
https://bugs.launchpad .net/plover/ +bug/916107 - 62. By Joshua Harlan Lifton
-
(#916393) Patch .desktop file
Apply patch from Jordan Metzmeier to fix
https://bugs.launchpad .net/plover/ +bug/916393 - 61. By Joshua Harlan Lifton
-
Fix handling of the number bar key.
Update the user guide.
Update version from alpha to beta. - 59. By Joshua Harlan Lifton
-
Keep track of the last byte so that the TX Bolt protocol can properly frame packets.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/plover