summaryrefslogtreecommitdiff
path: root/NxWidgets
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-24 15:09:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-24 15:09:22 -0600
commit081b6917f5c2983ca22309f9fee80acbb7de1afd (patch)
treed09af16e2f7f79f0b3849f02a9e0a1a3519e7c4e /NxWidgets
parent3449d54000c15e81eb76bc4dd904442bb3d3172d (diff)
downloadnuttx-081b6917f5c2983ca22309f9fee80acbb7de1afd.tar.gz
nuttx-081b6917f5c2983ca22309f9fee80acbb7de1afd.tar.bz2
nuttx-081b6917f5c2983ca22309f9fee80acbb7de1afd.zip
Update ChangeLogs
Diffstat (limited to 'NxWidgets')
-rw-r--r--NxWidgets/ChangeLog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 94422c387..0a426c17c 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -510,3 +510,9 @@
* NxWM::CMediaPlayer: Beginning integration of NxPlayer into Nxwm::MediaPlayer.
Gets handle, sets device, and releases handle. Lots more to be done
(2014-7-23).
+* NxWidgets::CNxString: Add a getAllocSize() method to make it easier to
+ convert CNxStrings to NUL-terminated C strings (2014-7-24).
+* NxWM::IApplicationFactory: dd a do-nothing, virtual destructor to
+ eliminate a warning (2014-7-24).
+* NxWM::CMediaPlayer: Lots of changes to integrate with Ken's NxPlayer
+ (2014-7-24).