m210 0.4

- User friendlier Qt-ui.
- Desktop entry and icon for Qt application.
- SVG-preview for notes.
- Input-capability for tablet mode.
- Tablet mode configuration.

Milestone information

Project:
m210
Series:
trunk
Version:
0.4
Released:
 
Registrant:
a
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
1 a
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
1 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon m210c-qt-0.4.tar.gz (md5, sig) M210 Qt-frontend 262
last downloaded 10 weeks ago
download icon m210c-0.4.tar.gz (md5, sig) M210 CLI tools 191
last downloaded 10 weeks ago
download icon m210d-0.4.tar.gz (md5, sig) M210 daemon tarball 195
last downloaded 10 weeks ago
download icon python-m210-0.4.tar.gz (md5, sig) Python-m210 library tarball 206
last downloaded 10 weeks ago
Total downloads: 854

Release notes 

- m210c-qt has cleaner user interface
- m210c-qt capabale of saving notes as SVGs
- m210c-qt SVG preview for notes
- tablet enabling/disabling

Changelog 

View the full changelog

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

0 blueprints and 1 bug targeted

Bug report Importance Assignee Status
673749 #673749 recognizes device but then does not do any action 4 Medium a  10 Fix Released
This milestone contains Public information
Everyone can see this information.