summaryrefslogtreecommitdiff
path: root/NxWidgets/TODO.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-23 01:19:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-23 01:19:18 +0000
commit3524e9a2ad84254248b3b495246dd91b1c99e760 (patch)
tree34aa5b11893347a75fca444819833ad33e90e053 /NxWidgets/TODO.txt
parent7fba49ce75a6676efa2b425076138511672d5ae4 (diff)
downloadnuttx-3524e9a2ad84254248b3b495246dd91b1c99e760.tar.gz
nuttx-3524e9a2ad84254248b3b495246dd91b1c99e760.tar.bz2
nuttx-3524e9a2ad84254248b3b495246dd91b1c99e760.zip
Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase spacing of icons on the start window
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4765 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/TODO.txt')
-rw-r--r--NxWidgets/TODO.txt22
1 files changed, 18 insertions, 4 deletions
diff --git a/NxWidgets/TODO.txt b/NxWidgets/TODO.txt
index ebf136798..b767f3536 100644
--- a/NxWidgets/TODO.txt
+++ b/NxWidgets/TODO.txt
@@ -4,9 +4,10 @@ NxWidgets
NxWM
----
- (4) General issues
- (3) NxConsole issues
- (1) Platform specific issues
+ (4) General Issues
+ (3) NxConsole Issues
+ (1) CHexCalculator Issues
+ (1) Platform specific Issues
See also the NuttX TODO list graphics/ section for related issues.
@@ -109,7 +110,20 @@ o NxConsole Issues
Status: Open
Priorioty: Low, this would be necessary to fix to productize the windows.
-o Platform specific issues
+o CHexCalculator Issues
+ ---------------------
+
+ Title: NEW DATA ENTRY IS APPENDED TO PREVIOUS RESULT
+ Description: For example 1+2= and 3 is shown. But if you enter 4, then
+ 34 is shown. You have to manually clear the calculator ("C")
+ before entering the next number.
+ Status: Open
+ Priority: Low, this is only a demo. This would, of course, have to be
+ fixed if you wanted a production quality calculator (but then
+ you would probably also want to add quite a few more features
+ as well).
+
+o Platform specific Issues
------------------------
Title: MISSING TOUCH RELEASE