summaryrefslogtreecommitdiff
path: root/NxWidgets/ReleaseNotes.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-14 14:30:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-14 14:30:00 -0600
commit9c82995c7a5847034355250dd9438649151ca58c (patch)
tree8802339deae3ffca0de0d6a62153217d29a0c6c5 /NxWidgets/ReleaseNotes.txt
parentd9c92da331d82e3b78cc9e99a0ada8b3dd88deb7 (diff)
downloadnuttx-9c82995c7a5847034355250dd9438649151ca58c.tar.gz
nuttx-9c82995c7a5847034355250dd9438649151ca58c.tar.bz2
nuttx-9c82995c7a5847034355250dd9438649151ca58c.zip
Prep for 6.28 releasenuttx-6.28
Diffstat (limited to 'NxWidgets/ReleaseNotes.txt')
-rw-r--r--NxWidgets/ReleaseNotes.txt37
1 files changed, 36 insertions, 1 deletions
diff --git a/NxWidgets/ReleaseNotes.txt b/NxWidgets/ReleaseNotes.txt
index a856cad2c..7d7c2fb08 100644
--- a/NxWidgets/ReleaseNotes.txt
+++ b/NxWidgets/ReleaseNotes.txt
@@ -169,7 +169,7 @@ Additional new features and extended functionality in Version 1.5:
* NxWM::CScrollingPanel::scrollChildren(): Avoid unnecessary redraws in
CScrollingPanel
* Kconfig: Added several "enabling" settings that must be selected to
- override the default setting.
+ override the default setting.
* UnitTests: Changes for compatibility with NuttX-6.25
Bugfixes:
@@ -284,3 +284,38 @@ Bugfixes:
* NxWM::CScrollbarPanel: Fix spelling error in class name: CScollbarPanel
should be CScrollbarPanel
* NxWidgets::CGlyphButton: Prevent drawing outside of the bitmap size.
+
+NxWidgets-1.8
+=============
+
+The 9th release of the NxWidgets package was made on June 14, 2013. This
+release depends on NuttX-6.26 or above and should not be used with older
+NuttX releases.
+
+Note: Most of the changes between 1.7 and 1.8 were the result of the
+efforts of Ken Pettit and Petteri Aimonen.
+
+Additional new features and extended functionality in Version 1.8:
+
+* NxWM::CMediaPlayer: Shell application for an MP3 Media Player (from Ken
+ Pettit).
+* NxWidgets::CGlyphSliderHorizontal and NxWidgets::CGlyphSliderHorizontalGrip:
+ New widgets added by Ken Pettit. Includes a Unit Test.
+* NxWidgets::CImage: Allow a NULL pointer for a bitmap (from Petteri
+ Aimonen).
+* NxWidgets::CNumericEdit: Delay before auto-incrementing now varies: A
+ longer delay is required to start auto-incrementing and speed increases
+ while pressed (from Petteri Aimonen).
+* NxWM::CTaskbar: Add a method to redraw the taskbar and the current
+ application. This should only be necessary if the display loses state due
+ to e.g. powerdown or other manual intervention (from Petteri Aimonen).
+
+Bugfixes:
+
+* NxWM::CCalibration: Fix a race condition that would cause the calibration
+ screen to fail to come up when its icon was touched (from Ken Pettit).
+* Default priorities for NxWidget and NxWM threads should be 100, not 50, to
+ be consistent with other default priorities.
+* NxWidgets::CGlyphSliderHorizontal: Fix a drawing error (from Ken Pettit).
+* Update the way that NSH the Unit Tests are registered as built-in NSH
+ applications.