From 059b16dbd691a887de5edeeafdc3fc459f21f30d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 28 Apr 2013 10:56:29 -0600 Subject: Prep for NuttX-6.27 release --- NxWidgets/ChangeLog.txt | 4 +++- NxWidgets/ReleaseNotes.txt | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) (limited to 'NxWidgets') diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt index d1746a064..be423b9dd 100644 --- a/NxWidgets/ChangeLog.txt +++ b/NxWidgets/ChangeLog.txt @@ -328,7 +328,7 @@ configurable, and the delay is anyway short enough that it is unnoticeable. From Petteri Aimonen. -1.7 2013-xx-xx Gregory Nutt +1.7 2013-04-28 Gregory Nutt * NxWidgets bitmap_converter.py: Fix bug when image width > 255. From Petteri Aimonen (2013-4-22). @@ -344,3 +344,5 @@ From Petteri Aimonen (2013-4-22). * NxWidgets::CNxWidgets: Allow overriding of the checkCollision() method. From Petteri Aimonen (2013-4-22). + +1.8 2013-xx-xx Gregory Nutt diff --git a/NxWidgets/ReleaseNotes.txt b/NxWidgets/ReleaseNotes.txt index d573311f0..ca3608243 100644 --- a/NxWidgets/ReleaseNotes.txt +++ b/NxWidgets/ReleaseNotes.txt @@ -259,3 +259,28 @@ Bugfixes: * NxWidgets/tools/bitmap_converter.py: Fix bitmap_converter.py so that it works with indexed input images. + +NxWidgets-1.7 +============= + +The 8th release of the NxWidgets package was made on April 28, 2013. This +release depends on NuttX-6.26 or above and should not be used with older +NuttX releases. + +Note: All of the changes between 1.6 and 1.7 were the result of the +efforts of Petteri Aimonen. + +Additional new features and extended functionality in Version 1.7: + +* NxWidgets:: CGlyphButton: Generate action event, like CButton does. +* NxWM::CTaskBar: Add option CONFIG_NXWM_TASKBAR_NO_BORDER to suppress + drawing of the border on the taskbar. +* NxWidgets::CNxTimer: Add function to check if CNxTimer is running. +* NxWidgets::CNxWidgets: Allow overriding of the checkCollision() method. + +Bugfixes: + +* NxWidgets bitmap_converter.py: Fix bug when image width > 255 +* NxWM::CScrollbarPanel: Fix spelling error in class name: CScollbarPanel + should be CScrollbarPanel +* NxWidgets:: CGlyphButton: Prevent drawing outside of the bitmap size. -- cgit v1.2.3