summaryrefslogtreecommitdiff
path: root/NxWidgets
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-28 10:56:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-28 10:56:29 -0600
commit059b16dbd691a887de5edeeafdc3fc459f21f30d (patch)
treea54d94a70caef141febb5114f147f6cadb40e397 /NxWidgets
parent3a0747f248c25a55df9b2ede3e2f1373b84a4097 (diff)
downloadnuttx-059b16dbd691a887de5edeeafdc3fc459f21f30d.tar.gz
nuttx-059b16dbd691a887de5edeeafdc3fc459f21f30d.tar.bz2
nuttx-059b16dbd691a887de5edeeafdc3fc459f21f30d.zip
Prep for NuttX-6.27 releasenuttx-6.27
Diffstat (limited to 'NxWidgets')
-rw-r--r--NxWidgets/ChangeLog.txt4
-rw-r--r--NxWidgets/ReleaseNotes.txt25
2 files changed, 28 insertions, 1 deletions
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 <gnutt@nuttx.org>
+1.7 2013-04-28 Gregory Nutt <gnutt@nuttx.org>
* 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 <gnutt@nuttx.org>
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.