From e35575c6b36c0c5a8c4a5ccf64e55cfefee0d8e3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 22 Mar 2012 23:34:37 +0000 Subject: Documentation update for NxWidgets git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4508 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttX.html | 9 ++++- nuttx/Documentation/NuttXDocumentation.html | 1 + nuttx/Documentation/NxWidgets.html | 56 +++++++++++++++++++++++++++++ nuttx/Documentation/README.html | 6 ++-- nuttx/README.txt | 1 - 5 files changed, 69 insertions(+), 4 deletions(-) create mode 100755 nuttx/Documentation/NxWidgets.html (limited to 'nuttx') diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 2920d4643..6459fb78b 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: March 11, 2012

+

Last Updated: March 22, 2012

@@ -2877,6 +2877,10 @@ apps-6.16 2012-03-10 Gregory Nutt <gnutt@nuttx.org> * apps/nshlib: Now supports a USB serial device for NSH console I/O. This allows NSH to be used on boards that have USB but no serial connectors. +NxWidgets-1.0 2012-03-22 Gregory Nutt <gnutt@nuttx.org> + + * This is the initial release of NxWidgets, the C++ graphics package for NuttX. + pascal-1.0 2011-05-15 Gregory Nutt <gnutt@nuttx.org> * nuttx/: The Pascal add-on module now installs and builds under the @@ -2924,6 +2928,9 @@ buildroot-1.10 2011-05-06 <gnutt@nuttx.org>
  • apps-6.17. The ChangeLog for the not-yet-released version 6.17 is available at the bottom of the ChangeLog file that can viewed in the SourceForge SVN.
  • +
  • NxWidgets-1.1. + The ChangeLog for the not-yet-released version 1.1 is available at the bottom of the ChangeLog file that can viewed in the SourceForge SVN. +
  • pascal-1.1. The ChangeLog for the not-yet-released version 1.1 is available at the bottom of the ChangeLog file that can viewed in the SourceForge SVN.
  • diff --git a/nuttx/Documentation/NuttXDocumentation.html b/nuttx/Documentation/NuttXDocumentation.html index 07f39607f..85bec6151 100644 --- a/nuttx/Documentation/NuttXDocumentation.html +++ b/nuttx/Documentation/NuttXDocumentation.html @@ -34,6 +34,7 @@
  • NuttShell (NSH)
  • NXFLAT
  • NX Graphics
  • +
  • NxWidgets
  • Demand Paging
  • README Files
  • Change Log
  • diff --git a/nuttx/Documentation/NxWidgets.html b/nuttx/Documentation/NxWidgets.html new file mode 100755 index 000000000..99bcf4f68 --- /dev/null +++ b/nuttx/Documentation/NxWidgets.html @@ -0,0 +1,56 @@ + + +NxWidgets + + +

    + + + + +
    +

    NxWidgets

    +

    Last Updated: March 22, 2012

    +
    +

    NXWidgets

    +

    + In order to better support NuttX based platforms, a special graphical userinterface has been created called NXWidgets. + NXWidgets is written in C++ and integrates seamlessly with the NuttX NX graphics subsystem in order to provide graphic objects, or "widgets," in the NX Graphics Subsystem +

    +

    + Some of the features of NXWidgets include: +

    + +

    + Note: Many of the fundamental classed in NxWidgets derive from the Antony + Dzeryn's "Woopsi" project: http://woopsi.org/ which also has a BSD style + license. See the COPYING file for details. +

    + + diff --git a/nuttx/Documentation/README.html b/nuttx/Documentation/README.html index 14ba7e582..cd654d6d2 100644 --- a/nuttx/Documentation/README.html +++ b/nuttx/Documentation/README.html @@ -228,7 +228,7 @@ | |- pashello/README.txt | `- README.txt |- graphics/ - | `- ">tiff/README.txt + | `- "tiff/README.txt |- interpreters/ | |- ficl/README.txt | `- README.txt @@ -243,9 +243,11 @@ | |- free/README.txt | `- install/README.txt `- vsn/ - |- hello/README.txt |- poweroff/README.txt |- ramtron/README.txt |- sdcard/README.txt |- sysinfo/README.txt `- README.txt + + + diff --git a/nuttx/README.txt b/nuttx/README.txt index 90076fb64..12edb2498 100755 --- a/nuttx/README.txt +++ b/nuttx/README.txt @@ -730,7 +730,6 @@ apps | `- install | `- README.txt |- vsn/ - | |- hello/README.txt | |- poweroff | | `- README.txt | |- ramtron -- cgit v1.2.3