[Bug 1282231] Re: Onboard update available (version 1.0.0) - debian source for trusty attached
Francesco Fumanti
francesco.fumanti at gmx.net
Wed Feb 19 20:11:28 UTC 2014
** Description changed:
Hi,
Version 1.0.0 of Onboard has just been released. I have packaged it for
trust and I would be glad if you could upload it to the Ubuntu
repositories after reviewing the package.
To inform you about the changes, here is the relevant part of the
debian/changelog:
onboard (1.0.0-0ubuntu1) trusty; urgency=low
- * Request for sponsorship for new upstream release (LP: #1215164)
- * debian/control:
- - Raise Standards-Version to 3.9.5
- - Add librsvg2-common to Depends for Kubuntu (LP: #1204896)
- * debian/onboard.install:
- - Use usr/share/onboard/onboard-defaults.conf* instead of single entries
- - Add the usr/share/onboard/tools/checkmodels file
- * debian/patches/add_defaults_for_ubuntu.patch:
- - Update add_defaults_for_ubuntu.patch with values for this release
- * Word suggestions enhancements:
- - Every language id now has its own user language model
- - Add a checkbox to the Preferences to show the language switch on layouts
- - Add a checkbox to the Preferences to show the pause learning button
- - Add Canadian English system language model
- - Add Danish system language model
- - Add various flavors of the Dutch system language model
- - Add Gaelic system language model
- - Add Greek system language model
- - Add Irish system language model
- - Add Luxembourgian system language model.
- - Add Polish system language model
- - Add Romanian system language model
- - Add Swedish system language model
- - Add Turkish system language model
- - Update Brazilian system language model
- - Improve makemodels script
- - Add model_info tool
- - Add checkmodels tool to diagnose language model loading errors
- - Add tool to randomize sentences in corpora
- - Add copy function to allow transfer between language models
- - Add smart support for camel-case words (Thanks Michael Bauer)
- - Make language switcher more user-friendly (Thanks Michael Bauer)
- - Stop word correction when spell checker dictionary is not present
- - Fix learning of text spans larger than 100 characters
- - Fix word suggestions sometimes being unaware of modifier presses
- - Fix all upper-case words not being suggested at sentence begin
- - Fix wrong caret position in rename function of Nautilus
- - Fix some character deletion on focus change after a word completion
- - Fix bit rot in split_corpus tool
- - Improve handling of the / and other non-word tokens
- - Improve support for URLs and directories
- - Don't learn passwords from URLs
- - Show dialog on language model loading error (LP: #1278599)
- * Layouts:
- - Add support for polygonal keys instead of only rectangles (LP: #1259371)
- - Make the Return key of the Compact and Full Keyboard layouts a polygon
- - Don't write suggestions outside prediction area in Onboard
- - Grid layout: add settings,move,hide,quit and click buttons (LP: #754391)
- - Add Whiteboard and Whiteboard wide layouts (contributed by Johannes Almer)
- - Add short and long description to the layouts
- - Perform small visual improvements
- * Change the design of the layout section in the Preferences
- * Tweak themes lightly
- * Click buttons:
- - Add support for new mousetweaks branch (version >= 3.9)
- - Fix CSClickMapper sometimes erroneously claiming to be active
- * Add dependencies check to setup.py
- * Add automatic extraction of some translatable strings from the layouts
- * Add gsettings key to choose between Appindicator and GtkStatusIcon
- * Add new D-Bus method ToggleVisible() for (LP: #1232107)
- * Add input-event-source to the system defaults example file
- * Add basic doctest for window manager detection
- * Enhance the system defaults file with entries for the typing assistance
- * Fix window manager detection
- * Fix unregistering of events when auto-show is disabled
- * Fix reading system defaults from XDG_CONFIG paths
- * Fix quit button in popup layouts
- * Fix back trace when pressing char keys
- * Auto-release modifiers when hiding the keyboard (LP: #1277255)
- * Allow startup without Atspi typelib
- * Add fallback character for popup indicator in case it is not in the font
- * Check for absolute paths before loading files (LP: #1249493, LP: #1249825)
- * Make moving of keyboard more responsive
- * Correct D-Bus section in README
- * New layout order in the Preferences of Onboard
- * Improve some comments and strings in the source code
- * Remove unused changekbd.sh
- * Some code cleanup
+ * Request for sponsorship for new upstream release (LP: #1215164)
+ * debian/control:
+ - Raise Standards-Version to 3.9.5
+ - Add librsvg2-common to Depends for Kubuntu (LP: #1204896)
+ * debian/onboard.install:
+ - Use usr/share/onboard/onboard-defaults.conf* instead of single entries
+ - Add the usr/share/onboard/tools/checkmodels file
+ * debian/patches/add_defaults_for_ubuntu.patch:
+ - Update add_defaults_for_ubuntu.patch with values for this release
+ * Word suggestions enhancements:
+ - Every language id now has its own user language model
+ - Add a checkbox to the Preferences to show the language switch on layouts
+ - Add a checkbox to the Preferences to show the pause learning button
+ - Add Canadian English system language model
+ - Add Danish system language model
+ - Add various flavors of the Dutch system language model
+ - Add Gaelic system language model
+ - Add Greek system language model
+ - Add Irish system language model
+ - Add Luxembourgian system language model.
+ - Add Polish system language model
+ - Add Romanian system language model
+ - Add Swedish system language model
+ - Add Turkish system language model
+ - Update Brazilian system language model
+ - Improve makemodels script
+ - Add model_info tool
+ - Add checkmodels tool to diagnose language model loading errors
+ - Add tool to randomize sentences in corpora
+ - Add copy function to allow transfer between language models
+ - Add smart support for camel-case words (Thanks Michael Bauer)
+ - Make language switcher more user-friendly (Thanks Michael Bauer)
+ - Stop word correction when spell checker dictionary is not present
+ - Fix learning of text spans larger than 100 characters
+ - Fix word suggestions sometimes being unaware of modifier presses
+ - Fix all upper-case words not being suggested at sentence begin
+ - Fix wrong caret position in rename function of Nautilus
+ - Fix some character deletion on focus change after a word completion
+ - Fix bit rot in split_corpus tool
+ - Improve handling of the / and other non-word tokens
+ - Improve support for URLs and directories
+ - Don't learn passwords from URLs
+ - Show dialog on language model loading error (LP: #1278599)
+ * Layouts:
+ - Add support for polygonal keys instead of only rectangles (LP: #1259371)
+ - Make the Return key of the Compact and Full Keyboard layouts a polygon
+ - Don't write suggestions outside prediction area in Onboard
+ - Grid layout: add settings,move,hide,quit and click buttons (LP: #754391)
+ - Add Whiteboard and Whiteboard wide layouts (contributed by Johannes Almer)
+ - Add short and long description to the layouts
+ - Perform small visual improvements
+ * Change the design of the layout section in the Preferences
+ * Tweak themes lightly
+ * Click buttons:
+ - Add support for new mousetweaks branch (version >= 3.9)
+ - Fix CSClickMapper sometimes erroneously claiming to be active
+ * Add dependencies check to setup.py
+ * Add gsettings key to choose between Appindicator and GtkStatusIcon
+ * Add new D-Bus method ToggleVisible() for (LP: #1232107)
+ * Add input-event-source to the system defaults example file
+ * Add basic doctest for window manager detection
+ * Enhance the system defaults file with entries for the typing assistance
+ * Fix window manager detection
+ * Fix unregistering of events when auto-show is disabled
+ * Fix reading system defaults from XDG_CONFIG paths
+ * Fix quit button in popup layouts
+ * Fix back trace when pressing char keys
+ * Auto-release modifiers when hiding the keyboard (LP: #1277255)
+ * Allow startup without Atspi typelib
+ * Add fallback character for popup indicator in case it is not in the font
+ * Check for absolute paths before loading files (LP: #1249493, LP: #1249825)
+ * Make moving of keyboard more responsive
+ * Correct D-Bus section in README
+ * New layout order in the Preferences of Onboard
+ * Improve some comments and strings in the source code
+ * Remove unused changekbd.sh
+ * Some code cleanup
- -- Francesco Fumanti <francesco.fumanti at gmx.net> Tue, 19 Feb 2014
+ -- Francesco Fumanti <francesco.fumanti at gmx.net> Tue, 19 Feb 2014
20:04:00 +0100
--
You received this bug notification because you are a member of
Accessibility, which is subscribed to onboard in Ubuntu.
https://bugs.launchpad.net/bugs/1282231
Title:
Onboard update available (version 1.0.0) - debian source for trusty
attached
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1282231/+subscriptions
More information about the Ubuntu-accessibility-bugs
mailing list