Prep for NuttX-6.27 release

This commit is contained in:
Gregory Nutt 2013-04-28 10:56:29 -06:00
parent d8e05678fe
commit 9030c9556b
2 changed files with 28 additions and 1 deletions

View File

@ -328,7 +328,7 @@
configurable, and the delay is anyway short enough that it is unnoticeable. configurable, and the delay is anyway short enough that it is unnoticeable.
From Petteri Aimonen. 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 * NxWidgets bitmap_converter.py: Fix bug when image width > 255. From
Petteri Aimonen (2013-4-22). Petteri Aimonen (2013-4-22).
@ -344,3 +344,5 @@
From Petteri Aimonen (2013-4-22). From Petteri Aimonen (2013-4-22).
* NxWidgets::CNxWidgets: Allow overriding of the checkCollision() method. * NxWidgets::CNxWidgets: Allow overriding of the checkCollision() method.
From Petteri Aimonen (2013-4-22). From Petteri Aimonen (2013-4-22).
1.8 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>

View File

@ -259,3 +259,28 @@ Bugfixes:
* NxWidgets/tools/bitmap_converter.py: Fix bitmap_converter.py so that * NxWidgets/tools/bitmap_converter.py: Fix bitmap_converter.py so that
it works with indexed input images. 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.