summaryrefslogtreecommitdiff
path: root/NxWidgets/TODO.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-15 20:10:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-15 20:10:32 +0000
commit6d8337323f1d60e7845a83508d4bbd1e0318ec3b (patch)
tree51e09899dc63fadd94c36505db44c511e5483f4f /NxWidgets/TODO.txt
parent91e38a73cd93af894ecaf44476ae8e6313670cb5 (diff)
downloadnuttx-6d8337323f1d60e7845a83508d4bbd1e0318ec3b.tar.gz
nuttx-6d8337323f1d60e7845a83508d4bbd1e0318ec3b.tar.bz2
nuttx-6d8337323f1d60e7845a83508d4bbd1e0318ec3b.zip
NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when reporting the size of the window
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4741 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/TODO.txt')
-rwxr-xr-xNxWidgets/TODO.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/NxWidgets/TODO.txt b/NxWidgets/TODO.txt
new file mode 100755
index 000000000..2a55c8197
--- /dev/null
+++ b/NxWidgets/TODO.txt
@@ -0,0 +1,38 @@
+NxWidgets
+---------
+
+NxWM
+----
+
+ Title: DRAGGING ACROSS WINDOWS
+ Description: Need some indication if the touch/mouse drags from one window to
+ another then is release. Release event is lost in this case.
+ Status: Open
+ Priority: Low. ICON just stays selected and must be touched again.
+
+ Title: AUTO-RAISE DISABLED
+ Description: Auto-raise is currently disabled in nuttx for NX multi-server
+ mode. The
+ reason is complex:
+ - Most touchscreen controls send touch data a high rates
+ - In multi-server mode, touch events get queued in a message
+ queue.
+ - The logic that receives the messages performs the auto-raise.
+ But it can do stupid things after the first auto-raise as
+ it opperates on the stale data in the message queue.
+ I am thinking that auto-raise ought to be removed from NuttX
+ and moved out into a graphics layer (like NxWM) that knows
+ more about the appropriate context to do the autoraise.
+ Status: Open
+ Priority: Medium low
+
+ Title: MULTIPLE COPIES OF AN APPLICATION
+ Description: There is a limitation now in that one instance of an application
+ an be started at a time. This limitation is because the
+ application container class is created at start-up time; in
+ order to have multiple instances of tasks, you would have to
+ be able to create multiple container classes from the start
+ window.
+ Status: Open
+ Priority: High
+ \ No newline at end of file