2010-11-15 Tuomas Räsänen (tuos) <email address hidden>
m210d: set m210 to tablet mode with size=9 and orientation=N when connected.
2010-11-15 Tuomas Räsänen (tuos) <email address hidden>
Moved protocol documentation to python-m210 package.
2010-11-15 Tuomas Räsänen (tuos) <email address hidden>
m210c-qt: icon and .desktop
2010-11-15 Tuomas Räsänen (tuos) <email address hidden>
Bump version number to 0.4 for the next release.
2010-11-15 Tuomas Räsänen (tuos) <email address hidden>
m210c-qt: Added icons to hicolor theme.
2010-11-15 Tuomas Räsänen (tuos) <email address hidden>
m210c: remove useless m210-export-notes, m210c can now save as SVGs
2010-11-15 Tuomas Räsänen (tuos) <email address hidden>
m210c-qt: do not create directory inside the zip-file.
2010-11-15 Tuomas Räsänen (tuos) <email address hidden>
m210c: download as zipped SVGs by default
2010-11-14 Tuomas Räsänen (tuos) <email address hidden>
m210c-qt: remove useless m210-qt-noteviewer
2010-11-14 Tuomas Räsänen (tuos) <email address hidden>
m210c: rename command: list -> info, cleaner error messages for enable/disable
2010-11-14 Tuomas Räsänen (tuos) <email address hidden>
m210c-qt: handling unplugging correctly
2010-11-14 Tuomas Räsänen (tuos) <email address hidden>
m210c-qt: Show tablet enabled/disabled message.
2010-11-14 Tuomas Räsänen (tuos) <email address hidden>
Effective size range is from 1 to 9.
2010-11-14 Tuomas Räsänen (tuos) <email address hidden>
Removed mode-change capability.
Kernel (probably generic hiddriver) manages the device already in
tablet mode. The position sensing in mouse mode is quite noisy, I'm
not sure if it is needed at all. Tablet mode already works and
dual-mode capability might be a bit confusing for users.
The mode-change command is implemented in m210.pegatech.M210, but it
is hidden from user interface for now.
2010-11-13 Tuomas Räsänen (tuos) <email address hidden>
m210c-qt: react to device_input_enabled and device_tablet_settings_changed signals
2010-11-12 Tuomas Räsänen (tuos) <email address hidden>
m210c: new commands: enable, disable, mouse, tablet
2010-11-12 Tuomas Räsänen (tuos) <email address hidden>
m210d: new dbus signal: device_tablet_settings_changed
2010-11-12 Tuomas Räsänen (tuos) <email address hidden>
m210d: dbus signal renamed: input_enabled -> device_input_enabled
2010-11-12 Tuomas Räsänen (tuos) <email address hidden>
m210d: Handle input enabling correctly and provide signals for it
2010-10-30 Tuomas Räsänen (tuos) <email address hidden>
python-m210: Ignore events when waiting a command response.
M210 sends three different kinds of messages via interface 0:
1. mouse mode events (pen motion & pen-up events)
2. mode button events
3. responses to commands
When waiting a response for a command, all other messages must be
ignored. Otherwise those would be interpreted falsely as a response.
2010-10-27 Tuomas Räsänen (tuos) <email address hidden>
m210c-qt: ui redesigned a bit
2010-10-27 Tuomas Räsänen (tuos) <email address hidden>
doc: Documents from Pegatech Inc.
2010-10-27 Tuomas Räsänen (tuos) <email address hidden>
m210d: connect plugged devices automatically.
2010-10-21 Tuomas Räsänen (tuos) <email address hidden>
m210c-qt: Modify ui-strings: Save -> Save all, Erase -> Erase all
2010-10-21 Tuomas Räsänen (tuos) <email address hidden>
m210c-qt: Root dir in saved zip same as the basename - ext of the filename.
2010-10-21 Tuomas Räsänen (tuos) <email address hidden>
m210c-qt: A note preview.
2010-10-21 Tuomas Räsänen (tuos) <email address hidden>
python-m210: A class to represent a single note.
2010-10-21 Tuomas Räsänen (tuos) <email address hidden>
devinstall: remove MANIFEST
2010-10-20 Tuomas Räsänen (tuos) <email address hidden>
devinstall: Remove old installed files before installing new ones.
2010-10-20 Tuomas Räsänen (tuos) <email address hidden>
Ignoring generated files.
2010-10-20 Tuomas Räsänen (tuos) <email address hidden>
m210d: capability to enable/disable tablet/mouse-mode input.
2010-10-20 Tuomas Räsänen (tuos) <email address hidden>
Helper script to speed-up dev-version testing.
2010-10-20 Tuomas Räsänen (tuos) <email address hidden>
m210c-qt: data viewer widget sketch.
2010-10-20 Tuomas Räsänen (tuos) <email address hidden>
m210d, python-m210: +API new methods to return data as bytes
org.codegrove.m210.daemon.download_data() - return data as bytes
m210.pegatech.M210.packet_payload_iter() - return payload (62 byte) generator
2010-10-14 Tuomas Räsänen (tuos) <email address hidden>
m210c-qt: bzrignore generated ui modules
2010-10-14 Tuomas Räsänen (tuos) <email address hidden>
m210c-qt: skeleton for note viewer widget